-
Notifications
You must be signed in to change notification settings - Fork 2
/
original.html
36 lines (32 loc) · 1.14 KB
/
original.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
<!doctype html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>Original BBTXL</h1>
<p>The trip that started it all! Over 3 days we visited Dark Horse, Bell's, and ended at New Holland. It started in Ann Arbor on 2012/05/25 and ended in Holland on 2012/05/27. Instead of meticulously clicking point by point in an online mapping applications, the route cue sheets were written on graph paper, scanned, and printed.</p>
<p>It was a simpler time.</p>
<h3>Day 1: Ann Arbor to Marshall</h3>
<div class="flex">
<div class="column">
<p>The route goes west, so these maps read right-to-left. The bottom map is the second half of the route for the first day.</p>
</div>
<div class="column">
<img src="img/original/day1.png" alt="day 1 route"/>
</div>
</div>
<h3>Day 2: Marshall to Kalamazoo</h3>
<div class="flex">
<div class="column">
<img src="img/original/day2.png" alt="day 2 route"/>
</div>
</div>
<h3>Day 3: Kalamazoo to Holland</h3>
<div class="flex">
<div class="column">
<img src="img/original/day3.png" alt="day 3 route"/>
</div>
</div>
</body>
</html>