update build

This commit is contained in:
zoe 2022-04-16 15:27:59 +02:00
parent 3b07fbbd23
commit 0759960496
15 changed files with 214 additions and 139 deletions

View file

@ -63,27 +63,27 @@ if you ever wish to <em>experience</em> of of those, i hope you enjoy!</p>
<span id="footer-right">
<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>
<button type="button" id="hamburger-button" class="colorswitch hamburger"></button>
<div class="hamburger colorswitch" id="hamburger-bg">
<nav id="footer-nav" aria-label="navigation">
<button type="button" id="darkmode-button-small" class="colorswitch hamburger"></button>
<button type="button" id="hamburger-button" class="colorswitch hamburger" title="hamburger navigation menu button"></button>
<div class="hamburger colorswitch hidden" id="hamburger-bg">
<nav id="hamburger-nav" aria-label="navigation">
<a class="footer-nav-item active colorswitch" href="/" title="home"></a>
<a class="hamburger-nav-item active colorswitch" href="/" title="home"> home</a><br>
<a class="footer-nav-item colorswitch" href="/about/" title="about"></a>
<a class="hamburger-nav-item colorswitch" href="/about/" title="about"> about</a><br>
<a class="footer-nav-item colorswitch" href="/links/" title="links"></a>
<a class="hamburger-nav-item colorswitch" href="/links/" title="links"> links</a><br>
<a class="footer-nav-item colorswitch" href="/music/" title="music"></a>
<a class="hamburger-nav-item colorswitch" href="/music/" title="music"> music</a><br>
<a class="footer-nav-item colorswitch" href="/games/" title="games"></a>
<a class="hamburger-nav-item colorswitch" href="/games/" title="games"> games</a><br>
<a class="footer-nav-item colorswitch" href="/software/" title="software"></a>
<a class="hamburger-nav-item colorswitch" href="/software/" title="software"> software</a><br>
<a class="footer-nav-item colorswitch" href="/posts/" title="posts"></a>
<a class="hamburger-nav-item colorswitch" href="/posts/" title="posts"> posts</a><br>
</nav>
</div>
</span>
</footer>