-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUSTrip.html
More file actions
94 lines (85 loc) · 2.91 KB
/
Copy pathUSTrip.html
File metadata and controls
94 lines (85 loc) · 2.91 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>美國漢堡</title>
<style type="text/css">
body {
background-color: #eaf3da;
}
@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{
color: green;
}
h2{
font-family: "Emblema One";
color: blue;
}
.red{
color: red;
}
.purple{
color: purple;
}
</style>
</head>
<body>
<h1>漢堡大全</h1>
<h2>IN-N-OUT</h2>
<h3>2015/12/17</h3>
<img src="images/trip/in_n_out.jpg" width="30%">
<p>抵達LA的第一餐就是<q class="red">只有LA才有的漢堡</q>,</p>
<img src="images/trip/in_n_out1.jpg" width="30%">
<P>新鮮的溫體牛肉製成漢堡,非常的飽滿,份量比麥當勞的大麥克還要大,</P>
<p>真的是吃完撐著~~~</p>
<h2>Wendy's</h2>
<h3>2015/12/19</h3>
<p>開車去北加的路上,臨機挑選的午餐~</p>
<img src="images/trip/wendy.jpg" width="30%">
<p>想到很久遠的年代有吃過溫蒂漢堡(糟...洩露出...XD)</p>
<P>這次在美國吃到感覺超級好吃的...(流淚)</P>
<h2>the habit</h2>
<h3>2015/12/26</h3>
<P>往聖地牙哥方向看到的 the habit</P>
<img src="images/trip/habit.jpg" width="30%">
<p>可能因為吃太多種漢堡了...連麥當當都有吃喔!</p>
<p>覺得the habit就像台灣的美式漢堡店一樣,</p>
<p>沒啥特別的...但是老哥說就這漢堡最好吃</p>
<h1>番外篇</h1>
<h2>Monterey Bay Aquarium</h2>
<h3>2015/12/20</h3>
<p>北加州有名的水母博物館喔~</p>
<p>因為介紹吃的...所以只有食物遺照XD</p>
<img src="images/trip/MontereyBay.jpg" width="30%">
<h2>Kunjip</h2>
<h3>2015/12/20</h3>
<P>朋友所招待的韓式料理店~Kunjip</P>
<p>這可是一大鍋的燉牛肉...</p>
<img src="images/trip/kunjip.jpg" width="30%">
<p>非常的鮮甜可口...現在回想起來還是口水直流阿!!!</p>
<img src="images/trip/kunjip1.jpg" width="30%">
<h2>Charles M. Schulz Museum</h2>
<h3>2015/12/21</h3>
<p>在舊金山朝聖查理布朗&史努比 ~ 此為<q class="purple">史努比餐</q></p>
<img src="images/trip/snoopy.jpg" width="30%">
<h2>Harris Ranch Inn & Restaurant</h2>
<h3>2015/12/22</h3>
<p>來5號公路必定會去嘗鮮的牛排館</p>
<img src="images/trip/HRIR.jpg" width="30%">
<p>搭配適當的紅酒、湯品襯托出牛肉的鮮甜</p>
<img src="images/trip/HRIR1.jpg" width="20%">
<img src="images/trip/HRIR2.jpg" width="20%">
<p>點錯生熟度,看起來很血腥,其實很甜不腥</p>
<p>吃著吃著就覺得自己好像是原始人喔~~~</p>
<img src="images/trip/HRIR3.jpg" width="20%">
<h2>HG Cafe</h2>
<h3>2016/1/1</h3>
<img src="images/trip/HG_Cafe.jpg" width="30%">
<p>告別美國的假期,2016年好的開始就從早餐開始!</p>
<p><a href="index.html">Back to Home</a></p>
</body>
</html>