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