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
+37
View File
@@ -0,0 +1,37 @@
<!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>
- personal projects -<br><br><br>
<a href="../../bin/homepage/homepage.html">~web browser new tab template</a><br>
use these html/css files as a<br>
startpage for your browser<br><br>
<a href="../../bin/cigarbox/Cigar Box Guitar.pdf">~cigar box guitar</a><br>
my final project for History of<br>
American Folk Music, a fretted<br>
cigarbox guitar<br><br>
<a href="fb.html">~fingerboards</a><br>
after skateboarding for a few<br>
years, i got my first tech deck<br>
and began fingerboarding. i make<br>
them for myself and friends<br><br>
</p>
</div>
</body>
</html>