-
Notifications
You must be signed in to change notification settings - Fork 0
/
野炊.html
300 lines (272 loc) · 12.4 KB
/
野炊.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
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<div class="d-flex justify-content-center">
<title></title>
</div>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
</head>
<body>
<nav class="nav navbar-inverse">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="index.html">HOME</a>
</div>
<div class="navbar-header">
<a class="navbar-brand" href="登山.html">登山</a>
</div>
<div class="navbar-header">
<a class="navbar-brand" href="露營.html">露營</a>
</div>
<div class="navbar-header">
<a class="navbar-brand" href="野炊.html">野炊</a>
</div>
<div class="navbar-header">
<a class="navbar-brand" href="相關影片.html">相關影片</a>
</div>
</div>
</nav>
<div class="container">
<h2></h2>
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- 點點 -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="1" class="active"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
<li data-target="#myCarousel" data-slide-to="3"></li>
<li data-target="#myCarousel" data-slide-to="4"></li>
<li data-target="#myCarousel" data-slide-to="5"></li>
<li data-target="#myCarousel" data-slide-to="6"></li>
</ol>
<script src="https://code.jquery.com/jquery.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>
<div class="jumbotron text-center">
<h1>野炊</h1>
<p>Enjoy the beautiful scenery while eating.</p>
</div>
<div class="carousel-inner">
<div class="item active">
<img src="幻燈片/1.jpg" style="width:100%">
</div>
<div class="item">
<img src="幻燈片/2.jpg" style="width:100%">
</div>
<div class="item">
<img src="幻燈片/3.jpg" style="width:100%">
</div>
<div class="item">
<img src="幻燈片/4.jpg" style="width:100%">
</div>
<div class="item">
<img src="幻燈片/5.jpg" style="width:100%">
</div>
<div class="item">
<img src="幻燈片/6.jpg" style="width:100%">
</div>
</div>
<a href="#myCarousel" class="left carousel-control" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="sr-only">Previous</span>
</a>
<a href="#myCarousel" class="right carousel-control" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-sm-4">
<div class="d-flex justify-content-center">
<h3><a href="#a">用具</a></h3>
</div>
</div>
<div class="col-sm-4">
<div class="d-flex justify-content-center">
<h3><a href="#b">料理</a></h3>
</div>
</div>
<div class="col-sm-4">
<div class="d-flex justify-content-center">
<h3><a href="#c">注意事項</a></h3>
</div>
</div>
</div>
</div><br><br><br>
<div style="text-align:center;" id="a">
<h1>用具</h1>
</div>
<div class="container">
<table class="table table-dark">
<thead>
<tr>
<th scope="col">鍋具與餐具:</th>
<th scope="col">鍋具基本上只需要一個湯鍋和平底鍋,就可以做出千變萬化的料理。餐具記得挑選不怕摔、重量輕又好清洗的餐具.</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">飲食:</th>
<td>露營需要用到的各種食材與食物,以及飲用水和各種飲料,都要依照露營天數好好備齊.</td>
</tr>
<tr>
<th scope="row">冰桶:</th>
<td>在戶外為了能夠好好保存食材,或是要讓飲料持續保冷,就需要用到冰桶.</td>
</tr>
<tr>
<th scope="row">爐具:</th>
<td>去野外露營時,許多人會攜帶「使用罐裝瓦斯」的小型瓦斯爐,可以搭配鍋具來使用,此外,也有許多人會攜帶使用炭火的燒烤用具.</td>
</tr>
<tr>
<th scope="row">帳篷:</th>
<td>挑選並購買適合的帳篷,但若不常去露營,也可以去專門店租帳篷就好,不需要自己購買.</td>
</tr>
<tr>
<th scope="row">戶外用品:</th>
<td>露營時通常會需要的戶外用品包括了拖鞋、摺疊桌椅、天幕、炊事帳、生火用具等等,還要記得帶手電筒、雨具、急救箱、防曬用品和防蟲用品,以備不時之需.</td>
</tr>
<tr>
<th scope="row">清潔用品:</th>
<td>在戶外露營會需要攜帶一些清潔用品,像是大量的自來水和濕紙巾、面紙、廚房紙巾、洗碗精、菜瓜布等.</td>
</tr>
</tbody>
</table></div><br><br><br>
<div style="text-align:center;" id="b">
<h1>料理</h1>
</div>
<div class="container">
<table class="table table-dark">
<thead>
<tr>
<th scope="col"></th>
<th scope="col">白芝麻豆漿湯烏龍麵</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">食材:</th>
<td>冷凍烏龍麵⋯1份
櫻花蝦⋯2大匙
牛蒡⋯7 cm(約20g)
番茄⋯1/2 個
乾燥海帶芽⋯適量
薑⋯1片
鹽巴⋯1/4 小匙
水⋯100 ml
豆漿⋯200 ml
白芝麻粉⋯5g(1大匙)
味噌⋯1又1/2 大匙
麻油⋯適量
七味辣椒粉⋯適量.</td>
</tr>
<tr>
<th scope="row">備 料:</th>
<td>將牛蒡斜切成薄片。把薑切碎之後和味噌混合,接著用保鮮膜包起來.</td>
</tr>
<tr>
<th scope="row">作 法:</th>
<td>1. 把番茄切成一口大小.</td>
</tr>
<tr>
<th scope="row"></th>
<td>2.在鍋中倒入麻油,把櫻花蝦和牛蒡放下去炒,炒到均勻上油之後,加入水和鹽巴。水沸騰後轉小火,接著加入豆漿和烏龍麵。再次沸騰之後將生薑和味噌融入湯頭中,並加入白芝麻粉和乾燥海帶芽。等到麵煮好後就可以倒進碗中,最後擺上番茄。可依自己喜好加七味辣椒粉。.</td>
</tr>
<tr>
<th scope="col"></th>
<th scope="col">溫潤的泡菜豬肉蓋飯</th>
<td></td>
</tr>
<tr>
<th scope="row">食材:</th>
<td>豬五花肉⋯100g
白蘿蔔乾⋯10g
泡菜⋯80g
香菜⋯1株
醬油⋯1大匙
酒⋯1大匙
味醂⋯1大匙
優格⋯3大匙
米油⋯適量(可以用沙拉油等代替)
白飯 適量(可以用乾燥飯、或是放在保溫罐中帶去).</td>
</tr>
<tr>
<th scope="row">備料:</th>
<td>把豬肉和泡菜切成容易入口的大小,蘿蔔乾也要用廚房剪刀剪成3∼4cm的大小。接著把豬肉、泡菜、蘿蔔乾放進保存袋中.</td>
</tr>
<tr>
<th scope="row">作法:</th>
<td>1.把香菜切成容易食用的大小,接著準備白飯.</td>
</tr>
<tr>
<th scope="row"></th>
<td>2. 在鍋中倒油,把△倒進去翻炒,炒到肉片確實熟透為止。把白飯放進碗裡,接著把炒好的泡菜豬肉放在飯上,最後擺上香菜即可.</td>
</tr>
</tbody>
</table></div><br><br><br>
<div style="text-align:center;" id="c">
<h1>注意事項</h1>
</div>
<div class="container">
<table class="table table-dark">
<thead>
<tr>
<th scope="col">食材:</th>
<th scope="row">一:忌食品不衛生、不新鮮.</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row"></th>
<td>二:忌煙熏火烤食品.</td>
</tr>
<tr>
<th scope="row"></th>
<td>三:忌喝生水.</td>
</tr>
<tr>
<th scope="row"></th>
<td>四:忌採食野蘑菇.</td>
</tr>
<tr>
<th scope="row"></th>
<td>五:衛生和安全.</td>
</tr>
<tr>
<th scope="col">其他:</th>
<td>1.使用「搭配罐裝瓦斯」的小型瓦斯爐時,一定要先看過瓦斯罐上的注意事項,小心操作。使用炭火等火源時一定要注意安全,避免失火。離開露營地時,也要記得將火完全撲滅.</td>
</tr>
<tr>
<th scope="row"></th>
<td>2.在「非專業營區」時,請遠離一些較危險的地方,例如陡峭的斜坡、河水湍急的河邊等等.</td>
</tr>
<tr>
<th scope="row"></th>
<td>3.在「專業營區」時,記得先詳讀該露營區的各種明文規定,以免不小心違反規定而引發任何不愉快的狀況.</td>
</tr>
<tr>
<th scope="row"></th>
<td>4.帶寵物去時,夜間請避免讓牠在戶外亂跑,以免發生危險.</td>
</tr>
<tr>
<th scope="row"></th>
<td>5.所製造的垃圾,記得要全部帶走,維護環境清潔.</td>
</tr>
<tr>
<th scope="row"></th>
<td>6.離開時,記得全面檢查是否已收走你帶來的所有物品,別忘記帶回家.</td>
</tr>
</tbody>
</table></div>
<footer id="sticky-footer" class="py-4 bg-dark text-white-50">
<div class="container text-center">
<small>Design By Myself</small>
</div>
</footer>
</body></html>