website/about/index.html
2021-07-01 13:11:30 -05:00

25 lines
735 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>About</title>
<link href="/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div>
<br>
<h2>About</h2>
<br>
<br>
<p>
Hello! I am a programming / math / science / ML / free software / Linux / emulation / hardware / hacking / homebrew / cryptography / Lego / origami / physics enthusiast.
</p>
<br>
<p>
You can find all my source code on <a href="github.com/Ta180m/ta180m.github.io">GitHub</a>. All HTML and CSS was hand-written with ❤️.
</p>
<br>
</div>
</body>
</html>