final stripe before demo

This commit is contained in:
Norm Rasmussen
2022-05-05 14:13:26 -04:00
parent 1d8d9acf92
commit ea8a16c1cd
5 changed files with 7 additions and 5 deletions

View File

@ -1,6 +1,6 @@
<nav class="np-sub-navigation">
<div class="np-sub-navigation-content">
{% include "sub_navigation_item", label: "All Courses", icon: "fa fa-book-open", url: '/app/courses' %}
{% 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" %}

View File

@ -9,7 +9,8 @@
<div class="np-card-content-achievements">
<div class="achivements-carousel">
{% for course in courses.enrolled %}
{% if course.progress == 100 %}
{% if course.name == "Partner Training Fundamentals 1" %}
{% if course.progress == 100 %}
<div>
<div class="np-card-content-title col-12">
{{ course.name }}
@ -19,6 +20,7 @@
</div>
</div>
{% endif %}
{% endif %}
{% endfor %}
</div>
<a href="#" class="np-view-all-achievements">View All</a>

View File

@ -44,7 +44,7 @@
</div>
{% if current_person.properties.partner_training_cert == false %}
<div class="homepage-navigation__item-container">
<a class="homepage-navigation__item" href="">
<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)">
</a>

View File

@ -7,7 +7,7 @@
<div class="np-resource-subtitle">
{% capture subtitle_text %}
{%comment%}{% t .headline, key: current_school.course_vocabulary %}{%endcomment%}
Hey there, {{ current_person.name }}! Are you ready to move onto your Partner Challenge Missions? Let's go!
Hey there, {{ current_person.first_name }}! Are you ready to move onto your Partner Challenge Missions? Let's go!
{% endcapture %}
{{ subtitle_text | replace: "Courses", "tutorials" }}
</div>

View File

@ -7,7 +7,7 @@
<div class="np-resource-subtitle">
{% capture subtitle_text %}
{%comment%}{% t .headline, key: current_school.course_vocabulary %}{%endcomment%}
Hey there {{ current_person.first_name }}! Welcome to your partner training center! Complete at least one of the courses to complete your certification.
Hey there, {{ current_person.first_name }}! Welcome to your partner training center! Complete at least one of the courses to complete your certification.
{% endcapture %}
{{ subtitle_text | replace: "Courses", "tutorials" }}
</div>