mpercivalxyz

this website!
Log | Files | Refs | README

commit 0035b01a2f0dd644065bd1dd4d5e9b61f0d4e47a
parent 8aea04a97bed5e2ee372d388db1b209738640ed5
Author: mpizzzle <m@michaelpercival.xyz>
Date:   Thu,  2 Jul 2020 16:37:49 +0100

adding navbar to all pages. todo: make this a javascript function instead

Diffstat:
M2020.html | 19+++++++++++++++++++
Mblog.html | 18++++++++++++++++++
Mhardware.html | 20+++++++++++++++++++-
Mlibrary.html | 20+++++++++++++++++++-
Msoftware.html | 20+++++++++++++++++++-
Mvinyl.html | 20+++++++++++++++++++-
6 files changed, 113 insertions(+), 4 deletions(-)

diff --git a/2020.html b/2020.html @@ -6,7 +6,26 @@ <link rel="icon" type="image/png" href="rss.png"/ > </head> <body> +<nav> + <div class="nav-container"> + <div class="nav-element"> + <p><a href="https://git.michaelpercival.xyz"><img src="git.png" alt="" width="32" height="32" /></a> | <a href="https://github.com/mpizzzle"><img src="github.png" alt="" width="32" height="32" /></a> | <a href="rss.xml"><img src="rss.png" alt="" width="32" height="32" /></a></p> + </div> + <div class="nav-element"> + <p><a href="index.html">home</a> | + <a href="2020.html">thoughts</a> | + <a href="software.html">software</a> | + <a href="hardware.html">hardware</a> | + <a href="library.html">library</a> | + <a href="vinyl.html">vinyl</a></p> + </div> + <div class="nav-element"> + <p><a href="mailto:m@michaelpercival.xyz">m@michaelpercival.xyz</a> | <a href="gpg.html"><img src="gnupg.png" alt="" width="32" height="32" /></a></p> + </div> + </div> +</nav> <div class="main"> +<p><a href="blog.html"><li>blog index</li></a></p> <!-- LB --> <div class='entry'> diff --git a/blog.html b/blog.html @@ -6,6 +6,24 @@ <link rel="icon" type="image/png" href="rss.png"/ > </head> <body> +<nav> + <div class="nav-container"> + <div class="nav-element"> + <p><a href="https://git.michaelpercival.xyz"><img src="git.png" alt="" width="32" height="32" /></a> | <a href="https://github.com/mpizzzle"><img src="github.png" alt="" width="32" height="32" /></a> | <a href="rss.xml"><img src="rss.png" alt="" width="32" height="32" /></a></p> + </div> + <div class="nav-element"> + <p><a href="index.html">home</a> | + <a href="2020.html">thoughts</a> | + <a href="software.html">software</a> | + <a href="hardware.html">hardware</a> | + <a href="library.html">library</a> | + <a href="vinyl.html">vinyl</a></p> + </div> + <div class="nav-element"> + <p><a href="mailto:m@michaelpercival.xyz">m@michaelpercival.xyz</a> | <a href="gpg.html"><img src="gnupg.png" alt="" width="32" height="32" /></a></p> + </div> + </div> +</nav> <div class="main"> <!-- LB --> diff --git a/hardware.html b/hardware.html @@ -3,9 +3,27 @@ <meta charset="utf-8"> <meta name="author" content="mpizzzle"> <link href="style.css" rel="stylesheet"> -<link rel="icon" type="image/png" href="rss.png"/ > +<link rel="icon" type="image/jpg" href="mpizzzle.jpg"/ > </head> <body> +<nav> + <div class="nav-container"> + <div class="nav-element"> + <p><a href="https://git.michaelpercival.xyz"><img src="git.png" alt="" width="32" height="32" /></a> | <a href="https://github.com/mpizzzle"><img src="github.png" alt="" width="32" height="32" /></a> | <a href="rss.xml"><img src="rss.png" alt="" width="32" height="32" /></a></p> + </div> + <div class="nav-element"> + <p><a href="index.html">home</a> | + <a href="2020.html">thoughts</a> | + <a href="software.html">software</a> | + <a href="hardware.html">hardware</a> | + <a href="library.html">library</a> | + <a href="vinyl.html">vinyl</a></p> + </div> + <div class="nav-element"> + <p><a href="mailto:m@michaelpercival.xyz">m@michaelpercival.xyz</a> | <a href="gpg.html"><img src="gnupg.png" alt="" width="32" height="32" /></a></p> + </div> + </div> +</nav> <div class="main"> <p>Hardware:</p> <ul> diff --git a/library.html b/library.html @@ -3,9 +3,27 @@ <meta charset="utf-8"> <meta name="author" content="mpizzzle"> <link href="style.css" rel="stylesheet"> -<link rel="icon" type="image/png" href="rss.png"/ > +<link rel="icon" type="image/jpg" href="mpizzzle.jpg"/ > </head> <body> +<nav> + <div class="nav-container"> + <div class="nav-element"> + <p><a href="https://git.michaelpercival.xyz"><img src="git.png" alt="" width="32" height="32" /></a> | <a href="https://github.com/mpizzzle"><img src="github.png" alt="" width="32" height="32" /></a> | <a href="rss.xml"><img src="rss.png" alt="" width="32" height="32" /></a></p> + </div> + <div class="nav-element"> + <p><a href="index.html">home</a> | + <a href="2020.html">thoughts</a> | + <a href="software.html">software</a> | + <a href="hardware.html">hardware</a> | + <a href="library.html">library</a> | + <a href="vinyl.html">vinyl</a></p> + </div> + <div class="nav-element"> + <p><a href="mailto:m@michaelpercival.xyz">m@michaelpercival.xyz</a> | <a href="gpg.html"><img src="gnupg.png" alt="" width="32" height="32" /></a></p> + </div> + </div> +</nav> <div class="main"> Coming soon. </div> diff --git a/software.html b/software.html @@ -3,9 +3,27 @@ <meta charset="utf-8"> <meta name="author" content="mpizzzle"> <link href="style.css" rel="stylesheet"> -<link rel="icon" type="image/png" href="rss.png"/ > +<link rel="icon" type="image/jpg" href="mpizzzle.jpg"/ > </head> <body> +<nav> + <div class="nav-container"> + <div class="nav-element"> + <p><a href="https://git.michaelpercival.xyz"><img src="git.png" alt="" width="32" height="32" /></a> | <a href="https://github.com/mpizzzle"><img src="github.png" alt="" width="32" height="32" /></a> | <a href="rss.xml"><img src="rss.png" alt="" width="32" height="32" /></a></p> + </div> + <div class="nav-element"> + <p><a href="index.html">home</a> | + <a href="2020.html">thoughts</a> | + <a href="software.html">software</a> | + <a href="hardware.html">hardware</a> | + <a href="library.html">library</a> | + <a href="vinyl.html">vinyl</a></p> + </div> + <div class="nav-element"> + <p><a href="mailto:m@michaelpercival.xyz">m@michaelpercival.xyz</a> | <a href="gpg.html"><img src="gnupg.png" alt="" width="32" height="32" /></a></p> + </div> + </div> +</nav> <div class="main"> Coming soon. </div> diff --git a/vinyl.html b/vinyl.html @@ -3,9 +3,27 @@ <meta charset="utf-8"> <meta name="author" content="mpizzzle"> <link href="style.css" rel="stylesheet"> -<link rel="icon" type="image/png" href="rss.png"/ > +<link rel="icon" type="image/jpg" href="mpizzzle.jpg"/ > </head> <body> +<nav> + <div class="nav-container"> + <div class="nav-element"> + <p><a href="https://git.michaelpercival.xyz"><img src="git.png" alt="" width="32" height="32" /></a> | <a href="https://github.com/mpizzzle"><img src="github.png" alt="" width="32" height="32" /></a> | <a href="rss.xml"><img src="rss.png" alt="" width="32" height="32" /></a></p> + </div> + <div class="nav-element"> + <p><a href="index.html">home</a> | + <a href="2020.html">thoughts</a> | + <a href="software.html">software</a> | + <a href="hardware.html">hardware</a> | + <a href="library.html">library</a> | + <a href="vinyl.html">vinyl</a></p> + </div> + <div class="nav-element"> + <p><a href="mailto:m@michaelpercival.xyz">m@michaelpercival.xyz</a> | <a href="gpg.html"><img src="gnupg.png" alt="" width="32" height="32" /></a></p> + </div> + </div> +</nav> <div class="main"> Coming soon. </div>