generated from YearUpSpring2024/bootstrap-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
getInvolved.html
230 lines (209 loc) · 10.3 KB
/
getInvolved.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
<!doctype html>
<html lang="en" data-bs-theme="auto">
<head>
<script src="../assets/js/color-modes.js"></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors">
<meta name="generator" content="Hugo 0.122.0">
<title>Get Involved</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<!-- css -->
<link rel="stylesheet" href="./css/getInvolved.css">
<style>
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
.b-example-divider {
width: 100%;
height: 3rem;
background-color: rgba(0, 0, 0, .1);
border: solid rgba(0, 0, 0, .15);
border-width: 1px 0;
box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}
.b-example-vr {
flex-shrink: 0;
width: 1.5rem;
height: 100vh;
}
.bi {
vertical-align: -.125em;
fill: currentColor;
}
.nav-scroller {
position: relative;
z-index: 2;
height: 2.75rem;
overflow-y: hidden;
}
.nav-scroller .nav {
display: flex;
flex-wrap: nowrap;
padding-bottom: 1rem;
margin-top: -1px;
overflow-x: auto;
text-align: center;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
}
.btn-bd-primary {
--bd-violet-bg: #712cf9;
--bd-violet-rgb: 112.520718, 44.062154, 249.437846;
--bs-btn-font-weight: 600;
--bs-btn-color: var(--bs-white);
--bs-btn-bg: var(--bd-violet-bg);
--bs-btn-border-color: var(--bd-violet-bg);
--bs-btn-hover-color: var(--bs-white);
--bs-btn-hover-bg: #6528e0;
--bs-btn-hover-border-color: #6528e0;
--bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
--bs-btn-active-color: var(--bs-btn-hover-color);
--bs-btn-active-bg: #5a23c8;
--bs-btn-active-border-color: #5a23c8;
}
.bd-mode-toggle {
z-index: 1500;
}
.bd-mode-toggle .dropdown-menu .active .bi {
display: block !important;
}
</style>
</head>
<body>
<nav class="navbar navbar-expand-md bg-dark sticky-top border-bottom" data-bs-theme="dark">
<div class="container">
<a class="navbar-brand d-md-none" href="#">
<svg class="bi" width="24" height="24">
<use xlink:href="#aperture" />
</svg>
ETD
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvas"
aria-controls="offcanvas" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="offcanvas offcanvas-end" tabindex="-1" id="offcanvas" aria-labelledby="offcanvasLabel">
<div class="offcanvas-header">
<h5 class="offcanvas-title" id="offcanvasLabel">Aperture</h5>
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button>
</div>
<div class="offcanvas-body">
<ul class="navbar-nav flex-grow-1 justify-content-between">
<li class="nav-item"><a class="nav-link" href="./index.html">Home</a></li>
<li class="nav-item"><a class="nav-link" href="./nationalParks.html">Find Park</a></li>
<li class="nav-item"><a class="nav-link" href="./mountainInfo.html">Find Mountain</a></li>
<li class="nav-item"><a class="nav-link" href="./getInvolved.html">Get Involved</a></li>
<li class="nav-item"><a class="nav-link" href="./volunteer.html">Volunteer</a></li>
<li class="nav-item"><a class="nav-link" href="./partner.html">Partner</a></li>
<li class="nav-item"><a class="nav-link" href="./donate.html">Donate</a></li>
</ul>
</div>
</div>
</div>
</nav>
<main>
<!-- beginning of bootstrap content -->
<section class="container py-5">
<div class="row">
<div class="col-lg-8 mx-auto">
<h2 class="text-center mb-4">Get Involved</h2>
<p class="lead text-center">Join us in making a difference!</p>
<p>There are many ways to get involved with our organization and contribute to our cause. Whether
you're
interested in volunteering your time, making a donation, attending events, or spreading the
word, your
support is valuable to us. Here are some ways you can make a difference:</p>
<ul>
<li><strong>Volunteer:</strong> We rely on the dedication and support of volunteers to help with
various
tasks and projects. Join us in preserving natural landscapes, organizing community events,
and more.
</li>
<li><strong>Donate:</strong> Your financial contributions help us fund important initiatives,
maintain
facilities, and support our programs. Every donation, no matter the size, makes a
difference.</li>
<li><strong>Attend Events:</strong> Participate in our events and activities to learn more about
our
organization, connect with like-minded individuals, and support our cause. Check our
calendar for
upcoming events.</li>
<li><strong>Spread the Word:</strong> Help us raise awareness about our mission and initiatives
by
sharing our content on social media, talking to friends and family about our work, and
encouraging
others to get involved.</li>
</ul>
<p>Whether you're passionate about conservation, education, or community engagement, there's a place
for you
in our organization. Join us today and be part of something meaningful!</p>
</div>
</div>
</section>
<!-- end of content -->
</main>
<!-- add a pictuer gallery of events -->
<!-- -->
<footer class=" py-5">
<div class="row">
<div class="col-12 col-md">
<small class="d-block mb-3 text-body-secondary">© 2007–2024</small>
</div>
<div class="col-6 col-md">
<h5>Features</h5>
<ul class="list-unstyled text-small">
<li><a class="link-secondary text-decoration-none" href="#">Privacy Policy</a></li>
<li><a class="link-secondary text-decoration-none" href="#">FOIA</a></li>
<li><a class="link-secondary text-decoration-none" href="#">Vulnerability Disclosure policy</a></li>
<li><a class="link-secondary text-decoration-none" href="#">contact park services</a></li>
<li><a class="link-secondary text-decoration-none" href="#">USA.GOV</a></li>
<li><a class="link-secondary text-decoration-none" href="#">Disclaimer</a></li>
</ul>
</div>
<div class="col-6 col-md">
<h5>Resources</h5>
<ul class="list-unstyled text-small">
<li><a class="link-secondary text-decoration-none" href="#">No Fear ACT</a></li>
<li><a class="link-secondary text-decoration-none" href="#">NPS FAQ</a></li>
<li><a class="link-secondary text-decoration-none" href="#">Disclaimer</a></li>
<li><a class="link-secondary text-decoration-none" href="#">Contact National Park service</a></li>
</ul>
</div>
<div class="col-6 col-md">
<h5>Resources</h5>
<ul class="list-unstyled text-small">
<li><a class="link-secondary text-decoration-none" href="#">Business</a></li>
<li><a class="link-secondary text-decoration-none" href="#">Education</a></li>
<li><a class="link-secondary text-decoration-none" href="#">Government</a></li>
<li><a class="link-secondary text-decoration-none" href="#">Gaming</a></li>
</ul>
</div>
<div class="col-6 col-md">
<h5>About</h5>
<ul class="list-unstyled text-small">
<li><a class="link-secondary text-decoration-none" href="#">Team</a></li>
<li><a class="link-secondary text-decoration-none" href="#">Locations</a></li>
<li><a class="link-secondary text-decoration-none" href="#">Privacy</a></li>
<li><a class="link-secondary text-decoration-none" href="#">Terms</a></li>
</ul>
</div>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"></script>
<script src="scripts/site.js"></script>
</body>
</html>