-
Notifications
You must be signed in to change notification settings - Fork 0
/
露營.html
200 lines (186 loc) · 7.44 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
<!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>Live in nature and experience natural life.</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><br>
</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">一般來說帳篷寬度大約 2~2.5 倍肩寬長度就很足夠了,所以要依據人數做判斷.</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">防水:</th>
<td>也就是看所謂的防水係數,外帳的話 800 就可以防小雨了,而內帳由於要防地上的水氣,1800 就已經足夠.</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.不可在峽谷的中央,避免山洪.</td>
</tr>
<tr>
<th scope="col"></th>
<td>2.不可在近水之處,避免漲水.</td>
</tr>
<tr>
<th scope="col"></th>
<td>3.不可在懸崖之下,避免落石.</td>
</tr>
<tr>
<th scope="col"></th>
<td>4.不可在高凸之地,避免強風.</td>
</tr>
<tr>
<th scope="col"></th>
<td>5.不可在獨立樹下,避免電擊.</td>
</tr>
<tr>
<th scope="col"></th>
<td>6.不可在草樹叢之中,避免蛇蟲.</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="col">1.要仔細觀察營地周圍是否有野獸的足跡、糞便和巢穴,不要建在多蛇多鼠地帶,以防傷人或損壞裝備設施.</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row"></th>
<td>2.要有驅蚊、蟲、蠍藥品和防護措施.</td>
</tr>
<tr>
<th scope="row"></th>
<td>3.在營地周圍遍撒些草木灰,會非常有效地防止蛇、蠍、毒蟲的侵擾.</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>