Small templates changes, mostly artera. Mizuno notes.

This commit is contained in:
Norm Rasmussen
2023-06-02 18:50:06 -04:00
parent d48f951d6c
commit 092223eccc
5 changed files with 13 additions and 4 deletions

View File

@ -28,6 +28,6 @@
<style>
.course-card {
background-color: #9271f3;
background-color: #9E7DFF;
}
</style>

View File

@ -18,7 +18,7 @@
{{ course.name }}
</h1>
<div class="video-description">
{{ course.full_description }}
{{ course.full_description | strip_html }}
</div>
</div>
<div class="video-suggested col-12 col-md-4">
@ -176,7 +176,7 @@
suggestedWrapper.parentElement.remove();
}
}
addEventListener("DOMContentLoaded", () => {
document.querySelector('#side-menu-tutorials')?.classList.add('side-menu-link-active');
document.querySelector('.header-navigation-item[href="/app/video-tutorials"]')?.classList.add('header-navigation-item-active');

View File

@ -324,4 +324,4 @@ Feedback from Testing:
* Quiz Fonts. Example: Intro to G2 L2. Activity: G2 Overview Quiz
* Highlighted Quiz answer: Buyer Intent Integrations, Sales Engagement Quiz
TODO: Archive the Review Tracking & Marketing Content course and turn off script (Austin)
TODO: Enable Footer & share screenshots with Erin for decision.
DONE: Enable Footer & share screenshots with Erin for decision.

View File

@ -38,3 +38,12 @@ Action items:
* Courses from Norm and Matt
* Style Guide from Greg
* Certificate Creation - Greg/Matt
## 06/02/2023
### Changes to Running
* Bring back banner on homepage with the people running
* Make Mizuno Running available along the header - currently it is invisible.
* Remove subnav completely.
* Sign up page - store name + city + state - required. Store / City are text, States are drop down