diff --git a/Custom_Templates/customer_templates/.DS_Store b/Custom_Templates/customer_templates/.DS_Store index a3052287..da208d6f 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/_cards_course_revamped.html.liquid b/Custom_Templates/customer_templates/Anthology - Production/_cards_course_revamped.html.liquid index 51445f46..6d972196 100644 --- a/Custom_Templates/customer_templates/Anthology - Production/_cards_course_revamped.html.liquid +++ b/Custom_Templates/customer_templates/Anthology - Production/_cards_course_revamped.html.liquid @@ -200,8 +200,8 @@ Anthology {% endif %} -
- {% comment %}
{% endcomment %} + {% comment %}
+

@@ -266,11 +266,73 @@

+
{% endcomment %} +
+
+
+
+

+ {{ course.name }} +

+
+
+
+ {% if flag == 'dashboard' %} +
+
+
+
+
+
+ {% endif %} + + + {% assign act_count = 0 %} + {% for section in course.sections %} + {% for activity in section.activities %} + {% assign act_count = act_count| plus: 1 %} + {% endfor %} + {% endfor %} + {{ act_count }} {% if act_count == 1 %}Activity{% else %}Activities{% endif %} + + {% capture course_path %}{% route course, id: course.id %}{% endcapture %} + + {% if course.progress > 0 and course.progress < 100 %} + Continue + {% else %} + View + {% endif %} + +
- {% endcomment %} + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Anthology - Production/_cards_searched_course.html.liquid b/Custom_Templates/customer_templates/Anthology - Production/_cards_searched_course.html.liquid index 0893528e..e0e408ec 100644 --- a/Custom_Templates/customer_templates/Anthology - Production/_cards_searched_course.html.liquid +++ b/Custom_Templates/customer_templates/Anthology - Production/_cards_searched_course.html.liquid @@ -216,12 +216,18 @@

{{ course.name }}

- - {{ act_count }} {% if act_count == 1 %}Activity{% else %}Activities{% endif %} -
+ + {% assign act_count = 0 %} + {% for section in course.sections %} + {% for activity in section.activities %} + {% assign act_count = act_count| plus: 1 %} + {% endfor %} + {% endfor %} + {{ act_count }} {% if act_count == 1 %}Activity{% else %}Activities{% endif %} + diff --git a/Custom_Templates/customer_templates/Anthology - Production/_courses_catalog.html.liquid b/Custom_Templates/customer_templates/Anthology - Production/_courses_catalog.html.liquid index 124771c5..d2d9bdad 100644 --- a/Custom_Templates/customer_templates/Anthology - Production/_courses_catalog.html.liquid +++ b/Custom_Templates/customer_templates/Anthology - Production/_courses_catalog.html.liquid @@ -7,7 +7,7 @@ {% for course in courses.enrolled %} {%- comment -%} {% unless course.progress > 0 %} {% endunless %} {%- endcomment -%} -
+
{%- comment -%} {% include "cards_course" with course, flag: 'catalog' %} {%- endcomment -%} {% if current_person.email contains '+preview' or current_person.email == 'kfelton@anthology.com'%} {% include "cards_course_revamped" with course, flag: 'null' %} 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 aed490b0..5a447d95 100644 --- a/Custom_Templates/customer_templates/Anthology - Production/_product_bar.html.liquid +++ b/Custom_Templates/customer_templates/Anthology - Production/_product_bar.html.liquid @@ -90,8 +90,24 @@ /* padding-right: 4%; */ } + /* .product-bar{ + margin-top: 25.5%; + } */ + .product-bar .product-subscriptions{ padding-left: 80px; } } + + /* @media screen and (min-width: 2300px){ + .product-bar{ + margin-top: 21%; + } + } + + @media screen and (min-width: 2800px){ + .product-bar{ + margin-top: 18%; + } + } */ \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Anthology - Production/homepage.html.liquid b/Custom_Templates/customer_templates/Anthology - Production/homepage.html.liquid index e153f135..7336f45e 100644 --- a/Custom_Templates/customer_templates/Anthology - Production/homepage.html.liquid +++ b/Custom_Templates/customer_templates/Anthology - Production/homepage.html.liquid @@ -39,10 +39,12 @@ {% include "course_version_outdated_alert", courses: courses.in_catalog %}
- {{ homepage.headline }} + + {{ homepage.headline }} +
{% comment %} Welcome to Anthology Academy {% endcomment %} @@ -323,6 +325,25 @@ margin-bottom: 12px } + .card-image-replacement{ + /* background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(225,235,243,1) 60%); */ + background: linear-gradient(325deg, rgba(255,255,255,1) 0%, rgb(225 235 343 / 30%) 60%); + height: 12rem; + width: 100%; + } + + @media screen and (min-width: 550px) and (max-width: 649px){ + .card-image-replacement{ + height: 15rem; + } + } + + @media screen and (min-width: 650px) and (max-width: 767px){ + .card-image-replacement{ + height: 20rem; + } + } + @media screen and (min-width: 768px){ .np-main{ margin-top: none; @@ -353,14 +374,10 @@ margin-top: 350px; } */ - .product-bar{ - margin-top: 25.5%; - } - .np-homepage-hero{ - width: calc(100vw + 1.75em); - position: absolute; - left: 0; + /* width: calc(100vw + 1.75em); */ + /* position: absolute; */ + /* left: 0; */ } } diff --git a/Custom_Templates/customer_templates/Anthology - Production/search.html.liquid b/Custom_Templates/customer_templates/Anthology - Production/search.html.liquid index 59b49e02..cf51ac34 100644 --- a/Custom_Templates/customer_templates/Anthology - Production/search.html.liquid +++ b/Custom_Templates/customer_templates/Anthology - Production/search.html.liquid @@ -7,7 +7,6 @@ {% assign render_search = false %} {% if results.items.any? %} {% for result in results.items %} - {% comment %} https://newacademy.anthology.com/app/search/00000000-0000-0000?q= {% endcomment %} {% if result.type == 'course' %} {% for course in courses.enrolled %} {% if result.course.id == course.id %} @@ -30,13 +29,14 @@
{% comment %} {% t .showing %} {% endcomment %} {% if render_search %} - {{ result_count }} - {% else %} - {{ results.count }} + + {{ result_count }} Resources For "{{ results.term }}" + + {% comment %} {% else %} + {{ results.count }} Resources {% endcomment %} {% endif %} {% comment %} {% t .results_for %} {% endcomment %} - Resources For - "{{ results.term }}" +
{% if render_search %}
@@ -169,15 +169,17 @@ } .card-bottom-details{ - justify-content: flex-end; + justify-content: space-between; } .product-filter-dropdown, .category-filter-dropdown{ - padding: 0 5px; + /* padding: 0 5px; */ /* border-radius: 0; */ - height: 45px; - min-width: 150px; + /* height: 45px; + min-width: 150px; */ + margin: 10px 10px 0; + padding: 2px 20px; } @media screen and (min-width: 768px){ diff --git a/Custom_Templates/customer_templates/Anthology - Production/styles.css.liquid b/Custom_Templates/customer_templates/Anthology - Production/styles.css.liquid index 66c0448e..62a5e2fa 100644 --- a/Custom_Templates/customer_templates/Anthology - Production/styles.css.liquid +++ b/Custom_Templates/customer_templates/Anthology - Production/styles.css.liquid @@ -13,7 +13,7 @@ html, body{ - color: #000000; + color: #363636 !important; font-family: 'Nunito Sans', sans-serif; } @@ -79,6 +79,10 @@ main{ /* COURSE CARDS */ +.np-card-content-title{ + color: #363636; +} + .course-card .np-card-container{ border-radius: 0; box-shadow: 0 3px 30px rgba(0,0,0,.1); @@ -166,7 +170,7 @@ main{ .category-filter-dropdown{ background-color: #fefefe; border-radius: 4px; - color: #393939; + color: #363636; font-size: 1em; font-weight: 700; height: 60px; diff --git a/CustomerNotes/Cin7/Cin7.md b/CustomerNotes/Cin7/Cin7.md index 28c3ce5d..e3dc6ef8 100644 --- a/CustomerNotes/Cin7/Cin7.md +++ b/CustomerNotes/Cin7/Cin7.md @@ -95,3 +95,13 @@ Groups: * Both Core & Omni No firm launch date, figuring it out in April + +## 08-08-2024 + +Julie has revamped how CS is being using - this is great! +Invested in the academy. +But the way they implemented groups might be too complicated + +They also need to consider how sales is using the academy +Can we send Inventoro (new acquisition) content as a journey. +Cin7 wants to be more proactive around sending content. diff --git a/wan_ip.txt b/wan_ip.txt new file mode 100644 index 00000000..861e0a26 --- /dev/null +++ b/wan_ip.txt @@ -0,0 +1 @@ +79.56.225.62