-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutus.html
296 lines (268 loc) · 9.84 KB
/
aboutus.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags always come first -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Bootstrap CSS -->
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65"
crossorigin="anonymous"
/>
<!-- Additional CSS must be placed after Bootstrap CSS -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css"
integrity="sha512-MV7K8+y+gLIBoVD59lQIYicR65iaqukzvf/nwasF0nqhPay5w/9lJmVM2hMDcnK1OnMGCdVK+iQrJ7lzPJQd1w=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Lobster|Open+Sans"
/>
<link rel="stylesheet" href="css/styles.css" />
<title>Nucamp: A Better Way To Camp</title>
</head>
<body>
<header>
<a href="index.html"><img src="img/logo.png" class="img-fluid" alt="Nucamp Logo" /></a>
<div class="container">
<div class="row">
<div class="col">
<h1>Nucamp</h1>
<h2>a better way to camp</h2>
</div>
</div>
</div>
</header>
<!-- navbar -->
<nav class="navbar navbar-expand-sm navbar-dark sticky-top">
<div>
<a class="navbar-brand" href="index.html"
><img src="img/logo.png" height="30" width="30" alt="Nucamp logo"
/></a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#nucampNavbar"
>
<span class="navbar-toggler-icon"></span>
</button>
</div>
<div class="container">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="index.html"
><i class="fa-solid fa-house fa-lg"></i> Home</a
>
</li>
<li class="nav-item">
<a class="nav-link active" href="#"
><i class="fa-solid fa-info fa-lg"></i> About</a
>
</li>
<li class="nav-item">
<a class="nav-link" href="#"
><i class="fa-solid fa-list fa-lg"></i> Sites</a
>
</li>
<li class="nav-item">
<a class="nav-link" href="contactus.html"
><i class="fa-solid fa-address-card fa-lg"></i> Contact</a
>
</li>
</ul>
</div>
</div>
</nav>
<main class="container">
<div class="row">
<div class="col">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="index.html">Home</a></li>
<li class="breadcrumb-item active">About</li>
</ol>
<h2>About Us</h2>
<hr />
</div>
</div>
<section class="row row-content">
<div class="col-sm-6">
<h3>Our Mission</h3>
<p>
We present a curated database of the best campsites in the vast
woods and backcountry of the World Wide Web Wilderness. We increase
access to adventure for the public while promoting safe and
respectful use of resources. The expert wilderness trekkers on our
staff personally verify each campsite to make sure that they are up
to our standards. We also present a platform for campers to share
reviews on campsites they have visited with each other.
</p>
</div>
<div class="col-sm-6">
<div class="card">
<h3 class="card-header bg-primary text-white">Facts At a Glance</h3>
<div class="card-body">
<dl class="row">
<dt class="col-6">Founded</dt>
<dd class="col-6">February 3, 2016</dd>
<dt class="col-6">No. of Campsites in 2022</dt>
<dd class="col-6">563</dd>
<dt class="col-6">No. of Reviews in 2022</dt>
<dd class="col-6">4388</dd>
<dt class="col-6">Employees</dt>
<dd class="col-6">42</dd>
</dl>
</div>
</div>
</div>
<div class="col">
<div class="card bg-light mt-3">
<figure class="card-body">
<blockquote class="blockquote">
<q
>I will not follow where the path may lead, but I will go
where there is no path, and I will leave a trail.</q
>
</blockquote>
<figcaption class="blockquote-footer">
Muriel Strode
<cite
>"Wind-Wafted Wild Flowers" - The Open Court, Vol. 1903</cite
>
</figcaption>
</figure>
</div>
</div>
</section>
<div class="row row-content">
<div class="col">
<h3>Community Partners</h3>
<ul class="nav nav-tabs">
<li class="nav-item"><a class="nav-link active" href="#bootstrap" role="tab" data-bs-toggle="tab">Bootstrap Outfitters</a></li>
<li class="nav-item"><a class="nav-link" href="#git" role="tab" data-bs-toggle="tab">Git Out Expeditions</a></li>
<li class="nav-item"><a class="nav-link" href="#mongo" role="tab" data-bs-toggle="tab">Mongo Fly Shop</a></li>
<li class="nav-item"><a class="nav-link" href="#node"role="tab" data-bs-toggle="tab">Node Outdoor Apparel</a></li>
</ul>
<div class="tab-content">
<div role="tabpanel" class="tab-pane fade show active" id="bootstrap">
<h4>
Bootstrap Outfitters <small>Outdoor Gear Specialists</small>
</h4>
<p class="d-none d-sm-block">
Bootstrap Outfitters supplies you with the gear you need at
prices you can't beat.
</p>
</div>
<div role="tabpanel" class="tab-pane fade" id="git">
<h4>
Git Out Expeditions <small>Group Adventure Expeditions</small>
</h4>
<p class="d-none d-sm-block">
Join Git Out Expeditions to explore new horizons with a group of
other adventurers!
</p>
</div>
<div role="tabpanel" class="tab-pane fade" id="mongo">
<h4>
Mongo Fly Shop <small>Your Neighborhood Fly Fishing Shop</small>
</h4>
<p class="d-none d-sm-block">
Need a new fishing pole, a tacklebox, or flies of all kinds? Stop
by Mongo Fly Shop.
</p>
</div>
<div role="tabpanel" class="tab-pane fade" id="node">
<h4>Node Outdoor Apparel <small>Outdoor Clothes & Shoes</small></h4>
<p class="d-none d-sm-block">
From polar fleeces to swimsuits, hiking boots to waders, a visit
to Node will be sure to get you covered.
</p>
</div>
</div>
</section>
<!-- table -->
<div class="col-sm-9">
<h2>Facts & Figures</h2>
<div class="table-responsive">
<table class="table table-striped">
<thead class="bg-primary text-light">
<tr>
<th></th>
<th>2020</th>
<th>2021</th>
<th>2022</th>
</tr>
</thead>
<tbody class="table-primary">
<tr>
<th>Staff Wilderness Experts</th>
<td>10</td>
<td>20</td>
<td>40</td>
</tr>
<tr>
<th>New Campers</th>
<td>256</td>
<td>1,280</td>
<td>5,360</td>
</tr>
<tr>
<th>Square Miles Covered</th>
<td>101,325</td>
<td>423,000</td>
<td>~3,000,000,000</td>
</tr>
</tbody>
</table>
</div>
</div>
</main>
<footer>
<div class="container">
<div class="row">
<div class="col-4 col-sm-2 offset-1">
<h5>Links</h5>
<ul class="list-unstyled">
<li><a href="index.html">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Sites</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
<div class="col-6 col-sm-5 text-center">
<h5>Social</h5>
<a href="http://instagram.com/"
><i class="fa-brands fa-instagram fa-xl"></i
></a>
<a href="http://facebook.com/"
><i class="fa-brands fa-facebook fa-xl"></i
></a>
<a href="http://twitter.com/"
><i class="fa-brands fa-twitter fa-xl"></i
></a>
<a href="http://youtube.com/"
><i class="fa-brands fa-youtube fa-xl"></i
></a>
</div>
<div class="col-sm-4 text-center">
<i class="fa-solid fa-phone fa-lg text-primary"></i>
1-206-555-1234<br />
<i class="fa-solid fa-envelope fa-lg text-primary"></i>
</div>
</div>
</div>
</footer>
<!-- Bootstrap JavaScript plugins -->
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4"
crossorigin="anonymous"
></script>
</body>
</html>