forked from Minemanluke/j-bonwick.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
67 lines (61 loc) · 2.37 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html>
<head>
<title>J-Bonwick</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="styles.css">
<link rel="shortcut icon" href="favicon.ico">
<link rel="icon" href="favicon.ico">
</head>
<body>
<nav>
<ul>
<li><a class="active" href="index.html">Home</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="about.html">About</a></li>
</ul>
</nav>
<div class="container">
<h1>Welcome to my festering cesspit!</h1>
<h2>This website is curently under construction, but check back later for updates</h2>
<p>Some of my stuff that usually works:</p>
<ul>
<li>YAMAHA Keyboard Scanner</li>
<ul>
<li>Takes input from old broken YAMAHA keyboards and outputs MIDI data</li>
</ul>
<li>Digital Analog clock</li>
<ul>
<li>Enables god mode for analog clocks</li>
</ul>
<li>Yahtzee</li>
<ul>
<li>A simple Yahtzee program for pensioners</li>
</ul>
</ul>
<p>Projects that would worked if I could be arsed:</p>
<ul>
<li>This website</li>
<ul>
<li>Yea, we'll see</li>
</ul>
<li>USBKEY</li>
<ul>
<li>Will either rick roll you or steal your credit card information</li>
</ul>
<li>Gakken Eye Tracker</li>
<ul>
<li>Makes for some creepy ass eye traking</li>
</ul>
</ul>
<p>Something to think about for the future like my grades</p>
<ul>
<li>WiggleCam</li>
<ul>
<li>Makes some EPIC animated photos</li>
</ul>
</ul>
<p> </p>
</div>
</body>
</html>