-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·353 lines (324 loc) · 15 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
351
352
353
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>The Badlands</title>
<!-- Bootstrap core CSS-->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Cabin:700' rel='stylesheet' type='text/css'>
<!-- Custom styles for photo slideshow -->
<link rel="stylesheet" href="/css/slideshow.css">
<!-- Custom styles for this template -->
<link href="css/grayscale.min.css" rel="stylesheet">
<link rel="stylesheet" href="css/contact.css">
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top">Home</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fa fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#photos">Photos</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#videos">Videos</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#attraction">Attractions</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Intro Header -->
<header class="masthead">
<div class="intro-body">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<h1 class="brand-heading">The Badlands</h1>
<p class="intro-text">National Park - South Dakota.
</p>
<a href="#about" class="btn btn-circle js-scroll-trigger">
<i class="fa fa-angle-double-down animated"></i>
</a>
</div>
</div>
</div>
</div>
</header>
<!-- About Section -->
<section id="about" class="content-section text-center">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<h2>About Badlands</h2>
<p>The rugged beauty of the Badlands draws visitors from around the world. These striking geologic deposits contain one of the world’s richest fossil beds. Ancient mammals such as the rhino, horse, and saber-toothed cat once roamed here.
The park’s 244,000 acres protect an expanse of mixed-grass prairie where bison, bighorn sheep, prairie dogs, and black-footed ferrets live today.</p>
</div>
</div>
</div>
</section>
<!-- Photos section-->
<section id="photos" class="content-section slideshow-container">
<div class="container col-lg-8 mx-auto">
<h2 align="center">Photos of the Park</h2>
<div class="slideshow-container">
<div class="mySlides">
<div class="numbertext">1 / 3</div>
<img src="./img/1.jpg" style="width:100%">
<div class="text">Sunrise</div>
</div>
<div class="mySlides">
<div class="numbertext">2 / 3</div>
<img src="./img/2.jpg" style="width:100%">
<div class="text">Sunset</div>
</div>
<div class="mySlides">
<div class="numbertext">3 / 3</div>
<img src="./img/3.jpg" style="width:100%">
<div class="text">Afternoon</div>
</div>
<a class="prev" onclick="plusSlides(-1)">❮</a>
<a class="next" onclick="plusSlides(1)">❯</a>
</div>
<br>
<div style="text-align:center">
<span class="dot" onclick="currentSlide(1)"></span>
<span class="dot" onclick="currentSlide(2)"></span>
<span class="dot" onclick="currentSlide(3)"></span>
</div>
</div>
</section>
<!-- Video Section -->
<section id="videos" class="download-section content-section text-center">
<div class="container">
<div class="col-lg-8 mx-auto">
<h2>Videos</h2>
<p>Videos of the Park</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/68zB8xM8GLo" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/Ivh2wmExYsk" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<!--<a href="http://startbootstrap.com/template-overviews/grayscale/" class="btn btn-default btn-lg">Visit Download Page</a>-->
</div>
</div>
</section>
<!-- Attraction section -->
<section id="attraction" class="content-section text-center">
<div class="container">
<div class="row">
<div>
<h2>attractions</h2>
<p>Badlands National Park has two campgrounds for overnight visits.The Ben Reifel Vistor Center within the park offers a bookstore, special programs, and exhibits.</p>
<div style="width:320px;float:left;">
<div style="width:300px;margin:0px;">
<a href="./Ming_img/Badlands_National_Park,_South_Dakota,_04594u.jpg" target="_blank">
<img src="./Ming_img/Badlands_National_Park,_South_Dakota,_04594u.jpg"width="300"height="200"> </a>
<p>Buttes and pinnacles</p>
</div>
</div>
<div style="width:320px;float:left;">
<div style="width:300px;margin:0px;">
<a href="./Ming_img/Sunset_PA110469.JPG"target="_blank">
<img src="./Ming_img/Sunset_PA110469.JPG"width="300"height="200"></a>
<p>Sunset</p>
</div>
</div>
<div style="width:320px;float:left;">
<div style="width:300px;margin:0px;">
<a href="./Ming_img/Cliff_Shelf_Nature_Trail_PA090104_boardwalk.JPG"target="_blank">
<img src="./Ming_img/Cliff_Shelf_Nature_Trail_PA090104_boardwalk.JPG"width="300"height="200"></a>
<p>Cliff Shelf nature trail</p>
</div>
</div>
<div style="width:320px;float:left;">
<div style="width:300px;margin:0px;">
<a href="./Ming_img/Door_Trail_PA110391_boardwalk_'Chadron_Formation'_is_the_surface_(34-37_MYA)_Eocene.jpeg"target="_blank">
<img src="./Ming_img/Door_Trail_PA110391_boardwalk_'Chadron_Formation'_is_the_surface_(34-37_MYA)_Eocene.jpeg"width="300"height="200"></a>
<p>Door Trail boardwalk</p>
</div>
</div>
<div style="width:320px;float:left;">
<div style="width:300px;margin:0px;">
<a href="./Ming_img/Notch_Trail_PA110299_ladder.jpeg"target="_blank">
<img src="./Ming_img/Notch_Trail_PA110299_ladder.jpeg"width="300"height="200"></a>
<p>The ladder on the Notch trail</p>
</div>
</div>
<div style="width:320px;float:left;">
<div style="width:300px;margin:0px;">
<a href="./Ming_img/Window_Trail_PA090087.jpeg"target="_blank">
<img src="./Ming_img/Window_Trail_PA090087.jpeg"width="300"height="200"></a>
<p>Boardwalk to the Windows</p>
</div>
</div>
<div style="width:320px;float:left;">
<div style="width:300px;margin:0px;">
<a href="./Ming_img/Big_Badlands_Overlook_PA120529.jpeg"target="_blank">
<img src="./Ming_img/Big_Badlands_Overlook_PA120529.jpeg"width="300"height="200"></a>
<p>Big Badlands overlook and peaks above the grasslands</p>
</div>
</div>
<div style="width:320px;float:left;">
<div style="width:300px;margin:0px;">
<a href="./Ming_img/Changing_Scenes_Overlook_PA100156.jpeg"target="_blank">
<img src="./Ming_img/Changing_Scenes_Overlook_PA100156.jpeg"width="300"height="200"></a>
<p>Changing Scenes overlook</p>
</div>
</div>
<div style="width:320px;float:left;">
<div style="width:300px;margin:0px;">
<a href="./Ming_img/Prairie_Wind_Overlook_in_the_Badlands.jpg"target="_blank">
<img src="./Ming_img/Prairie_Wind_Overlook_in_the_Badlands.jpg"width="300"height="200"></a>
<p>Prairie Wind overlook and prairie grass</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Popup -->
<div id="contact-popup">
<button id="contact-ok-button">ok</button>
<h1 style="text-align:center; color:violet;">Contact Us</h1>
<div class="containers">
<form>
<div class="row">
<div class="col-25">
<label for="fname">First Name</label>
</div>
<div class="col-75">
<input type="text" id="fname" name="firstname" placeholder="Your name..">
</div>
</div>
<div class="row">
<div class="col-25">
<label for="lname">Last Name</label>
</div>
<div class="col-75">
<input type="text" id="lname" name="lastname" placeholder="Your last name..">
</div>
</div>
<div class="row">
<div class="col-25">
<label for="country">Home Country</label>
</div>
<div class="col-75">
<select id="country" name="country">
<option value="australia">Australia</option>
<option value="canada">Canada</option>
<option value="usa">USA</option>
<option value="china">China</option>
<option value="japan">Japan</option>
</select>
</div>
</div>
<div class="row">
<div class="col-25">
<label for="addr">Address</label>
</div>
<div class="col-75">
<input type="text" id="addr" name="address" placeholder="Your address...">
</div>
</div>
<div class="row">
<div class="col-25">
<label for="phone">Phone</label>
</div>
<div class="col-75">
<input type="text" id="phone" name="phone" placeholder="Your phone no. ...">
</div>
</div>
<div class="row">
<div class="col-25">
<label for="subject">Your Comments</label>
</div>
<div class="col-75">
<textarea id="subject" name="subject" placeholder="Write something.." style="height:200px"></textarea>
</div>
</div>
<div class="row">
<input type="submit" value="Submit">
</div>
</form>
</div>
</div>
<!-- Contact Section -->
<section id="contact" class="content-section text-center">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<h2>
<div id="popupContactButton">Contact Us</div>
</h2>
<p>Feel free to leave us a comment
<!--<a href="http://startbootstrap.com/template-overviews/grayscale/">Grayscale template overview page</a>-->
on our Social Media</p>
<ul class="list-inline banner-social-buttons">
<li class="list-inline-item">
<a href="https://twitter.com/" class="btn btn-default btn-lg">
<i class="fa fa-twitter fa-fw"></i>
<span class="network-name">Twitter</span>
</a>
</li>
<li class="list-inline-item">
<a href="https://github.com/" class="btn btn-default btn-lg">
<i class="fa fa-github fa-fw"></i>
<span class="network-name">Github</span>
</a>
</li>
<li class="list-inline-item">
<a href="https://plus.google.com/" class="btn btn-default btn-lg">
<i class="fa fa-google-plus fa-fw"></i>
<span class="network-name">Google+</span>
</a>
</li>
</ul>
<br>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d369318.2388018137!2d-102.66226822071532!3d43.68355233671455!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x877e870c18052023%3A0x69685e31dae677f0!2sBadlands+National+Park!5e0!3m2!1sen!2sus!4v1529287854388" width="600" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
</div>
</div>
</section>
<!-- Map Section
<div id="map">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d369318.2388018137!2d-102.66226822071532!3d43.68355233671455!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x877e870c18052023%3A0x69685e31dae677f0!2sBadlands+National+Park!5e0!3m2!1sen!2sus!4v1529287854388" width="600" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>
</div> -->
<!-- Footer -->
<footer>
<div class="container text-center">
<p>Copyright © ITC6355 2018</p>
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Google Maps API Key - Use your own API key to enable the map feature. More information on the Google Maps API can be found at https://developers.google.com/maps/ -->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCRngKslUGJTlibkQ3FkfTxj3Xss1UlZDA&sensor=false"></script>
<!-- Custom scripts for this template -->
<script src="js/grayscale.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/slideshow.js"></script>
<script src="js/contact.js"></script>
</script>
</body>
</html>