Compare commits

...

2 Commits

Author SHA1 Message Date
Fred Boniface 0f89c687e0 Make menu useful 2022-10-07 20:06:13 +01:00
Fred Boniface 69f95c524d Change refs from /index.html to / 2022-10-07 20:02:19 +01:00
1 changed files with 6 additions and 14 deletions

View File

@ -13,26 +13,18 @@
<body>
<div class="navbar" id="navbar">
<a class="logo" href="/index.html"><img src="/images/navbar/home.svg" alt="Home" width="26" height="26"></a>
<a class="logo" href="/"><img src="/images/navbar/home.svg" alt="Home" width="26" height="26"></a>
<div class="mobile">
<a href="/index.html">Home</a>
<a href="/">Home</a>
</div>
<div class="dropdown">
<button class="dropbutton">Identity &#10549;</button>
<button class="dropbutton">Downloads &#10549;</button>
<div class="droplist">
<a href="/identity">&#10551; Key Downloads</a>
<a href="/identity/about.html">&#10551; About PGP</a>
<a href="/downloads/vcard.vcf">&#10551; vCard</a>
<a href="#">&#10551; Null</a>
</div>
</div>
<div class="dropdown">
<button class="dropbutton">FDS &#10549;</button>
<div class="droplist">
<a href="/fds">&#10551; About FDS</a>
<a href="/fds/ultrasonic">&#10551; Ultrasonic</a>
</div>
</div>
<a href="/projects">Projects</a>
<a href="/about.html">About</a>
<a href="/pgp.php">GPG</a>
<i>Fred Boniface</i>
<a href="javascript:void(0);" class="icon" onclick="hamburger()">&#9776;</a>
</div>