From 16d09ae658476212531d164964d71ff73db0d6eb Mon Sep 17 00:00:00 2001 From: Norm Rasmussen Date: Mon, 20 Nov 2023 17:06:35 -0500 Subject: [PATCH] Blacklane templates almost completed. Downloaded humly for their requested changes. Chubb notes. --- .../auth_url_email.html.liquid | 33 +++- .../Blacklane-Chauffeurs/homepage.html.liquid | 3 + .../sign_up_follow_up.html.liquid | 154 ++++++++++++++++++ .../customer_templates/Humly/.DS_Store | Bin 0 -> 6148 bytes .../Humly/_course_outline.html.liquid | 40 +++++ CustomerNotes/Chubb/Chubb.md | 23 +++ 6 files changed, 245 insertions(+), 8 deletions(-) create mode 100644 Custom_Templates/customer_templates/Blacklane-Chauffeurs/homepage.html.liquid create mode 100644 Custom_Templates/customer_templates/Blacklane-Chauffeurs/sign_up_follow_up.html.liquid create mode 100644 Custom_Templates/customer_templates/Humly/.DS_Store create mode 100644 Custom_Templates/customer_templates/Humly/_course_outline.html.liquid create mode 100644 CustomerNotes/Chubb/Chubb.md diff --git a/Custom_Templates/customer_templates/Blacklane-Chauffeurs/auth_url_email.html.liquid b/Custom_Templates/customer_templates/Blacklane-Chauffeurs/auth_url_email.html.liquid index 9d495a15..31d620fc 100644 --- a/Custom_Templates/customer_templates/Blacklane-Chauffeurs/auth_url_email.html.liquid +++ b/Custom_Templates/customer_templates/Blacklane-Chauffeurs/auth_url_email.html.liquid @@ -47,11 +47,30 @@ value="{{ form.email | escape }}" /> +
+ + +
/> @@ -60,17 +79,17 @@ diff --git a/Custom_Templates/customer_templates/Blacklane-Chauffeurs/sign_up_follow_up.html.liquid b/Custom_Templates/customer_templates/Blacklane-Chauffeurs/sign_up_follow_up.html.liquid new file mode 100644 index 00000000..702c8b7a --- /dev/null +++ b/Custom_Templates/customer_templates/Blacklane-Chauffeurs/sign_up_follow_up.html.liquid @@ -0,0 +1,154 @@ + +
+ +
+ + + diff --git a/Custom_Templates/customer_templates/Humly/.DS_Store b/Custom_Templates/customer_templates/Humly/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..5008ddfcf53c02e82d7eee2e57c38e5672ef89f6 GIT binary patch literal 6148 zcmeH~Jr2S!425mzP>H1@V-^m;4Wg<&0T*E43hX&L&p$$qDprKhvt+--jT7}7np#A3 zem<@ulZcFPQ@L2!n>{z**++&mCkOWA81W14cNZlEfg7;MkzE(HCqgga^y>{tEnwC%0;vJ&^%eQ zLs35+`xjp>T0 +
+ {% t .header, key: current_school.course_vocabulary %} +
+
+
    + {% for section in course.sections %} +
  1. +
    + {{ section.name }} +
    +
      + {% for activity in section.activities %} + +
    1. + {% if activity.completed? %} + + {% if activity.locked? %} + {% include "course_activity_locked" %} + {% else %} + {% include "course_activity_unlocked", class: "np-course-outline-content-activity-link-completed" %} + {% endif %} +
      + {% else %} + + {% if activity.locked? %} + {% include "course_activity_locked" %} + {% else %} + {% include "course_activity_unlocked", class: "np-course-outline-content-activity-link" %} + {% endif %} +
      + {% endif %} +
    2. + {% endfor %} +
    +
  2. + {% endfor %} +
+
+ diff --git a/CustomerNotes/Chubb/Chubb.md b/CustomerNotes/Chubb/Chubb.md new file mode 100644 index 00000000..04f964f4 --- /dev/null +++ b/CustomerNotes/Chubb/Chubb.md @@ -0,0 +1,23 @@ +# Chubb + +## 11/20/2023 + +### Design Sync + +* Travis already supplied the team with examples +* They know what they want! Steve made a mock up. + +Catalog page: +* Liked the Bubbles on Pipedrive +* Sidebar like Omnisend +* They have levels like beginner, expert, etc +* May not use user duration +* Wants to use JnJ's subcategory trick +* Vertical height of cards should all be the same! +* Using short description for course cards (250 characters) +* Tags on course cards - they will try to not overload tags +* Two levels of Branding - + * brand.chubb.com - high level - colors, etc + * merina design platform - super detail (how many pixels a box should be) +* Branding team is strict, but good at feedback. They will let us take a first pass and then give us feedback. +* Make this design iterative!