diff --git a/2022-07-25_bpra.md b/2022-07-25_bpra.md deleted file mode 100644 index 2bfe6ced..00000000 --- a/2022-07-25_bpra.md +++ /dev/null @@ -1,11 +0,0 @@ -# Test page - -This is a test page. - -## Here is a list. -* List item 1 -* List item 2 -* List item 3 - -** Bold ** -_ Italics _ diff --git a/CustomerNotes.md b/CustomerNotes.md index 43fc7267..e6eafbca 100644 --- a/CustomerNotes.md +++ b/CustomerNotes.md @@ -77,13 +77,15 @@ Events should be figured out by our demo - * [X] Add all groups as per Kaitlyn's info * [X] Wants to start putting in content by the 15th August. * [ ] Create and send document for Melinda's instructions to add categories. +* [ ] Delete all courses and everything from Media Library +* [ ] Let Melinda know when clean state has been achieved +* [ ] Create documentation for categories & adding courses to groups - understand catalog vs. groups +* [ ] Update Smartsheet by moving all Phase II projects to new heading In person events should change register button to "remind me" Melinda will then add the 3rd party links into the event description Figure out events setup - - ### Notes Customer base: residents, fellows, surgeons, optometrists, opthamologists Chapter Content @@ -472,6 +474,9 @@ module 7 -> coaching philosophy * [X] Know your ProductIDs * [X] One Product per Course +* [ ] Modules 1-12 combined into a single course, moved to the Education Portal +* [ ] + # 4Pillars Code igniter information RDS on AWS SQL database @@ -623,6 +628,19 @@ ILT wont work because they have to do instructor led training within a course - Content/Admin - Asia Jarosz - Design - Chris' team +### 8/22/2022 +Chris Burns is a fractional CEO and will be leaving Quantuvos at the end of the month +Folks are sick (Lukemia) in NJ and he can't manage both +Launching quickly is not realistic, moved back to November +* Financial Situation: * + - Certain old accounts recievable and not paying + - Don't have cash to pay the bill right now for Northpass + - Lots of small issues in paying, banks not paying, clients not paying either + - Were selling 250/month up until a month ago, now sales are not happening. +- Chris asked for longer flexibility - Travis asked how much? +- Gregg said November, Chris says ASAP, or change to a monthly payment. +- + ## Tasks [X] - Create Implementation Plan @@ -632,7 +650,7 @@ ILT wont work because they have to do instructor led training within a course [X] - SSO - Reach out to Chris ASAP [ ] - Provide Burns with a deck on competitive analysis of why NP is superior [ ] - Instructor page demo -* [ ] Create categories for each OS List +[ ] - Create categories for each OS List ## Notes from Kick off @@ -1251,6 +1269,16 @@ Modality - information architecture of courses Availability (Blocked, Active, Full/Invisible) should also be part of the course struture Pre-Requisites +Andres/Paula - 8/22/22 + - Andres knows where everything will be embedded in the marketing sight + - He presented a medium type prototype + - Featured courses: want to show a current, last enrolled current + - Featured Courses - on the right, featured, new courses + - Based on time of release? + - Courses for you - based on categories + - They want to show how much time is left - can we change it to percentage? + - + # AIIM Workflows Demo @@ -1353,7 +1381,14 @@ Concerns? None, Mitch and Jordan need to do salesforce piece They feel like this has been talked about for a longtime. Just waiting for a GO signal. - - * Salesforce integration * Launch with 9 courses + +* [ ] Back to my courses should go to dashboard on all courses +* [ ] Header: Remove completey, everything should move up +* [ ] LX: change header to grey +* [ ] Remove header in Templates +* [ ] Remove events from Homepage +* [ ] Remove two buttons on homepage +* [ ] Marketo - workflows? What data into marketo that can come from salesforce? +* [ ] diff --git a/NP_Custom_Templates/customer_templates/.DS_Store b/NP_Custom_Templates/customer_templates/.DS_Store index 37db0383..304dfe8c 100644 Binary files a/NP_Custom_Templates/customer_templates/.DS_Store and b/NP_Custom_Templates/customer_templates/.DS_Store differ diff --git a/NP_Custom_Templates/customer_templates/G2/.DS_Store b/NP_Custom_Templates/customer_templates/G2/.DS_Store new file mode 100644 index 00000000..5008ddfc Binary files /dev/null and b/NP_Custom_Templates/customer_templates/G2/.DS_Store differ diff --git a/NP_Custom_Templates/customer_templates/G2/_cards_course.html.liquid b/NP_Custom_Templates/customer_templates/G2/_cards_course.html.liquid index b5a6f607..d7971d86 100644 --- a/NP_Custom_Templates/customer_templates/G2/_cards_course.html.liquid +++ b/NP_Custom_Templates/customer_templates/G2/_cards_course.html.liquid @@ -32,42 +32,72 @@ .np-card { padding: 25px 30px !important; } + .np-card-content { - padding: 10px 50px 40px; + padding: 16px 25px 25px; } + + .np-card-container { + box-shadow: 0px 0px 0px 1px #d8d8d8 inset; + border-radius:8px; + } + .np-card-content-title { color: rgb(38, 49, 61); - font-size: 28px; + font-size: 24px; + line-height:26px; font-weight: 800; text-decoration: none; - height: 65px; + margin: 10px 0 20px; overflow: clip; } + .np-card-content-subtitle { font-size: 18px; font-weight: 400; color: rgba(0,0,0,.75); height: 100px; - margin-top: 10px; - } + .np-card-content-lessons { color: rgb(38, 49, 61); font-weight: 800; - font-size: 21px; + font-size: 16px; margin-top: 20px; - line-height: 26px; + line-height: 22px; } - .np-card-content-footer { + + + + + + + + /*.np-card-content-footer { margin-top: 40px; } + .np-button { height: 53px; border-radius: 100px; padding: 12px 45px; } + .np-card-content-progress { font-size: 18px; margin: auto 0; + }*/ + + @media (min-width:768px) { + .np-card-content-title { + font-size: 28px; + line-height:26px; + } + + .np-card-content-lessons { + font-size: 21px; + line-height: 29px; + } } + \ No newline at end of file diff --git a/NP_Custom_Templates/customer_templates/G2/_course_desktop_view.html.liquid b/NP_Custom_Templates/customer_templates/G2/_course_desktop_view.html.liquid index b1959b33..0c79b850 100644 --- a/NP_Custom_Templates/customer_templates/G2/_course_desktop_view.html.liquid +++ b/NP_Custom_Templates/customer_templates/G2/_course_desktop_view.html.liquid @@ -10,7 +10,7 @@ {{ course.name }}
-
-
-