Files
old-personal-website/site/dark/about.html
T
Simon O'Shea fdbf49f932 massive update
effectively restructured site, added new theme, and improved organization
2023-02-06 10:29:40 -05:00

37 lines
944 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css"/>
</head>
<body>
<div class="bar">
<a href="index.html" class="nav">HOME</a>
</div>
<div class="main">
<p>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
my name is simon, and i am the webmaster of this domain!<br>
i am a university student studying computer science with a<br>
particular interest in skateboarding and fingerboarding.<br><br>
this website is not mobile friendly and is intended to be viewed<br>
on a desktop monitor. it is also intentionally lightweight and simple,<br>
i really enjoy the classic web and am trying to embrace expirementing<br>
and not taking the internet too seriously
<br><br><br><br>
my links: <a href="https://www.linkedin.com/in/simon-o-shea">linkedin</a> | <a href="https://www.github.com/osheas1atwit">github</a>
</p>
</div>
</body>
</html>