Files
Gainsight/Custom_Templates/customer_templates/HackerRank Sandbox/_header.html.liquid

28 lines
1.1 KiB
Plaintext

<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: 300px; 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>