index.html (2552B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 4 <head> 5 <title>Michael Percival's Home Page</title> 6 <meta charset="utf-8"/ > 7 <meta name="author" content="mpizzzle"/ > 8 <link rel="stylesheet" type="text/css" href="style.css"/ > 9 <link rel="icon" type="image/jpg" href="mpizzzle.jpg"/ > 10 </head> 11 12 <body> 13 <nav> 14 <div class="nav-container"> 15 <div class="nav-element"> 16 <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> 17 </div> 18 <div class="nav-element"> 19 <p><a href="index.html">home</a> | 20 <a href="2020.html">thoughts</a> | 21 <a href="software.html">software</a> | 22 <a href="hardware.html">hardware</a> | 23 <a href="library.html">library</a> | 24 <a href="shaders.html">shaders</a></p> 25 </div> 26 <div class="nav-element"> 27 <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> 28 </div> 29 </div> 30 </nav> 31 <div class="main"> 32 <div class="nav-container"> 33 <div class="main-element"> 34 <p><img src="mpizzzle.jpg" alt="" width="400" height="400" /></p> 35 </div> 36 <div class="main-element"> 37 <p>My name is Michael Percival. I am:</p> 38 <ul> 39 <li>a software engineer based in central London</li> 40 <li>trying to be excellent engineer</li> 41 <li>trying to suck less at Brazilian Jiu Jitsu</li> 42 <li>trying to rank up at Go 바둑.</li> 43 </ul> 44 <p>Some of my interests include:</p> 45 <ul> 46 <li>Brazilian Jiu Jitsu. I train at 10th Planet London.</li> 47 <li>Minimalist, free/ libre software</li> 48 <li>Machine Learning</li> 49 <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> 50 <li>Cryptography. The <a href="https://cryptopals.com/">cryptopals</a> challenges are great if you want to learn through trial by fire.</li> 51 <li>Organic Chemistry, no space for it in London though unfortunately.</li> 52 <li>Speaking terrible Spanish.</li> 53 </ul> 54 </div> 55 </div> 56 57 <div class="contact-element"> 58 <p>Contact:</p> 59 <li>cv: <a href="cv.pdf">cv.pdf</a></li> 60 <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> 61 </div> 62 63 </div> 64 </body> 65 66 </html>