mpercivalxyz

this website!
Log | Files | Refs | README

commit 1f2a6ba763ce35ddc9b548d4d2f0821c413bd762
parent 883f8ccc320a52b2fe5e572bd9935e7c4e3ec229
Author: mpizzzle <m@michaelpercival.xyz>
Date:   Tue, 30 Jun 2020 19:06:30 +0100

making text bigger to fit more space, updating icon, separating css by class

Diffstat:
Mgithub.png | 0
Mindex.html | 28++++++++++++++++------------
Ampizzzle.jpg | 0
Mrss.png | 0
Mstyle.css | 12++++++++++++
5 files changed, 28 insertions(+), 12 deletions(-)

diff --git a/github.png b/github.png Binary files differ. diff --git a/index.html b/index.html @@ -10,21 +10,25 @@ <body> <div class="main"> +<p><img src="mpizzzle.jpg" alt="" width="400" height="400" /></p> <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 be excellent engineer</li> <li>trying to suck less at Brazilian Jiu Jitsu.</li> +<li>trying to rank up at Go 바둑.</li> +<li>bad at Spanish.</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, mpizzzle on <a href="https://pandanet-igs.com/communities/pandanet">pandanet</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> +<li>Minimalist, free/ libre software</li> +<li>Go (the board game, though golang is also neat) challenge me, mpizzzle on <a href="https://pandanet-igs.com/communities/pandanet">pandanet</a>.</li> +<li>Cryptography. The <a href="https://cryptopals.com/">cryptopals</a> challenges are great if you want to learn through trial by fire.</li> +<li>Organic Chemistry, though I don't have the space for it in London unfortunately.</li> </ul> -<p>My current setups:</p> +<p>Hardware:</p> <ul> <li>Dell XPS 13 (main)</li> <li>OS: <a href="https://manjaro.org/">Manjaro</a></li> @@ -32,28 +36,28 @@ <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> +<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: none currently, probably will install <a href="https://archlinux.org/">Arch</a>.</li> +<li>OS: <a href="https://archlinux.org/">Arch</a>, though I may ditch it for <a href="https://artixlinux.org/">Artix</a> to move away from systemd.</li> </ul> -<p>Blog:</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="16" height="16" /></a></li> + <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> -<p>Code:</p> +<p>Repositories:</p> <ul> -<li>git: <a href="https://git.michaelpercival.xyz"><img src="git.png" alt="" width="16" height="16" /></a> <a href="https://github.com/mpizzzle"><img src="github.png" alt="" width="16" height="16" /></a></li> +<li>git: <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></li> </ul> <p>Contact:</p> <ul> <li>cv: <a href="cv.pdf">cv.pdf</a></li> -<li>email: <a href="mailto:m@michaelpercival.xyz">m@michaelpercival.xyz</a> <a href="gpg.html"><img src="gnupg.png" alt="" width="16" height="16" /></a></li> +<li>email: <a href="mailto:m@michaelpercival.xyz">m@michaelpercival.xyz</a> <a href="gpg.html"><img src="gnupg.png" alt="" width="32" height="32" /></a></li> </ul> </div> diff --git a/mpizzzle.jpg b/mpizzzle.jpg Binary files differ. diff --git a/rss.png b/rss.png Binary files differ. diff --git a/style.css b/style.css @@ -1,3 +1,14 @@ +#main body { + color: dodgerblue; + background-color: #1d2021; + font-family: monospace; + margin-left: auto; + margin-right: auto; + max-width: 60em; + padding: 2em; + font-size: 1.5em; +} + body { color: dodgerblue; background-color: #1d2021; @@ -5,6 +16,7 @@ body { margin-left: auto; margin-right: auto; padding: 2em; + font-size: 1.5em; } h1, h2, h3, h4, h5, h6 {