11 lines
734 B
Plaintext
11 lines
734 B
Plaintext
<nav class="np-sub-navigation">
|
|
<div class="np-sub-navigation-content">
|
|
{% include "sub_navigation_item", label: "Home", icon: "far fa-home-lg-alt", url: '/app' %}
|
|
{% include "sub_navigation_item", label: "Dashboard", icon: "far fa-user-circle", url: "/app/dashboard" %}
|
|
{% include "sub_navigation_item", label: "Catalog", icon: "far fa-graduation-cap", url: "/app/catalog" %}
|
|
{% include "sub_navigation_item", label: "Learning Paths", icon: "far fa-road", url: "/app/learning_paths" %}
|
|
{% include "sub_navigation_item", label: "Events", icon: "far fa-calendar-star", url: "/app/training_events" %}
|
|
{% include "sub_navigation_item", label: "User Guides", icon: "fa fa-book", url: "/app/user-guides" %}
|
|
|
|
</div>
|
|
</nav> |