From 413ecc10405152c4d6bf1ed3664b906038a3f68a Mon Sep 17 00:00:00 2001 From: Norm Rasmussen Date: Wed, 3 Jul 2024 18:58:39 -0400 Subject: [PATCH] Anthology head file for a custom redirect. Chubb and Todos. Oh and a customer alert banner for Artera. --- .../Anthology-Redirect/_head.html.liquid | 4 ++++ .../Artera_prod/_header.html.liquid | 6 +++--- .../Artera_prod/_sub_navigation.html.liquid | 2 +- .../Artera_prod/homepage.html.liquid | 6 ++++++ CustomerNotes/Chubb/Chubb.md | 16 ++++++++++++++++ Todos.md | 15 +++++++++++++++ 6 files changed, 45 insertions(+), 4 deletions(-) create mode 100644 Custom_Templates/customer_templates/Anthology-Redirect/_head.html.liquid diff --git a/Custom_Templates/customer_templates/Anthology-Redirect/_head.html.liquid b/Custom_Templates/customer_templates/Anthology-Redirect/_head.html.liquid new file mode 100644 index 00000000..e9ace106 --- /dev/null +++ b/Custom_Templates/customer_templates/Anthology-Redirect/_head.html.liquid @@ -0,0 +1,4 @@ + + diff --git a/Custom_Templates/customer_templates/Artera_prod/_header.html.liquid b/Custom_Templates/customer_templates/Artera_prod/_header.html.liquid index d4f6224c..f9f2b55f 100644 --- a/Custom_Templates/customer_templates/Artera_prod/_header.html.liquid +++ b/Custom_Templates/customer_templates/Artera_prod/_header.html.liquid @@ -221,7 +221,7 @@ .np-header-logo { justify-content: flex-start; } - + @media (min-width: 768px) { .np-header-logo { justify-content: center; @@ -248,5 +248,5 @@ color: #000; } } - - \ No newline at end of file + + diff --git a/Custom_Templates/customer_templates/Artera_prod/_sub_navigation.html.liquid b/Custom_Templates/customer_templates/Artera_prod/_sub_navigation.html.liquid index 3af0c1e0..398ba145 100644 --- a/Custom_Templates/customer_templates/Artera_prod/_sub_navigation.html.liquid +++ b/Custom_Templates/customer_templates/Artera_prod/_sub_navigation.html.liquid @@ -40,4 +40,4 @@ \ No newline at end of file + diff --git a/Custom_Templates/customer_templates/Artera_prod/homepage.html.liquid b/Custom_Templates/customer_templates/Artera_prod/homepage.html.liquid index 5c2a696a..f7240540 100644 --- a/Custom_Templates/customer_templates/Artera_prod/homepage.html.liquid +++ b/Custom_Templates/customer_templates/Artera_prod/homepage.html.liquid @@ -19,6 +19,12 @@ {% include "sub_navigation" %} + {% if current_school.properties.show_alert_banner == true %} +
+

{{ current_school.properties.alert_banner }}

+
+ {% endif %} +