-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjquery_faq.html
More file actions
115 lines (114 loc) · 6.91 KB
/
jquery_faq.html
File metadata and controls
115 lines (114 loc) · 6.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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/html">
<head>
<meta charset="UTF-8">
<title>National Parks</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6" crossorigin="anonymous">
<link rel="stylesheet" href="css/jqery_faq.css">
</head>
<body>
<h1 class="container">Frequently Asked Questions</h1>
<hr>
<div class="container1">
<dt>Who is the director of the National Park Service?</dt>
<dd class="invisible">Shawn Benge, Deputy Director, Operations, is exercising the delegated authority of the
Director of the National Park Service.</dd>
<dt>What government agency oversees the National Park Service?</dt>
<dd class="invisible">The National Park Service is a bureau of the Department of the Interior. Directly
overseeing its operation is the department's Assistant Secretary for Fish, Wildlife and Parks.</dd>
<dt>How many employees are in the National Park Service?</dt>
<dd class="invisible">
<ul>
<li>Permanent, temporary, and seasonal employees: Approximately 20,000</li>
<li>Volunteers: More than 279,000 in 2019</li>
</ul>
</dd>
<dt>How old is the National Park System?</dt>
<dd class="invisible">The National Park Service was created by an act signed by President Woodrow Wilson on
August 25, 1916. Yellowstone National Park was established by an act signed by President Ulysses S. Grant on
March 1, 1872, as the nation's first national park.</dd>
<dt>What is the origin of the National Park Service arrowhead?</dt>
<dd class="invisible">The arrowhead was authorized as the official National Park Service emblem by the Secretary
of the Interior on July 20, 1951. The components of the arrowhead may have been inspired by key attributes
of the National Park System, with the sequoia tree and bison representing vegetation and wildlife, the
mountains and water representing scenic and recreational values, and the arrowhead itself representing
historical and archeological values.</dd>
<dt>How many areas are in the National Park System?</dt>
<dd class="invisible">The system includes 423 areas covering more than 85 million acres in every state, the
District of Columbia, American Samoa, Guam, Puerto Rico, and the Virgin Islands. These areas include national
parks, monuments, battlefields, military parks, historical parks, historic sites, lakeshores, seashores,
recreation areas, scenic rivers and trails, and the White House.</dd>
<dt>What is the largest national park site? Smallest?</dt>
<dd class="invisible">
<ul>
<li>Largest: Wrangell-St. Elias National Park and Preserve, AK, at 13.2 million acres</li>
<li>Smallest: Thaddeus Kosciuszko National Memorial, PA, at 0.02 acres</li>
</ul>
</dd>
<dt>How many people visit the national parks?</dt>
<dd class="invisible">Total recreation visitors to the national parks in 2019: 327,516,619.</dd>
<dt>What is the most-visited national park?</dt>
<dd class="invisible">Great Smoky Mountains National Park: 12.1 million recreational visits in 2020</dd>
<dt>What is the National Park Service budget?</dt>
<dd class="invisible">
<ul>
<li>Fiscal Year (FY) 2014 Enacted: $2.98 billion</li>
<li>FY 2015 Enacted: $2.615 billion</li>
<li>FY 2016 Enacted:$2.851 billion</li>
<li>FY 2017 Enacted: $2.932 billion</li>
</ul>
</dd>
</div>
<button id="toggleInvis" class="btn btn-outline-secondary">Turn off Invisible descriptions</button>
<h3 class="container">Top three most popular National Parks</h3>
<hr>
<div class="d-flex row container1"> <!--Unordered lists-->
<!--National Park One-->
<div class="col-sm">
<h3>Great Smoky Mountains</h3>
<ul>
<li>The park consists of 522,419 acres.</li>
<li>The highest peak in the park is Clingmans Dome at 6,643 feet.</li>
<li>There are 850 miles of trails and unpaved roads in the park for hiking, including 70 miles of the
Appalachian Trail.</li>
<li>Over 100 species of trees grow in the park.</li>
</ul>
</div>
<!--National Park Two-->
<div class="col-sm">
<h3>Yellowstone</h3>
<ul>
<li>Yellowstone encompasses 3,472 square miles (2,221,766 acres) which makes it larger than Rhode Island and Delaware combined.</li>
<li>There are more than 10,000 hydrothermal features in Yellowstone. The four types of thermal features are geysers, hot springs, mud pots, and fumaroles.</li>
<li>Yellowstone Lake has 131.7 sq. miles of surface area and 141 miles of shoreline. It is the largest high elevation lake in North America.</li>
<li>Yellowstone is home to the largest concentration of mammals in the lower 48 states (67 species).</li>
</ul>
</div>
<!--National Park Three-->
<div class="col-sm">
<h3>Zion</h3>
<ul>
<li>The person who is credited with naming the place “Zion” is also the same person who, in 1863, settled the canyon floor. His name is Isaac Behunin.</li>
<li>The Anasazi, the original occupants of Zion Canyon, have left behind rock art and many cliff dwellings that are between 800 and 1,500 years old and can still be seen today.</li>
<li>Underneath the ground you stand on in Zion lies a natural spring. It’s estimated that the water takes up to 1,000 years for the water to reach the surface and show itself through the surfaces of the rock.</li>
<li>Kolob Canyon is the park’s highest point of elevation at 8,726 ft.</li>
</ul>
</div>
</div>
<button id="last-list-element" class="d-flex btn btn-outline-secondary">Highlight the last fact</button>
<!--Bonus Exercise-->
<!--<div class="d-flex row container1">-->
<!-- <div class="left"-->
<!--</div>-->
<div class="footer">
<div class="container2">
<p>Frequently Asked Questions provided by: <a href="https://www.nps.gov/aboutus/faqs.htm">The National Park Service</a></p>
<p>Great Smokey Mountains facts provided by: <a href="http://www.mysmokymountainvacation.com/facts.html">http://www.mysmokymountainvacation.com/facts.html</a></p>
<p>Yellowstone facts provided by: <a href="https://www.yellowstone.org/10-yellowstone-facts/">https://www.yellowstone.org/10-yellowstone-facts/</a></p>
<p>Zion facts provided by: <a href="https://zionnationalpark.com/zion-national-park/zion/">https://zionnationalpark.com/zion-national-park/zion/</a></p>
</div>
</div>
<script src="js/jquery-3.6.0.min.js"></script>
<script src="js/jquery_faq.js"></script>
</body>
</html>