diff --git a/Custom_Templates/customer_templates/.DS_Store b/Custom_Templates/customer_templates/.DS_Store index c8d730bc..f8ab1aca 100644 Binary files a/Custom_Templates/customer_templates/.DS_Store and b/Custom_Templates/customer_templates/.DS_Store differ diff --git a/Custom_Templates/customer_templates/Anthology - Production/_course_desktop_view.html.liquid b/Custom_Templates/customer_templates/Anthology - Production/_course_desktop_view.html.liquid index f2e12542..eaa26612 100644 --- a/Custom_Templates/customer_templates/Anthology - Production/_course_desktop_view.html.liquid +++ b/Custom_Templates/customer_templates/Anthology - Production/_course_desktop_view.html.liquid @@ -257,4 +257,4 @@ height: 25em; justify-content: center; } - + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Anthology - Production/_header.html.liquid b/Custom_Templates/customer_templates/Anthology - Production/_header.html.liquid index 3cd374d7..78bdc400 100644 --- a/Custom_Templates/customer_templates/Anthology - Production/_header.html.liquid +++ b/Custom_Templates/customer_templates/Anthology - Production/_header.html.liquid @@ -129,22 +129,62 @@ {% endif %} - {%- comment -%} School Desktop View Logo {%- endcomment -%} - {% if current_school.logo_url %} -

- - {{ current_school.name }} +
+ {%- comment -%} School Desktop View Logo {%- endcomment -%} + {% if current_school.logo_url %} +

+ + {{ current_school.name }} + +

+ {% else %} + + {{ current_school.name }} -

- {% else %} - - {{ current_school.name }} - - {% endif %} + {% endif %} + + {%- comment -%} Desktop Search Box {%- endcomment -%} + {% if current_person.signed_in? %} + {% comment %} {% endcomment %} + {% comment %} Search: {% endcomment %} +
+ + +
+ {% comment %}
+ + +
{% endcomment %} + {% endif %} + {%- comment -%} Desktop Nav Links {%- endcomment -%}
@@ -176,23 +216,8 @@
{% endcomment %} - {%- comment -%} Desktop Search Box {%- endcomment -%} + {% if current_person.signed_in? %} - {%- comment -%} {%- endcomment -%} - - - {%- comment -%} Desktop Profile Button {%- endcomment -%}
{%- comment -%} @@ -341,6 +366,46 @@ diff --git a/Custom_Templates/customer_templates/Anthology - Production/_product_bar.html.liquid b/Custom_Templates/customer_templates/Anthology - Production/_product_bar.html.liquid index f47e7c7b..5a447d95 100644 --- a/Custom_Templates/customer_templates/Anthology - Production/_product_bar.html.liquid +++ b/Custom_Templates/customer_templates/Anthology - Production/_product_bar.html.liquid @@ -6,7 +6,7 @@
-
+ {% comment %}
Search:
@@ -87,12 +87,12 @@ onkeyup="searchCourses()" /> -
+ {% endcomment %} {% comment %} ----------------------------------------------------------------- {% endcomment %} {% comment %} FOR NORM: {% endcomment %} - {% comment %} Ln 70-80 >> new search {% endcomment %} - {% comment %} Ln 89-99 >> old search {% endcomment %} + {% comment %} Ln 79-90 >> old search {% endcomment %} + {% comment %} Ln 99-108 >> new search {% endcomment %} {% comment %} ----------------------------------------------------------------- {% endcomment %} @@ -106,7 +106,9 @@ /> {% endcomment %} -
+ {% comment %}
{% endcomment %} + + {%- comment -%} {% if current_person.email contains "+preview" %}
Filter By: @@ -258,7 +260,8 @@ diff --git a/Custom_Templates/customer_templates/Anthology - Production/styles.css.liquid b/Custom_Templates/customer_templates/Anthology - Production/styles.css.liquid index 62a5e2fa..5ccfc572 100644 --- a/Custom_Templates/customer_templates/Anthology - Production/styles.css.liquid +++ b/Custom_Templates/customer_templates/Anthology - Production/styles.css.liquid @@ -79,6 +79,10 @@ main{ /* COURSE CARDS */ +.course-card-info { + max-height: 75%; +} + .np-card-content-title{ color: #363636; } @@ -200,8 +204,8 @@ main{ } /* HERO STYLING */ -@media screen and (min-width: 768px){ +/* @media screen and (min-width: 768px){ .np-homepage-hero{ margin: 0 -24px; } -} +} */ diff --git a/Delivery Log b/Delivery Log new file mode 100644 index 00000000..0ed4fe21 --- /dev/null +++ b/Delivery Log @@ -0,0 +1,5 @@ +SELECT ca.communication_id, p.email, ca.created_at, ca.delivered_at, ca.opened_at, ca.errored_at, ca.status FROM communication_activities ca +JOIN schools s ON ca.school_id = s.id +JOIN customers c ON s.customer_id = c.id +JOIN people p ON ca.person_id = p.id +WHERE s.id = 8285;