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
+52
View File
@@ -0,0 +1,52 @@
<!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>
-
<a href="projects.html" class="nav">back</a>
</div>
<div class="main">
<br><br><br><br><h1>~ the boards i've made in their various states ~</h1><br>
<p>
<img src="../../bin/fb photos/firstboard.jpg" width="30%" />-
<img src="../../bin/fb photos/firstboard2.png" width="30%" /><br>the first board i have ever made!<br>check out those counter-sunk holes...<br><br><br>
<img src="../../bin/fb photos/firstboard3.jpg" width="30%" /><br>my first board in its<br>Completed Stage<br><br><br>
<img src="../../bin/fb photos/gunny1back.jpg" width="30%" /><br>second deck ever, made for a friend.<br>not the best quality :(<br><br><br>
<img src="../../bin/fb photos/opus.jpg" width="20%" />
<img src="../../bin/fb photos/opus2.jpg" width="20%" /><br>
<img src="../../bin/fb photos/opus3.jpg" width="40%" /><br>my magnum opus, a gift for my friend to make up for the last one breaking.<br>incredibly sturdy and a very nice shape. side profile is so sexy too. best one i've produced!<br><br><br>
<img src="../../bin/fb photos/dunc.png" width="30%" />
<img src="../../bin/fb photos/harrison&ant.png" width="30%" /><br>
<img src="../../bin/fb photos/jacob1.jpg" width="30%" />
<img src="../../bin/fb photos/jacob2.jpg" width="30%" /><br>more rough-stage decks i made as <br>christmas 2022 gifts for the homies<br><br><br><br>
</p>
<br><br><br><h1>~ obstacles i've made ~</h1><br>
<p>
<img src="../../bin/fb photos/pad w rail.jpg" width="40%" /><br>manny pad + rail<br><br><br>
<img src="../../bin/fb photos/ledge.png" width="30.25%" />
<img src="../../bin/fb photos/grassbox.jpg" width="40%" /><br>crazy cool ledge i found at goodwill, it's very ornate.<br> i laid fake grass along the bottom to make it feel <br>like an authentic gap spot, and it came out great!<br><br><br><br><br>
<img src="../../bin/fb photos/quarterpipe-side.jpg" width="26.45%" />
<img src="../../bin/fb photos/quarterpipe-back.jpg" width="40%" /><br>
quarterpipe<br>(art by my roommate)<br><br><br><br><br>
<img src="../../bin/fb photos/brick.jpg" width="40%" /><br>brick.<br>rubbed and laquered. primitive, but effective!<br><br><br><br><br>
</p>
</div>
</body>
</html>
+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>