From 1c60bd4c528da8131e2382cc279be56db212efa5 Mon Sep 17 00:00:00 2001 From: Norm Rasmussen Date: Mon, 8 May 2023 16:40:24 -0400 Subject: [PATCH] Glassdoor notes --- .../Glassdoor/_cards_course.html.liquid | 36 +++++++++++++++++++ .../Glassdoor/_header.html.liquid | 2 +- .../Glassdoor/styles.css.liquid | 9 ++++- CustomerNotes/Crayon.md | 17 +++++++++ CustomerNotes/Glassdoor.md | 16 +++++++++ 5 files changed, 78 insertions(+), 2 deletions(-) create mode 100644 Custom_Templates/customer_templates/Glassdoor/_cards_course.html.liquid diff --git a/Custom_Templates/customer_templates/Glassdoor/_cards_course.html.liquid b/Custom_Templates/customer_templates/Glassdoor/_cards_course.html.liquid new file mode 100644 index 00000000..258826ae --- /dev/null +++ b/Custom_Templates/customer_templates/Glassdoor/_cards_course.html.liquid @@ -0,0 +1,36 @@ +
+
+ {% if course.ribbon %} +
+ {{ course.ribbon }} +
+ {% endif %} + {{ course.name }} +
+

+ {{ course.name }} +

+
+ {{ course.instructor_names }} +
+ +
+
+
diff --git a/Custom_Templates/customer_templates/Glassdoor/_header.html.liquid b/Custom_Templates/customer_templates/Glassdoor/_header.html.liquid index 90bd5a41..eb0b6b45 100644 --- a/Custom_Templates/customer_templates/Glassdoor/_header.html.liquid +++ b/Custom_Templates/customer_templates/Glassdoor/_header.html.liquid @@ -184,7 +184,7 @@ -{% include "messages" %} +{% comment %} {% include "messages" %} {% endcomment %}