mpercivalxyz

this website!
Log | Files | Refs | README

commit 6a1a404b1cdd79c6c22c2fcf8d17cdf162a7cb0d
parent 356548cb2fb33f06603588bd442c3e3a4234efb8
Author: mpizzzle <m@michaelpercival.xyz>
Date:   Thu,  2 Jul 2020 15:44:37 +0100

adding skeleton pages for various links

Diffstat:
Ahardware.html | 25+++++++++++++++++++++++++
Mindex.html | 32+++++++++-----------------------
Alibrary.html | 12++++++++++++
Asoftware.html | 12++++++++++++
Avinyl.html | 12++++++++++++
5 files changed, 70 insertions(+), 23 deletions(-)

diff --git a/hardware.html b/hardware.html @@ -0,0 +1,25 @@ +<head> +<title>My Hardware</title> +<meta charset="utf-8"> +<meta name="author" content="mpizzzle"> +<link href="style.css" rel="stylesheet"> +<link rel="icon" type="image/png" href="rss.png"/ > +</head> +<body> +<div class="main"> +<p>Hardware:</p> +<ul> +<li>Dell XPS 13 (main)</li> +<li>OS: <a href="https://manjaro.org/">Manjaro</a></li> +</ul> +<ul> +<li>IBM Thinkpad T60</li> +<li>OS: <a href="https://www.parabola.nu/">Parabola</a></li> +<li><a href="https://libreboot.org">Librebooted</a>! this is the only machine I own that rms would approve of.</li> +</ul> +<ul> +<li>Lenovo Thinkpad W540</li> +<li>OS: <a href="https://archlinux.org/">Arch</a>, though I plan on replacing it with <a href="https://www.openbsd.org/">OpenBSD</a> at some point.</li> +</ul> +</div> +</body> diff --git a/index.html b/index.html @@ -16,13 +16,13 @@ <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="https://michaelpercival.xyz">software</a> | - <a href="hardware.html">hardware</a> | - <a href="https://michaelpercival.xyz">library</a> | - <a href="https://michaelpercival.xyz">vinyl</a></p> -</div> + <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> @@ -38,7 +38,7 @@ <ul> <li>a software engineer based in central London</li> <li>trying to be excellent engineer</li> - <li>trying to suck less at Brazilian Jiu Jitsu.</li> + <li>trying to suck less at Brazilian Jiu Jitsu</li> <li>trying to rank up at Go 바둑.</li> </ul> <p>Some of my interests include:</p> @@ -53,22 +53,8 @@ </ul> </div> </div> -<!--<p>Hardware:</p> -<ul> -<li>Dell XPS 13 (main)</li> -<li>OS: <a href="https://manjaro.org/">Manjaro</a></li> -</ul> -<ul> -<li>IBM Thinkpad T60</li> -<li>OS: <a href="https://www.parabola.nu/">Parabola</a></li> -<li><a href="https://libreboot.org">Librebooted</a>! this is the only machine I own that rms would approve of.</li> -</ul> -<ul> -<li>Lenovo Thinkpad W540</li> -<li>OS: <a href="https://archlinux.org/">Arch</a>, though I plan on replacing it with <a href="https://www.openbsd.org/">OpenBSD</a> at some point.</li> -</ul> -<p>Thoughts:</p> +<!--<p>Thoughts:</p> <ul> <li><a href="blog.html">index</a> | <a href="2020.html">rolling</a> | <a href="rss.xml"><img src="rss.png" alt="" width="32" height="32" /></a></li> </ul>--> diff --git a/library.html b/library.html @@ -0,0 +1,12 @@ +<head> +<title>Personal Library</title> +<meta charset="utf-8"> +<meta name="author" content="mpizzzle"> +<link href="style.css" rel="stylesheet"> +<link rel="icon" type="image/png" href="rss.png"/ > +</head> +<body> +<div class="main"> +Coming soon. +</div> +</body> diff --git a/software.html b/software.html @@ -0,0 +1,12 @@ +<head> +<title>Software Recommendations</title> +<meta charset="utf-8"> +<meta name="author" content="mpizzzle"> +<link href="style.css" rel="stylesheet"> +<link rel="icon" type="image/png" href="rss.png"/ > +</head> +<body> +<div class="main"> +Coming soon. +</div> +</body> diff --git a/vinyl.html b/vinyl.html @@ -0,0 +1,12 @@ +<head> +<title>My Vinyl Collection</title> +<meta charset="utf-8"> +<meta name="author" content="mpizzzle"> +<link href="style.css" rel="stylesheet"> +<link rel="icon" type="image/png" href="rss.png"/ > +</head> +<body> +<div class="main"> +Coming soon. +</div> +</body>