-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
709 lines (677 loc) · 32.7 KB
/
index.html
File metadata and controls
709 lines (677 loc) · 32.7 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
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
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Parent-Teacher Association of PS 134, Brooklyn</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<meta content="parent association, brooklyn" name="keywords" />
<meta content="Creating a strong community around our school." name="description" />
<!-- Google Web Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;600&family=Nunito:wght@600;700;800&display=swap"
rel="stylesheet"
/>
<!-- Icon Font Stylesheet -->
<link
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css"
rel="stylesheet"
/>
<link
href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css"
rel="stylesheet"
/>
<!-- Libraries Stylesheet -->
<!-- <link href="lib/animate/animate.min.css" rel="stylesheet" /> -->
<!-- <link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet" /> -->
<!-- Customized Bootstrap Stylesheet -->
<link href="css/bootstrap.min.css" rel="stylesheet" />
<!-- Template Stylesheet -->
<link href="css/style.css" rel="stylesheet" />
</head>
<body>
<div class="alert alert-secondary mb-0 p-1 text-center" role="alert">
This is the website of the Parent-Teacher Association for PS 134. For the school's website <a target="_blank" class='alert-link' href="https://sites.google.com/22k134.gsuite.nyc/ps134brooklyn/home">click here</a>.
</div>
<!-- Navbar Start -->
<!-- <nav
class="navbar navbar-expand-lg bg-white navbar-light shadow sticky-top p-0"
>
<a
href="index.html"
class="navbar-brand d-flex align-items-center px-4 px-lg-5"
>
<h2 class="m-0 text-primary">
<i class="fa fa-book me-3"></i>PA - PS134, Brooklyn
</h2>
</a>
<button
type="button"
class="navbar-toggler me-4"
data-bs-toggle="collapse"
data-bs-target="#navbarCollapse"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<div class="navbar-nav ms-auto p-4 p-lg-0">
<a href="index.html" class="nav-item nav-link active">Home</a>
<a href="about.html" class="nav-item nav-link">About</a>
<a href="courses.html" class="nav-item nav-link">Courses</a>
<div class="nav-item dropdown">
<a
href="#"
class="nav-link dropdown-toggle"
data-bs-toggle="dropdown"
>Pages</a
>
<div class="dropdown-menu fade-down m-0">
<a href="team.html" class="dropdown-item">Our Team</a>
<a href="testimonial.html" class="dropdown-item">Testimonial</a>
<a href="404.html" class="dropdown-item">404 Page</a>
</div>
</div>
<a href="contact.html" class="nav-item nav-link">Contact</a>
</div>
<a href="" class="btn btn-primary py-4 px-lg-5 d-none d-lg-block"
>Join Now<i class="fa fa-arrow-right ms-3"></i
></a>
</div>
</nav> -->
<!-- Navbar End -->
<!-- Hero Start -->
<div class="container-fluid pb-5 pt-5 page-header">
<div class="position-relative">
<div class="container">
<div class="row justify-content-start">
<div class="col-sm-10 col-lg-11">
<h5 class="text-primary text-uppercase mb-3 animated slideInDown" id="head_1">
Together we will achieve excellence!
</h5>
<h1 class="display-2 text-white animated slideInDown">
Parent-Teacher Association of PS 134, Brooklyn
</h1>
<p class="fs-5 text-white mb-2 pb-2">
If your child attends P.S. 134, you are already a member of the PTA!
Come join us at our monthly meetings, sign up for our newsletter,
reach out with your concerns and priorities, and let's all work together
to make our children's school experience as great as possible.
<!--
Our mission is to support the school and its students by
providing a forum for parents to share ideas and concerns, to
work together to improve the school, and to provide
opportunities for parents to become involved in the education of
their children. -->
</p>
<!--
<a
href="https://venmo.com/u/PS134PA"
class="btn btn-primary py-md-3 px-md-4 me-3 mt-2 animated slideInLeft"
>Donate with Venmo</a
>
-->
<a
href="https://ptaofps134.eo.page/znrp7" target="_blank"
class="btn btn-light py-md-3 px-md-4 me-3 mt-2 animated slideInRight"
>Join Our Mailing List</a
>
<a
href="https://www.pa134brooklyn.org/volunteer.html"
class="btn btn-primary py-md-3 px-md-4 mt-2">Volunteer</a
>
<br/><br/>
<p class="fs-5 text-white mb-4 pb-1">
<b>To support the PTA, you can donate via Zelle to 22k134pa@schools.nyc.gov</b>
</p>
</div>
</div>
</div>
</div>
</div>
<!-- Hero End -->
<!-- About Start -->
<div class="container mt-4">
<div class="text-center">
<!-- ANNOUNCEMENT -->
<!-- <img class="paragraph-icon" src="/img/NewsFlash_app_icon.svg.png" style="vertical-align: middle;">
<h4 style="display: inline"> The PTA's first Uniform Swap will take place on Thursday, Sept 18!</h4>
<b><p style="font-size: 22px"><a href="/downloads/Clothing Swap Flyer (FINAL).png" target="_blank">Click here for details </a></b><br></p>-->
<img class="paragraph-icon" src="/img/NewsFlash_app_icon.svg.png" style="vertical-align: middle;">
<h4 style="display: inline"><b><u>Next PTA Meeting:</u> Thursday, March 19, 2026 at 9am (in person)
<!--(Virtual)
<br><a href="https://zoom.us/j/99449306022">CLICK HERE TO JOIN MEETING</a> -->
</b></h4>
<p></p>
<img class="paragraph-icon" src="/img/NewsFlash_app_icon.svg.png" style="vertical-align: middle;">
<h4 style="display: inline"><b>How should the PTA use social media? Share your thoughts in our survey below!<br>
<a href="https://forms.gle/KMCpUtjN4NkEpp939" target="_blank">
ENGLISH</a> | <a href="https://forms.gle/9yoAeqfFrVKEanKk8" target="_blank">
RUSSIAN</a> | <a href="https://forms.gle/tQKt14enh7TprRGe6" target="_blank">
SPANISH</a> | <a href="https://forms.gle/RKe8ScQc5XtDu2LA8" target="_blank">
UZBEK</a> | <a href="https://forms.gle/xr3YA6muegy8wXum6" target="_blank">
URDU</a> | <a href="https://docs.google.com/forms/d/e/1FAIpQLSfogCrHqW6lEkiqsiYR1uiKwPkzGSqOnZG-_it2oyxMLqoWfw/viewform" target="_blank">
ARABIC</a></h4>
</b><p><br></p>
<img class="paragraph-icon" src="/img/NewsFlash_app_icon.svg.png" style="vertical-align: middle;">
<h4 style="display: inline"><b>Our next PTA Bake Sale will be on Friday, March 27, 2026 <br>
<a href="https://forms.gle/4h7ZyFButH9KZbXZA" target="_blank">CLICK HERE TO SIGN UP AS A VOLUNTEER</a> </h4>
<p style="font-size: 23px"><br>
Want to donate store-bought individually wrapped treats for the Bake Sale?<br>Please drop them off at the main building front desk at 8:30am on March 27th</p>
</b><p><br></p>
<h4><b>Please take a short survey to help the PTA better serve the school community!
<br><br><a href="https://docs.google.com/forms/d/e/1FAIpQLScy0MZdUWDsgIMlpAT0tDvOK88jpNIZNgt2nm56SqUPt6RY9g/viewform" target="_blank">
CLICK HERE TO TAKE THE PTA SURVEY</a></b></h4>
</div>
</div>
<div class="container-xxl py-5">
<div class="container">
<div class="row g-5">
<div
class="col-lg-6 wow fadeInUp"
data-wow-delay="0.1s"
style="min-height: 400px"
>
<div class="position-relative h-100">
<img
class="img-fluid position-absolute w-100 h-100"
src="img/ps-134-friendship-concirt.jpg"
alt=""
style="object-fit: cover"
/>
<!-- Original stock photo
<img
class="img-fluid position-absolute w-100 h-100"
src="img/about.jpg"
alt=""
style="object-fit: cover"
/>
-->
</div>
</div>
<div class="col-lg-6">
<div class="text-center wow fadeInUp" data-wow-delay="0.1s"> <!-- Cloned div class from below -->
<h6 class="section-title bg-white text-center text-primary px-3">
PTA Activities
</h6>
<h1 class="mb-4">Here are some of the things we do as PTA:</h1></div>
<p class = "mb-0">
<ul>
<li>Plan and run the Holiday Gift Shop in December</li>
<li>Organize the annual Picture Day</li>
<li>Fund the fifth grade yearbook, T-shirts and <a href="/downloads/5th grade party.pdf" target="_blank">graduation party</a></li>
<li>Fund end-of-year celebration for Kindergarten</li>
<li>Show appreciation to the hard-working school staff (<i>Photos of PTA-sponsored Staff Appreciation lunch:</i> <a href="/downloads/Staff Appreciation Day 2024.pdf" target="_blank">June 2024</a> | <a href="/downloads/Staff Appreciation Lunch 2025.pdf" target="_blank">June 2025</a>)</li>
<li>Hold fundraising events that are enjoyable for the kids (<a href="/downloads/PTA Bake Sale 2024-10-25.pdf" target="_blank">Photos of Oct. 2024 Bake Sale</a>)</li>
<li>Organize community events such as Movie Night in the Kent Theater</li>
<li>Advocate on behalf of the parents and teachers to implement changes benefiting the school community. For example, the halal lunch pilot happening this school year resulted from a PTA initiative.</li>
<li>Survey the school community and work with the administration
to enhance our children's experience through afterschool programs
and enrichment activities</li>
<li>Apply for grants and reach out to local government officials
to raise money for large projects such as the schoolyard renovations</li>
</ul>
</p>
<h4><u>COMING UP:</u></h4>
<p style="font-size: 18px"><b>Bake Sales for 2025-2026 (<i>some dates are still tentative</i>):</b>
<ul> <li>Friday, Oct. 24, 2025</li>
<li>Friday, Jan. 9, 2026</li>
<li>Friday, Mar. 27, 2026</li>
<li>Friday, May 26, 2026</li>
</ul></p>
<!-- <p style="font-size: 18px"><b>Holiday Shop:</b> Dec. 8 - 11, 2025</p>
<p style="font-size: 18px"><b>Make-up Picture Day (<i>if your child missed the original Picture Day</i>):</b> Friday, Jan. 9, 2026</p> -->
<p style="font-size: 18px">
For other school events, check out the
<a href="https://sites.google.com/22k134.gsuite.nyc/ps134brooklyn/calendar" target="_blank">Calendar on P.S. 134's school website</a>!</p>
</div>
</div>
</div>
<a id="schedule_section"></a>
<div class="container-xxl pt-4">
<div class="container">
<div class="text-center wow fadeInUp" data-wow-delay="0.1s">
<h6 class="text-center section-title bg-white text-primary px-3">
Meetings
</h6>
<h1 class="text-center mb-4">Schedule & Minutes</h1> </div>
<p class="text-left mb-4">
The PTA meets once a month to discuss school
business and plan activities. <b>All parents are welcome and encouraged to attend.</b>
<br><br> Some meetings are held in the mornings in the school cafeteria and other meetings are held in the evenings on Zoom. <br><br>For in-person meetings, please do not forget to bring ID to enter the school building.
</p>
<h3>PTA Meeting Dates: 2025-2026</h3>
<div class="row gy-2 gx-4 mb-4">
<div class="col-sm-6">
<p class="text-left mb-0">
<i class="fa fa-arrow-right text-primary me-2"></i>
Sept. 18, 2025 Minutes: <a href="/downloads/Minutes 2025.09.18/PSK134 9.18.25 Meeting Minutes w.att.pdf">English</a> |
<a href="/downloads/Minutes 2025.09.18/PSK134 9.18.25 Meeting Minutes (Russian).pdf">Russian</a> |
<a href="/downloads/Minutes 2025.09.18/PSK134 9.18.25 Meeting Minutes (Spanish).pdf">Spanish</a> |
<a href="/downloads/Minutes 2025.09.18/PSK134 9.18.25 Meeting Minutes (Urdu).pdf">Urdu</a> |
<a href="/downloads/Minutes 2025.09.18/PSK134 9.18.25 Meeting Minutes (Bengali).pdf">Bengali</a>
</p>
</div>
<div class="col-sm-6">
<p class="text-left mb-0">
<i class="fa fa-arrow-right text-primary me-2"></i>
Oct. 16, 2025 Minutes: <a href="/downloads/minutes 2025.10.16/PTA October 16 2025 meeting.pdf">English</a> |
<a href="/downloads/minutes 2025.10.16/PTA October 16 2025 meeting (russian).pdf">Russian</a> |
<a href="/downloads/minutes 2025.10.16/PTA October 16 2025 meeting (spanish).pdf">Spanish</a> |
<a href="/downloads/minutes 2025.10.16/PTA October 16 2025 meeting (urdu).pdf">Urdu</a> |
<a href="/downloads/minutes 2025.10.16/PTA October 16 2025 meeting (bengali).pdf">Bengali</a>
</p>
</div>
<div class="col-sm-6">
<p class="text-left mb-0">
<i class="fa fa-arrow-right text-primary me-2"></i>
Nov. 20, 2025 Minutes: <a href="/downloads/minutes 2025.11.20/minutes 2025.11.20 (English).pdf">English</a> |
<a href="/downloads/minutes 2025.11.20/minutes 2025.11.20 (Russian).pdf">Russian</a> |
<a href="/downloads/minutes 2025.11.20/minutes 2025.11.20 (Spanish).pdf">Spanish</a> |
<a href="/downloads/minutes 2025.11.20/minutes 2025.11.20 (Bangla).pdf">Bengali</a>
</p>
</div>
<div class="col-sm-6">
<p class="text-left mb-0">
<i class="fa fa-arrow-right text-primary me-2"></i>
Dec. 18, 2025 Minutes: <a href="/downloads/minutes 2025.12.18/PTA December 18th Meeting (English).pdf">English</a> |
<a href="/downloads/minutes 2025.12.18/PTA December 18th Meeting (Russian).pdf">Russian</a> |
<a href="/downloads/minutes 2025.12.18/PTA December 18th Meeting (Spanish).pdf">Spanish</a> |
<a href="/downloads/minutes 2025.12.18/PTA December 18th Meeting (Urdu).pdf">Urdu</a>
</p>
</div>
<div class="col-sm-6">
<p class="text-left mb-0">
<i class="fa fa-arrow-right text-primary me-2"></i>
Jan. 15, 2026 Minutes: <a href="/downloads/minutes 2026.01.15/PTA January 15 2026 meeting (English).pdf">English</a> |
<a href="/downloads/minutes 2026.01.15/PTA January 15 2026 meeting (Russian).pdf">Russian</a> |
<a href="/downloads/minutes 2026.01.15/PTA January 15 2026 meeting (Spanish).pdf">Spanish</a> |
<a href="/downloads/minutes 2026.01.15/PTA January 15 2026 meeting (Urdu).pdf">Urdu</a>
</p>
</div>
<div class="col-sm-6">
<p class="text-left mb-0">
<i class="fa fa-arrow-right text-primary me-2"></i>
Feb. 12, 2026 Minutes: <a href="/downloads/minutes 2026.02.12/2026.02.12 minutes (English).pdf">English</a> |
<a href="/downloads/minutes 2026.02.12/2026.02.12 minutes (Russian).pdf">Russian</a> |
<a href="/downloads/minutes 2026.02.12/2026.02.12 minutes (Spanish).pdf">Spanish</a> |
<a href="/downloads/minutes 2026.02.12/2026.02.12 minutes (Urdu).pdf">Urdu</a> |
<a href="/downloads/minutes 2026.02.12/2026.02.12 minutes (Bangla).pdf">Bengali</a>
</p>
</div>
<div class="col-sm-6">
<p class="text-left mb-0">
<i class="fa fa-arrow-right text-primary me-2"></i>
Mar. 19, 2026 - 9am (in person)
</p>
</div>
<div class="col-sm-6">
<p class="text-left mb-0">
<i class="fa fa-arrow-right text-primary me-2"></i>
April 16, 2026 - 7pm (Zoom) <!-- <a href="https://zoom.us/j/99449306022"><b>CLICK HERE TO JOIN MEETING</b></a> -->
</p>
</div>
<div class="col-sm-6">
<p class="text-left mb-0">
<i class="fa fa-arrow-right text-primary me-2"></i>
May 21, 2026 - 9am (in person)
</p>
</div>
<div class="col-sm-6">
<p class="text-left mb-0">
<i class="fa fa-arrow-right text-primary me-2"></i>
June 18, 2026 - 9am (in person)
</p>
</div>
</div>
<p style="font-size: 18px">
<a href="https://www.pa134brooklyn.org/minutes.html"><b>PTA Minutes from Past School Years</b></a></p>
</div>
</div>
<!-- Schedule & Minutes End -->
<!-- <div class="container-xxl py-5"> --><!-- Cloned div from above -->
<div class="container">
<div class="text-center wow fadeInUp" data-wow-delay="0.1s">
<h6 class="section-title bg-white text-center text-primary px-3">
How can you contribute to the PTA?
</h6>
<h1 class="mb-4">Here are some ways you can help make a difference</h1>
</div>
<ul>
<li>Attend our monthly meetings:
<a href="#schedule_section">
Schedule & Minutes
</a>
</li>
<li>
<a href="http://eepurl.com/ibuRxv" target="_blank">
Sign up
</a> to our mailing list
</li>
<li>Volunteer some of your time to help with the Holiday Shop or other events</li>
<li>Email the PTA board any ideas you have for improving our school and community to
<a href="mailto:22k134pa@schools.nyc.gov">22k134pa@schools.nyc.gov</a>
</li>
<li>Donate to help fund PTA endeavors by using our
<a href="#head_1">
Zelle and Venmo accounts
</a></li>
</ul>
<p> Click the link below to read about specific volunteer opportunities with the PTA. Most tasks can be performed from home at your convenience!
<ul>
<li><a href="https://www.pa134brooklyn.org/volunteer.html"><b>List of PTA Committees and Volunteer Opportunities</b></a></li></ul>
</div>
<!-- </div> -->
<!-- Team Start -->
<div class="container-xxl py-4">
<div class="container">
<div class="text-center wow fadeInUp" data-wow-delay="0.1s">
<h6 class="section-title bg-white text-center text-primary px-3">
PTA Executive Board
</h6>
<h1 class="mb-5">Executive Board 2025-2026</h1>
</div>
<div class="row g-4">
<div class="col-lg-3 col-md-6 wow fadeInUp" data-wow-delay="0.1s">
<div class="team-item bg-light">
<div class="overflow-hidden text-center">
<img class="img-fluid" src="img/board-jotham.jpg" alt="" />
</div>
<!-- <div
class="position-relative d-flex justify-content-center"
style="margin-top: -23px"
>
<div class="bg-light d-flex justify-content-center pt-2 px-1">
<a class="btn btn-sm-square btn-primary mx-1" href=""
><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-sm-square btn-primary mx-1" href=""
><i class="fab fa-twitter"></i
></a>
<a class="btn btn-sm-square btn-primary mx-1" href=""
><i class="fab fa-instagram"></i
></a>
</div>
</div> -->
<div class="text-center p-4">
<h5 class="mb-0">Jotham Sederstrom</h5>
<small>Co-President</small>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 wow fadeInUp" data-wow-delay="0.3s">
<div class="team-item bg-light">
<div class="overflow-hidden">
<img class="img-fluid" src="img/board-yim.jpg" alt="" />
</div>
<!-- <div
class="position-relative d-flex justify-content-center"
style="margin-top: -23px"
>
<div class="bg-light d-flex justify-content-center pt-2 px-1">
<a class="btn btn-sm-square btn-primary mx-1" href=""
><i class="fab fa-facebook-f"></i
></a>
<a class="btn btn-sm-square btn-primary mx-1" href=""
><i class="fab fa-twitter"></i
></a>
<a class="btn btn-sm-square btn-primary mx-1" href=""
><i class="fab fa-instagram"></i
></a>
</div>
</div> -->
<div class="text-center p-4">
<h5 class="mb-0">Yim Yeung</h5>
<small>Co-President</small>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 wow fadeInUp" data-wow-delay="0.3s">
<div class="team-item bg-light">
<div class="overflow-hidden">
<img class="img-fluid" src="img/board-hanna-new.jpg" alt="" />
</div>
<div class="text-center p-4">
<h5 class="mb-0">Hanna Weitzman-Flanigan</h5>
<small>Co-Vice President</small>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 wow fadeInUp" data-wow-delay="0.3s">
<div class="team-item bg-light">
<div class="overflow-hidden">
<img class="img-fluid" src="img/istockphoto-2041572395-612x612.jpg" alt="" />
</div>
<div class="text-center p-4">
<h5 class="mb-0">Candace Cummings</h5>
<small>Co-Vice President</small>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 wow fadeInUp" data-wow-delay="0.3s">
<div class="team-item bg-light">
<div class="overflow-hidden">
<img class="img-fluid" src="img/board-pasia.jpg" alt="" />
</div>
<div class="text-center p-4">
<h5 class="mb-0">Re-An Pasia</h5>
<small>Treasurer</small>
</div>
</div>
</div>
<!-- <div class="col-lg-3 col-md-6 wow fadeInUp" data-wow-delay="0.3s">
<div class="team-item bg-light">
<div class="overflow-hidden text-center">
<img class="img-fluid" src="img/board-amir.jpg" alt="" />
</div>
<div class="text-center p-4">
<h5 class="mb-0">Amir Husain</h5>
<small>Co-Treasurer</small>
</div>
</div>
</div> -->
<div class="col-lg-3 col-md-6 wow fadeInUp" data-wow-delay="0.3s">
<div class="team-item bg-light">
<div class="overflow-hidden">
<img class="img-fluid" src="img/board-hiroko.jpg" alt="" />
</div>
<div class="text-center p-4">
<h5 class="mb-0">Hiroko Nishimura</h5>
<small>Co-Secretary</small>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 wow fadeInUp" data-wow-delay="0.9s">
<div class="team-item bg-light">
<div class="overflow-hidden text-center">
<img class="img-fluid" src="img/board-christina.jpg" alt="" />
</div>
<div class="text-center p-4">
<h5 class="mb-0">Christina Jones</h5>
<small>Co-Secretary</small>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Team End -->
<!-- Documents Start -->
<div class="container-xxl py-4">
<div class="container">
<div class="text-center wow fadeInUp" data-wow-delay="0.1s">
<h6 class="section-title bg-white text-center text-primary px-3">
official stuff
</h6>
<h1 class="mb-4">Important Documents</h1>
</div>
<div class="row g-4">
<div class="col-lg-1 me-auto ms-auto wow fadeInUp" data-wow-delay="0.1s"></div>
<div class="col-lg-3 col-md-6 me-auto ms-auto wow fadeInUp" data-wow-delay="0.1s">
<div class="team-item bg-light">
<a
class="d-block text-center p-4"
href="/downloads/PS134 Bylaws - signed.pdf"
>
<h5 class="mb-0">Signed Bylaws - January 2023</h5>
<small><i class="fa fa-file-pdf me-3"> </i>PDF</small>
</a>
</div>
</div>
<div class="col-lg-3 col-md-6 me-auto ms-auto wow fadeInUp" data-wow-delay="0.1s">
<div class="team-item bg-light">
<a
class="d-block text-center p-4"
href="/downloads/PS134 Bylaws (2023.09.14).pdf"
>
<h5 class="mb-0">Signed Bylaws - September 2023</h5>
<small><i class="fa fa-file-pdf me-3"> </i>PDF</small>
</a>
</div>
</div>
<div class="col-lg-3 col-md-6 me-auto ms-auto wow fadeInUp" data-wow-delay="0.1s">
<div class="team-item bg-light">
<a
class="d-block text-center p-4"
href="/downloads/PS134 Bylaws (2024.06.24).pdf"
>
<h5 class="mb-0">Signed Bylaws - <br>June 2024</h5>
<small><i class="fa fa-file-pdf me-3"> </i>PDF</small>
</a>
</div>
</div>
<div class="col-lg-1 me-auto ms-auto wow fadeInUp" data-wow-delay="0.1s"></div>
</div>
</div>
</div>
<!-- Documents End -->
<!-- Links Start -->
<div class="container-xxl pb-3 pt-5">
<div class="container">
<div class="text-center wow fadeInUp" data-wow-delay="0.1s">
<h6 class="section-title bg-white text-center text-primary px-3">
links
</h6>
<h1 class="mb-4">Useful Links & Parent Resources</h1>
</div>
<div class="row g-4 justify-content-center">
<div class="col-lg-1 me-auto ms-auto wow fadeInUp" data-wow-delay="0.1s"></div>
<!-- <div class="col-lg-3 col-md-6 me-auto ms-auto wow fadeInUp" data-wow-delay="0.1s">
<div class="team-item bg-light p-4">
<h5 class="mb-0 text-center">P.S. 134 Parent Handbook</h5><br>
<ul>
<li><a
href="https://drive.google.com/file/d/1qJG5IYL08GQouKNLQV6BQrnSvHfTBhV9/view?usp=sharing" target="_blank">
2025-2026 Handbook (from PS 134's school website)
</a></li>
</ul>
</div>
</div>-->
<div class="col-lg-3 col-md-6 me-auto ms-auto wow fadeInUp" data-wow-delay="0.1s">
<div class="team-item bg-light p-4">
<h5 class="mb-0 text-center">School Menus</h5><br>
<ul>
<li><a href="https://www.schools.nyc.gov/school-life/food/menus/breakfast-meals?value=s4" target="_blank">
Breakfast
</a></li>
<li><a
href="https://www.schools.nyc.gov/school-life/food/menus/school-lunch-meals?value=s8" target="_blank">
Lunch
</a></li>
<li><a
href="https://www.schools.nyc.gov/school-life/food/menus/school-lunch-meals?value=s6" target="_blank">
Express Cold Lunch
</a></li>
<li> <a
href="https://www.schools.nyc.gov/school-life/food/menus/school-lunch-meals?value=s7" target="_blank">
Express Hot Lunch
</a></li>
</ul>
</div>
</div>
<div class="col-lg-4 col-md-6 me-auto ms-auto wow fadeInUp" data-wow-delay="0.1s">
<div class="team-item bg-light p-4">
<h5 class="mb-0 text-center">FDC Afterschool Program</h5><br>
<ul>
<li><a
href="https://forms.gle/ARNJE8wbR3tf13cy8" target="_blank">
Application Form - click here to apply for a spot in the program
</a></li>
</ul>
<b>Contact: </b>Hassani Stoddard <a href="mailto:Hstoddard@Fdconline.org">Hstoddard@Fdconline.org</a> | 347-981-8265
</div>
</div>
<div class="col-lg-1 me-auto ms-auto wow fadeInUp" data-wow-delay="0.1s"></div>
<!-- <div class="col-lg-3 col-md-6 me-auto ms-auto wow fadeInUp" data-wow-delay="0.1s">
<div class="team-item bg-light p-4">
<a
class="d-block text-center"
href="/downloads/Monthly Calendar/May 2024 calendar.pdf"
>
<h5 class="mb-0">P.S. 134 Calendar<br>May 2024</h5>
<small><i class="fa fa-file-pdf me-3"> </i>PDF</small>
</a>
</div>
</div> -->
</div>
</div>
</div>
<!-- Links End -->
<!-- Footer Start -->
<div
class="container-fluid bg-dark text-light footer pt-5 mt-5 wow fadeIn"
data-wow-delay="0.1s"
>
<div class="container">
<div class="copyright">
<div class="row">
<div class="col-lg-4 col-md-6">
<h4 class="text-white mb-3">Contact</h4>
<p class="mb-2">
<i class="fa fa-map-marker-alt me-3"></i>
4001 18th Ave, Brooklyn, NY 11218
</p>
<!-- <p class="mb-2">
<i class="fa fa-phone-alt me-3"></i>+012 345 67890
</p> -->
<p class="mb-2">
<i class="fa fa-envelope me-3"></i
><a href="mailto:22k134pa@schools.nyc.gov"
>22k134pa@schools.nyc.gov</a
>
</p>
<p class="mb-2">
<a class="border-bottom" href="https://ptaofps134.eo.page/znrp7"
target="_blank" rel="noopener noreferrer">Subscribe to the PTA Mailing List</a>
</p>
</div>
<div class="col-md-6 text-center text-md-start mb-3 mb-md-0">
© PTA of PS K134, All Rights Reserved.
<br />
<!--/*** This template is free as long as you keep the footer author’s credit link/attribution link/backlink. If you'd like to use the template without the footer author’s credit link/attribution link/backlink, you can purchase the Credit Removal License from "https://htmlcodex.com/credit-removal". Thank you for your support. ***/-->
Designed By
<a class="border-bottom" href="https://htmlcodex.com"
>HTML Codex</a
>
Distributed By
<a class="border-bottom" href="https://themewagon.com"
>ThemeWagon</a
>
</div>
</div>
</div>
</div>
</div>
<!-- Footer End -->
<!-- JavaScript Libraries -->
<!--
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/js/bootstrap.bundle.min.js"></script>
<script src="lib/wow/wow.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
-->
<!-- Template Javascript -->
<!-- <script src="js/main.js"></script> -->
</body>
</html>