More Luminate changes... HackerRank's subnavigation is completed. Updated Cin7 templates.

This commit is contained in:
Norm Rasmussen
2024-06-11 16:19:55 -04:00
parent 1ca3e78eda
commit fac495a7e0
22 changed files with 427 additions and 336 deletions

View File

@ -8,7 +8,7 @@
{% endif %}
<div class="course-img-content">
<h3 class="np-card-content-title">
{{ course.name }}
{% comment %} {{ course.name }} {% endcomment %}
</h3>
{% comment %} {% if course.properties.course_length %}
<div class="course-length">{{course.properties.course_length}}</div>

View File

@ -46,22 +46,22 @@
{% else %}
<div class="np-homepage-featured-empty">
<div class="np-zero-state-text">
Yikes! There is no featured content at the moment. Be sure to check back here later.
There is no featured content at the moment. Be sure to check back here later.
</div>
<img
class="np-zero-state-courses"
alt="Yikes! There is no featured content at the moment. Be sure to check back here later."
alt="There is no featured content at the moment. Be sure to check back here later."
/>
</div>
{% endif %}
{% else %}
<div class="np-homepage-featured-empty">
<div class="np-zero-state-text">
Yikes! There is no featured content at the moment. Be sure to check back here later.
There is no featured content at the moment. Be sure to check back here later.
</div>
<img
class="np-zero-state-courses"
alt="Yikes! There is no featured content at the moment. Be sure to check back here later."
alt="There is no featured content at the moment. Be sure to check back here later."
/>
</div>
{% endif %}

View File

@ -33,11 +33,11 @@
<script>console.log("{{ongoing_courses_count}}")</script>
<div class="np-homepage-featured-empty">
<div class="np-zero-state-text">
Yikes! You don't have any ongoing training at this moment.
You don't have any ongoing training at this moment.
</div>
<img
class="np-zero-state-courses"
alt="Yikes! You don't have any ongoing training at this moment."
alt="You don't have any ongoing training at this moment."
/>
<div class="zero-state-cta" style="margin-top:32px;">
<a href="/app/catalog" class="Catalog np-button">Explore Catalog</a>
@ -47,11 +47,11 @@
{% else %}
<div class="np-homepage-featured-empty">
<div class="np-zero-state-text">
Yikes! You don't have any ongoing training at this moment.
You don't have any ongoing training at this moment.
</div>
<img
class="np-zero-state-courses"
alt="Yikes! You don't have any ongoing training at this moment."
alt="You don't have any ongoing training at this moment."
/>
<div class="zero-state-cta" style="margin-top:32px;">
<a href="/app/catalog" class="Catalog np-button">Explore Catalog</a>

View File

@ -6,7 +6,7 @@
{% else %}
<div class="np-learning-paths-resources-container">
<div class="np-zero-state-text">
{% t .empty %}
Coming Soon
</div>
<img class="np-zero-state-learning-paths" alt="{% t .empty %}" />
</div>

View File

@ -144,7 +144,7 @@
<div class="col-xs-12">
<div class="np-learning-paths-resources-container">
<div class="np-zero-state-text">
Yikes! You don't have any learning Paths in progress.
You don't have any learning Paths in progress.
</div>
<img class="np-zero-state-learning-paths" alt="" />
</div>