-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathevents.html
More file actions
executable file
·444 lines (415 loc) · 31.5 KB
/
Copy pathevents.html
File metadata and controls
executable file
·444 lines (415 loc) · 31.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="description" content="About the Coalition for the Barbados Association of Central Florida events" />
<meta name="keywords" content="CFLBAJANS, Coalition for the Barbados Association of Central Florida, CBAOCF, Bajans in Florida, Central Florida Bajans, Central Florida Barbadians, Orlando Bajans, Barbados Association" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="CFLBajans">
<link rel="icon" type="image/png" href="img/title-logo.png">
<title>CFL Bajans Events</title>
<!-- Bootstrap Core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'>
<!-- Theme CSS -->
<link href="css/agency.min.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js" integrity="sha384-0s5Pv64cNZJieYFkXYOTId2HMA2Lfb6q2nAcx2n0RTLUnCAoTTsS0nKEO27XyKcY" crossorigin="anonymous"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js" integrity="sha384-ZoaMbDF+4LeFxg6WdScQ9nnR1QC2MIRxA1O9KWEXQwns1G8UNyIEZIQidzb0T1fo" crossorigin="anonymous"></script>
<![endif]-->
</head>
<body id="page-top" class="index">
<!-- Navigation -->
<nav id="mainNav" class="navbar navbar-default navbar-custom navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" style="color:#222">
<span class="sr-only">Toggle navigation</span> Menu <i class="fa fa-bars"></i>
</button>
<a class="navbar-brand page-scroll" href="index.html">Home</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="hidden">
<a href="#page-top"></a>
</li>
<li>
<a class="page-scroll" href="index.html#about">About</a>
</li>
<li>
<a class="page-scroll" href="index.html#events">Events</a>
</li>
<li>
<a class="page-scroll" href="index.html#featured">Featured</a>
</li>
<li>
<a class="page-scroll" href="index.html#gallery">Gallery</a>
</li>
<li>
<a class="page-scroll" href="index.html#contact">Contact</a>
</li>
<li>
<a href="https://www.instagram.com/CFLBajans/" target="_blank"><i class="fa fa-instagram"></i></a>
</li>
<li>
<a href="https://www.facebook.com/CFLBAJANS/" target="_blank"><i class="fa fa-facebook"></i></a>
</li>
<li>
<a href="https://twitter.com/CFLBajans" target="_blank"><i class="fa fa-twitter"></i></a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<!-- Header -->
<header>
<div class="container">
<div class="intro-text" style="height: 100%">
<div class="section-heading"><h3 style="color:whitesmoke"><br>Mission Statement</h3>
</div>
<div class="section-subheading text-muted"><p style="color:silver">The mission of the Coalition for the Barbados Association of Central Florida (CBAOCF), otherwise known as Central Florida Bajans (CFL Bajans), is to encourage networking and to promote kinship among Barbadians (Bajans) living in Central Florida. Our association maintains avenues of communication between Barbadians in Central Florida and their homeland Barbados, and fosters educational, cultural, and business operations, to further the joint interests of Bajans in both regions in an open, friendly environment.<br></p>
</div>
</div>
</div>
</header>
<section id="full-calendar" class="bg-light-gray">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Central Florida Bajans calendar of events for 2020</h2>
<p class="large text-muted">The Central Florida Bajans, CFL Bajans, are an active group! Find out about <a href="list-of-events.html#all" style="color:#0000c1">all of our past events</a>. Upcoming events are outlined below in our Google calendar and the full notebook-sized calendar is available for <a href="docs/calendar-2020.pdf" download="CFLBajans2018-calendar.pdf" style="color:#0000c1">download</a>. The sights and scenes from <a href="#concluded" style="color:#0000c1">our recently concluded events</a> are also viewable. Come and join us soon!</p>
<br>
<div class="row">
<h3 class="section-heading">Central Florida Bajans calendar</h3>
<div class="embed-container" style="padding-bottom:75%">
<br>
<iframe src="https://calendar.google.com/calendar/embed?showTitle=0&showTabs=0&showCalendars=0&height=200&wkst=1&bgcolor=%23FFFFFF&src=cflbajans.socialmedia%40gmail.com&color=%23182C57&ctz=America%2FNew_York" style="border-width:0" width="800" height="600"></iframe>
</div>
<br>
<p style="font-size:12px">These downloadable documents require Adobe Reader. If you do not have Adobe Acrobat please <a href="https://get.adobe.com/reader/?promoid=KLXME" target="_blank" style="color:#0000c1">download here</a></p>.
</div>
</div>
</div>
</div>
<div style="text-align:center">
<a class="btn" style="background-color:#000000;height:40px;color:#fed136;margin:2em" href="index.html#events"><strong> < </strong></a>
</div>
</section>
<section id="concluded" class="bg-light-gray">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h3 class="section-heading">Recently concluded events</h3>
</div>
</div>
<div class="row">
<div class="col-sm-4">
<div class="team-member" style="outline:2px solid #CCC; border:thin solid black; padding:5px">
<img src="img/events/flyers/gala-2017-flyer-square.png" class="img-responsive img-square" alt="Independence Gala 2017 2017">
<h4>Independence Gala 2017</h4>
<p class="text-muted">
On this evening we come together to celebrate the independence of Barbados in fine style. Note that this event is a major fundraiser for us.<br>
<i class="fa fa-map-marker"></i>
<a href="https://www.google.com/maps/place/Rosen+Centre+Hotel/@28.4245257,-81.4677425,18.51z/data=!4m5!3m4!1s0x88e77e36c55bc137:0x9406019292368946!8m2!3d28.423876!4d-81.464259" target="_blank" style="text-decoration:none;color:#0000c1">The Rosen Centre Hotel, 9840 International Drive, Orlando, FL 32819</a>
<br>
<i class="fa fa-calendar-check-o"></i>
<a href="https://calendar.google.com/calendar/event?action=TEMPLATE&tmeid=NGNqZmJtNWswMjR0ZDRsc2pxMzlwcmUzNmcgY2ZsYmFqYW5zLnNvY2lhbG1lZGlhQG0&tmsrc=cflbajans.socialmedia%40gmail.com" target="_blank" style="text-decoration:none;color:#0000c1">November 11th, 2017 @ 6:00pm - midnight</a>
</p>
<ul class="list-inline social-buttons">
<li><a href="gala.html#feedback"><i class="fa fa-comments-o"></i></a></li>
<li><a href="https://www.facebook.com/pg/CFLBAJANS/photos/?tab=album&album_id=1523516614397133" target="_blank"><i class="fa fa-camera"></i></a></li>
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="team-member" style="outline:2px solid #CCC; border:thin solid black; padding:5px">
<img src="img/events/flyers/picnic-2017.png" class="img-responsive img-square" alt="CFL Bajans picnic 2017">
<h4>CFL Bajans Picnic 2017</h4>
<p class="text-muted">
The CFL Bajans picnic is an annual fundraiser where on this afternoon we come together to enjoy music, food, games and each others' company in true Bajan style.
<br>
<i class="fa fa-map-marker"></i>
<a href="https://www.google.com/maps/place/Barnett+Park/@28.5586101,-81.4454671,17z/data=!3m1!4b1!4m5!3m4!1s0x88e7799aed80b0db:0xd031339d00b13db7!8m2!3d28.5586054!4d-81.4432784" target="_blank" style="text-decoration:none;color:#0000c1">Barnett Park</a>
<br>
<i class="fa fa-calendar-check-o"></i>
<a href="https://calendar.google.com/calendar/event?action=TEMPLATE&tmeid=dDhyOXJibXQyYWppbjRiNzRoODJ0bmI1Y2cgY2ZsYmFqYW5zLnNvY2lhbG1lZGlhQG0&tmsrc=cflbajans.socialmedia%40gmail.com" target="_blank" style="text-decoration:none;color:#0000c1">September 23rd, 2017 @ 1:00pm - 7:00pm</a>
</p>
<ul class="list-inline social-buttons">
<li><a href="picnic.html#feedback"><i class="fa fa-comments-o"></i></a></li>
<li><a href="https://www.facebook.com/pg/CFLBAJANS/photos/?tab=album&album_id=1479003885515073" target="_blank"><i class="fa fa-camera"></i></a></li>
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="team-member" style="outline:2px solid #CCC; border:thin solid black; padding:5px">
<img src="img/events/flyers/bus-ride-2017.jpg" class="img-responsive img-square" alt="Bus ride 2017">
<h4>Bus ride 2017 to Fort De Soto</h4>
<p class="text-muted">
Come to the beach for a day of fun! We provide the buses and treats. <strong>Buses leave the Caribbean Store at 8am SHARP!</strong>
<br><br>
<i class="fa fa-map-marker"></i>
<a href="https://www.google.com/maps/place/Fort+De+Soto+Park+Campground/@27.6349821,-82.7202905,17z/data=!3m1!4b1!4m5!3m4!1s0x88c31b5945a7b967:0xdadf803a28f3ac32!8m2!3d27.6349774!4d-82.7180964" target="_blank" style="text-decoration:none;color:#0000c1">Fort De Soto, Tampa, FL</a>
<br>
<i class="fa fa-map-marker"></i>
<a href="https://www.google.com/maps/place/Caribbean+Supercenter/@28.5356534,-81.4941074,12z/data=!3m1!5s0x88e779a2a3f00ba1:0x7edf0a3adc693e35!4m8!1m2!2m1!1scaribbean+store+orlando!3m4!1s0x88e779987898b8e7:0xf6afd819b4a0d1a!8m2!3d28.5539288!4d-81.450331" target="_blank" style="text-decoration:none;color:#0000c1">Caribbean Store, Orlando, FL</a>
<br>
<i class="fa fa-calendar-check-o"></i>
<a href="https://calendar.google.com/calendar/event?action=TEMPLATE&tmeid=Y2d1Ym1xa3I4cmF2bW5jNDJiN2c4cmc3OTQgY2ZsYmFqYW5zLnNvY2lhbG1lZGlhQG0&tmsrc=cflbajans.socialmedia%40gmail.com" target="_blank" style="text-decoration:none;color:#0000c1">May 13th, 2017 @ 8:00am - 8:00pm</a>
</p>
<ul class="list-inline social-buttons">
<li><a href="bus-ride.html#feedback"><i class="fa fa-comments-o"></i></a></li>
<li><a href="#"><i class="fa fa-camera"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
<div style="text-align:center">
<a class="btn" style="background-color:#000000;height:40px;color:#fed136;margin:2em" href="index.html#events"><strong> < </strong></a>
</div>
</section>
<!-- Bajans connect Section -->
<section id="bajans-connect" class="bg-light-gray">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Central Florida Bajans connect!</h2>
<h3 class="section-subheading text-muted">The CFL Bajans maintain a full calendar of events encouraging camaraderie.</h3>
<p> Core activities are:
<br>
1. <a href="monthly-meetings.html#description">Monthly meetings</a> every third Saturday of the month at <a href="https://www.google.com/maps/place/St.+Mary+of+the+Angels/@28.4688989,-81.3659393,17z/data=!3m1!4b1!4m5!3m4!1s0x88e77c954c1bbdd3:0x4d19b19235d7e3b7!8m2!3d28.4688989!4d-81.3637452">St. Mary of the Angels, 6316 Matchett Road, Orlando, FL 32809</a> from 6:30pm until you say when! At monthly meetings, we take a few moments to discuss association business, learn more from guest speakers, and then we get to the food and fun! Each month we have at least 30 Bajans in attendance. Come and join us soon! Catch up on the <a href="monthly-meetings.html#meetings">last meeting here</a>!
<br>
2. Annual <a href="taste-of-barbados.html#description">Taste of Barbados</a> event usually in March. This event is also a major fundraiser for us. <a href="https://calendar.google.com/calendar/event?action=TEMPLATE&tmeid=Y2Y3NGZpNWkyaGo2YjQyaGw1Y24xam92am8gY2ZsYmFqYW5zLnNvY2lhbG1lZGlhQG0&tmsrc=cflbajans.socialmedia%40gmail.com" target="_blank">Plan</a> on joining us!
<br>
3. Annual <a href="bus-ride.html#description">Bus Ride</a> event usually in May. On this day, we pack up our picnic baskets and head out of town for a day of fun at the beach. ticket prices include transportation to and from the beach, and treats along the way. <a href="https://calendar.google.com/calendar/event?action=TEMPLATE&tmeid=azkwNG8wbTliZnNhYzNjazBtdDgxNmhkcjQgY2ZsYmFqYW5zLnNvY2lhbG1lZGlhQG0&tmsrc=cflbajans.socialmedia%40gmail.com" target="_blank">Plan</a> on joining us for the next one! This event is also a fundraiser for us.
<br>
4. Annual <a href="picnic.html#description">Picnic</a> usually in September. The afternoon of this day, we come together for festivities in <a href="https://www.google.com/maps/place/Barnett+Park/@28.5586101,-81.4454671,17z/data=!3m1!4b1!4m5!3m4!1s0x88e7799aed80b0db:0xd031339d00b13db7!8m2!3d28.5586054!4d-81.4432784" target="_blank" style="text-decoration:none">Barnett Park</a>. Food and drinks are provided. <a href="https://calendar.google.com/calendar/event?action=TEMPLATE&tmeid=dDhyOXJibXQyYWppbjRiNzRoODJ0bmI1Y2cgY2ZsYmFqYW5zLnNvY2lhbG1lZGlhQG0&tmsrc=cflbajans.socialmedia%40gmail.com" target="_blank">Plan</a> on joining us for the next one!
<br>
5. Annual <a href="gala.html#description">Independence Gala</a> event in November. On this day we come together to celebrate the independence of Barbados in fine style. <a href="https://calendar.google.com/calendar/event?action=TEMPLATE&tmeid=NGNqZmJtNWswMjR0ZDRsc2pxMzlwcmUzNmcgY2ZsYmFqYW5zLnNvY2lhbG1lZGlhQG0&tmsrc=cflbajans.socialmedia%40gmail.com" target="_blank">Plan</a> on joining us. Note that this event is a major fundraiser for us.
<br>
6. Annual <a href="christmas-party.html#description">Christmas Party</a> in December. At this monthly meeting, we kick our shoes off and get down to celebrating Christmas in true Bajan style - with food, drink, and the music.
<br>
7. Other miscellaneous events that encourage team-building and camaraderie. For example in 2006, we cruised the seas. In 2017 we are repeating this activity curising to Cuba!
</p>
</div>
</div>
</div>
<div style="text-align:center">
<a class="btn" style="background-color:#000000;height:40px;color:#fed136;margin:2em" href="about.html#what"><strong> < </strong></a>
</div>
</section>
<!-- Volunteer Section -->
<section id="volunteer" class="bg-light-gray">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Central Florida Bajans connect with the Floridian community</h2>
<h3 class="section-subheading text-muted">The CFL Bajans participate in philanthropic efforts within Central Florida as a group.</h3>
<p>
Core volunteer activities are:
<br>
1. <a href="second-harvest.html#description">Second Harvest Food Bank</a>: Second Harvest Food Bank of Central Florida is a private, nonprofit organization that collects and distributes donated food to more than 500 nonprofit partner agencies in six Central Florida counties. These Central Florida counties are Brevard, Lake, Orange, Osceola, Seminole and Volusia. The CFL Bajans volunteer as a group to this organization to 'fight hunger and feed hope' in our Floridian community.
<br>
2. <a href="give-kids.html#description">Give Kids the World</a>: Give Kids The World Village is a 84 acre, non–profit “story-book” resort, located near Central Florida‘s most beloved attractions, where children with life-threatening illnesses and their families are treated to weeklong, cost-free fantasy vacations. The CFL Bajans along with the Barbados Association of Tampa Bay adopted 2 villas at the Give Kids the World Village. Members of both associations share their time and talents to decorate, landscape and maintain these buildings that our special families call home while on their dream vacation.
<br><br>
Donations:
<br>
1. We also donate monetarily to local organizations whose missions we support. Organizations we have donated to include Second Harvest, The Russell Home for Atypical Children, and Compassionate Hands and Hearts Breast Cancer Outreach.
<br>
<div class="row">
<div class="col-sm-4">
<img src="img/FB/second-harvest-donation-2016.jpg" class="img-responsive img-square" alt="Donation to Second Harvest 2016">
<p class="caption">Donation to Second Harvest 2016</p>
</div>
<div class="col-sm-4">
<img src="img/FB/russell-home-donation-2016.jpg" class="img-responsive img-square" alt="Donation to The Russell Home for Atypical Children 2016">
<p class="caption">Donation to The Russell Home for Atypical Children 2016</p>
</div>
<div class="col-sm-4">
<img src="img/FB/compassionate-hearts-2016.jpg" class="img-responsive img-square" alt="Donation to Compassionate Hands and Hearts Breast Cancer Outreach 2016">
<p class="caption">Donation to Compassionate Hands and Hearts Breast Cancer Outreach 2016</p>
</div>
</div>
<div class="row">
<div class="col-sm-4">
<img src="img/events/donations/gala-2017-2.jpg" class="img-responsive img-square" alt="Donation to Second Harvest 2017">
<p class="caption">Donation to Second Harvest 2017</p>
</div>
<div class="col-sm-4">
<img src="img/events/donations/russell-home-2017.jpg" class="img-responsive img-centered" style="height:240px" alt="Donation to The Russell Home for Atypical Children 2017">
<p class="caption">Donation to The Russell Home for Atypical Children 2017</p>
</div>
<div class="col-sm-4">
<img src="img/events/donations/gala-2017-1.jpg" class="img-responsive img-square" alt="Donation to Compassionate Hands and Hearts Breast Cancer Outreach 2017">
<p class="caption">Donation to Compassionate Hands and Hearts Breast Cancer Outreach 2017</p>
</div>
</div>
<br>
2. The CFL Bajans joined with a number of local organizations in August 2017 to support a Book Bag Drive at the Pine Hills Community Center. Book bags were filled with the basic school supplies, and freely given away to patrons at the Center. We were able to reach nearly 100 children in the community.
<br><br>
<div class="row">
<div class="col-sm-4">
<img src="img/events/bookbag-drive/Pine-Hills-Backpack-giveaway-2017-1.jpg" class="img-responsive img-square" alt="Pine Hills Backpack giveaway 2017 pic 1">
<br>
</div>
<div class="col-sm-4">
<img src="img/events/bookbag-drive/Pine-Hills-Backpack-giveaway-2017-2.jpg" class="img-responsive img-square" alt="Pine Hills Backpack giveaway 2017 pic 2">
<br>
</div>
<div class="col-sm-4">
<img src="img/events/bookbag-drive/Pine-Hills-Backpack-giveaway-2017-3.jpg" class="img-responsive img-square" alt="Pine Hills Backpack giveaway 2017 pic 3">
<br>
</div>
</div>
<br>
<br>
<div class="row">
<div class="col-sm-4">
<img src="img/events/bookbag-drive/Pine-Hills-Backpack-giveaway-2017-4.jpg" class="img-responsive img-square" alt="Pine Hills Backpack giveaway 2017 pic 4">
<br>
</div>
<div class="col-sm-4">
<img src="img/events/bookbag-drive/Pine-Hills-Backpack-giveaway-2017-5.jpg" class="img-responsive img-centered" style="image-orientation:portrait;height:330px" alt="Pine Hills Backpack giveaway 2017 pic 5">
<br>
</div>
</div>
</p>
<br>
</div>
</div>
</div>
<div style="text-align:center">
<a class="btn" style="background-color:#000000;height:40px;color:#fed136;margin:2em" href="about.html#what"><strong> < </strong></a>
</div>
</section>
<!-- Diaspora Section -->
<section id="diaspora" class="bg-light-gray">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Central Florida Bajans Diaspora Connections</h2>
<h3 class="section-subheading text-muted">The CFL Bajans remain connected to Barbados through various activities.</h3>
<p>
<br>
1. We provide medical assistance to those in need. Some of these activities are:
<ul>
<li style="text-indent:none">Adoption of the Barbados St. Lucy District Hospital, St. Lucy, Barbados. </li>
<li>The Coalition for the Barbados Association of Central Florida, The Give Kids The World Village, and The Precious Touch Foundation Inc. pooled their resources to present Ward C8 of the Queen Elizabeth Hospital, St. Michael, Barbados(the children's ward) with gifts.</li>
</ul>
<br>
2. We also donate monetarily to organizations whose missions we support. Organizations we have donated to include The Red Foundation.
<br><br>
<div class="row">
<div class="col-sm-4">
<img src="img/events/donations/red-foundation-2018c.jpg" class="img-responsive img-centered" style="height:240px" alt="Donation to Red Foundation 2018">
<p class="caption">Donation to the Red Foundation 2018</p>
</div>
<div class="col-sm-4">
<img src="img/events/donations/red-foundation-2018d.jpg" class="img-responsive img-centered" style="height:240px" alt="Donation to Red Foundation 2018">
<p class="caption">Donation to the Red Foundation 2018</p>
</div>
</div>
</p>
</div>
</div>
</div>
<div style="text-align:center">
<a class="btn" style="background-color:#000000;height:40px;color:#fed136;margin:2em" href="about.html#what"><strong> < </strong></a>
</div>
</section>
<!-- Education Section -->
<section id="education" class="bg-light-gray">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Central Florida Bajans support education</h2>
<h3 class="section-subheading text-muted">The CFL Bajans recognize the importance of education in our youth.</h3>
<br>
<p>Core activities are:
<br>
1. <a href="scholarship.html#description">Scholarship awards</a>: We support young residents of Orange, Osceola, Seminole and Lake counties of Barbadian heritage who are pursuing their education through the offering of <a href="scholarship.html#description">scholarships</a> annually.
<br>
2. Back to school drive
</p>
<br>
<div class="row">
<div class="col-sm-4">
<img src="img/events/donations/scholarship-winners-2017.jpg" class="img-responsive img-square" alt="Scholarship winners 2017">
<p class="caption">Scholarship winners 2017</p>
</div>
</div>
</div>
</div>
</div>
<div style="text-align:center">
<a class="btn" style="background-color:#000000;height:40px;color:#fed136;margin:2em" href="about.html#what"><strong> < </strong></a>
</div>
</section>
<!-- Culture Section -->
<section id="culture" class="bg-light-gray">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Central Florida Bajans sharing our culture</h2>
<h3 class="section-subheading text-muted">The CFL Bajans facilitate cultural diversity and awareness.</h3>
<br>
<p>
Core activities are:
<br>
1. Participate in Orlando's Caribbean American Heritage Month at Orlando City Hall hosted annually by the Caribbean and Floridian Association, Inc. <a href="https://www.facebook.com/pg/CFLBAJANS/photos/?tab=album&album_id=1394117960670333" target="_blank">Check it out here!</a>
</p>
</div>
</div>
</div>
<div style="text-align:center">
<a class="btn" style="background-color:#000000;height:40px;color:#fed136;margin:2em" href="about.html#what"><strong> < </strong></a>
</div>
</section>
<footer>
<div class="container">
<div class="row">
<div class="col-md-4">
<span class="copyright">Copyright © CFL Bajans 2020</span>
</div>
<div class="col-md-4">
<ul class="list-inline social-buttons">
<li><a href="https://www.instagram.com/CFLBajans/" target="_blank"><i class="fa fa-instagram"></i></a></li>
<li><a href="https://www.facebook.com/CFLBAJANS/" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://twitter.com/CFLBajans" target="_blank"><i class="fa fa-twitter"></i></a>
</li>
</ul>
</div>
<div class="col-md-4">
<ul class="list-inline quicklinks">
<li><a href="mailto:webmaster@cflbajans.com">Contact Webmaster</a></li>
</ul>
</div>
</div>
<p style="font-size:small"><br>The Coalition for the Barbados Association of Central Florida, otherwise known as the CFL Bajans, is a non-profit 501(c)3 organization.</p>
</div>
</footer>
<!-- jQuery -->
<script src="vendor/jquery/jquery.min.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js" integrity="sha384-mE6eXfrb8jxl0rzJDBRanYqgBxtJ6Unn4/1F7q4xRRyIw7Vdg9jP4ycT7x1iVsgb" crossorigin="anonymous"></script>
<!-- Contact Form JavaScript -->
<script src="js/jqBootstrapValidation.js"></script>
<script src="js/contact_me.js"></script>
<!-- Theme JavaScript -->
<script src="js/agency.min.js"></script>
</body>
</html>