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 @@ + +
+
+ + +

Please select your region from the dropdown below:

+ +
+ + +
+ +
+
+ + + diff --git a/Custom_Templates/customer_templates/Humly/.DS_Store b/Custom_Templates/customer_templates/Humly/.DS_Store new file mode 100644 index 00000000..5008ddfc Binary files /dev/null and b/Custom_Templates/customer_templates/Humly/.DS_Store differ diff --git a/Custom_Templates/customer_templates/Humly/_course_outline.html.liquid b/Custom_Templates/customer_templates/Humly/_course_outline.html.liquid new file mode 100644 index 00000000..72f97e79 --- /dev/null +++ b/Custom_Templates/customer_templates/Humly/_course_outline.html.liquid @@ -0,0 +1,40 @@ +
+
+ {% 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!