website/about/index.html

25 lines
735 B
HTML
Raw Normal View History

2021-06-30 18:05:14 +00:00
<!DOCTYPE html>
<html>
<head>
<title>About</title>
2021-06-30 22:43:53 +00:00
<link href="/style.css" rel="stylesheet" type="text/css" />
2021-06-30 18:05:14 +00:00
</head>
<body>
2021-06-30 22:43:53 +00:00
<div>
2021-06-30 18:05:14 +00:00
<br>
<h2>About</h2>
<br>
<br>
2021-06-30 22:43:53 +00:00
<p>
2021-07-01 18:11:30 +00:00
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 ❤️.
2021-06-30 22:43:53 +00:00
</p>
2021-06-30 18:05:14 +00:00
<br>
</div>
</body>
</html>