36 lines
854 B
HTML
36 lines
854 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="style.css"/>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="bar">
|
|
<a href="index.html" style="font-size: 12px; text-decoration: none;">HOME</a>
|
|
</div>
|
|
|
|
<div class="main">
|
|
<p>
|
|
<br><br><br>- personal projects -<br><br><br>
|
|
|
|
<a href="projects/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="projects/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="projects/fingerboards/fb.html">~fingerboards</a><br>
|
|
after skateboarding for a few<br>
|
|
years, i got my first tech deck<br>
|
|
and began fingerboarding. i also<br>
|
|
make them for myself and friends<br><br>
|
|
</p>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |