-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (51 loc) · 2.23 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
<html>
<head>
<title>Navigation Page</title>
<style>
ul { margin-top: 10; margin-bottom: 10; }
li { margin-top: 5; }
</style>
</head>
<body>
<h1>Navigation Page</h1>
<table><tr><td>
<div style="border-radius: 25px; border: 5px solid #73AD21; padding: 10px;">
<b>Motorcycle-related</b>
<ul>
<li><a href="brake_fluid_bottle/index.html">Making a brake fluid supply bottle out of a Mason jar and computer
water-cooling parts</a></li>
<li><a href="my_bikes/index.html">My motorcycles - past and present</a></li>
<li><a href="tire_lift/index.html">Tool to help one person maneuver a rear wheel into the swingarm</a></li>
<li><a href="motorcycle_timeline/index.html">A timeline of motorcycle history</a></li>
<li><a href="fork_tool/index.html">Measurements for the Yamaha FJR-1300 Gen II fork tool</a></li>
<li><a href="tracer/software_licenses.html">Listing of the sofware licenses for the Yamaha Tracer 9 GT+</a></li>
<li><a href="tracer/update_format.html">Dissection of the sofware update file for the Yamaha Tracer 9 GT+</a></li>
</ul>
</div>
</td></tr></table>
<br><br>
<table><tr><td>
<div style="border-radius: 25px; border: 5px solid #73AD21; padding: 10px;">
<b>Energica Electric Motorcycle</b>
<ul>
<li><a href="https://www.thingiverse.com/thing:4917062">3D printed templates for footpeg brackets</a></li>
</ul>
</div>
</td></tr></table>
<br><br>
<table><tr><td>
<div style="border-radius: 25px; border: 5px solid #73AD21; padding: 10px;">
<b>Code</b>
<ul>
<li><a href="https://github.com/CrashCash/GearBox">Ancient Java 3D simulation of a motorcycle transmission</a></li>
<li><a href="https://github.com/CrashCash/FlashAirScripts">Python scripts to control a Toshiba FlashAir card on
my 3D printer</a></li>
<li><a href="https://github.com/CrashCash/T-Minus">Android app to count down to a rocket launch</a></li>
</ul>
</div>
</td></tr></table>
<br>
Contact: my google.com email ID is gene.cash (trying to avoid automated spam - and besides, it's not an account I
use much anymore anyway)
</body>
</html>