fdbf49f932
effectively restructured site, added new theme, and improved organization
37 lines
944 B
HTML
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> |