-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
852 lines (769 loc) · 44.1 KB
/
Copy pathindex.html
File metadata and controls
852 lines (769 loc) · 44.1 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
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang=""> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang=""> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>ServePBC.org</title>
<meta name="description" content="Mission: To help you find ways to serve people within Palm Beach County.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,400italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="normalize.min.css">
<link rel="stylesheet" href="styles.css">
<link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/android-chrome-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="/manifest.json">
<link rel="image_src" href="http://servepbc.org/img/logo.png" />
<meta name="msapplication-TileColor" content="#016064">
<meta name="msapplication-TileImage" content="/mstile-144x144.png">
<meta name="theme-color" content="#0097A7">
<meta property="og:image" content="http://servepbc.org/img/logo.png" />
<meta property="og:title" content="ServePBC.org" />
<meta property="og:description" content="Mission: To help you find ways to serve people within Palm Beach County." />
<!--[if lt IE 9]>
<script src="js/vendor/html5-3.6-respond-1.4.2.min.js"></script>
<![endif]-->
<SCRIPT language="JavaScript">
function unScramble(eMail1,eMail2,linkText,subjectText,statusText){
var a,b,c,d,e;a=eMail1;c=linkText;b=eMail2.substring(0,eMail2.length-5);
if(subjectText!=""){d="?subject="+escape(subjectText);}else{d="";}
if(statusText!=""){e=" onMouseOver=\"top.status=\'"+statusText+
"\'\;return true\;\" onMouseOut=\"top.status=\'\'\;return true\;\"";}else{e="";}
document.write("<A HREF=\"mai"+"lto:"+a+"@"+b+d+"\""+e+">"+c+"</A>");}
</SCRIPT>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-67982536-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<header class="main">
<div class="container">
<h1>Welcome to ServePBC</h1>
<p>Mission: To help you find ways to serve people within Palm Beach County.</p>
<div class="header-dropdown">
<h2>I am interested in serving</h2>
<ul>
<li> </li>
<li><a data-scroll-nav="1">The Homeless</a></li>
<li><a data-scroll-nav="2">Children & Youth</a></li>
<li><a data-scroll-nav="3">Women & Mothers</a></li>
<li><a data-scroll-nav="4">Families</a></li>
<li><a data-scroll-nav="5">The Elderly</a></li>
<li><a data-scroll-nav="6">Special Needs</a></li>
<li><a data-scroll-nav="7">Counseling & Recovery</a></li>
</ul>
</div>
</div>
</header>
<header class="sticky-hidden">
<div class="container">q
<div class="header-dropdown">
<h2>I am interested in serving</h2>
<a href="#">
<select name="serve" onchange="location = this.options[this.selectedIndex].value;">
<option value="#"> </option>
<option>The Homeless</option>
<option>Children & Youth</option>
<option>Women & Mothers</option>
<option value="#families">Families</option>
<option value="#elderly">The Elderly</option>
<option value="#specialneeds">Special Needs</option>
<option value="#counselingandrecovery">Counseling & Recovery</option>
</select>
</a>
</div>
</div>
</header>
<img src="img/mobile-map.jpg" class="mobile-map">
<!-- <iframe class="mobile-map" width='100%' height='300px' frameBorder='0' src='https://a.tiles.mapbox.com/v4/cable3636.bdd2897e/attribution.html?access_token=pk.eyJ1IjoiY2FibGUzNjM2IiwiYSI6Ijc0Mjk0ZTE5YTY1ZmMwMWJhNWVkMTNmMDcyYjI5MWJiIn0.2wRx10DFsGguR6QPkcUhDQ'></iframe> -->
<iframe class="desktop-map" width='100%' height='500px' frameBorder='0' src='https://a.tiles.mapbox.com/v4/cable3636.bdd2897e/attribution,zoompan.html?access_token=pk.eyJ1IjoiY2FibGUzNjM2IiwiYSI6Ijc0Mjk0ZTE5YTY1ZmMwMWJhNWVkMTNmMDcyYjI5MWJiIn0.2wRx10DFsGguR6QPkcUhDQ'></iframe>
<!-- <iframe src="https://www.google.com/maps/d/u/0/embed?mid=z4fpKq0kSDVE.k2P06hBjjP18" width="100%" height="450" frameBorder="0">
</iframe> -->
<div class="container">
<ul class="facility">
<div class="section">
<a class="link-anchor" data-scroll-index="1"><h2>Homeless</h2></a>
<li>
<h3>CROS Ministries</h3>
<p>
CROS Ministries serves the hungry in Palm Beach and Martin Counties through community collaborations.
</p>
<p>
<strong>→ Harvest fruits and vegtables from the field or serve in a soup kitchen</strong>
</p>
<div class="map">
<a href="https://www.google.com/maps/place/301+1st+Ave+S,+Lake+Worth,+FL+33460" target="blank">
301 First Avenue South<br/>
Lake Worth, FL 33460
</a>
</div>
<div class="phone">
<a href="tel:+5612339009">(561) 233-9009</a>
</div>
<div class="website">
<a href="http://www.crosministries.org/" target="blank">
crosministries.com
</a>
</div>
</li>
<li class="space"></li>
<li>
<h3>Family Promise</h3>
<p>
Family Promise is part of a national organization with over 180 affiliates that provides temporary shelter, transportation, meals and comprehensive case management for families who are experiencing homelessness.
</p>
<p>
<strong>→ Cook, serve food, play with kids, or host a family through church</strong>
</p>
<div class="map">
<a href="https://www.google.com/maps/place/1003+Allendale+Rd,+West+Palm+Beach,+FL+33405" target="blank">
1003 Allendale Road<br/>
West Palm Beach, FL 33405
</a>
</div>
<div class="phone">
<a href="tel:+5613188864">(561) 318-8864</a>
</div>
<div class="website">
<a href="http://www.familypromisencpbc.org" target="blank">
familypromisencpbc.org
</a>
</div>
</li>
<div class="line-break"></div>
<li>
<h3>Homeless Coalition</h3>
<p>
The homeless coalition sponsors Project Homeless Connect three times a year. This national program brings together community volunteers, government agencies, nonprofits, businesses, service providers, faith organizations, and the private sector to help end homelessness.
</p>
<p>
<strong>→ Distribute food, clothing, health screenings, comfort kits, give haircuts, and connect to valuable resources</strong>
</p>
<div class="map">
<a href="https://www.google.com/maps/place/810+Datura+St,+West+Palm+Beach,+FL+33401" target="blank">
810 Datura Street<br/>
West Palm Beach, FL 33401
</a>
</div>
<div class="phone">
<a href="tel:+5613554663">(561) 355-4663</a>
</div>
<div class="website">
<a href="http://www.homelesscoalitionpbc.org/p/23/project-homeless-connect" target="blank">
homelesscoalitionpbc.org/p/23/project-homeless-connect
</a>
</div>
</li>
<li class="space"></li>
<li>
<h3>Teach The World To Fish, Inc.</h3>
<p>
Teach The World To Fish is a not-for-profit organization whose mission is to provide high density nutritional opportunities to at-risk children and their families, the elderly, the homeless, and those with disabilities.
</p>
<p>
<strong>→ Volunteer, donate agricultural equipment and gardening supplies, serve in administration through computer services, photography, and screen printing</strong>
</p>
<div class="map">
<a href="https://www.google.com/maps/place/West+Palm+Beach,+FL+33402" target="blank">
P.O. Box 2185<br/>
West Palm Beach, FL 33402
</a>
</div>
<div class="phone">
<a href="tel:+5612480344">(561) 248-0344 </a>
</div>
<div class="website">
<a href="http://www.teachtheworld2fish.com" target="blank">
teachtheworld2fish.com
</a>
</div>
</li>
</div>
<div class="section">
<a class="link-anchor" data-scroll-index="2"><h2>Children & Youth</h2></a>
<li>
<h3>Center for Creative Education</h3>
<p>
An educational nonprofit that was created more than 20 years ago to strengthen the presence of the arts in the classrooms of Palm Beach County, Florida.
</p>
<p>
<strong>→ Manage the front desk, organize art shows, help with fundraising, or assist a teacher
</strong>
</p>
<div class="map">
<a href="https://www.google.com/maps/place/425+24th+St,+West+Palm+Beach,+FL+33407" target="blank">
425 24th Street<br/>
West Palm Beach, FL 33407
</a>
</div>
<div class="phone">
<a href="tel:+5618059927">(561) 805-9927</a>
</div>
<div class="website">
<a href="http://cceflorida.org" target="blank">
cceflorida.org
</a>
</div>
</li>
<li class="space"></li>
<li>
<h3>Youth for Christ</h3>
<p>
For over 30 years, Youth for Christ has been consistently pursuing the students of Palm Beach County in the hopes of building healthy relationships and introducing them to the person and work of Jesus.
</p>
<p>
<strong>→ Serve directly with students, intercessors, finanical partners, and help in the office</strong>
</p>
<div class="map">
<a href="https://www.google.com/maps/place/800+Northpoint+Pkwy+%23202,+West+Palm+Beach,+FL+33407" target="blank">
800 Northpoint Parkway<br/>
Suite 202<br/>
West Palm Beach, FL 33407
</a>
</div>
<div class="phone">
<a href="tel:+5616865702">(561) 686-5702
</div>
<div class="website">
<a href="http://www.yfcteens.com" target="blank">
yfcteens.com
</a>
</div>
</li>
<div class="line-break"></div>
<li>
<h3>Young Life</h3>
<p>
Introducing adolescents to Jesus Christ and helping them grow in their faith.
</p>
<p>
<strong>
→ Spend time with unreached middle and highshcool students
</strong>
</p>
<div class="map">
<a href="https://www.google.com/maps/place/North+Palm+Beach,+FL+33408" target="blank">
PO Box 14034<br/>
North Palm Beach, FL 33408
</a>
</div>
<div class="phone">
<a href="tel:+8774389572">(877) 438-9572</a>
</div>
<div class="website">
<a href="https://pbc.younglife.org/Pages/default.aspx" target="blank">
pbc.younglife.org
</a>
</div>
</li>
<li class="space"></li>
<li>
<h3>Big Brothers Big Sisters</h3>
<p>
For more than 100 years, Big Brothers Big Sisters has operated under the belief that inherent in every child is the ability to succeed and thrive in life. We develop positive relationships that have a direct and lasting effect on the lives of young people.
</p>
<p>
<strong>
→ Commit to mentoring a child, volunteer in the office, or help event planning
</strong>
</p>
<div class="map">
<a href="https://www.google.com/maps/place/1700+Kirk+Rd,+West+Palm+Beach,+FL+33406" target="blank">
1700 Kirk Rd<br/>
North Palm Beach, FL 33406
</a>
</div>
<div class="phone">
<a href="tel:+5617273450">(561) 727-3450</a>
</div>
<div class="website">
<a href="http://www.mentorbig.org/" target="blank">
mentorbig.org
</a>
</div>
</li>
<div class="line-break"></div>
<li>
<h3>4-H Youth Development</h3>
<p>
4-H staff, volunteers and our partners create a wealth of opportunities that help young people learn and grow. Clubs, afterschool programs, in-school programs, camps, fair, leadership opportunities and a wide array of special events serve as opportunities for children to develop Competence, Confidence, Character, Caring and Connection.
</p>
<p>
<strong>
→ Make long-term commitments by coordinating or assisting at a local club or school program, share knowledge and skills on a short-term basis at workshops, special events, or camps, serve on advisory committees or assisting with daily office needs
</strong>
</p>
<div class="map">
<a href="https://www.google.com/maps/place/559+N+Military+Trl,+West+Palm+Beach,+FL+33415" target="blank">
559 N Military Trail<br/>
West Palm Beach, FL 33415
</a>
</div>
<div class="phone">
<a href="tel:+5612331731">(561) 233-1731</a>
</div>
<div class="website">
<a href="http://pbcgov.com/coextension/4h" target="blank">
pbcgov.com/coextension/4h
</a>
</div>
</li>
<li class="space"></li>
<li>
<h3>GAL</h3>
<p>
A Guardian ad Litem (GAL) is a trained, court-appointed volunteer who advocates objectively and solely for the best interests of children who are abused, abandoned or neglected and who are involved in dependency court proceedings. A GAL serves as the eyes, ears and arms of the justice system.
</p>
<p>
<strong>
→ Become a GAL, serve in office duties & data entry, community awareness, serve in special events, or grant writing support
</strong>
</p>
<div class="map">
<a href="https://www.google.com/maps/place/559+N+Military+Trl,+West+Palm+Beach,+FL+33415" target="blank">
205 N. Dixie Highway, Suite 4.1100<br/>
West Palm Beach, FL 33401
</a>
</div>
<div class="phone">
<a href="tel:+5613552773">(561) 355-2773</a>
</div>
<div class="website">
<a href="http://www.galpbc.org" target="blank">
galpbc.org
</a>
</div>
</li>
<div class="line-break"></div>
<li>
<h3>Place of Hope</h3>
<p>
Place of Hope is a unique faith-based, state-licensed children's organization providing family-style foster care; family outreach and intervention; maternity care; safety for victims of domestic minor sex trafficking; transitional housing and support services; foster care recruitment and support; hope and healing opportunities for children and families who have been traumatized by abuse and neglect throughout our region.
</p>
<p>
<strong>
→ Mentor, tutor, prepare meals, teach skills classes, or provide professional medical, dental, construction, and legal services
</strong>
</p>
<div class="map">
<a href="https://www.google.com/maps/place/559+N+Military+Trl,+West+Palm+Beach,+FL+33415" target="blank">
9078 Isaiah Lane<br/>
Palm Beach Gardens, FL 33418
</a>
</div>
<div class="phone">
<a href="tel:+5617757195">(561) 775-7195</a>
</div>
<div class="website">
<a href="http://www.placeofhope.com" target="blank">
placeofhope.com
</a>
</div>
</li>
</div>
<div class="section">
<a class="link-anchor" data-scroll-index="3"><h2>Women & Mothers</h2></a>
<li>
<h3>First Care</h3>
<p>
First Care is a Christ-centered organization providing education, counseling, and women's medical services to empower individuals to make life-affirming decisions leading to hope, health, and healing. Locations in West Palm Beach, Lake Worth, and Belle Glade.
</p>
<p>
<strong>
→ Develop relationships with women, serve as a nurse or physician, office assistant, or event planning
</strong>
</p>
<div class="map">
<a href="https://www.google.com/maps/place/2200+N+Florida+Mango+Rd+%23102,+West+Palm+Beach,+FL+33409" target="blank">
2200 N. Florida Mango Suite 102<br/>
West Palm Beach, FL 33409
</a>
</div>
<div class="phone">
<a href="tel:+5616882163">(561) 688-2163</a>
</div>
<div class="website">
<a href="http://www.first-care.org/" target="blank">
first-care.org
</a>
</div>
</li>
<li class="space"></li>
<li>
<h3>Epic Beauty</h3>
<p>
Epic Beauty's mission is Loving, Helping, & Serving Women with the hope that only God can give. A small team visits the women who work in the Adult Entertainment Industry in PBC. Epic Beauty supports the women that are caught up in prostitution and homelessness on Broadway in WPB. We reach out to teens in tough situations.
</p>
<p>
<strong>
→ Be a part of the outreach team, collect care packages, sponsor a club outreach, or schedule a floral design workshop either at Epic Beauty or at your home, church, clubhouse etc.
</strong>
</p>
<div class="map">
<a href="https://www.google.com/maps/place/4715+Broadway,+West+Palm+Beach,+FL+33407" target="blank">
4715 Broadway<br/>
West Palm Beach, FL 33407
</a>
</div>
<div class="phone">
<a href="tel:+5616882163">(561) 688-2163</a>
</div>
<div class="website">
<a href="http://www.epicbeauty.org" target="blank">
epicbeauty.org
</a>
</div>
</li>
<div class="line-break"></div>
<li>
<h3>Hannah’s Home</h3>
<p>
Hannah’s Home of South Florida provides a safe and loving Christian environment for single pregnant young women. Through counseling, life skills and continuing education, we offer hope and transform lives.
</p>
<p>
<strong>
→ Assemble baby care packages, help clean, or fundraise to meet financial needs
</strong>
</p>
<div class="map">
<a href="https://www.google.com/maps/place/Tequesta,+FL+33469" target="blank">
P.O. Box 4512<br/>
Tequesta, FL 33469
</a>
</div>
<div class="phone">
<a href="tel:+5616882163">(561) 277-9823</a>
</div>
<div class="website">
<a href="http://www.hannahshomesf.org" target="blank">
hannahshomesf.org
</a>
</div>
</li>
</div>
<div class="section">
<a data-scroll-index="4"><h2>Families</h2></a>
<li>
<h3>Habitat for Hummanity</h3>
<p>
Habitat for Humanity of Palm Beach County partners with families in need to build affordable homes together. Each Habitat partner family is required to invest a minimum of 400 sweat equity hours of their own labor into the construction of homes before being eligible to purchase their home utilizing a 30 year, no profit, no interest loan.
</p>
<p>
<strong>
→ Commit to constructing a home as a group or individual or volunteer in office administration
</strong>
</p>
<div class="map">
<a href="https://www.google.com/maps/place/6758+N+Military+Trl+%23301,+West+Palm+Beach,+FL+33407" target="blank">
6758 N. Military Trail, Suite 301<br/>
Riviera Beach, FL 33407
</a>
</div>
<div class="phone">
<a href="tel:+5612532080">(561) 253-2080</a>
</div>
<div class="website">
<a href="http://www.habitatpbc.org" target="blank">
habitatpbc.org
</a>
</div>
</li>
<li class="space"></li>
<li>
<h3>Center for Family Service</h3>
<p>
Providing affordable, quality counseling services for residents of Palm Beach County, Center for Family Services embraces the philosophy that families should be the center of the community and in the center of every family should be a healthy connection. We are a family of caring professionals driven by the core values of commitment, quality, teamwork, pride and stewardship.
</p>
<p>
<strong>
→ Serve in the main office, assist in food pantry drives, and participate in gardening, landscaping and maintenance on the Pat Reeves Village
</strong>
</p>
<div class="map">
<a href="https://www.google.com/maps/place/4101+Parker+Ave,+West+Palm+Beach,+FL+33405" target="blank">
4101 Parker Ave.<br/>
West Palm Beach, FL 33405
</a>
</div>
<div class="phone">
<a href="tel:+5616161222">(561) 616-1222</a>
</div>
<div class="website">
<a href="http://www.ctrfam.org" target="blank">
ctrfam.org
</a>
</div>
</li>
<div class="line-break"></div>
<li>
<h3>Caridad Center</h3>
<p>
Caridad Center's Mission is to upgrade the health, education and living standards of underserved children and families. Their vision is to eliminate the cycle of poverty for the families that we serve in South Florida.
</p>
<p>
<strong>
→ Volunteer as a skilled medical professional, serve in administration, be an interpreter, fundraise, or teach/tutor
</strong>
</p>
<div class="map">
<a href="https://www.google.com/maps/place/8645+W+Boynton+Beach+Blvd,+Boynton+Beach,+FL+33472" target="blank">
8645 W Boynton Beach Blvd<br/>
Boynton Beach, FL 33472
</a>
</div>
<div class="phone">
<a href="tel:+5617376336">(561) 737-6336</a>
</div>
<div class="website">
<a href="http://www.caridad.org" target="blank">
caridad.org
</a>
</div>
</li>
<li class="space"></li>
<li>
<h3>Foundcare</h3>
<p>
FoundCare's Health Center provides accessible, affordable high-quality medical and dental care to anyone in the community. FoundCare provides comprehensive health services to the entire community, regardless of the ability to pay.
</p>
<p>
<strong>
→ Database entry, clerical and administrative duties, & educational material packaging and distribution
</strong>
</p>
<div class="map">
<a href="https://www.google.com/maps/place/2330+S+Congress+Ave,+West+Palm+Beach,+FL+33406">
2330 S. Congress Ave<br/>
West Palm Beach, FL 33406
</a>
</div>
<div class="phone">
<a href="tel:+5614729160">(561) 472-9160</a>
</div>
<div class="website">
<a href="http://www.foundcare.org" target="blank">
foundcare.org
</a>
</div>
</li>
<div class="line-break"></div>
<li>
<h3>Urban League</h3>
<p>
The Urban League of Palm Beach County, Inc was formed by a group of concerned citizens who believed in furthering the civil rights movement in Palm Beach County and assisting African Americans and other minorities in obtaining social and economic equality.
</p>
<p>
<strong>
→ Work in office administration, mentor a youth, help low income residents file their income taxes and serve holiday meals
</strong>
</p>
<div class="map">
<a href="https://www.google.com/maps/place/1700+N+Australian+Ave,+West+Palm+Beach,+FL+33407">
1700 North Australian Avenue<br/>
West Palm Beach, FL 33407
</a>
</div>
<div class="phone">
<a href="tel:+5618331461">(561) 833-1461</a>
</div>
<div class="website">
<a href="http://www.ulpbc.org" target="blank">
ulpbc.org
</a>
</div>
</li>
<li class="space"></li>
<li>
<h3>Farmworker Coordinating Council</h3>
<p>
The mission of the Farmworker Coordinating Council is to promote self-sufficiency and improve the quality of life of migrant and seasonal farmworkers through education, advocacy, and access to services.
</p>
<p>
<strong>
→ Coordinate a food or clothing drive or attend fundraising events
</strong>
</p>
<div class="map">
<a href="https://www.google.com/maps/place/1313+Central+Ave,+Lake+Worth,+FL+33460">
1313 Central Terrace<br/>
Lake Worth, FL 33460
</a>
</div>
<div class="phone">
<a href="tel:+5615337227">(561) 533-7227</a>
</div>
<div class="website">
<a href="http://www.farmworkercouncil.com" target="blank">
farmworkercouncil.com
</a>
</div>
</li>
<div class="line-break"></div>
</div>
<div class="section">
<a data-scroll-index="5"><h2>Elderly</h2></a>
<li>
<h3>Lourdes-Noreen McKeen</h3>
<p>
Lourdes-Noreen McKeen is a full-service retirement community with independent and assisted living accommodations, as well as skilled nursing and short-term rehab care.
</p>
<p>
<strong>
→ Provide companionship, deliver flowers, entertain residents by singing or playing an instrument, lead trivia groups, take residents out for fresh air, help in the beauty salon or barber shop, read a book, accompany to religious services, or teach an elder person how to use the computer
</strong>
</p>
<div class="map">
<a href="https://www.google.com/maps/place/315+S+Flagler+Dr,+West+Palm+Beach,+FL+33401" target="blank">
315 South Flagler Drive<br/>
West Palm Beach, FL 33401
</a>
</div>
<div class="phone">
<a href="tel:+5616882163">(561) 655-8544</a>
</div>
<div class="website">
<a href="http://www.lourdesmckeen.org" target="blank">
lourdesmckeen.org
</a>
</div>
</li>
</div>
<div class="section">
<a data-scroll-index="6"><h2>Special Needs</h2></a>
<li>
<h3>Vinceremos Therapeutic Riding Center</h3>
<p>
Vinceremos serves children and adults with developmental, physical and psychological disabilities in its dynamic stable environment. Vinceremos means "to overcome" or "to conquer" in Latin.
</p>
<p>
<strong>
→ Clean stalls & maintain the barn, work with horses & riders, assist with office duties, or with special evetns
</strong>
</p>
<div class="map">
<a href="https://www.google.com/maps/place/13300+6th+Ct+N,+Loxahatchee,+FL+33470">
13300 6th Court North<br/>
Loxahatchee, FL 33470
</a>
</div>
<div class="phone">
<a href="tel:+5617929900">(561) 792-9900</a>
</div>
<div class="website">
<a href="http://vinceremos.org" target="blank">
vinceremos.org
</a>
</div>
</li>
</div>
<div class="section">
<a data-scroll-index="7"><h2>Counseling & Recovery</h2></a>
<li>
<h3>Mental Health Association</h3>
<p>
The Mental Health Association of Palm Beach County works to improve mental wellness and eliminate stigma in our community through education, advocacy, and outreach.
</p>
<p>
<strong>
→ Answer calls for the helpline support team, listen to children and discuss problems, volunteer as a mental health professional
</strong>
</p>
<div class="map">
<a href="https://www.google.com/maps/place/909+Fern+St,+West+Palm+Beach,+FL+33401" target="blank">
909 Fern Street<br/>
West Palm Beach, FL 33401
</a>
</div>
<div class="phone">
<a href="tel:+5618323755">(561) 832-3755</a>
</div>
<div class="website">
<a href="http://www.mhapbc.org" target="blank">
mhapbc.org
</a>
</div>
</li>
<div class="line-break"></div>
</div>
<!-- <h2>Prison Ministry</h2> -->
</ul>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.2.min.js"><\/script>')</script>
<script src="js/main.js"></script>
<div class="footer">
<div class="container">
<div class="add-wrapper">
<div class="add">
<div class="add-text">
If you would like us to consider adding your organization to this list, please <strong><script language="JavaScript">unScramble("help","servepbc.organize","send us a message","","");</script><noscript>send us a message: help/ÄT/servepbc/DÖT/-o-r-g-/</noscript></strong>.
</div>
</div>
</div>
<div class="made-by">
Made with <a href="http://calebamesbury.com" target="blank">❤</a> in PBC
</div>
<div class="social">
<span class="social-label">Follow ServePBC</span>
<a href="https://www.linkedin.com/grp/home?gid=8401647" target="blank">
<img src="img/linkedin.svg">
</a>
<a href="https://twitter.com/ServePBC" target="blank">
<img src="img/twitter.svg">
</a>
<a href="https://www.facebook.com/ServePBC" target="blank">
<img src="img/facebook.svg">
</a>
</div>
</div>
</div>
<script src="http://code.jquery.com/jquery-1.11.3.min.js"></script>
<script src="scrollit.js"></script>
<script>
$(function() {
//caches a jQuery object containing the header element
var header = $(".sticky-hidden");
$(window).scroll(function() {
var scroll = $(window).scrollTop();
if (scroll >= 700) {
header.removeClass("sticky-hidden").addClass("sticky-visable");
} else {
header.removeClass("sticky-visable").addClass("sticky-hidden");
}
});
});
$(function(){
$.scrollIt({
upKey: 38, // key code to navigate to the next section
downKey: 40, // key code to navigate to the previous section
easing: 'linear', // the easing function for animation
scrollTime: 600, // how long (in ms) the animation takes
activeClass: 'active', // class given to the active nav element
onPageChange: null, // function(pageIndex) that is called when page is changed
topOffset: -70 // offset (in px) for fixed top navigation
});
});
</script>
</body>
</html>