mirror of
https://git.kittycat.homes/zoe/hugo-batsite.git
synced 2024-08-15 03:18:24 +00:00
fallbacks for noscript
This commit is contained in:
parent
8a1aee319d
commit
5a2f9bbd33
63 changed files with 69976 additions and 88 deletions
|
@ -50,23 +50,34 @@
|
|||
<nav id="footer-nav" aria-label="navigation">
|
||||
|
||||
|
||||
<a class="footer-nav-item colorswitch" href="/" title="home"></a>
|
||||
<a class="footer-nav-item colorswitch" href="/" title="home"> </a>
|
||||
|
||||
<a class="footer-nav-item active colorswitch" href="/links/" title="links"></a>
|
||||
<a class="footer-nav-item active colorswitch" href="/links/" title="links"> </a>
|
||||
|
||||
<a class="footer-nav-item colorswitch" href="/music/" title="music"></a>
|
||||
<a class="footer-nav-item colorswitch" href="/music/" title="music"> </a>
|
||||
|
||||
<a class="footer-nav-item colorswitch" href="/games/" title="games"></a>
|
||||
<a class="footer-nav-item colorswitch" href="/games/" title="games"> </a>
|
||||
|
||||
<a class="footer-nav-item colorswitch" href="/software/" title="software"></a>
|
||||
<a class="footer-nav-item colorswitch" href="/software/" title="software"> </a>
|
||||
|
||||
</nav>
|
||||
</span>
|
||||
<span id="footer-right">
|
||||
<div class="flexjs">
|
||||
<input type="checkbox" id="darkmode-toggle" aria-label="darkmode toggle" class="toggleinput">
|
||||
<label class="togglelabel colorswitch" for="darkmode-toggle" aria-label="darkmode toggle" role="checkbox" id="darkmode-toggle-label"></label>
|
||||
</div>
|
||||
<div class="flexjs">
|
||||
<button type="button" id="darkmode-button-small" class="colorswitch hamburger"></button>
|
||||
<nav aria-label="hamburger menu">
|
||||
<button type="button" id="hamburger-button" class="colorswitch hamburger" title="hamburger navigation menu button"></button>
|
||||
</nav>
|
||||
</div>
|
||||
<noscript>
|
||||
<nav>
|
||||
<a class="colorswitch footer-nav-item" id="replacement-burger" href="/nav"></a>
|
||||
</nav>
|
||||
</noscript>
|
||||
<div class="hamburger colorswitch hidden" id="hamburger-bg">
|
||||
<nav id="hamburger-nav" aria-label="navigation">
|
||||
|
||||
|
@ -82,8 +93,8 @@
|
|||
<a class="hamburger-nav-item colorswitch" href="/software/" title="software"> software</a><br>
|
||||
|
||||
</nav>
|
||||
</div>
|
||||
</span>
|
||||
</noscript>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue