Update Cin7's templates for employee and external academy. Backed up HackerRnank's new designs.

This commit is contained in:
Norm Rasmussen
2024-11-18 15:06:48 -05:00
parent c03c32834e
commit 5c9087893d
381 changed files with 4254 additions and 327 deletions

View File

@ -0,0 +1,27 @@
<header class="np-header np-header-color" style="background-color: transparent;">
<a href="{% route home %}">
<img
alt="{{ current_school.name }}"
class="np-header-logo-image"
src="{{ current_school.logo_url }}"
style="width: auto; height: auto;"
/>
</a>
<div class="np-sub-navigation-content">
<div class="np-sub-navigation-content">
<div class="np-sub-navigation-content-item">
<a class="np-sub-navigation-content-item-link" href="https://hackerrank.northpass.com/app/dashboard" style="font-weight: bold;">My courses</a>
</div>
</div>
<div class="np-sub-navigation-content">
<div class="np-sub-navigation-content-item">
<a class="np-sub-navigation-content-item-link" href="{{ '/catalog' }}" style="font-weight: bold;">All courses</a>
</div>
</div>
<div class="np-sub-navigation-content">
<div class="np-sub-navigation-content-item">
<a class="np-sub-navigation-content-item-link" href="{{ '/learning_paths' }}" style="font-weight: bold;">Learning paths</a>
</div>
</div>
</div>
</header>