You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sessioncommunities.online/sites/+components/index-header.php

32 lines
652 B
PHTML

<header>
<div id="header-start">
<a
class="icon-container"
target="_blank"
rel="help"
title="Multi-language guide to using the site."
href="/instructions/"
>Instructions</a>
<a
href="#footer"
title="About"
>Jump to footer</a>
</div>
<div id="header-end">
<label
for="toggle-theme-switch"
class="icon-container anchorstyle clickable enter-clicks"
title="Switch color theme"
tabindex="0"
><img
class="feather-icon dark-theme-only"
src="/assets/icons/moon.svg"
alt="🌜"
><img
class="feather-icon light-theme-only"
src="/assets/icons/sun.svg"
alt="☀️"
></label>
</div>
</header>