Files
old-personal-website/site/dark/projects/projects.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
837 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>
- 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>