-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinvolved.html
More file actions
294 lines (264 loc) · 13.4 KB
/
involved.html
File metadata and controls
294 lines (264 loc) · 13.4 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
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
<!DOCTYPE html>
<html>
<head>
<title>Chalfant Run</title>
<link rel="stylesheet" href="/css/events.css">
<script defer src="/js/app.js"></script>
<script src="/js/quote.js"></script>
<!-- Meta Tags-->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<meta name="description" content="Chalfant Run">
<meta name="keywords" content="Watershed, Event, Nonprofit">
<meta name="author" content="Jack Sun">
<!-- new addition Nov 10 2023 SM -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
<!-- end of new addition -->
<script defer src="https://umami.chalfantrun.org/script.js" data-website-id="2acf71dc-c365-44ea-a2a1-ceb708745f38"></script>
</head>
<body>
<!--The background pattern-->
<div class='pattern'></div>
<!-- Global Navigation -->
<nav class="navbar navbar-expand-lg bg-body-tertiary topnav">
<div class="container-fluid">
<a class="navbar-brand" href="/index.html">
<img src="/img/logo.svg" alt="Logo" height="65" class="d-inline-block align-text-top">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbarNavDropdown">
<ul class="navbar-nav nav-fill w-100">
<li class="nav-item modify-navbar">
<a class="nav-link px-3 green" aria-current="page" href="/index.html">Home</a>
</li>
<li class="nav-item modify-navbar">
<a class="nav-link px-3 green" href="/about-us.html">About Us</a>
</li>
<li class="nav-item modify-navbar">
<a class="nav-link px-3 green" href="/streams.html">Meet Our Streams</a>
</li>
<li class="nav-item modify-navbar">
<a class="nav-link px-3 green current" href="/involved.html">Get Involved</a>
</li>
<li class="nav-item modify-navbar" id="donate-hover">
<a class="nav-link px-3 donate" href="/donate.html"> Donate</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Video -->
<div class="video-container">
<video autoplay muted loop>
<source src="/img/involved-vid.webm" type="video/webm" controls>
</video>
</div>
<!-- Quote -->
<div id="carouselExample" class="carousel slide carousel-fade quote-container">
<div class="carousel-inner">
<div class="carousel-item quote-block active" data-bs-interval="3000">
<blockquote class="blockquote text-center">
<p class="mb-4 quote-text" >"All the water that will ever be is, right now."</p>
<footer class="blockquote-footer">National Geographic, October 1993</footer>
</blockquote>
</div>
<div class="carousel-item quote-block"
data-bs-interval="3000">
<blockquote class="blockquote text-center">
<p class="mb-4 quote-text" >"Water, the never-ending cycle, connects us all, carrying pieces of distant places and times into our lives, whispering the deep, essential truths of the planet beneath the surface of our awareness."</p>
<footer class="blockquote-footer">Rachel Carson</footer>
</blockquote>
</div>
<div class="carousel-item quote-block"
data-bs-interval="3000">
<blockquote class="blockquote text-center">
<p class="mb-4 quote-text" >"Water has a voice. It carries a message that tells those downstream who you are and how you care for the land."</p>
<footer class="blockquote-footer">Bernie McGurl, Lackawnna River Association
</footer>
</blockquote>
</div>
<button class="carousel-control-prev"
type="button"
id="prevSlide">
<span class="carousel-control-prev-icon"
aria-hidden="true"></span>
<span class="visually-hidden">
Previous
</span>
</button>
<button class="carousel-control-next"
type="button"
id="nextSlide">
<span class="carousel-control-next-icon"
aria-hidden="true"></span>
<span class="visually-hidden">
Next
</span>
</button>
</div>
</div>
</div>
</div>
<div class="ways-to-give-container">
<h1>Ways to Give:</h1>
<div class="row ways-to-give-wrapper">
<div class="col-md-5 ways-to-give-img">
<img src="/img/ways-to-give-1.webp" alt="chalfant_run_map">
</div>
<div class="col-md-5 ways-to-give-text hidden">
<h2>Join Our Board</h2>
<p>As a board member, you'll play a pivotal role in strategic planning, advocacy, and decision-making that directly influences the health of our waters and the legacy we leave for future generations.
</p>
<a href="about-us.html#join-our-team-container" class="ways-to-give-button">JOIN US</a>
</div>
<hr>
</div>
<div class="row ways-to-give-wrapper">
<div class="col-md-5 ways-to-give-img">
<img id="volunteer-img" src="/img/ways-to-give-2.webp" alt="chalfant_run_map">
</div>
<div class="col-md-5 ways-to-give-text hidden">
<h2>Volunteer</h2>
<p>Whether you're restoring native plant habitats, monitoring water quality, or engaging the public through educational programs, your efforts contribute to a larger movement toward sustainability and preservation.</p>
<a href="about-us.html#join-our-team-container" class="ways-to-give-button">GET INVOLVED</a>
</div>
<hr>
</div>
<div class="row ways-to-give-wrapper">
<div class="col-md-5 ways-to-give-img">
<img id="volunteer-img" src="/img/ways-to-give-3.webp" alt="chalfant_run_map">
</div>
<div class="col-md-5 ways-to-give-text hidden">
<h2>Donate</h2>
<p>With your support, we can expand our search, enhance our program and or engaging the public through educational programs, your efforts contribute to a larger movement toward sustainability and preservation.
</p>
<a href="donate.html" class="ways-to-give-button">DONATE</a>
</div>
<hr>
</div>
</div>
<div class="about-us-container">
<div class="row">
<div class="col-md-8 about-us-title hidden">
<h2>Past Events</h2>
<h1>A Look Back at the <span style="color: #b9effe"> Past Events</span></h1>
</div>
<hr>
</div>
<div class="row">
<div class="body-container">
<div class="events">
<img id="firefly" src="/img/firefly.webp" alt="fireflyhike"/>
<h2>Twilight Firefly Hike</h2>
<p>Whether we know it or not, we all live in a watershed. The raindrops that fall in our lawns, fields, woods and parking lots ultimately flow into a creek or stream. As a result, the actions we take and the decisions we make with how we use, manage, conserve and value water impact the needs of those downstream, including our fish and wildlife. Our aquifers, springs, creeks, and rivers need you more than ever.
<br><br>
Come join us this Friday to explore what nature has to offer. This is a paved trail hike, led by our expert guide, Don!
</p>
<br>
<a class="hidden" href="https://www.instagram.com/p/Cum_UYsxtPO/?igsh=emllMTVzN2pveTlz" target="_blank" data-umami-event="Clicked Firefly Hike Event Link">READ MORE</a>
</div>
<hr>
<br>
<div class="events">
<img id="engineer" src="/img/engineer.webp" alt="Volunteer"/>
<h2>Meet the Engineer</h2>
<p>Our goal is to protect and clean up our waterways so that they are vibrant, life-giving streams again, places of beauty and awe that welcome reflection. We have to, have to, have to engage our neighbors in this process or it won't work. Nature must be loved to be protected and so we aim to foster a deep connection between our neighbors and their watershed and the life it supports.
<br><br>
Come learn more about the Abandoned Mine Drainage that we have been battling against and hear from one of our engineers who is working on protecting the watershed.
</p>
<br>
<a class="hidden" href="https://m.facebook.com/events/164093532134222/" data-umami-event="Clicked Meet The Engineer Event Link">READ MORE</a>
</div>
<hr>
<br>
<div class="events">
<img id="assessment" src="/img/assessment.webp" alt="assessment"/>
<h2>Community Needs Assessment</h2>
<p>What matters to you in building a green community? Is it the clean streams? The family friendly trails? Or a restored biodiversity?
The Chalfant Run Thompson Run Watershed Association is trying to understand our community needs and wants. We strive to move forward protecting, preserving and restoring our local streams and green spaces.
</p>
<br>
<a class="hidden" href="https://forms.gle/5AkVXY6KXyvE4H8G9" target="_blank" data-umami-event="Opened Community Needs Assessment (Get Involved)">READ MORE</a>
</div>
<hr>
</div>
</div>
</div>
<!-- Footer -->
<img id="footer-background" src="/img/footer-bg.svg">
<footer class="text-center text-white footer-pos">
<!-- Grid container -->
<div class="container">
<!-- Section: Links -->
<section class="mt-5 footer-align">
<!-- Grid row-->
<div class="row text-center d-flex justify-content-center pt-5">
<!-- Grid column -->
<div class="col-md-2 footer-text">
<h6 class="text-uppercase font-weight-bold">
<a href="/index.html" class="text-white">Home</a>
</h6>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-2 footer-text">
<h6 class="text-uppercase font-weight-bold">
<a href="/about-us.html" class="text-white">About Us</a>
</h6>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-2 footer-text">
<h6 class="text-uppercase font-weight-bold">
<a href="/streams.html" class="text-white">Meet Our Streams</a>
</h6>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-2 footer-text">
<h6 id="footer-home" class="text-uppercase font-weight-bold">
<a href="/involved.html" class="text-white">Get Involved</a>
</h6>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-2 footer-text">
<h6 id="footer-donate" class="text-uppercase font-weight-bold">
<a href="/donate.html" class="text-white">Donate</a>
</h6>
</div>
<!-- Grid column -->
<hr>
</div>
<!-- Grid row-->
</section>
<!-- Section: Text -->
<!-- Section: Social -->
<section class="text-center mb-5">
</section>
<!-- Section: Social -->
</div>
<!-- Grid container -->
<div class="footer-contact">
<h4>Contact Us</h4>
<p><strong>Address:</strong> 1256 Franklin Ave, Wilkinsburg PA 15221</p>
<p><strong>Email:</strong> <a id="mail-to" href="mailto:inquiries@chalfantrun.org">inquiries@chalfantrun.org</a></p>
</div>
<!-- Copyright -->
<div
class="text-center p-3"
style="background-color: rgba(0, 0, 0, 0.2)"
>
© 2024 Copyright:
<a class="text-white" href="https://chalfantrun.org/"
>Chalfant Run/Thompson Run Watershed Association.</a
>
</div>
<!-- Copyright -->
</footer>
<!-- Footer -->
</body>
</html>