redesign #1

Merged
fred.boniface merged 115 commits from redesign into main 2022-10-29 20:12:58 +01:00
1 changed files with 3 additions and 3 deletions
Showing only changes of commit 7f0fce1c8d - Show all commits

View File

@ -24,12 +24,12 @@
</picture>
</div>
<div class="menubar_hamburger">
<button class="sidebar_open_short">&#9776;</button>
<button class="sidebar_open_long">Menu &#9776;</button>
<button class="sidebar_open_short" onclick="sidebarOpen()">&#9776;</button>
<button class="sidebar_open_long" onclick="sidebarOpen()">Menu &#9776;</button>
</div>
</div>
<div id="sidebar" class="sidebar">
<button class="sidebar_close">&times;</button>
<button class="sidebar_close" onclick="sidebarClose()">&times;</button>
<a href="/">Home</a>
<a href="/gpg.php">GPG/PGP</a>
<a href="/projects.php">Things I Do</a>