massive update

effectively restructured site, added new theme, and improved organization
This commit is contained in:
Simon O'Shea
2023-02-06 10:29:40 -05:00
parent ca6e8f1b21
commit fdbf49f932
68 changed files with 1006 additions and 315 deletions
+28
View File
@@ -0,0 +1,28 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css"/>
</head>
<body>
<div class="main">
<p>
<br><br><br><br><br><br>
<img src="bg.png" width="50%" /><br><br>
hello<span class="blink1">.</span><span class="blink2">.</span><span class="blink3">.</span><br>feel free to look around and make yourself at home<br><br>
~
<a href="logs/logs.html">logs</a>
-
<a href="projects/projects.html">projects</a>
-
<a href="about.html">about</a>
~
<br><br>
<a href="../light/index.html" style="font-size: .75em;">change theme</a>
</p>
</div>
</body>
</html>