Small templates changes, mostly artera. Mizuno notes.
This commit is contained in:
@ -28,6 +28,6 @@
|
||||
|
||||
<style>
|
||||
.course-card {
|
||||
background-color: #9271f3;
|
||||
background-color: #9E7DFF;
|
||||
}
|
||||
</style>
|
||||
|
||||
BIN
Custom_Templates/customer_templates/Pipedrive Learn - Public/.DS_Store
vendored
Normal file
BIN
Custom_Templates/customer_templates/Pipedrive Learn - Public/.DS_Store
vendored
Normal file
Binary file not shown.
@ -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');
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user