From f314daed987d376c4f3b6ede549294588cb1ca87 Mon Sep 17 00:00:00 2001 From: Norm Rasmussen Date: Thu, 29 Jun 2023 17:31:14 -0400 Subject: [PATCH] Larson Notes and updated a bunch of templates for Artera. --- .../_sub_navigation.html.liquid | 2 +- .../Artera_internal/homepage.html.liquid | 6 +- .../_sub_navigation.html.liquid | 4 +- .../_cards_course.html.liquid | 34 ++ .../_cards_learning_path_carousel.html.liquid | 31 ++ .../_cards_special_course.html.liquid | 32 ++ .../_catalog_carousel.html.liquid | 101 ++++ .../_catalog_special_carousel.html.liquid | 92 ++++ .../_courses_catalog.html.liquid | 9 + .../_dashboard_carousel.html.liquid | 144 ++++++ .../Swift Medical Sandbox/_footer.html.liquid | 81 ++++ .../Swift Medical Sandbox/_head.html.liquid | 18 + .../_learning_paths_carousel.html.liquid | 49 ++ .../_training_events_dashboard.html.liquid | 5 + .../amedisys.html.liquid | 86 ++++ .../Swift Medical Sandbox/catalog.html.liquid | 222 +++++++++ .../dashboard.html.liquid | 99 ++++ .../feedback.html.liquid | 16 + .../homepage.html.liquid | 104 ++++ .../livetraining.html.liquid | 75 +++ .../Swift Medical Sandbox/login.html.liquid | 62 +++ .../Swift Medical Sandbox/nurse.html.liquid | 83 ++++ .../pointclickcare.html.liquid | 145 ++++++ .../Swift Medical Sandbox/sales.html.liquid | 178 +++++++ .../Swift Medical Sandbox/styles.css.liquid | 447 ++++++++++++++++++ .../Swift Medical/_cards_course.html.liquid | 36 ++ .../_cards_learning_path_carousel.html.liquid | 31 ++ .../_catalog_carousel.html.liquid | 74 +++ .../_courses_catalog.html.liquid | 54 ++- .../_dashboard_carousel.html.liquid | 144 ++++++ .../Swift Medical/_head.html.liquid | 18 + .../_learning_paths_carousel.html.liquid | 49 ++ .../_training_events_dashboard.html.liquid | 5 + .../Swift Medical/amedisys.html.liquid | 86 ++++ .../Swift Medical/catalog.html.liquid | 233 +++++++++ .../Swift Medical/dashboard.html.liquid | 99 ++++ .../Swift Medical/homepage.html.liquid | 13 +- .../Swift Medical/livetraining.html.liquid | 75 +++ .../Swift Medical/login.html.liquid | 62 +++ .../Swift Medical/nurse.html.liquid | 4 +- .../Swift Medical/pointclickcare.html.liquid | 145 ++++++ .../Swift Medical/sales.html.liquid | 178 +++++++ .../Swift Medical/styles.css.liquid | 313 +++++++++++- CustomerNotes/Anthology.md | 7 + CustomerNotes/LarsonTexts.md | 23 +- 45 files changed, 3729 insertions(+), 45 deletions(-) create mode 100644 Custom_Templates/customer_templates/Swift Medical Sandbox/_cards_course.html.liquid create mode 100644 Custom_Templates/customer_templates/Swift Medical Sandbox/_cards_learning_path_carousel.html.liquid create mode 100644 Custom_Templates/customer_templates/Swift Medical Sandbox/_cards_special_course.html.liquid create mode 100644 Custom_Templates/customer_templates/Swift Medical Sandbox/_catalog_carousel.html.liquid create mode 100644 Custom_Templates/customer_templates/Swift Medical Sandbox/_catalog_special_carousel.html.liquid create mode 100644 Custom_Templates/customer_templates/Swift Medical Sandbox/_courses_catalog.html.liquid create mode 100644 Custom_Templates/customer_templates/Swift Medical Sandbox/_dashboard_carousel.html.liquid create mode 100644 Custom_Templates/customer_templates/Swift Medical Sandbox/_footer.html.liquid create mode 100644 Custom_Templates/customer_templates/Swift Medical Sandbox/_head.html.liquid create mode 100644 Custom_Templates/customer_templates/Swift Medical Sandbox/_learning_paths_carousel.html.liquid create mode 100644 Custom_Templates/customer_templates/Swift Medical Sandbox/_training_events_dashboard.html.liquid create mode 100644 Custom_Templates/customer_templates/Swift Medical Sandbox/amedisys.html.liquid create mode 100644 Custom_Templates/customer_templates/Swift Medical Sandbox/catalog.html.liquid create mode 100644 Custom_Templates/customer_templates/Swift Medical Sandbox/dashboard.html.liquid create mode 100644 Custom_Templates/customer_templates/Swift Medical Sandbox/feedback.html.liquid create mode 100644 Custom_Templates/customer_templates/Swift Medical Sandbox/homepage.html.liquid create mode 100644 Custom_Templates/customer_templates/Swift Medical Sandbox/livetraining.html.liquid create mode 100644 Custom_Templates/customer_templates/Swift Medical Sandbox/login.html.liquid create mode 100644 Custom_Templates/customer_templates/Swift Medical Sandbox/nurse.html.liquid create mode 100644 Custom_Templates/customer_templates/Swift Medical Sandbox/pointclickcare.html.liquid create mode 100644 Custom_Templates/customer_templates/Swift Medical Sandbox/sales.html.liquid create mode 100644 Custom_Templates/customer_templates/Swift Medical Sandbox/styles.css.liquid create mode 100644 Custom_Templates/customer_templates/Swift Medical/_cards_course.html.liquid create mode 100644 Custom_Templates/customer_templates/Swift Medical/_cards_learning_path_carousel.html.liquid create mode 100644 Custom_Templates/customer_templates/Swift Medical/_catalog_carousel.html.liquid create mode 100644 Custom_Templates/customer_templates/Swift Medical/_dashboard_carousel.html.liquid create mode 100644 Custom_Templates/customer_templates/Swift Medical/_head.html.liquid create mode 100644 Custom_Templates/customer_templates/Swift Medical/_learning_paths_carousel.html.liquid create mode 100644 Custom_Templates/customer_templates/Swift Medical/_training_events_dashboard.html.liquid create mode 100644 Custom_Templates/customer_templates/Swift Medical/amedisys.html.liquid create mode 100644 Custom_Templates/customer_templates/Swift Medical/catalog.html.liquid create mode 100644 Custom_Templates/customer_templates/Swift Medical/dashboard.html.liquid create mode 100644 Custom_Templates/customer_templates/Swift Medical/livetraining.html.liquid create mode 100644 Custom_Templates/customer_templates/Swift Medical/login.html.liquid create mode 100644 Custom_Templates/customer_templates/Swift Medical/pointclickcare.html.liquid create mode 100644 Custom_Templates/customer_templates/Swift Medical/sales.html.liquid diff --git a/Custom_Templates/customer_templates/Artera_internal/_sub_navigation.html.liquid b/Custom_Templates/customer_templates/Artera_internal/_sub_navigation.html.liquid index 9328d4cc..221d88c1 100644 --- a/Custom_Templates/customer_templates/Artera_internal/_sub_navigation.html.liquid +++ b/Custom_Templates/customer_templates/Artera_internal/_sub_navigation.html.liquid @@ -12,7 +12,7 @@ {% else %}
- {{ link.label }} + {% comment %} {{ link.label }} {% endcomment %}
{% endif %} diff --git a/Custom_Templates/customer_templates/Artera_internal/homepage.html.liquid b/Custom_Templates/customer_templates/Artera_internal/homepage.html.liquid index 0fa525a1..a31344f9 100644 --- a/Custom_Templates/customer_templates/Artera_internal/homepage.html.liquid +++ b/Custom_Templates/customer_templates/Artera_internal/homepage.html.liquid @@ -1,3 +1,6 @@ + {% include "header" %}
{% include "course_version_outdated_alert", courses: courses.featured %} @@ -186,6 +189,3 @@ } }); - diff --git a/Custom_Templates/customer_templates/Artera_sandbox/_sub_navigation.html.liquid b/Custom_Templates/customer_templates/Artera_sandbox/_sub_navigation.html.liquid index 3af0c1e0..d4226e2c 100644 --- a/Custom_Templates/customer_templates/Artera_sandbox/_sub_navigation.html.liquid +++ b/Custom_Templates/customer_templates/Artera_sandbox/_sub_navigation.html.liquid @@ -9,7 +9,7 @@ {% else %} {% endif %} @@ -40,4 +40,4 @@ \ No newline at end of file + diff --git a/Custom_Templates/customer_templates/Swift Medical Sandbox/_cards_course.html.liquid b/Custom_Templates/customer_templates/Swift Medical Sandbox/_cards_course.html.liquid new file mode 100644 index 00000000..0b1b72ef --- /dev/null +++ b/Custom_Templates/customer_templates/Swift Medical Sandbox/_cards_course.html.liquid @@ -0,0 +1,34 @@ + diff --git a/Custom_Templates/customer_templates/Swift Medical Sandbox/_cards_learning_path_carousel.html.liquid b/Custom_Templates/customer_templates/Swift Medical Sandbox/_cards_learning_path_carousel.html.liquid new file mode 100644 index 00000000..918b796e --- /dev/null +++ b/Custom_Templates/customer_templates/Swift Medical Sandbox/_cards_learning_path_carousel.html.liquid @@ -0,0 +1,31 @@ + +
+ +
1-Pager for Amedisys
+ + + +
+ +
5 Minute Onboarding and Informational Video
+ +
+ + + +
+ + + diff --git a/Custom_Templates/customer_templates/Swift Medical Sandbox/catalog.html.liquid b/Custom_Templates/customer_templates/Swift Medical Sandbox/catalog.html.liquid new file mode 100644 index 00000000..a2bcff72 --- /dev/null +++ b/Custom_Templates/customer_templates/Swift Medical Sandbox/catalog.html.liquid @@ -0,0 +1,222 @@ +{% include "header" %} +{% include "course_version_outdated_alert", courses: courses.in_catalog %} +{% include "sub_navigation" %} +
+
+
+
+
+ Swift Skin and Wound Training Resources +
+
+ Explore key courses and content to learn the basic features within Swift Skin and Wound. Have a problem or a question? Explore the Swift Resources for a quick answer. +
+
+
+
Onboarding Courses
+
+
+
Swift Resources
+
+
+ +
+
+
Onboarding Courses
+
+
+
Swift Resources
+
+
+
+
+ {% capture label %}{% t shared.filters.by_category %}{% endcapture %} +
+ + {% + include 'catalog_special_carousel', + category_name: "Full Certificate Onboarding", + class_name: "full-cert-onboarding" + %} + + {% + include 'catalog_special_carousel', + category_name: "Additional Resources", + class_name: "additional-resources" + %} + + {% + include 'catalog_carousel', + heading: "Open Source Courses", + sub_heading: "Explore key features found in Swift Skin and Wound", + category_name: "Open Source Onboarding Content", + class_name: "open-source" + %} + + {% + include 'catalog_carousel', + heading: "Key Swift Features Courses", + sub_heading: "Explore key features found in Swift Skin and Wound", + category_name: "Key Features", + class_name: "key-swift-features" + %} + + {% + include 'catalog_carousel', + heading: "Single Course Onboarding", + sub_heading: "Looking for content that only includes iOS or Android? Explore the courses below.", + category_name: "Single Course Onboarding", + class_name: "single-course-onboarding" + %} + +
+ +{% include "footer" %} + + + + + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Swift Medical Sandbox/dashboard.html.liquid b/Custom_Templates/customer_templates/Swift Medical Sandbox/dashboard.html.liquid new file mode 100644 index 00000000..c4024323 --- /dev/null +++ b/Custom_Templates/customer_templates/Swift Medical Sandbox/dashboard.html.liquid @@ -0,0 +1,99 @@ +{% include "header" %} +{% include "course_version_outdated_alert", courses: courses.enrolled %} +{% include "sub_navigation" %} +
+ +
+
+
+
+ Welcome {{current_person.first_name}}, +
+
+ This is your dashboard. Explore courses you have started and courses you have been assigned. +
+
+ +
+
+ + {% include 'dashboard_carousel' %} + +
+
+
My Learning Paths
+
+ {% include 'learning_paths_carousel' %} + + {% if training_events.enrolled.any? %} +
+
+
Events
+ {% include "training_events_dashboard" %} +
+ {% endif %} + + +
+{% include "footer" %} + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Swift Medical Sandbox/feedback.html.liquid b/Custom_Templates/customer_templates/Swift Medical Sandbox/feedback.html.liquid new file mode 100644 index 00000000..283a1bcf --- /dev/null +++ b/Custom_Templates/customer_templates/Swift Medical Sandbox/feedback.html.liquid @@ -0,0 +1,16 @@ + +{% include "header" %} +{% include "course_version_outdated_alert", courses: courses.featured %} +{% include "sub_navigation" %} + +
+ +
Feedback about Swift Academy
+ + +
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Swift Medical Sandbox/homepage.html.liquid b/Custom_Templates/customer_templates/Swift Medical Sandbox/homepage.html.liquid new file mode 100644 index 00000000..814df626 --- /dev/null +++ b/Custom_Templates/customer_templates/Swift Medical Sandbox/homepage.html.liquid @@ -0,0 +1,104 @@ +{% include "header" %} +{% include "course_version_outdated_alert", courses: courses.featured %} +{% include "sub_navigation" %} +
+
+ {{ homepage.headline }} +
+
+ {{ homepage.headline }} +
+
+ {{ homepage.subheadline }} +
+ +
+
+ +
+ + + + +
+
+{% include "footer" %} + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Swift Medical Sandbox/livetraining.html.liquid b/Custom_Templates/customer_templates/Swift Medical Sandbox/livetraining.html.liquid new file mode 100644 index 00000000..17608d07 --- /dev/null +++ b/Custom_Templates/customer_templates/Swift Medical Sandbox/livetraining.html.liquid @@ -0,0 +1,75 @@ + + {% include "header" %} + {% include "course_version_outdated_alert", courses: courses.featured %} + {% include "sub_navigation" %} + +
+ +
Select your live course and complete to earn your Credential
+
+ +
+
+
+ +Swift Ready - Live With Trainer Activities +
+

+ Swift Ready - Live With Trainer Activities +

+
+ +
+ +
+
+
+ +
+ +
+
+
+ +Swift Certified - Live With Trainer Activities +
+

+ Swift Certified - Live With Trainer Activities +

+
+ +
+ +
+
+
+ +
+
+ + +
+ {% include "footer" %} + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Swift Medical Sandbox/login.html.liquid b/Custom_Templates/customer_templates/Swift Medical Sandbox/login.html.liquid new file mode 100644 index 00000000..4eba8aa5 --- /dev/null +++ b/Custom_Templates/customer_templates/Swift Medical Sandbox/login.html.liquid @@ -0,0 +1,62 @@ +
+
+ {% include "header_minimal" %} +
+
+ {% form_authenticity_token %} +
+ + +
+
+ + +
+ + + {% t .forgot_password %} + + {% if features.account_creation? %} + + {% t shared.sign_up %} + + {% endif %} + {% if features.request_access? %} + + {{ current_school.request_access_label }} + + {% endif %} +
+
+
+ +
+ + + +
diff --git a/Custom_Templates/customer_templates/Swift Medical Sandbox/nurse.html.liquid b/Custom_Templates/customer_templates/Swift Medical Sandbox/nurse.html.liquid new file mode 100644 index 00000000..52bbf383 --- /dev/null +++ b/Custom_Templates/customer_templates/Swift Medical Sandbox/nurse.html.liquid @@ -0,0 +1,83 @@ + +{% include "header" %} +{% include "course_version_outdated_alert", courses: courses.featured %} +{% include "sub_navigation" %} + +
+ +
Onboarding Courses for Nurses and Clinicians
+
+
+
+ +
+ + Swift Ready Certificate! +
+

+ Swift Ready Onboarding +

+
Option 1: Complete this 30 Minute Swift Ready training to quickly get started
+ +
+
+
+
+
+
+ +
+ +
+ Certification +
+ + Mobile Swift Skin and Wound Onboarding +
+

+ Swift Skin and Wound Certification +

+
Option 2: Learn the details of Swift and become Swift Skin and Wound Certified
+ + +
+
+
+ +
+
+
+
Looking for more content?
+
Explore the catalog for a full selection of courses that are available
+ + +
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Swift Medical Sandbox/pointclickcare.html.liquid b/Custom_Templates/customer_templates/Swift Medical Sandbox/pointclickcare.html.liquid new file mode 100644 index 00000000..bf0b8c96 --- /dev/null +++ b/Custom_Templates/customer_templates/Swift Medical Sandbox/pointclickcare.html.liquid @@ -0,0 +1,145 @@ + +
+
+
+ +
+ +

+ + Swift Academy + +

+ + +
+
    + +
+
+ + + +
+
+ {% include "course_version_outdated_alert", courses: courses.featured %} + +
+ +
Start Exploring the PCC Skin and Wound Content Here
+

+
+
+
+
+
+ course + + +
+
+ + + + PointClickCare Onboarding +
+PointClickCare Onboarding + +
+
+
+
+ PointClickCare Onboarding +

+ About the Course +

+
+

Within this module, you will learn about some of the key elements of Swift Skin and Wound and how to use these on an iOS device. 

Key Elements explored in this course: 

    +
  • How to get started and login 
  • +
  • Locating and identifying a patient chart 
  • +
  • How to take wound images 
  • +
  • Reviewing wound images 
  • +
  • How to complete wound documentation
  • +

You will be able to walkthrough an example showing the key elements of the app and how to use them. While exploring the documentation use the Swift Skin and Wound application on your iOS device. 

Estimated time to complete the module: 1-2 hours 

+
+ + + + + + + +
+
+
+
+
+ Course Progress +
+
+
+
+
+ +
+ Not started +
+
+ + + + + Start Course + + + + + +
+
+
+ Course Outline +
+
+
    + +
  1. +
    + PointClickCare Onboarding +
    +
      + + +
    1. + + + + + + PointClickCare Onboarding + + + + +
      + +
    2. + +
    +
  2. + +
+
+
+ +
+
+
+ +
+ +
+ {% include "footer" %} + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Swift Medical Sandbox/sales.html.liquid b/Custom_Templates/customer_templates/Swift Medical Sandbox/sales.html.liquid new file mode 100644 index 00000000..7cfbbf1b --- /dev/null +++ b/Custom_Templates/customer_templates/Swift Medical Sandbox/sales.html.liquid @@ -0,0 +1,178 @@ + +{% include "header" %} +{% include "course_version_outdated_alert", courses: courses.featured %} +{% include "sub_navigation" %} + +
+ +
Onboarding Courses for the Sales Team
+
+
+
+
+ + Swift Ready Certificate! +
+

+ Complete this course to learn the basics of capturing a wound in 30 Minutes! +

+
+ +
+ +
+
+
+ +
+
+
+
+
+
+ +
+ Certification +
+ + Dashboard Swift Skin and Wound Onboarding +
+

+ Complete the Dashboard Swift Skin and Wound Onboarding to learn about how to use the dashboard with Swift Skin and Wound. +

+
+ +
+ +
+
+
+ +
+
+ +
Additional courses to explore selected for the sales team
+ +
+
+
+
+ +
+ Certification +
+ + Swift Certified - Skin and Wound +
+

+ Swift Certified - Skin and Wound +

+
+ +
+ +
+
+
+ +
+
+
+
+ + Swift Resource Center +
+

+ Swift Resource Center +

+
+ +
+ +
+
+
+ +
+
+
+
+ + Full Wound Workflow in 5 Minutes +
+

+ Full Wound Workflow in 5 Minutes +

+
+ +
+ +
+
+
+ +
+
+ +
+
Looking for more content?
+
Explore the catalog for a full selection of courses that are available
+ + +
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Swift Medical Sandbox/styles.css.liquid b/Custom_Templates/customer_templates/Swift Medical Sandbox/styles.css.liquid new file mode 100644 index 00000000..3b86ea53 --- /dev/null +++ b/Custom_Templates/customer_templates/Swift Medical Sandbox/styles.css.liquid @@ -0,0 +1,447 @@ + /* + Put your custom overlay styles in here + You can use your northpass color palette in this file + +{{ color_palette.button_font_color }} +{{ color_palette.button_color }} +{{ color_palette.button_hover_color }} +{{ color_palette.header_font_color }} +{{ color_palette.header_font_hover_color }} +{{ color_palette.header_color }} + +*/ + +.center { + text-align: center; +} + +.mr-1 { + margin-right: 10px; +} + +.ml-1 { + margin-left: 10px; +} + +.mx-1 { + margin-right: 10px; + margin-left: 10px; +} + +.mt-1 { + margin-top: 10px; +} + +.mt-3 { + margin-top: 30px; +} + +.text-left{ + text-align: left; +} + +.justify{ + justify-content: space-between; +} + +.small-shadow{ + border: 2px solid #888888; + box-shadow: 3px 3px 3px #888888; + border-radius: 5px; +} + +.swiftPink-button{ + background-color: #ee255c; + color: #fff; +} + +.swiftPink-button:hover { + background-color: #e1466f; +} + +.np-homepage-subheadline{ + line-height: 2rem +} + +.np-card-content-progress { + display: none; +} + +.np-top-cta-progress-content { + display: none; +} + +.m-sub { + margin-top: 40px; + margin-bottom: 20px; + text-align: center; +} + +@media only screen and (max-width: 500px){ + .np-homepage-subheadline{ + line-height: 1rem + } +} + + +/* @media screen and (min-width: 768px){ + .np-learning-path-image { + padding: 1em 0px; + width: 50%; + } + +@media screen and (min-width: 768px){ + .np-card-content-vertical{ + height: 53%; + } +} + +@media screen and (min-width: 875px){ + .np-card-content-vertical{ + height: 56%%; + } +} + +@media screen and (min-width: 950px){ + .np-card-content-vertical{ + height: 47%%; + } +} + +@media screen and (min-width: 1024px){ + .np-card-content-vertical{ + height: 65%; + } +} + +@media screen and (min-width: 1100px){ + .np-card-content-vertical{ + height: 60%; + } +} + +@media screen and (min-width: 1235px){ + .np-card-content-vertical{ + height: 50%; + } +} + +@media screen and (min-width: 1440px){ + .np-card-content-vertical{ + height: 47%; + } +} */ + +@media screen and (min-width: 1500px){ + .np-learning-path-image { + padding: 0; + } +} + +.lp-carousel-wrapper { + margin-bottom: 3rem; +} + +.card-carousel-container { + position: relative; + background: #fff; + border-radius: 4px; + box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px; + height: 100%; +} + +.card-carousel { + padding: 40px; +} +/* carousel */ + +[data-controls="prev"], [data-controls="next"] { + background: none; + border: none; +} + +.fa-arrow-circle-left { + font-size: 2rem; + opacity: 0.5; +} + +.fa-arrow-circle-right { + font-size: 2rem; + opacity: 0.5; +} + +.tns-nav-active{ + display:none; + height: 10px; + width: 10px; + border: 50%; + border-radius: 50%; + border: none; + margin-right: 5px; +} + +.tns-outer [aria-controls], .tns-outer [data-action] { + height: 10px; + width: 10px; + border: 50%; + border-radius: 50%; + border: none; + margin-right: 5px; + } + +.carousel-container { + position: relative; +} + + .tns-controls { + position: absolute; + top: 30%; + transform: translate(0,-50%); + display: flex !important; + justify-content: space-between; + z-index: 11; + width: 100%; + + } + .left-arrow { + position: relative; + left: -50px; +} + .tns-nav { + position: absolute; + bottom: 0; + left: 50%; + transform: translate(-50%,0); + display: none !important; + } + + .filter-section { + margin-bottom:57px; +} + +.np-card-ribbon { + left: unset; + right: 0; +} + + + + +.np-homepage-hero-content { + display: flex; + flex-direction: column; + align-items: center; +} + + + +div.row:nth-child(3) { + width: 100%; + display: flex; + + justify-content: center; +} + +.filter-category-active{ + background: #0057b8 !important; + color: #fff !important; +} + + + +.left-arrow, .right-arrow { + font-weight: 100; + color: #D9D9D9; + font-size: 7rem; + +} + +.lp-button-card { + width: 100%; +} + +.cta-courses-text{ + font-weight: 700; + font-size: 32px; + line-height: 30px; + padding: 1rem 9px; + text-align: center; +} + +.cta-resources-text{ + font-weight: 700; + font-size: 32px; + line-height: 38px; + padding: 1rem 32px; + color: #000000; + text-align: center; +} + +@media screen and (max-width: 800px) { + .filter-category, .cta-courses-text, .cta-resources-text { + font-size: 24px; + text-align: center; + } + + .cta-filtters { + height: 70px !important; + } + + .left-arrow, .right-arrow { + font-weight: 100; + font-size: 5rem; + + } + .left-arrow { + position: relative; + left: -31px; + } + .np-subpage-container-dashboard { + padding: 30px 40px 60px 40px !important; + } + .np-subpage-container { + padding: 20px 40px !important; + } + /* .np-card-content { + max-height: 140px; + } */ + +} + +.np-subpage-container-dashboard { + padding: 43px 100px; +} + +.np-carousel { + padding-left: 20px; +} + + +.filtters-wrapper, .heading-carousel-section { + width: 90%; +} +.np-catalog-header-wrapper, .carousel-text-wrapper { +display: flex; +justify-content: center; +} + +@media only screen and (max-width: 770px) { + .filtters-wrapper, .heading-carousel-section { + width: 100%; + } + .lp-np-card-content { + min-height: 100px; + } +} + +.cta-filtters { + height: 90px; +} + +.np-subpage-container { + padding: 50px 100px 100px; +} + +.button-wide { + width: 100%; +} + +.lp-card-footer-container { + height: 100%; + } + +.lp-np-card-content { + height: 100%; + display: flex; + min-height: +} +.lp-button-card { + align-items: flex-end; + display: flex; + } + + +/* Styles specifically pertaining to mobile optimizations of course filter buttons and cards at dashboard and catalog */ + +.default-swapper { + display: none; +} + +.mobile-swapper { + display: flex; + flex-direction: column; +} + +/* Dashboard Filters */ +.filter-category-active-mobile { + background: #0057b8 !important; + color: #fff !important; +} + +#cat1-mobile, +#cat2-mobile, +#cat3-mobile{ + border-radius: 8px; + margin-bottom: 5px; +} + +/* Dashboard Cards */ +.np-card-content-subtitle{ + margin-bottom: 8px; +} + +/* Catalog filters */ +.cta-courses-mobile, +.cta-courses { + border: 1px solid #2356B2; + border-radius: 9px; + width: 100%; + display: flex; + justify-content: center; + align-items: center; + background: #2356B2; +} + +.cta-courses-mobile{ + margin-bottom: 5px; +} + +.cta-resources { + background: #fff; + border: 1px solid #2356B2; + border-radius: 9px; + width: 100%; + display: flex; + justify-content: center; + align-items: center; +} + +#tns2 > .tns-item{ + padding: 20px; +} + +#tns2 > .tns-item > .card-carousel-container{ + margin: 0; +} + +@media screen and (min-width: 565px){ + .default-swapper { + display: flex; + } + + .mobile-swapper { + display: none; + } + + .cta-courses { + border-radius: 9px 0 0 9px; + } + + .cta-filters { + margin-bottom: 42px; + } + + .cta-resources { + border-radius: 0px 9px 9px 0px; + } +} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Swift Medical/_cards_course.html.liquid b/Custom_Templates/customer_templates/Swift Medical/_cards_course.html.liquid new file mode 100644 index 00000000..74707293 --- /dev/null +++ b/Custom_Templates/customer_templates/Swift Medical/_cards_course.html.liquid @@ -0,0 +1,36 @@ + diff --git a/Custom_Templates/customer_templates/Swift Medical/_cards_learning_path_carousel.html.liquid b/Custom_Templates/customer_templates/Swift Medical/_cards_learning_path_carousel.html.liquid new file mode 100644 index 00000000..918b796e --- /dev/null +++ b/Custom_Templates/customer_templates/Swift Medical/_cards_learning_path_carousel.html.liquid @@ -0,0 +1,31 @@ +