mpercivalxyz

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit dc4b00644602745b7df82dcafe72c8028c9c4e99
parent ff5cca3e9b2899514777c78bb21607bbf304575a
Author: mpizzzle <m@michaelpercival.xyz>
Date:   Sun, 21 Apr 2019 14:18:56 +0100

safety commit

Diffstat:
Mindex.html | 42++++++++++++++++++++++++++++++++++++++----
1 file changed, 38 insertions(+), 4 deletions(-)

diff --git a/index.html b/index.html @@ -13,10 +13,44 @@ </head> <body> -<p> -Hello World! -email me at <a href="gpg.html">m@michaelpercival.xyz</a> -</p> +<div class="main"> +<p>Hello World!</p> +<p>My name is Michael Percival. I am:</p> +<ul> +<li>a software engineer based in the heart of London</li> +<li>trying to become an excellent software engineer</li> +<li>trying to suck less at Brazilian Jiu Jitsu.</li> +</ul> +<p>Some of my interests include:</p> +<ul> +<li>Brazilian Jiu Jitsu. I train at 10th Planet London.</li> +<li>Minimalist software</li> +<li>go (the board game). challenge me on <a href="https://online-go.com/player/532451/mpizzzle">OGS</a>!</li> +<li>Cryptography. I'd recommend the <a href="https://cryptopals.com/">cryptopals</a> challenges if you want to learn through cracking ciphers.</li> +</ul> +<p>My current setups:</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>. Take <i>that</i> <a href="https://en.wikipedia.org/wiki/Intel_Management_Engine">Intel ME</a>!</li> +</ul> +<ul> +<li>Lenovo Thinkpad W540</li> +<li>OS: none currently, probably will install <a href="https://archlinux.org/">Arch</a>.</li> +</ul> + +<p>Contact:</p> +<ul> +<li>GitHub: <a href="https://github.com/mpizzzle">profile</a></li> +<li>CV: <a href="cv.pdf">michael-percival-cv.pdf</a></li> +<li>email me at: <a href="gpg.html">m@michaelpercival.xyz</a></li> +</ul> + +</div> </body> </html>