mpercivalxyz

this website!
Log | Files | Refs

index.html (1809B)


      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 {{ partial "navigation.html" }}
     14 <div class="main">
     15   <div class="profile-container">
     16     <div class="profile-element">
     17       <p><img src="mpizzzle.jpg" alt="" width="400" height="400" /></p>
     18     </div>
     19     <div class="profile-element">
     20       <p>My name is Michael Percival. I am:</p>
     21       <ul>
     22         <li>a software engineer based in central London</li>
     23         <li>trying to be excellent engineer</li>
     24         <li>trying to suck less at Brazilian Jiu Jitsu</li>
     25         <li>trying to rank up at Go 바둑.</li>
     26       </ul>
     27       <p>Some of my interests include:</p>
     28       <ul>
     29         <li>Brazilian Jiu Jitsu. I train at 10th Planet London.</li>
     30         <li>Minimalist, free/ libre software</li>
     31         <li>Machine Learning</li>
     32         <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>
     33         <li>Cryptography. The <a href="https://cryptopals.com/">cryptopals</a> challenges are great if you want to learn through trial by fire.</li>
     34         <li>Organic Chemistry, no space for it in London though unfortunately.</li>
     35         <li>Speaking terrible Spanish.</li>
     36       </ul>
     37     </div>
     38   </div>
     39 
     40   <div class="contact-element">
     41     <p>Contact:</p>
     42     <li>cv: <a href="cv.pdf">cv.pdf</a></li>
     43     <li>email: <a href="mailto:m@michaelpercival.xyz">m@michaelpercival.xyz</a> <a href="mpxyz.pgp"><img src="gnupg.png" class="img-icon-aligned" alt="" width="32" height="32" /></a></li>
     44   </div>
     45 
     46   </div>
     47 </body>
     48 
     49 </html>