-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
388 lines (334 loc) · 30.1 KB
/
about.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
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
<!doctype html>
<html lang="en">
<head>
<title>The FAAP - What We Do</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="styles.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi"
crossorigin="anonymous">
<link rel="icon" type="image/png" href="resources/images/faap-logo.png">
</head>
<body>
<header>
<nav class="navbar navbar-expand-lg mt-4">
<div class="container-fluid mx-5">
<a class="navbar-brand" href="index.html">
<img src="resources/images/logo-2.png" width="75">
<h1 class="d-inline-block"> FAAP</h1>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-md-end" id="navbarNavAltMarkup">
<div class="navbar-nav ">
<li class="nav-item dropdown my-2" id="about-dropdown">
<a href="about.html" class="nav-link text-black">About ▾</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="about.html#our-values">Our Values</a></li>
<li><a class="dropdown-item" href="about.html#from-our-members">From Our Members</a></li>
<li><a class="dropdown-item" href="about.html#send-message">Send Us A Message</a></li>
<li><a class="dropdown-item" href="about.html#board-members">Board Members</a></li>
</ul>
</li>
<li class="nav-item dropdown my-2" id="wwd-dropdown">
<a href="what-we-do.html" class="nav-link text-black">What We Do ▾</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="what-we-do.html#charity"> Charity</a></li>
<li><a class="dropdown-item" href="what-we-do.html#culture">Culture</a></li>
<li><a class="dropdown-item" href="what-we-do.html#education">Education</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link text-black me-2 my-2"
href="events.html">Events</a>
</li>
<li class="nav-item">
<a class="nav-link btn btn-primary px-4 py-3 rounded-0 text-white"
href="https://thefaap.wufoo.com/forms/q1hrzjbn02oqoxl/" target="_blank">Support Us</a>
</li>
<div class="vr ms-4 me-3 d-none d-md-block"></div>
<li class="nav-item">
<a class="nav-link my-2" href="#"><img
src="resources/images/icons/shopping-cart.svg"></a>
</li>
<li class="nav-item">
<a class="nav-link my-2" href="#"><img
src="resources/images/icons/person.svg"></a>
</li>
</div>
</div>
</div>
</nav>
</header>
<main>
<div class="container mt-4">
<div class="row justify-content-center">
<div class="col col-12 col-md-10 position-relative">
<img src="resources/images/2022 FAAP Consular Outreach-62.jpg" class="w-100 image-banner" alt="">
<h1 class="position-absolute top-50 start-50 translate-middle text-white display-4 fw-bolder w-75 text-center">About</h1>
</div>
</div>
</div>
<!-- Our Values -->
<div class="container" id="our-values">
<div class="row justify-content-center pt-5 pb-md-3 d-flex">
<div class="col col-10 col-md-5 mt-3 mb-3 mb-lg-0">
<h2 class="highlight-red d-inline-block">Our Values</h2>
</div>
<div class="col col-10 col-md-5 mt-3 mb-3 mb-lg-0">
<p class="fs-5">Our mission is to preserve, promote, and perpetuate the Filipino Heritage among our member and the general public through charitable, cultural, and educational activities.</p>
<h4>Charity</h4>
<p>The FAAP holds many events for fund-raising, as well as participates in year-round activities which benefit charities here in the US and in the Philippines.</p>
<h4>Culture</h4>
<p>The FAAP exposes its members and the public to the Filipino culture through participation in area cultural events as well as its many activities which serve as the medium for experiencing the Filipino family.</p>
<h4>Education</h4>
<p>The FAAP seeks to enhance the educational achievements of its members through scholarship programs and other achievement awards.</p>
</div>
</div>
</div>
<!-- From Our Members -->
<div class="container" id="from-our-members">
<!-- Member #1 -->
<div class="row justify-content-center pt-0 pt-md-5 pb-md-3 d-flex">
<div class="col col-10 col-md-5 mt-3 mb-3 mb-lg-0">
<h2 class="highlight-yellow d-inline-block">From Our Members</h2>
</div>
<div class="col col-10 col-md-5 mt-0 mt-md-3 mb-3 mb-lg-0">
<div class="row justify-content-center pt-0 pb-md-3 d-flex">
<div class="col col-10 col-md-4 mt-3 mb-3 mb-lg-0 d-none d-md-block">
<img src="resources/images/Lor Cabili.png" alt="Lor Cabili" width="100%">
</div>
<div class="col col-10 col-md-8 mt-3 mb-0">
<p>"After years of skepticism
about the FAAP, I finally figured out the truth! [...] It is a
place for anyone who wants to be part of charity, culture, and education. It’s a
place to enjoy FREE food, laughter, songs, and friendship. In a word, FAAP is
Fun!" - Lor Cabili</p>
</div>
</div>
<div class="row justify-content-center pt-0 pb-0 d-flex">
<div class="col col-10 col-md-4 mt-3 mb-3 mb-lg-0 d-none d-md-block">
<img src="resources/images/Lor Cabili.png" alt="Lor Cabili" width="100%">
</div>
<div class="col col-10 col-md-8 mt-3 mb-0">
<p>"After years of skepticism
about the FAAP, I finally figured out the truth! [...] It is a
place for anyone who wants to be part of charity, culture, and education. It’s a
place to enjoy FREE food, laughter, songs, and friendship. In a word, FAAP is
Fun!" - Lor Cabili</p>
</div>
</div>
</div>
</div>
</div>
<!-- Send Us a Message -->
<div class="container" id="send-message">
<div class="row justify-content-center pt-0 pt-md-5 pb-md-3 d-flex">
<div class="col col-10 col-md-5 mt-3 mb-3 mb-lg-0">
<h2 class="highlight-blue d-inline-block">Send Us a Message</h2>
</div>
<form class="col col-10 col-md-5 mt-3 mb-3 mb-lg-0">
<input type="text" class="form-control rounded-0 p-3 px-4 mb-3 bg-secondary border-0" style="--bs-bg-opacity: .15;" id="name" placeholder="Name">
<input type="email" class="form-control rounded-0 p-3 px-4 mb-3 bg-secondary border-0" style="--bs-bg-opacity: .15;" id="email" placeholder="Email Address">
<input type="phone" class="form-control rounded-0 p-3 px-4 mb-3 bg-secondary border-0" style="--bs-bg-opacity: .15;" id="phone" placeholder="Phone Number">
<div class="row justify-content-center d-flex">
<div class="col col-12 col-md-6">
<input type="text" class="form-control rounded-0 p-3 px-4 mb-3 bg-secondary border-0" style="--bs-bg-opacity: .15;" id="subject" placeholder="Subject">
</div>
<div class="col col-12 col-md-6">
<select class="form-select rounded-0 p-3 px-4 mb-3 bg-secondary border-0" style="--bs-bg-opacity: .15;" aria-label="Default select example" id="who">
<option selected>Who Are You</option>
<option value="Member">Member</option>
<option value="Potential Member">Potential Member</option>
<option value="Press">Press</option>
<option value="Guest">Guest</option>
<option value="Other">Other</option>
</select>
</div>
</div>
<textarea class="form-control rounded-0 p-3 px-4 mb-3 bg-secondary border-0" style="--bs-bg-opacity: .15;" id="message" rows="6" placeholder="Message"></textarea>
<div class="form-check mb-3">
<input class="form-check-input" type="checkbox" value="" id="flexCheckDefault" checked>
<label class="form-check-label" for="flexCheckDefault">
Subscribe to Mailing List
</label>
</div>
<a onclick="submitForm()" id="contact-button" class="btn btn-primary w-100 p-3 rounded-0 fs-5">Submit</a>
</form>
</div>
</div>
<!-- Board Members -->
<div class="container pt-5 pb-md-5" id="board-members" style="max-width: 65%;">
<div class="row justify-content-center mb-4">
<div class="col text-center">
<h2 class="highlight-red d-inline-block">Board Members</h2>
</div>
</div>
<div class="row row-cols-1 row-cols-md-4 justify-content-center d-flex">
<div class="col text-center mb-4">
<img src="resources/images/board-members/Alex Grubbs.jpg" class="board-pic d-none d-md-inline" alt="Alex Grubbs">
<h5 class="fw-semibold mt-1 mb-0">Alex Grubbs</h5>
<a href="mailto:[email protected]" class="text-black">Email</a>
</div>
<div class="col text-center mb-4">
<img src="resources/images/board-members/Anna Glinoga.jpg" class="board-pic d-none d-md-inline" alt="Anna Glinoga">
<h5 class="fw-semibold mt-1 mb-0">Anna Glinoga</h5>
<a href="mailto:[email protected]" class="text-black">Email</a>
</div>
<div class="col text-center mb-4">
<img src="resources/images/board-members/Carlos Abola.jpg" class="board-pic d-none d-md-inline" alt="Carlos Abola">
<h5 class="fw-semibold mt-1 mb-0">Carlos Abola</h5>
<a href="mailto:[email protected]" class="text-black">Email</a>
</div>
<div class="col text-center mb-4">
<img src="resources/images/board-members/Don Michael Mendoza.jpg" class="board-pic d-none d-md-inline" alt="Don Michael Mendoza">
<h5 class="fw-semibold mt-1 mb-0">Don Michael Mendoza</h5>
<a href="mailto:[email protected]" class="text-black">Email</a>
</div>
<div class="col text-center mb-4">
<img src="resources/images/board-members/Evelyn Abola.jpeg" class="board-pic d-none d-md-inline" alt="Evelyn Abola">
<h5 class="fw-semibold mt-1 mb-0">Evelyn Abola</h5>
<a href="mailto:[email protected]" class="text-black">Email</a>
</div>
<div class="col text-center mb-4">
<img src="resources/images/board-members/Fanny Spanos.jpg" class="board-pic d-none d-md-inline" alt="Fanny Spanos">
<h5 class="fw-semibold mt-1 mb-0">Fanny Spanos</h5>
<a href="mailto:[email protected]" class="text-black">Email</a>
</div>
<div class="col text-center mb-4">
<img src="resources/images/board-members/Irna de Leon-Knapp.jpg" class="board-pic d-none d-md-inline" alt="Irna de Leon-Knapp">
<h5 class="fw-semibold mt-1 mb-0">Irna de Leon-Knapp</h5>
<a href="mailto:" class="text-black">Email</a>
</div>
<div class="col text-center mb-4">
<img src="resources/images/board-members/Jaime Abola.jpg" class="board-pic d-none d-md-inline" alt="Jaime Abola">
<h5 class="fw-semibold mt-1 mb-0">Jaime Abola</h5>
<a href="mailto:[email protected]" class="text-black">Email</a>
</div>
<div class="col text-center mb-4">
<img src="resources/images/board-members/Joji Smith.jpg" class="board-pic d-none d-md-inline" alt="Joji Smith">
<h5 class="fw-semibold mt-1 mb-0">Joji Smith</h5>
<a href="mailto:[email protected]" class="text-black">Email</a>
</div>
<div class="col text-center mb-4">
<img src="resources/images/board-members/Jun Calejesan.jpg" class="board-pic d-none d-md-inline" alt="Jun Calejesan">
<h5 class="fw-semibold mt-1 mb-0">Jun Calejesan</h5>
<a href="mailto:[email protected]" class="text-black">Email</a>
</div>
<div class="col text-center mb-4">
<img src="resources/images/board-members/Junriz Delos Santos.jpg" class="board-pic d-none d-md-inline" alt="Junriz Delos Santos">
<h5 class="fw-semibold mt-1 mb-0">Junriz Delos Santos</h5>
<a href="mailto:[email protected]" class="text-black">Email</a>
</div>
<div class="col text-center mb-4">
<img src="resources/images/board-members/Lani Mears.jpg" class="board-pic d-none d-md-inline" alt="Lani Mears">
<h5 class="fw-semibold mt-1 mb-0">Lani Mears</h5>
<a href="mailto:[email protected]" class="text-black">Email</a>
</div>
<div class="col text-center mb-4">
<img src="resources/images/board-members/Lilian Stefanick.jpg" class="board-pic d-none d-md-inline" alt="Lilian Stefanick">
<h5 class="fw-semibold mt-1 mb-0">Lilian Stefanick</h5>
<a href="mailto:[email protected]" class="text-black">Email</a>
</div>
<div class="col text-center mb-4">
<img src="resources/images/board-members/Majo Walker.jpg" class="board-pic d-none d-md-inline" alt="Majo Walker">
<h5 class="fw-semibold mt-1 mb-0">Majo Walker</h5>
<a href="mailto:[email protected]" class="text-black">Email</a>
</div>
<div class="col text-center mb-4">
<img src="resources/images/board-members/Marie Young.jpg" class="board-pic d-none d-md-inline" alt="Marie Young">
<h5 class="fw-semibold mt-1 mb-0">Marie Young</h5>
<a href="mailto:[email protected]" class="text-black">Email</a>
</div>
<div class="col text-center mb-4">
<img src="resources/images/board-members/Melinda Angeles.jpg" class="board-pic d-none d-md-inline" alt="Melinda Angeles">
<h5 class="fw-semibold mt-1 mb-0">Melinda Angeles</h5>
<a href="mailto:[email protected]" class="text-black">Email</a>
</div>
<div class="col text-center mb-4">
<img src="resources/images/board-members/Norie Thomas.jpeg" class="board-pic d-none d-md-inline" alt="Norie Thomas">
<h5 class="fw-semibold mt-1 mb-0">Norie Thomas</h5>
<a href="mailto:[email protected]" class="text-black">Email</a>
</div>
<div class="col text-center mb-4">
<img src="resources/images/board-members/Sheila Worthington.jpg" class="board-pic d-none d-md-inline" alt="Sheila Worthington">
<h5 class="fw-semibold mt-1 mb-0">Sheila Worthington</h5>
<a href="mailto:[email protected]" class="text-black">Email</a>
</div>
<div class="col text-center mb-4">
<img src="resources/images/board-members/Tom Smith.jpg" class="board-pic d-none d-md-inline" alt="Tom Smith">
<h5 class="fw-semibold mt-1 mb-0">Tom Smith</h5>
<a href="mailto:[email protected]" class="text-black">Email</a>
</div>
</div>
</div>
</main>
<footer class="container">
<div class="row align-items-center my-5 d-flex">
<div class="col col-4 col-lg-3 mb-3 mx-auto order-1">
<a href="index.html"
class="d-flex align-items-center mb-3 link-dark text-decoration-none">
<img src="resources/images/faap-logo.png" width="125">
</a>
</div>
<div class="col col-10 col-md-6 col-lg-3 mx-auto mb-3 order-3 order-md-2">
<h5>Explore the FAAP</h5>
<ul class="nav flex-column">
<li class="nav-item mb-2"><a href="about.html"
class="nav-link p-0 text-muted">About</a></li>
<li class="nav-item mb-2"><a href="what-we-do.html"
class="nav-link p-0 text-muted">What We Do</a></li>
<li class="nav-item mb-2"><a href="events.html"
class="nav-link p-0 text-muted">Events</a></li>
</ul>
</div>
<div class="col col-10 col-md-6 col-lg-3 mx-auto mb-3 order-4 order-md-3">
<h5>Three Pillars</h5>
<ul class="nav flex-column">
<li class="nav-item mb-2"><a href="what-we-do.html#education"
class="nav-link p-0 text-muted">Education</a></li>
<li class="nav-item mb-2"><a href="what-we-do.html#culture"
class="nav-link p-0 text-muted">Culture</a></li>
<li class="nav-item mb-2"><a href="what-we-do.html#charity"
class="nav-link p-0 text-muted">Charity</a></li>
</ul>
</div>
<div class="col col-5 col-lg-3 mb-3 order-2 order-md-4">
<ul class="nav flex-column">
<li class="nav-item mb-2">
<a href="https://www.facebook.com/theFAAP.org" target="_blank"
class="nav-link p-0 text-black d-inline-block me-2">
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" class="bi bi-facebook" viewBox="0 0 16 16">
<path d="M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951z"/>
</svg>
</a>
<a href="https://www.instagram.com/thefaaporg/" target="_blank"
class="nav-link p-0 text-black d-inline-block">
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" class="bi bi-instagram" viewBox="0 0 16 16">
<path d="M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.917 3.917 0 0 0-1.417.923A3.927 3.927 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.916 3.916 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.926 3.926 0 0 0-.923-1.417A3.911 3.911 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0h.003zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599.28.28.453.546.598.92.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.47 2.47 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.478 2.478 0 0 1-.92-.598 2.48 2.48 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233 0-2.136.008-2.388.046-3.231.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92.28-.28.546-.453.92-.598.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045v.002zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92zm-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217zm0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334z"/>
</svg>
</a>
<br>
<a href="https://www.linkedin.com/company/the-faap/" target="_blank"
class="nav-link p-0 text-black d-inline-block mt-2">
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" class="bi bi-linkedin" viewBox="0 0 16 16">
<path d="M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854V1.146zm4.943 12.248V6.169H2.542v7.225h2.401zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248-.822 0-1.359.54-1.359 1.248 0 .694.521 1.248 1.327 1.248h.016zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016a5.54 5.54 0 0 1 .016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225h2.4z"/>
</svg>
</a>
</li>
</ul>
</div>
</div>
</footer>
<!-- Bootstrap JavaScript Libraries -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3"
crossorigin="anonymous"></script>
<script src="contact.js"></script>
</body>
</html>