larson, omni, kitman
This commit is contained in:
BIN
NP_Custom_Templates/customer_templates/Kitman Labs/.DS_Store
vendored
Normal file
BIN
NP_Custom_Templates/customer_templates/Kitman Labs/.DS_Store
vendored
Normal file
Binary file not shown.
@ -22,21 +22,15 @@
|
||||
</button>
|
||||
{% endif %}
|
||||
</div>
|
||||
{% if current_school.logo_url %}
|
||||
<h1 class="np-header-logo">
|
||||
<a href="{% route home %}">
|
||||
<img
|
||||
alt="{{ current_school.name }}"
|
||||
class="np-header-logo-image"
|
||||
src="{{ current_school.logo_url }}"
|
||||
src="https://s3.amazonaws.com/static.northpass.com/demos/kitman/Kitman+Labs+Logo.png"
|
||||
/>
|
||||
</a>
|
||||
</h1>
|
||||
{% else %}
|
||||
<a href="{% route home %}" class="np-school-name np-header-font-color">
|
||||
{{ current_school.name }}
|
||||
</a>
|
||||
{% endif %}
|
||||
|
||||
<div class="np-hidden-mobile np-header-desktop-nav">
|
||||
<ul class="np-header-desktop-nav-list">
|
||||
|
||||
@ -1,11 +1,12 @@
|
||||
<nav class="np-sub-navigation">
|
||||
<div class="np-sub-navigation-content">
|
||||
{% comment %} . {% include "sub_navigation_item", label: "All Courses", icon: "fa fa-book-open", url: '/app/courses' %} {% endcomment %}
|
||||
{% include "sub_navigation_item", label: "Partner Training", icon: "fa fa-tasks", url: "/app/partner-training" %}
|
||||
{% if current_person.properties.partner_training_cert == true %}
|
||||
{% include "sub_navigation_item", label: "Partner Certifications", icon: "fa fa-desktop", url: "/app/partner-certs" %}
|
||||
{% include "sub_navigation_item", label: "Knowledge", icon: "fa fa-tasks", url: "/app/partner-training" %}
|
||||
{% include "sub_navigation_item", label: "Certifications", icon: "fa fa-desktop", url: "/app/partner-certs" %}
|
||||
{% comment %} {% if current_person.properties.partner_training_cert == true %}
|
||||
{% include "sub_navigation_item", label: "Certifications", icon: "fa fa-desktop", url: "/app/certification" %}
|
||||
{% else %}
|
||||
{% include "sub_navigation_item", label: "Partner Certifications", icon: "fa-solid fas fa-exclamation", url: "" %}
|
||||
{% endif %}
|
||||
{% include "sub_navigation_item", label: "Certifications", icon: "fa-solid fas fa-exclamation", url: "" %}
|
||||
{% endif %}{% endcomment %}
|
||||
</div>
|
||||
</nav>
|
||||
</nav>
|
||||
|
||||
@ -98,4 +98,4 @@
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
{% include "footer" %}{%endcomment%}
|
||||
{% include "footer" %}{%endcomment%}
|
||||
|
||||
@ -15,15 +15,15 @@
|
||||
</div>
|
||||
{% else %}
|
||||
<div class="np-homepage-subheadline np-header-font-color">
|
||||
<span>Hi {{ current_person.first_name }}, how is the weather in Warrington, England?</span>
|
||||
<span>Hi {{ current_person.first_name }}, how is the weather in {{ current_person.properties.location }}?</span>
|
||||
<br>
|
||||
<span>Here is the training you are eligible for in your role as
|
||||
<div class="dropdown">
|
||||
<button class="dropbtn">Select Role ▼ </button>
|
||||
<div class="dropdown-content">
|
||||
<a href="#">Developer</a>
|
||||
<a href="#">Architect</a>
|
||||
<a href="#">Partner</a>
|
||||
<a href="#">Team or Coach</a>
|
||||
<a href="#">Performance analytics</a>
|
||||
<a href="#">Medical performance</a>
|
||||
</div>
|
||||
</div>
|
||||
</span>
|
||||
@ -38,25 +38,30 @@
|
||||
<nav class="homepage-navigation__wrapper blocks-layout">
|
||||
<div class="homepage-navigation__item-container">
|
||||
<a class="homepage-navigation__item" href="/app/partner-training">
|
||||
<div class="homepage-navigation__title">Partner Training</div>
|
||||
<img class="animation-pe homepage-navigation__animation" src="https://s3.amazonaws.com/static.northpass.com/stripe/stripe_training_badge.png" alt="">
|
||||
<div class="homepage-navigation__title">Knowledge Path</div>
|
||||
<img class="animation-pe homepage-navigation__animation" src="https://s3.amazonaws.com/static.northpass.com/demos/kitman/Knowledge+image.png" alt="">
|
||||
</a>
|
||||
</div>
|
||||
{% if current_person.properties.partner_training_cert == false %}
|
||||
<div class="homepage-navigation__item-container">
|
||||
<a class="homepage-navigation__item" href="/app/partner-certs">
|
||||
<div class="homepage-navigation__title">Certifications Path</div>
|
||||
<img class="animation-pe homepage-navigation__animation" src="https://s3.amazonaws.com/static.northpass.com/demos/kitman/Certification+image.png" alt="">
|
||||
</a>
|
||||
{% comment %} {% if current_person.properties.partner_training_cert == false %}
|
||||
<div class="homepage-navigation__item-container">
|
||||
<a class="homepage-navigation__item">
|
||||
<div class="homepage-navigation__title" style="filter:grayscale(1)" >Partner Certifications</div>
|
||||
<img class="animation-pe homepage-navigation__animation" src="https://s3.amazonaws.com/static.northpass.com/stripe/stripe_achievement_icon.png" alt="" style="filter:grayscale(1)">
|
||||
<div class="homepage-navigation__title" style="filter:grayscale(1)" >Certifications Path</div>
|
||||
<img class="animation-pe homepage-navigation__animation" src="https://s3.amazonaws.com/static.northpass.com/demos/kitman/Certification+image.png" alt="" style="filter:grayscale(1)">
|
||||
</a>
|
||||
</div>
|
||||
{% else %}
|
||||
<div class="homepage-navigation__item-container">
|
||||
<a class="homepage-navigation__item" href="/app/partner-certs">
|
||||
<div class="homepage-navigation__title">Partner Certifications</div>
|
||||
<img class="animation-pe homepage-navigation__animation" src="https://s3.amazonaws.com/static.northpass.com/stripe/stripe_achievement_icon.png" alt="">
|
||||
<div class="homepage-navigation__title">Certifications Path</div>
|
||||
<img class="animation-pe homepage-navigation__animation" src="https://s3.amazonaws.com/static.northpass.com/demos/kitman/Certification+image.png" alt="">
|
||||
</a>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endif %}{% endcomment %}
|
||||
</nav>
|
||||
</div >
|
||||
</div>
|
||||
@ -121,7 +126,7 @@
|
||||
}
|
||||
|
||||
main {
|
||||
background: linear-gradient(145deg, #635bff, #b10bdf, #f52558, #48d4ff, #f9b45e);
|
||||
background: linear-gradient(145deg, #032B67, #285F85, #428399, #4E95A3, #FFFFFF);
|
||||
background-size: 400% 350%;
|
||||
animation: gradient 15s ease-in-out infinite;
|
||||
height: 75vh;
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
{% include "sub_navigation", current_page: "/app/partner-certs" %}
|
||||
<main class="np-main np-courses np-subpage-container">
|
||||
<h1 class="np-resource-title">
|
||||
Partner Certification Courses
|
||||
Certification Courses
|
||||
</h1>
|
||||
<div class="np-resource-subtitle">
|
||||
{% capture subtitle_text %}
|
||||
@ -14,4 +14,4 @@
|
||||
<br>
|
||||
{% include "courses_partnercerts_index", card_classes: "col-xs-12 col-sm-6 col-lg-4 np-stretch-content" %}
|
||||
</main>
|
||||
{% include "footer" %}
|
||||
{% include "footer" %}
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
{% include "sub_navigation", current_page: "/app/partner-training" %}
|
||||
<main class="np-main np-courses np-subpage-container" >
|
||||
<h1 class="np-resource-title">
|
||||
Partner Training Courses
|
||||
Knowledge
|
||||
</h1>
|
||||
<div class="np-resource-subtitle">
|
||||
{% capture subtitle_text %}
|
||||
@ -14,4 +14,4 @@
|
||||
<br>
|
||||
{% include "courses_partnertraining_index", card_classes: "col-xs-12 col-sm-6 col-lg-4 np-stretch-content" %}
|
||||
</main>
|
||||
{% include "footer" %}
|
||||
{% include "footer" %}
|
||||
|
||||
Reference in New Issue
Block a user