added some javascript for theme changing

need to test on other machine
This commit is contained in:
Simon O'Shea
2023-09-23 17:53:36 -04:00
parent 80f9e86cf3
commit 3564498917
59 changed files with 239 additions and 676 deletions
+37
View File
@@ -0,0 +1,37 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="public/css/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="public/projects/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="public/projects/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="public/projects/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>