-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·350 lines (341 loc) · 13 KB
/
index.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
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang=""> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="">
<!--<![endif]-->
<head>
<meta charset="utf-8" />
<meta https-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>Mt. Rainier Information</title>
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="apple-touch-icon" href="apple-touch-icon.png" />
<link
href="https://fonts.googleapis.com/css?family=Alegreya|Bevan|Sanchez|Source+Sans+Pro"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css?family=Open+Sans"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css?family=Sansita+One"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css?family=Montserrat"
rel="stylesheet"
/>
<link rel="stylesheet" href="css/bootstrap.min.css" />
<style>
body {
padding-top: 50px;
padding-bottom: 20px;
}
</style>
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.3/leaflet.css"
/>
<link rel="stylesheet" href="css/main.css" />
<script src="js/vendor/modernizr-2.8.3-respond-1.4.2.min.js"></script>
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">
You are using an <strong>outdated</strong> browser. Please
<a href="http://browsehappy.com/">upgrade your browser</a> to improve
your experience.
</p>
<![endif]-->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<button
type="button"
class="navbar-toggle collapsed"
data-toggle="collapse"
data-target="#bs-example-navbar-collapse-2"
>
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!--<a class="navbar-center navbar-brand" href="#home"><object data="img/rainier3.png" class="logo" alt="rainier logo" ></object></a>-->
<!-- <a class="navbar-brand" href="#">Mt. Rainier Info</a>-->
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-2">
<ul class="nav navbar-nav">
<li class="active"><a href="#home">Home</a></li>
<li class="dropdown">
<a
href="#"
class="dropdown-toggle"
data-toggle="dropdown"
role="button"
aria-expanded="false"
>About <span class="caret"></span
></a>
<ul class="dropdown-menu" role="menu">
<li><a href="#description">Description</a></li>
<li><a href="#history">History</a></li>
<li><a href="#stats">Stats</a></li>
</ul>
</li>
<li><a href="#map">Map</a></li>
<li><a href="#links">Links</a></li>
</ul>
</div>
</div>
</nav>
<!-- Main jumbotron for a primary marketing message or call to action -->
<div class="jumbotron">
<div class="container">
<h1 id="home">Mt. Rainier Information</h1>
<div id="carousel-image" class="carousel slide">
<!-- Indicators -->
<ol class="carousel-indicators hidden-xs">
<li
data-target="#carousel-image"
data-slide-to="0"
class="active"
></li>
<li data-target="#carousel-image" data-slide-to="1"></li>
<li data-target="#carousel-image" data-slide-to="2"></li>
<li data-target="#carousel-image" data-slide-to="3"></li>
<li data-target="#carousel-image" data-slide-to="4"></li>
<li data-target="#carousel-image" data-slide-to="5"></li>
<li data-target="#carousel-image" data-slide-to="6"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active images">
<img
class="img-responsive img-full"
src="img_comp/carousel/Mount_Rainier_sunset_and_clouds-1600_large_2x.jpg"
alt=""
/>
</div>
<div class="item images">
<img
class="img-responsive img-full"
src="img_comp/carousel/Flickr_-_The_U.S._Army_-_Jump_over_Mt._Rainier-1600_large_2x.jpg"
alt=""
/>
</div>
<div class="item images">
<img
class="img-responsive img-full"
src="img_comp/carousel/Mount_Rainier_-_Paradise_-_Dead_Horse_Creek_Trail_-_August_2014_-_01-1600_large_2x.jpg"
alt=""
/>
</div>
<div class="item images">
<img
class="img-responsive img-full"
src="img_comp/carousel/Mount_Rainier_-_Paradise_Meadow_in_July_03-1600_large_2x.jpg"
alt=""
/>
</div>
<div class="item images">
<img
class="img-responsive img-full"
src="img_comp/carousel/Mount_Rainier_and_lake_reflection-1600_large_2x.jpg"
alt=""
/>
</div>
<div class="item images">
<img
class="img-responsive img-full"
src="img_comp/carousel/Mount_Rainier_from_Paradise_meadow,_August_2014_-_03-1600_large_2x.jpg"
alt=""
/>
</div>
<div class="item images">
<img
class="img-responsive img-full"
src="img_comp/carousel/Nisqually_River_near_Cougar_Rock_01-1600_large_2x.jpg"
alt=""
/>
</div>
</div>
<!-- Controls -->
<a
class="left carousel-control"
href="#carousel-image"
data-slide="prev"
>
<span class="icon-prev"></span>
</a>
<a
class="right carousel-control"
href="#carousel-image"
data-slide="next"
>
<span class="icon-next"></span>
</a>
</div>
</div>
</div>
<div class="container">
<blockquote>
“Of all the fire mountains which, like beacons, once blazed along
the Pacific Coast, Mount Rainier is the noblest.”
<br />
— John Muir, Naturalist
</blockquote>
<!-- Tabs -->
<ul class="nav nav-tabs" id="tab-buttons">
<li role="presentation" class="active" data-toggle="tab">
<a href="#description">About</a>
</li>
<li role="presentation" data-toggle="tab">
<a href="#history">History</a>
</li>
<li role="presentation" data-toggle="tab">
<a href="#stats">Statistics</a>
</li>
</ul>
<div class="tab-content">
<div class="tab-pane active" id="description" role="tabpanel">
<h2>About</h2>
<p>
Mount Rainier (pronounced: <b>/reɪˈnɪər/</b>) is the highest
mountain of the Cascade Range of the Pacific Northwest, and the
highest mountain in the state of Washington. It is a large active
stratovolcano located 54 miles (87 km) southeast of Seattle. It is
the most topographically prominent mountain in the contiguous United
States and the Cascade Volcanic Arc, with a summit elevation of
14,411 ft (4,392 m).[1][2] Mt. Rainier is considered one of the most
dangerous volcanoes in the world, and it is on the Decade Volcano
list. Because of its large amount of glacial ice, Mt. Rainier could
potentially produce massive lahars that could threaten the entire
Puyallup River valley.
</p>
</div>
<div class="tab-pane" id="history" role="tabpanel">
<h2>History</h2>
<p>
At the time of European contact, the river valleys and other areas
near the mountain were inhabited by many Pacific Northwest tribes
who hunted and gathered berries in its forests and mountain meadows.
These included the Nisqually, Cowlitz, Yakama, Puyallup, and
Muckleshoot.
</p>
<p>
Captain George Vancouver reached Puget Sound in early May 1792 and
became the first European to see the mountain.
</p>
<p>
In 1833, Dr. William Fraser Tolmie explored the area looking for
medicinal plants. Hazard Stevens and P. B. Van Trump received a
hero's welcome in the streets of Olympia after their successful
summit climb in 1870. The first female ascent was made in 1890 by
Fay Fuller, accompanied by Van Trump and three other teammates.
</p>
<p>
John Muir climbed Mount Rainier in 1888, and although he enjoyed the
view, he conceded that it was best appreciated from below. Muir was
one of many who advocated protecting the mountain. In 1893, the area
was set aside as part of the Pacific Forest Reserve in order to
protect its physical/economic resources: timber and watersheds.
</p>
<p>
Citing the need to also protect scenery and provide for public
enjoyment, railroads and local businesses urged the creation of a
national park in hopes of increased tourism. On March 2, 1899,
President William McKinley established Mount Rainier National Park
as America's fifth national park. Congress dedicated the new park
"for the benefit and enjoyment of the people" and "... for the
preservation from injury or spoliation of all timber, mineral
deposits, natural curiosities, or wonders within said park, and
their retention in their natural condition."
</p>
</div>
<div class="tab-pane" id="stats" role="tabpanel">
<h2>Statistics</h2>
<dl>
<dt>Elevation</dt>
<dd>14,411 ft (4,392 m)</dd>
<dt>Prominence</dt>
<dd>13,211 ft (4,027 m)</dd>
<dt>Range</dt>
<dd>Cascade Range</dd>
<dt>Type</dt>
<dd>Stratovolcano</dd>
<dt>Age of Rock</dt>
<dd>500,000 years</dd>
<dt>Last Eruption</dt>
<dd>November to December, 1894</dd>
<dt>First Ascent</dt>
<dd>1870 by Hazard Stevens and P. B. Van Trump</dd>
<dt>Easiest Route</dt>
<dd>Rock/ice climb via Disappointment Cleaver</dd>
</dl>
</div>
</div>
<div id="map">
<h2>Map</h2>
<div id="map-container"></div>
</div>
<div id="links">
<h2>Links</h2>
<p class="lead">
Learn more about Mt. Rainier by visiting these websites:
</p>
<ul class="links-list">
<li>
<a href="https://www.nps.gov/mora/index.htm" target="_blank"
>Mt. Rainier National Parks Page</a
>
</li>
<li>
<a
href="https://en.wikipedia.org/wiki/Mount_Rainier"
target="_blank"
>Mt. Rainier Wikipedia Page</a
>
</li>
<li>
<a href="https://visitrainier.com/" target="_blank"
>Mt. Rainier Tourism Page</a
>
</li>
<li>
<a
href="https://content.lib.washington.edu/warnerweb/essay.html"
target="_blank"
>John Muir's Ascent of Mt. Rainier</a
>
</li>
</ul>
</div>
<hr />
<footer>
<small>
Made by
<a href="https://billvas.com/" target="_blank">Bill Vasilopoulos</a>
This page uses images and text from
<a href="https://en.wikipedia.org/wiki/Mount_Rainier" target="_blank"
>The Wikipedia Mt. Rainier Page</a
>.
</small>
</footer>
</div>
<!-- /container -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script>
window.jQuery ||
document.write(
'<script src="js/vendor/jquery-1.11.2.min.js"><\/script>'
);
</script>
<script src="js/vendor/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.3/leaflet.js"></script>
<script src="js/main.js"></script>
</body>
</html>