<!doctype html> <html lang='en'> <head> <title>Hayden Walker</title> <meta charset='utf-8'> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <style> html{ font-family: sans-serif; background-color: lightgrey; } body{ background-color: white; width: 75%; max-width: 600px; margin-left: auto; margin-right: auto; border: 3px solid black; border-radius: 25px; padding: 10px; padding-bottom: 40px; } h1{ text-align: center; } .ctr{ text-align: center; } </style> </head> <body> <h1>Hayden Walker</h1> <p class='ctr'><code><planethaywalk at aol dot com></code></p> <p class='ctr'>Math/CS student, hobby sysadmin, and competitive programmer.</p> <ul> <li><a href="https://www.haywalk.ca">Personal site</a></li> <li><a href="https://github.com/haywalk">GitHub</a></li> <li><a href="https://git.haywalk.ca">Self-Hosted Git Server</a></li> </ul> </body> </html>