diff --git a/NP_Custom_Templates/customer_templates/ConservisCorp/_cards_course.html.liquid b/NP_Custom_Templates/customer_templates/ConservisCorp/_cards_course.html.liquid new file mode 100644 index 00000000..b5a6f607 --- /dev/null +++ b/NP_Custom_Templates/customer_templates/ConservisCorp/_cards_course.html.liquid @@ -0,0 +1,73 @@ +{% assign activities_count = 0 %} +{% for course_section in course.sections %} + {% for course_activity in course_section.activities %} + {% assign activities_count = activities_count | plus: 1 %} + {% endfor %} +{% endfor %} +{% capture course_path %}{% route course, id: course.id %}{% endcapture %} +
+
+ + {{ course.name }} + +
+ + {{ course.name }} + +
+ {{ course.full_description }} +
+
+ {{ activities_count }} {% if activities_count == 1 %}Lesson{% else %}Lessons{% endif %} +
+
+
+
+ + \ No newline at end of file diff --git a/NP_Custom_Templates/customer_templates/ConservisCorp/_course_desktop_view.html.liquid b/NP_Custom_Templates/customer_templates/ConservisCorp/_course_desktop_view.html.liquid new file mode 100644 index 00000000..b1959b33 --- /dev/null +++ b/NP_Custom_Templates/customer_templates/ConservisCorp/_course_desktop_view.html.liquid @@ -0,0 +1,127 @@ +
+
+ {{ course.name }} +
+
+ {{ course.name }} +
+
+ Learn the basics of profile value, how to customize your profile to catch the eyes of more buyers, and demand capture 101. +
+
+ {% include "course_progress_and_cta" %} +
+
+
+
+
+
+ Curriculum +
+
+ {% for section in course.sections %} +
+ {{ section.name }} +
+ {% for activity in section.activities %} +
+ {{ activity.title }} +
+ {% endfor %} + {% endfor %} +
+
+
+
+ About this course +
+
+ {{ course.full_description }} +
+
+
+
+ + \ No newline at end of file diff --git a/NP_Custom_Templates/customer_templates/ConservisCorp/_course_progress_and_cta.html.liquid b/NP_Custom_Templates/customer_templates/ConservisCorp/_course_progress_and_cta.html.liquid new file mode 100644 index 00000000..127aa70d --- /dev/null +++ b/NP_Custom_Templates/customer_templates/ConservisCorp/_course_progress_and_cta.html.liquid @@ -0,0 +1,38 @@ +{% if course.learner_can_retake? %} +
+ {% form_authenticity_token %} + +
+{% else %} + + {% if course.enrolled? == false %} + {% t shared.enroll %} + {% elsif course.started? == false %} + {% t shared.course.start, key: current_school.course_vocabulary %} + {% elsif course.completed? %} + {% t shared.course.view, key: current_school.course_vocabulary %} + {% else %} + {% t shared.continue %} + {% endif %} + +{% endif %} + \ No newline at end of file diff --git a/NP_Custom_Templates/customer_templates/ConservisCorp/_courses_catalog.html.liquid b/NP_Custom_Templates/customer_templates/ConservisCorp/_courses_catalog.html.liquid new file mode 100644 index 00000000..2b012754 --- /dev/null +++ b/NP_Custom_Templates/customer_templates/ConservisCorp/_courses_catalog.html.liquid @@ -0,0 +1,26 @@ +{% if courses.in_catalog.any? %} +
+ {% for course in courses.in_catalog %} +
+ {% include "cards_course" with course %} +
+ {% endfor %} +
+{% else %} + {% capture message %} + {% t shared.zero_state.courses.catalog, + key: current_school.course_vocabulary + %} + {% endcapture %} + {% include "courses_zero_state", message: message %} +{% endif %} + + \ No newline at end of file diff --git a/NP_Custom_Templates/customer_templates/ConservisCorp/_footer.html.liquid b/NP_Custom_Templates/customer_templates/ConservisCorp/_footer.html.liquid new file mode 100644 index 00000000..466b8b28 --- /dev/null +++ b/NP_Custom_Templates/customer_templates/ConservisCorp/_footer.html.liquid @@ -0,0 +1,202 @@ + + + diff --git a/NP_Custom_Templates/customer_templates/ConservisCorp/_head.html.liquid b/NP_Custom_Templates/customer_templates/ConservisCorp/_head.html.liquid new file mode 100644 index 00000000..0fd9f4f8 --- /dev/null +++ b/NP_Custom_Templates/customer_templates/ConservisCorp/_head.html.liquid @@ -0,0 +1,18 @@ +{% styles default %} +{% styles colors %} +{% styles custom %} + + + + + + + \ No newline at end of file diff --git a/NP_Custom_Templates/customer_templates/ConservisCorp/_header.html.liquid b/NP_Custom_Templates/customer_templates/ConservisCorp/_header.html.liquid new file mode 100644 index 00000000..17bf8af3 --- /dev/null +++ b/NP_Custom_Templates/customer_templates/ConservisCorp/_header.html.liquid @@ -0,0 +1,259 @@ +
+
+
+ {% if current_person.signed_in? %} + + + {% endif %} +
+ {% if current_school.logo_url %} +

+ + {{ current_school.name }} + +

+ {% else %} + + {{ current_school.name }} + + {% endif %} + +
+
    +
  • + Solutions + + +
  • +
  • + Relationships + + +
  • +
  • + Stories + + +
  • +
  • + Plans +
  • +
+
+ {% if current_person.signed_in? %} + +
+ + +
+ {% else %} +
+ {% endif %} + +
+ +
+
+
+
+ +{% include "messages" %} + diff --git a/NP_Custom_Templates/customer_templates/ConservisCorp/_homepage_events.html.liquid b/NP_Custom_Templates/customer_templates/ConservisCorp/_homepage_events.html.liquid new file mode 100644 index 00000000..e7cb9212 --- /dev/null +++ b/NP_Custom_Templates/customer_templates/ConservisCorp/_homepage_events.html.liquid @@ -0,0 +1,193 @@ +
+
+
+
+ Drive revenue & harvests with decisions informed from Conservis' Suite of Tools. +
+
+ Hundres of customers have organized their fields and finances by using the Conservis Platform and their expert Customer Success plans. Why not join them? +
+
+
+
+
+ Standardizing Inventory Management +
+
+ From the moment you purchase to the moment you use it, standardizing your inventory leads to actionable results. Not to mention that it frees your staff up for other tasks! +
+
+ March 27, 2022 @ 2PM EST +
+ +
+
+
+ Hosts +
+
+ +
+
+ Aneetha Gopalan +
+
+ VP, Product & Engineering +
+
+
+
+ +
+
+ Thierry Le Meur +
+
+ Director of Engineering +
+
+
+
+
+ +
+
+
+ How to Financial Plan for a Full Future +
+
+ Increase your harvest numbers for years to come with proper management. +
+
+ February TBD +
+ +
+
+
+ Host +
+
+ +
+
+ Tyler Jaeger +
+
+ Commercial Operations +
+
+
+
+
+
+
+ + diff --git a/NP_Custom_Templates/customer_templates/ConservisCorp/homepage.html.liquid b/NP_Custom_Templates/customer_templates/ConservisCorp/homepage.html.liquid new file mode 100644 index 00000000..d076f08a --- /dev/null +++ b/NP_Custom_Templates/customer_templates/ConservisCorp/homepage.html.liquid @@ -0,0 +1,82 @@ +{% include "header" %} +{% include "course_version_outdated_alert", courses: courses.featured %} +
+
+ {{ homepage.headline }} +
+ +
+ {{ homepage.headline }} +
+
+ {{ homepage.subheadline }} +
+ +
+
+ {% include 'courses_catalog' %} + {% include 'homepage_events' %} +
+{% include "footer" %} + + + + diff --git a/NP_Custom_Templates/customer_templates/G2/homepage.html.liquid b/NP_Custom_Templates/customer_templates/G2/homepage.html.liquid index 20225904..7af8a414 100644 --- a/NP_Custom_Templates/customer_templates/G2/homepage.html.liquid +++ b/NP_Custom_Templates/customer_templates/G2/homepage.html.liquid @@ -79,4 +79,4 @@ } }); } - \ No newline at end of file +