forked from CFLBajans/cflbajans
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphoto-gallery.html
executable file
·496 lines (465 loc) · 32.6 KB
/
photo-gallery.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="description" content="Full photo gallery for the Coalition for the Barbados Association of Central Florida" />
<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 photo gallery</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="top" class="bg-light-gray">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center bg-light-gray">
<h2 class="section-heading">Central Florida Bajans Photo Gallery</h2>
<h3 class="section-subheading text-muted">Check us out and about!</h3>
<div class="work">
<div class="filter">
<a href="#" class="active all" data-group="all">All</a>
<a href="#" data-group="meetings">meetings</a>
<a href="#" data-group="volunteer">volunteer</a>
<a href="#" data-group="charity">charity</a>
<a href="#" data-group="taste-of-barbados">Taste of Barbados</a>
<a href="#" data-group="bus-ride">Bus ride</a>
<a href="#" data-group="gala">Independence gala</a>
<a href="#" data-group="independence">Independence activities</a>
<a href="#" data-group="cflbajans-events">CFL Bajans events</a>
<a href="#" data-group="misc">misc</a>
<a href="#" data-group="christmas-party">Christmas party</a>
<a href="#" data-group="picnic">Picnic</a>
</div>
<div id="grid" class="grid" >
<a class="card" href="https://www.facebook.com/media/set/?set=a.995168900565243.1073741840.193864397362368&type=1&l=2c996ec8e7" data-groups="cflbajans-events,taste-of-barbados," target="_blank">
<!-- Can point to folder with pics on our server here for 'rotating pics' effect -->
<img src="img/FB/tob-2016.jpg" style="height:225px" alt="the patrons at Taste of Barbados 2016"/>
<div class="title">Taste of Barbados 2016</div>
</a>
<a class="card" href="https://www.facebook.com/pg/CFLBAJANS/photos/?tab=album&album_id=482473171834821" data-groups="volunteer," target="_blank">
<img src="img/FB/second-harvest-volunteer-2013.jpg" style="height:225px" alt="Second Harvest 2013"/>
<div class="title">Second Harvest 2013</div>
</a>
<a class="card" href="https://www.facebook.com/pg/CFLBAJANS/photos/?tab=album&album_id=1404507616298034" data-groups="volunteer," target="_blank">
<img src="img/FB/second-harvest-volunteer-may-2017.jpg" style="height:225px" alt="Second Harvest 2017"/>
<div class="title">Second Harvest 2017</div>
</a>
<a class="card" href="https://www.facebook.com/pg/CFLBAJANS/photos/?tab=album&album_id=1675124015903058" data-groups="volunteer," target="_blank">
<img src="img/FB/second-harvest-volunteer-apr-2018.jpg" style="height:225px" alt="Second Harvest April 2018"/>
<div class="title">Second Harvest April 2018</div>
</a>
<a class="card" href="https://www.facebook.com/pg/CFLBAJANS/photos/?tab=album&album_id=1804317382983720" data-groups="volunteer," target="_blank">
<img src="img/FB/second-harvest-volunteer-jul-2018.jpg" style="height:225px" alt="Second Harvest July 2018"/>
<div class="title">Second Harvest July 2018</div>
</a>
<a class="card" href="https://www.facebook.com/pg/CFLBAJANS/photos/?tab=album&album_id=1539742466107881" data-groups="charity," target="_blank">
<img src="img/events/donations/gala-2017-2.jpg" style="height:225px" alt="Donations to charities"/>
<div class="title">Donations to various charities</div>
</a>
<a class="card" href="https://www.facebook.com/pg/CFLBAJANS/photos/?tab=album&album_id=1816331468448978" data-groups="charity," target="_blank">
<img src="img/FB/back-to-school-2018.jpg" style="height:225px" alt="Donations to charities"/>
<div class="title">Back to School Drive 2018</div>
</a>
<a class="card" href="https://www.facebook.com/pg/CFLBAJANS/photos/?tab=album&album_id=1403048423110620" data-groups="meetings," target="_blank">
<img src="img/FB/nov-mm-2015.jpg" style="height:225px" alt="Monthly meeting Nov 2015"/>
<div class="title">Monthly meeting Nov 2015</div>
</a>
<a class="card" href="https://www.facebook.com/pg/CFLBAJANS/photos/?tab=album&album_id=971569896258477" data-groups="meetings," target="_blank">
<img src="img/FB/feb-mm-2016.jpg" style="height:225px" alt="Monthly meeting Feb 2016"/>
<div class="title">Monthly meeting Feb 2016</div>
</a>
<a class="card" href="https://www.facebook.com/pg/CFLBAJANS/photos/?tab=album&album_id=1394107677338028" data-groups="meetings," target="_blank">
<img src="img/FB/may-jun-mm-2017.jpg" style="height:225px" alt="Monthly meetings May & June 2017"/>
<div class="title">Monthly meetings May & June 2017</div>
</a>
<a class="card" href="https://www.facebook.com/pg/CFLBAJANS/photos/?tab=album&album_id=1418312981584164" data-groups="meetings," target="_blank">
<img src="img/FB/jul-sep-mm-2017.jpg" style="height:225px" alt="Monthly meetings Jul-Sep 2017"/>
<div class="title">Monthly meetings Jul-Sep 2017</div>
</a>
<a class="card" href="https://www.facebook.com/pg/CFLBAJANS/photos/?tab=album&album_id=1473094599439335" data-groups="meetings," target="_blank">
<img src="img/FB/oct-dec-mm-2017.jpg" style="height:225px" alt="Monthly meetings Oct - Dec 2017"/>
<div class="title">Monthly meetings Oct-Dec 2017</div>
</a>
<a class="card" href="https://www.facebook.com/pg/CFLBAJANS/photos/?tab=album&album_id=1403053873110075" data-groups="meetings,christmas-party," target="_blank">
<img src="img/FB/christmas-2016.jpg" style="height:225px" alt="Christmas Party 2016">
<div class="title">Christmas Party 2016</div>
</a>
<a class="card" href="https://www.facebook.com/pg/CFLBAJANS/photos/?tab=album&album_id=1567447943337333" data-groups="meetings,christmas-party," target="_blank">
<img src="img/FB/christmas-2017.jpg" style="height:225px" alt="Christmas Party 2017">
<div class="title">Christmas Party 2017</div>
</a>
<a class="card" href="https://www.facebook.com/pg/CFLBAJANS/photos/?tab=album&album_id=1590067294408731" data-groups="meetings," target="_blank">
<img src="img/FB/fb-feb-2018.jpg" style="height:225px" alt="Monthly meetings Jan - Mar 2018"/>
<div class="title">Monthly meetings Jan-Mar 2018</div>
</a>
<a class="card" href="https://www.facebook.com/pg/CFLBAJANS/photos/?tab=album&album_id=1682710931811033" data-groups="meetings," target="_blank">
<img src="img/FB/fb-apr-2018.png" style="height:225px" alt="Monthly meetings Apr - Jun 2018"/>
<div class="title">Monthly meetings Apr-Jun 2018</div>
</a>
<a class="card" href="https://www.facebook.com/pg/CFLBAJANS/photos/?tab=album&album_id=1791674890914636" data-groups="meetings," target="_blank">
<img src="img/FB/fb-jul-2018.jpg" style="height:225px" alt="Monthly meetings Jul - Sep 2018"/>
<div class="title">Monthly meetings Jul-Sep 2018</div>
</a>
<a class="card" href="https://www.facebook.com/pg/CFLBAJANS/photos/?tab=album&album_id=862597070489094" data-groups="cflbajans-events,taste-of-barbados," target="_blank">
<img src="img/FB/tob-2015.jpg" style="height:225px" alt="Taste of Barbados 2015"/>
<div class="title">Taste of Barbados 2015</div>
</a>
<a class="card" href="https://www.facebook.com/pg/CFLBAJANS/photos/?tab=album&album_id=1402958949786234" data-groups="cflbajans-events,taste-of-barbados," target="_blank">
<img src="img/FB/tob-2017.jpg" style="height:225px" alt="Taste of Barbados 2017">
<div class="title">Taste of Barbados 2017</div>
</a>
<a class="card" href="https://www.facebook.com/pg/CFLBAJANS/photos/?tab=album&album_id=1402958949786234" data-groups="cflbajans-events,taste-of-barbados," target="_blank">
<img src="img/FB/tob-2018a.jpg" style="height:225px" alt="Taste of Barbados 2018">
<div class="title">Taste of Barbados 2018 Part 1: Melbourne, FL</div>
</a>
<a class="card" href="https://www.facebook.com/pg/CFLBAJANS/photos/?tab=album&album_id=1682156355199824" data-groups="cflbajans-events,taste-of-barbados," target="_blank">
<img src="img/FB/tob-2018b.jpg" style="height:225px" alt="Taste of Barbados 2018">
<div class="title">Taste of Barbados 2018 Part 2: Kissimmee, FL</div>
</a>
<a class="card" href="https://www.facebook.com/pg/CFLBAJANS/photos/?tab=album&album_id=479021958846609" data-groups="volunteer," target="_blank">
<img src="img/FB/give-kids-2013.jpg" style="height:225px" alt="Give Kids the World: Adopt a Villa day"/>
<div class="title">Give Kids the World: Adopt a Villa day</div>
</a>
<a class="card" href="https://www.facebook.com/pg/CFLBAJANS/photos/?tab=album&album_id=554174291331375" data-groups="volunteer," target="_blank">
<img src="img/FB/give-kids-christmas-2013.jpg" style="height:225px" alt="Give Kids the World: Holiday decorating"/>
<div class="title">Give Kids the World: Holiday decorating</div>
</a>
<a class="card" href="https://www.facebook.com/pg/CFLBAJANS/photos/?tab=album&album_id=556618611086943" data-groups="cflbajans-events,independence,gala," target="_blank">
<img src="img/FB/gala-2013.jpg" style="height:225px" alt="Independence Gala 2013"/>
<div class="title">Independence Gala 2013</div>
</a>
<a class="card" href="https://www.facebook.com/pg/CFLBAJANS/photos/?tab=album&album_id=1402955353119927" data-groups="cflbajans-events,independence,gala," target="_blank">
<img src="img/FB/gala-2014.jpg" style="height:225px" alt="Independence Gala 2014"/>
<div class="title">Independence Gala 2014</div>
</a>
<a class="card" href="https://www.facebook.com/pg/CFLBAJANS/photos/?tab=album&album_id=1523516614397133" data-groups="cflbajans-events,independence,gala," target="_blank">
<img src="img/FB/gala-2017.jpg" style="height:225px" alt="Independence Gala 2017"/>
<div class="title">Independence Gala 2017</div>
</a>
<a class="card" href="https://www.facebook.com/pg/CFLBAJANS/photos/?tab=album&album_id=555550341193770" data-groups="cflbajans-events,independence," target="_blank">
<img src="img/FB/independence-service-2013.jpg" style="height:225px" alt="Independence Service"/>
<div class="title">Independence Service</div>
</a>
<a class="card" href="https://www.facebook.com/pg/CFLBAJANS/photos/?tab=album&album_id=555550341193770" data-groups="cflbajans-events,independence," target="_blank">
<img src="img/FB/fb-service-2017.jpg" style="height:225px" alt="Independence Service 2017"/>
<div class="title">Independence Service 2017</div>
</a>
<a class="card" href="https://www.facebook.com/pg/CFLBAJANS/photos/?tab=album&album_id=1531079260307535" data-groups="cflbajans-event,independence," target="_blank">
<img src="img/FB/gala-2015.jpg" style="height:225px" alt="Independence Dance 2015"/>
<div class="title">Independence Gala 2015</div>
</a>
<a class="card" href="https://www.facebook.com/pg/CFLBAJANS/photos/?tab=album&album_id=1401643726584423" data-groups="cflbajans-event,independence,gala," target="_blank">
<img src="img/FB/gala-2016.jpg" style="height:225px" alt="Independence Gala 2016">
<div class="title">Independence Gala 2016</div>
</a>
<a class="card" href="https://www.facebook.com/pg/CFLBAJANS/photos/?tab=album&album_id=866737106741757" data-groups="charity," target="_blank">
<img src="img/FB/donations-st-lucy-hospital-2015.jpg" style="height:225px" alt="Donations to St. Lucy District Hospital 2010"/>
<div class="title">Donations to St. Lucy District Hospital 2010</div>
</a>
<a class="card" href="https://www.facebook.com/pg/CFLBAJANS/photos/?tab=album&album_id=1403044063111056" data-groups="charity," target="_blank">
<img src="img/FB/donations-alleyne-school-2015.jpg" style="height:225px" alt="Donation to Alleyne School (November 2015)"/>
<div class="title">Donation to Alleyne School 2015</div>
</a>
<a class="card" href="https://www.facebook.com/pg/CFLBAJANS/photos/?tab=album&album_id=466380850110720" data-groups="cflbajans-event,bus-ride," target="_blank">
<img src="img/FB/bus-ride-2013.jpg" style="height:225px" alt="Fort De Soto Bus ride 2013"/>
<div class="title">Fort De Soto Bus ride 2013</div>
</a>
<a class="card" href="https://www.facebook.com/pg/CFLBAJANS/photos/?tab=album&album_id=1403005299781599" data-groups="cflbajans-event,bus-ride," target="_blank">
<img src="img/FB/bus-ride-2016.jpg" style="height:225px" alt="Fort De Soto Bus ride 2016">
<div class="title">Fort De Soto Bus ride 2016</div>
</a>
<a class="card" href="https://www.facebook.com/pg/CFLBAJANS/photos/?tab=album&album_id=1394204483995014" data-groups="cflbajans-event,bus-ride," target="_blank">
<img src="img/FB/bus-ride-2017.jpg" style="height:225px" alt="Fort De Soto Bus ride 2017"/>
<div class="title">Fort De Soto Bus ride 2017</div>
</a>
<a class="card" href="https://www.facebook.com/pg/CFLBAJANS/photos/?tab=album&album_id=1709476002467859" data-groups="cflbajans-event,bus-ride," target="_blank">
<img src="img/FB/bus-ride-2018.jpg" style="height:225px" alt="Fort De Soto Bus ride 2018"/>
<div class="title">Fort De Soto Bus ride 2018</div>
</a>
<a class="card" href="https://www.facebook.com/pg/CFLBAJANS/photos/?tab=album&album_id=335184063230400" data-groups="cflbajans-event,misc," target="_blank">
<img src="img/FB/cruise-2006.jpg" style="height:225px" alt="Cruise 2006"/>
<div class="title">Cruise 2006</div>
</a>
<a class="card" href="https://www.facebook.com/pg/CFLBAJANS/photos/?tab=album&album_id=1404984732916989" data-groups="cflbajans-event,misc," target="_blank">
<img src="img/FB/cruise-cuba-2017.jpg" style="height:225px" alt="Cruise to Cuba 2017"/>
<div class="title">Cruise to Cuba 2017</div>
</a>
<a class="card" href="https://www.facebook.com/pg/CFLBAJANS/photos/?tab=album&album_id=1394117960670333" data-groups="misc," target="_blank">
<img src="img/FB/caribbean-heritage-2017.jpg" style="height:225px" alt="Caribbean Heritage Month 2017"/>
<div class="title">Caribbean Heritage Month June 2017</div>
</a>
<a class="card" href="https://www.facebook.com/pg/CFLBAJANS/photos/?tab=album&album_id=1402997546449041" data-groups="misc," target="_blank">
<img src="img/FB/caribbean-heritage-2016.jpg" style="height:225px" alt="Caribbean Heritage Month 2016">
<div class="title">Caribbean Heritage Month June 2016</div>
</a>
<a class="card" href="https://www.facebook.com/pg/CFLBAJANS/photos/?tab=album&album_id=1431380130277449" data-groups="volunteer," target="_blank">
<img src="img/FB/give-kids-jul-2017.jpg" style="height:225px" alt="Give Kids the World: 29th July 2017"/>
<div class="title">Give Kids the World: July/August 2017</div>
</a>
<a class="card" href="https://www.facebook.com/pg/CFLBAJANS/photos/?tab=album&album_id=1452999111448884" data-groups="cflbajans-event,misc," target="_blank">
<img src="img/FB/cfl-throwback.jpg" style="height:225px" alt="CFL Bajans Throwback"/>
<div class="title">CFL Bajans Throwback</div>
</a>
<a class="card" href="https://www.facebook.com/pg/CFLBAJANS/photos/?tab=album&album_id=1479003885515073" data-groups="cflbajans-events,picnic," target="_blank">
<img src="img/FB/picnic-2017.jpg" style="height:225px" alt="Picnic 2017">
<div class="title">Picnic 2017</div>
</a>
<div class="container" >
<div class="guide"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row">
<div class="col-md-4">
<span class="copyright">Copyright © CFL Bajans 2019</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>
<script type="text/javascript">
$(document).ready(function() {
var projects = $('.card');
var firstprojects = $('.card');
var filteredProjects = [];
var selection = "all";
var running = false;
window.setTimeout(function() {
$('.all').trigger('click');
}, 150);
$(window).resize(function() {
buildGrid(filteredProjects);
});
$('.filter a').on('click', function(e) {
e.preventDefault();
if (!running) {
running = true;
selection = $(this).data('group');
$('.filter a').removeClass('active');
$(this).addClass('active');
filteredProjects = [];
for (i = 0; i < projects.length; i++) {
var project = projects[i];
var dataString = $(project).data('groups');
var dataArray = dataString.split(',');
dataArray.pop();
if (selection === 'all') {
$(project).addClass('setScale').queue(function(next) {
filteredProjects.push(project);
next();
}).queue(function(next) {
$(this).removeClass('setScale');
next();
}).queue(function(next) {
$(this).addClass('animating show')
next();
}).delay(750).queue(function() {
running = false;
$(this).removeClass('animating').dequeue();
});
} else {
if ($.inArray(selection, dataArray) > -1) {
$(project).addClass('setScale').queue(function(next) {
filteredProjects.push(project);
next();
}).queue(function(next) {
$(this).removeClass('setScale');
next();
}).queue(function(next) {
$(this).addClass('animating show')
next();
}).delay(750).queue(function() {
running = false;
$(this).removeClass('animating').dequeue();
});
} else {
$(project).queue(function(next) {
$(this).addClass('animating');
next();
}).queue(function(next) {
$(this).removeClass('show');
next();
}).delay(750).queue(function() {
$(this).removeClass('animating').dequeue();
});
}
}
}
buildGrid(filteredProjects);
}
})
function buildGrid(projects) {
var left = 0;
var top = 0;
var totalHeight = 0;
var largest = 0;
var heights = [];
for (i = 0; i < projects.length; i++) {
$(projects[i]).css({
height: 'auto'
});
heights.push($(projects[i]).height());
}
var maxIndex = 0;
var maxHeight = 0;
for (i = 0; i <= heights.length; i++) {
if (heights[i] > maxHeight) {
maxHeight = heights[i];
maxIndex = i;
$('.guide').height(maxHeight);
}
if (i === heights.length) {
for (i = 0; i <= projects.length; i++) {
$(projects[i]).css({
position: 'absolute',
left: left + '%',
top: top
});
left = left + ($('.guide').width() / $('#grid').width() * 100) + 2;
if (i === maxIndex) {
$(projects[i]).css({
height: 'auto'
});
} else {
$(projects[i]).css({
height: maxHeight
});
}
if ((i + 1) % 3 === 0 && projects.length > 3 && (i + 1) != projects.length && $(window).width() >= 700) {
top = top + $('.guide').height() + 20;
left = 0;
totalHeight = totalHeight + $('.guide').height() + 20;
} else if ((i + 1) % 2 === 0 && projects.length > 2 && $(window).width() < 700 && $(window).width() >= 480) {
if (i < projects.length){
top = top + $('.guide').height() + 20;
left = 0;
totalHeight = totalHeight + $('.guide').height() + 20;
} else {
totalHeight = totalHeight - $('.guide').height() + 20;
}
} else if (projects.length > 1 && $(window).width() < 480) {
if (i < projects.length){
top = top + $('.guide').height() + 20;
left = 0;
totalHeight = totalHeight + $('.guide').height() + 20;
} else {
totalHeight = totalHeight - $('.guide').height() + 20;
}
}
$('#grid').height(totalHeight + $('.guide').height());
}
}
}
}
})
</script>
</body>
</html>