-
Notifications
You must be signed in to change notification settings - Fork 0
/
about-us.html
373 lines (322 loc) · 17 KB
/
about-us.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
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
<!--For ind 3 I did my functions in about-us.html page. All the Javascript function are in js file label correspondingly-->
<!DOCTYPE html>
<html>
<head>
<title>Chalfant Run</title>
<link rel="stylesheet" href="css/styles.css">
<script defer src="./js/app.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/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<!-- end of new addition -->
</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/output-onlinepngtools.png" 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 current" 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" href="./involved.html">Get Involved</a>
</li>
<li class="nav-item modify-navbar">
<a class="nav-link px-3 donate" href="./donate.html"> Donate</a>
</li>
</ul>
</div>
</div>
</nav>
<!--About Us Section top background-->
<div class='about-us-background'>
<h1>Ripples of Change:
<br> From Industrial Runoff to Natural Runways </h1>
</div>
<!--About Us Our Story-->
<div class="our-story-container">
<div class="col-md-6 our-story-text hidden">
<h2>Our Story</h2>
<p>Born from a shared passion for the natural beauty surrounding our local streams, our group of neighbors united with a mission to revive and safeguard these waters. Together, we envision transforming them back into vibrant sanctuaries of life and serenity, inviting our community to join in rekindling a profound bond with nature. Our story is one of collective action, driven by the belief that to protect our environment, we must first fall in love with it anew.</p>
</div>
<div class="col-md-6 our-story-img">
<img src="./img/our-story.webp" loading="lazy" alt="A group photo of members standing in the afternoon sun">
</div>
</div>
<!--About Us Side by Side-->
<div class="side-by-side-container">
<h1 id="side-by-side-text" class="text-center hidden">From Industrial Runoff to Natural Runways</h1>
<div class="col-md-6 " >
<img id="side-by-side" class="img-fluid" loading="lazy" src="img/about-us-left.jpg" alt="The blue lagoon in the background, with the sign: Danger, Keep out">
</div>
<div class="col-md-6">
<img id="side-by-side" class="img-fluid" loading="lazy" src="img/about-us-right.webp" alt="A rowing team in the Allegheny River during sunset">
</div>
</div>
<!--End of Side by Side-->
<!--About Us Our Team-->
<!-- <div class="our-story-container">
<div class="col-md-6 our-story-img">
<img src="./img/our-team.JPG">
</div>
<div class="col-md-6 our-story-text hidden">
<h2>Board of Directors</h2>
<h3>Renee Dolney</h3>
<h3>Tammy </h3>
<h3>Don</h3>
<h3>Alyx </h3>
<h3>Jack Sun</h3>
</div>
</div> -->
<div id="join-our-team-container" class="about-us-container">
<div class="row">
<div class="col-md-8 about-us-title hidden">
<h2>Join Our Team</h2>
<h1>Be the <span style="color: #b9effe">Change</span> you want to see</h1>
<p>As part of our team, you'll contribute to meaningful projects that not only protect but also celebrate our local waters as vibrant sanctuaries of life.</p>
<strong>Use the form below to sign up today!</strong>
</div>
<hr>
</div>
<div class="row">
<div class="join-us-container hidden">
<form id="fs-frm" name="registration-form" accept-charset="utf-8" action="https://formspree.io/f/mkndpwwp" method="post">
<fieldset id="fs-frm-inputs">
<label for="full-name">Name</label>
<input type="text" name="name" id="full-name" placeholder="First and Last" required="">
<label for="email-address">Email Address</label>
<input type="email" name="_replyto" id="email-address" placeholder="[email protected]" required="">
<!-- <label for="street-address">Street Address</label>
<input type="text" name="street" id="street-address" placeholder="Street" required=""> -->
<fieldset class="locale">
<legend>City</legend>
<input type="text" name="city" placeholder="City" required="">
<select name="state" required="">
<option value="" selected="" disabled="">State</option>
<option value="AL">Alabama</option>
<option value="AK">Alaska</option>
<option value="AZ">Arizona</option>
<option value="AR">Arkansas</option>
<option value="CA">California</option>
<option value="CO">Colorado</option>
<option value="CT">Connecticut</option>
<option value="DE">Delaware</option>
<option value="DC">District Of Columbia</option>
<option value="FL">Florida</option>
<option value="GA">Georgia</option>
<option value="HI">Hawaii</option>
<option value="ID">Idaho</option>
<option value="IL">Illinois</option>
<option value="IN">Indiana</option>
<option value="IA">Iowa</option>
<option value="KS">Kansas</option>
<option value="KY">Kentucky</option>
<option value="LA">Louisiana</option>
<option value="ME">Maine</option>
<option value="MD">Maryland</option>
<option value="MA">Massachusetts</option>
<option value="MI">Michigan</option>
<option value="MN">Minnesota</option>
<option value="MS">Mississippi</option>
<option value="MO">Missouri</option>
<option value="MT">Montana</option>
<option value="NE">Nebraska</option>
<option value="NV">Nevada</option>
<option value="NH">New Hampshire</option>
<option value="NJ">New Jersey</option>
<option value="NM">New Mexico</option>
<option value="NY">New York</option>
<option value="NC">North Carolina</option>
<option value="ND">North Dakota</option>
<option value="OH">Ohio</option>
<option value="OK">Oklahoma</option>
<option value="OR">Oregon</option>
<option value="PA">Pennsylvania</option>
<option value="RI">Rhode Island</option>
<option value="SC">South Carolina</option>
<option value="SD">South Dakota</option>
<option value="TN">Tennessee</option>
<option value="TX">Texas</option>
<option value="UT">Utah</option>
<option value="VT">Vermont</option>
<option value="VA">Virginia</option>
<option value="WA">Washington</option>
<option value="WV">West Virginia</option>
<option value="WI">Wisconsin</option>
<option value="WY">Wyoming</option>
</select>
<input type="text" name="postal-code" placeholder="zipcode" required="">
</fieldset>
<label for="attending">How do you want to be involved?</label>
<select name="attending" id="attending" required="">
<option value="" selected="" disabled="">Select</option>
<option value="GeneralInquiry">General Inquiry</option>
<option value="MailingList">Join Our Mailing List</option>
<option value="Volunteer">Volunteer</option>
<option value="Board">Join Our Board</option>
</select>
<label for="note">Note</label>
<textarea rows="2" name="note" id="note" placeholder="Leave us a message and we'll get back to you!"></textarea>
<input type="hidden" name="_subject" id="email-subject" value="Registration Form Submission">
</fieldset>
<input type="submit" value="submit">
</form>
</div>
</div>
</div>
<!--About Us Timeline-->
<div class="timeline-container hidden">
<!-- <p>Explore our organization history since its founding</p> -->
<section id="timeline">
<h2>Our History</h2>
<div class="tl-item">
<div class="tl-bg"></div>
<div class="tl-year">
<p class="f2 heading--sanSerif">2017</p>
</div>
<div class="tl-content tl-text">
<h1>Organization Founded</h1>
<p>Groups of neighbors begin meeting and discussing how to save the old Churchill Country Club and turn it into community greenspace—including the little stream that flowed through it, the Chalfant Run. </p>
<p>This led to a much longer conversation about how to improve the stream after it left the old country club—and friends who lived along Thompson Run joined in, sharing hidden gems and old forgotten glens and rivulets. </p>
<p>Thus, the combined Chalfant Run-Thompson Run Watershed</p>
</div>
</div>
<div class="tl-item">
<div class="tl-bg" style="background-image: url(https://placeimg.com/802/802/nature)"></div>
<div class="tl-year">
<p class="f2 heading--sanSerif year">2020</p>
</div>
<div class="tl-content tl-text">
<h1 class="f3 text--accent ttu">First Event</h1>
<p>CRTRWA hosts its first public stewardship events—a cleanup at the former Churchill Valley County Club. Close to 100 people show up, including State Rep Summer Lee!!</p>
<p>Several more clean-ups and community events follow!
The Allegheny Land Trust finalizes the purchase of the former Churchill Valley Country Club—the land becomes protected greenspace forever!
CRTRWA begins its Environmental Educational programming, hosting Turner Elementary School Students at the new Churchill Valley Greenway.</p>
</div>
</div>
<div class="tl-item">
<div class="tl-bg" style="background-image: url(https://placeimg.com/803/803/nature)"></div>
<div class="tl-year">
<p class="f2 heading--sanSerif">2022</p>
</div>
<div class="tl-content tl-text">
<h1 class="f3 text--accent ttu">Growing in Size</h1>
<p>CRTRWA initiates strategic relationships with the University of Pittsburgh Center for Water Collaboratory to begin water sampling and research on the streams.</p>
<p>Patrick Shirey, PhD, funds a student, Andrew Clarke, who begins the water first sampling in over 30 years!
Patrick Shirey and the Pitt Center for Water Collaboratory continue to do enormous amounts of research on the water and the flora and fauna of our streams.</p>
</div>
</div>
<div class="tl-item">
<div class="tl-bg" style="background-image: url(https://placeimg.com/800/800/nature)"></div>
<div class="tl-year">
<p class="f2 heading--sanSerif">2024</p>
</div>
<div class="tl-content">
<h1 class="f3 text--accent ttu">Gaining Support</h1>
<p>CTRWA becomes part of the 3RQ program, in collaboration with West Virginia University and the University of Pittsburgh Center for Water Collaboratory, to sample 11 strategic sites to collect data.<br>
- The CRTRWA hosts its first intern from Carnegie Mellon Univeristy, Jack Sun.<br>
- The CRTRWA continues to provide educational programming for area schoolchildren<br>
- The Allegheny Land Trust is awarded 2.7 million for the first Chalfant Run AMD cleanup project!<br><br>
The goal is to have another AMD abatement plan shovel ready by 2025-2026!</p>
</div>
</div>
</section>
</div>
<!-- new addition Nov 10 2023 SM -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
<!-- end of new addition -->
<!-- Footer -->
<img id="footer-background" src="./img/footer-bg.png">
<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 id="footer-home" 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 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:[email protected]">[email protected]</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>