-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjournal.html
More file actions
61 lines (61 loc) · 1.71 KB
/
Copy pathjournal.html
File metadata and controls
61 lines (61 loc) · 1.71 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<html>
<head>
<meta charset="UTF-8">
<title>My Trip Around the USA on a Segway</title>
<style type="text/css">
@font-face{
font-family: "Emblema One";
src: url("http://wickedlysmart.com/hfhtmlcss/chapter8/journal/EmblemaOne-Regular.woff"),
url("http://wickedlysmart.com/hfhtmlcss/chapter8/journal/EmblemaOne-Regular.ttf");
}
h1{
font-family: "Emblema One";
}
</style>
</head>
<body>
<h1>Segway'n USA</h1>
<p>Documenting my trip around the US on my very own Segway!</p>
<h2>August 20, 2012</h2>
<img src="images/segway2.jpg" alt="錯誤" width="60%">
<p>
Well I made it 1200 miles already, and I passed
through some interesting places on the way:
</p>
<ol>
<li>Walla Walla, WA</li>
<li>Magic City, ID</li>
<li>Bountiful, UT</li>
<li>Last Chance, CO</li>
<li>Truth or Consequences, NM</li>
<li>Why, AZ</li>
</ol>
<h2>July 14, 2012</h2>
<a href="https://www.62icon.com/images/uploads/artwork/default/54dc288bc36aef282346e4dbb0c69641.png" target="_new">美圖</a>
<p>I saw some Burma Shave style signs on the side of the road today:</p>
<blockquote>
<br>"Passing cars,
<br>When you can't see,
<br>May get you,
<br>A glimpse,
<br>Of eternity."
</blockquote>
<h2>June 2, 2012</h2>
<img src="images/segway1.jpg" alt="錯誤" width="600">
<p>My first day of the trip! I can't believe I finally got
everything packed and ready to go.</p>
<p>Because I'm on a Segway,
I wasn't able to bring a whole lot with me:</p>
<ul>
<li>cellphone</li>
<li>iPod</li>
<li>digital camera</li>
<li>protein bar</li>
</ul>
<p>Just the essentials. As Lao Tzu would have said,</p>
<q>A journey of a thousand miles begins with one Segway.</q>
<p>
<a href="index.html">Back to Home</a>
</p>
</body>
</html>