-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgallery.html
More file actions
47 lines (46 loc) · 2.01 KB
/
gallery.html
File metadata and controls
47 lines (46 loc) · 2.01 KB
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
<!DOCTYPE html>
<html>
<head>
<link href='https://fonts.googleapis.com/css?family=Titillium+Web:400,400italic,600&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/gallery.css" media="screen" title="no title" charset="utf-8"> <title>deusForm</title>
</head>
<body>
<div class="wrapper">
<div class="container">
<div class="features">
<h2>The Nitty Gritty...</h2>
<ul>
<li>Kawasaki W650 motor bored to 800cc.</li>
<li>Performance valves and 520 cam chain conversion.</li>
<li>24% steering angle.</li>
<li>56.5 inch wheel base.</li>
<li>10% swing arm angel.</li>
<li>Handmade aluminum tank with NOS Monza gas cap.</li>
<li>Rizoma brake light/blinkers.</li>
<li>Custom seat with perforated waterproof leather.</li>
<li>Carbon fiber front fender with custom brackets.</li>
<li>Keihin 36mm CR race carbs.</li>
<li>K & N Airfilter.</li>
<li>Exhaust: Hand-bent stainless steel tubing with internal bafflels.</li>
</ul>
</div>
<div class="thumbnails">
<a href="img/bw.jpg"><img src="img/th1.jpg"/></a>
<a href="img/cockpit.jpg"><img src="img/th2.jpg"/></a>
<a href="img/deusright.jpg"><img src="img/th3.jpg"/></a>
<br class="clearboth">
<a href="img/rubber.jpg"><img src="img/th4.jpg"/></a>
<a href="img/rest.jpg"><img src="img/th5.jpg"/></a>
<a href="img/rear.jpg"><img src="img/th6.jpg"/></a>
<br class="clearboth">
<a href="img/shred.jpg"><img src="img/th7.jpg"/></a>
<a href="img/wheelie.jpg"><img src="img/th8.jpg"/></a>
<a href="img/flowers.jpg"><img src="img/th9.jpg"/></a>
</div>
</div>
<div class="info-link">
<a href="form.html"><h1>...Get your <em>God from the machine!</em></h1></a>
</div>
</div>
</body>
</html>