-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (44 loc) · 1.67 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!doctype html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="src/styles.css" />
<title>benvosper.com</title>
</head>
<div id="bar">
<div id="links">
<span id="index-link">Stuff I've done...</span>
<div id="links-list" class="hidden">
<a href="projects/petty-2020.html">Kitchen Knife V1</a>
<a href="projects/belt-grinder.html">Benchtop Belt Grinder</a>
<a href="projects/hand-tool-restorations.html">Hand Tool Restorations</a>
<a href="projects/nibble.html">Nibble Keyboard</a>
<a href="projects/tumbler.html">Rotary Tumbler</a>
<a href="projects/kiridashi.html">Kiridashi</a>
<a href="projects/satchel.html">Leather Satchels</a>
<a href="projects/pumpmaster5000.html">Pumpmaster 5000</a>
<a href="projects/the-hot-log.html">The Hot Log</a>
<a href="projects/wire-clamper.html">Wire Clamper</a>
<a href="projects/puukkos.html">Puukko Knives</a>
<a href="projects/tray.html">Serving Tray</a>
<a href="projects/pm2-scales.html">Custom PM2 Scales</a>
<a href="projects/round-knife.html">Round Knife</a>
<a href="projects/brooches.html">Brooches</a>
<a href="projects/tanto.html">Tanto</a>
<a href="projects/buck-663-experiment.html">Buck 663 Experiment</a>
<a href="projects/writeup-queue.html"
>Stuff I still need to write up...</a
>
</div>
<a href="gallery.html">Gallery</a>
</div>
<div id="about">
<a href="about.html">About</a>
</div>
</div>
<div id="background">
<p>Hi</p>
</div>
<div id="footer">
<p class="note">BV23</p>
</div>
<script type="module" src="src/init.js"></script>