small script changes and notes

This commit is contained in:
Norm Rasmussen
2023-05-12 16:45:50 -04:00
parent aa64ae8ba5
commit 5c8b9a7a3b
29 changed files with 695 additions and 1702 deletions

View File

@ -4,7 +4,7 @@
{% if group.name == "All Users" or group.id == "6331d115-ea74-418a-99b2-af5c81208fe1" %}
{% assign is_in_authenticated_group = true %}
{% endif %}
{% endfor %}
{% endfor %}
{% if current_person.email contains "+preview" %}
{% assign is_in_authenticated_group = true %}
@ -69,6 +69,10 @@
<li class="np-header-desktop-nav-item">
<a href="/app/on-the-job" class="np-header-desktop-nav-link videos-link">On-The-Job Videos</a>
</li>
<li class="np-header-desktop-nav-item">
<a href="/app/training_events" class="np-header-desktop-nav-link events-link">
Veranstaltungen</a>
</li>
{% for website_navigation in navigations.header_navigations_external %}
<li class= "np-header-desktop-nav-item">
<a
@ -156,6 +160,7 @@
<a href="/app/learning_paths" class="np-header-mobile-menu-content-button">Lernwege</a>
<a href="/app/zertifikate" class="np-header-mobile-menu-content-button">Auszeichnungen</a>
<a href="/app/on-the-job" class="np-header-mobile-menu-content-button">On-The-Job Videos</a>
<a href="/app/training_events" class="np-header-mobile-menu-content-button">Veranstaltungen</a>
<form
class="np-header-search"
data-test="mobile-search"
@ -208,6 +213,7 @@ body.mobile-menu-open .np-header {
.np-header-logo {
padding: 0.75rem 0;
justify-content:flex-start;
}
.np-header-logo-image {
@ -395,4 +401,4 @@ function detectScroll() {
}
}
</script>
</script>