forked from sgs006/Udacity-Yearbook-Project
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcssart.html
509 lines (488 loc) · 30.6 KB
/
cssart.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
497
498
499
500
501
502
503
504
505
506
507
508
509
<!DOCTYPE html>
<html>
<head>
<!-- ====================== MASTER SECTION ============= -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- ========= WEBSITES META INFORMATION INCLUDING STATUS BAR COLOR FOR MOBILE BROWSERS ========== -->
<meta name="description" content="Grow with Google Scholarship 2018 - Udacity Community Yearbook. Yearbook project for 2018 GwG Cohort.">
<meta name="msapplication-TileColor" content="#00B3E4">
<meta name="theme-color" content="#00B3E4">
<meta name="apple-mobile-web-app-status-bar-style" content="#00B3E4" />
<!-- ===================== END WEBSITE META INFORMATION ========== -->
<!-- ============= SOCIAL MEDIA META PROPERTIES ================== -->
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Udacity Community Yearbook. Grow with Google Scholarship 2018." />
<meta property="og:url" content="" />
<meta property="og:site_name" content="Udacity Community Yearbook" />
<meta property="og:image" content="/public/images/src.jpg">
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Udacity Community Yearbook. Grow with Google Scholarship 2018." />
<!-- ===================== END SOCIAL MEDIA META ========== -->
<!-- ====================== END MASTER SECTION ============= -->
<title>CSS Art | Udacity Community Yearbook</title>
<!-- ====================== MASTER SECTION ============= -->
<!-- ======== CSS STYLESHEETS INCLUDING BOOTSTRAP 4 (https://getbootstrap.com) AND OPEN SANS FONT FROM GOOGLE ========= -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
crossorigin="anonymous">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN"
crossorigin="anonymous">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700">
<link rel="stylesheet" href="public/stylesheets/reboot.css">
<link rel="stylesheet" href="public/stylesheets/styles-master.css">
<!-- ===================== END CSS STYLESHEETS ========== -->
<!-- ====================== END MASTER SECTION ============= -->
<!-- ======== PAGE SPECIFIC STYLES ========= -->
<link rel="stylesheet" href="public/stylesheets/cssart.css">
<link rel="stylesheet" href="public/stylesheets/lightslider.css">
<!-- ===================== END PAGE SPECIFIC STYLES ========= -->
</head>
<body>
<!-- ====================== MASTER SECTION ============= -->
<!-- ======== SKIP NAVIGATION NEEDED FOR SCREEN READERS ============ -->
<!-- SKIP NAV -->
<div id="skiplink" class="sr-only sr-only-focusable">
<!-- CHANGE HREF TO ID OF MAIN CONTENT SECTION -->
<a href="#MainContent">skip to page content</a>
</div>
<!-- =========== END SKIP NAVIGATION NEEDED FOR SCREEN READERS ============ -->
<!-- ======== WEBSITE NAVIGATION SECTION ============ -->
<nav class="navbar navbar-expand-sm navbar-dark">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<span>Menu</span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto mt-2 mt-lg-0">
<li class="nav-item">
<a class="nav-link" href="index.html" title="Home">Home</a>
</li>
<li class="nav-item">
<a href="yearbook.html" title="Yearbook" class="nav-link">Yearbook</a>
</li>
<li class="nav-item">
<a href="resources.html" title="Resources" class="nav-link">Resources</a>
</li>
<li class="nav-item">
<a href="cssart.html" title="CSS Art Projects" class="nav-link">CSS Art Projects</a>
</li>
<li class="nav-item">
<a href="geolocation.html" title="GROW Geolocation Map" class="nav-link">Geolocation</a>
</li>
<li class="nav-item">
<a href="about.html" title="About" class="nav-link">About</a>
</li>
</ul>
</div>
</nav>
<!-- =========== END WEBSITE NAVIGATION PANE ============ -->
<!-- ====================== END MASTER SECTION ============= -->
<header>
<div class="jumbotron jumbotron-fluid">
<div class="container">
<h4 class="lead text-center">UDACITY: GROW WITH GOOGLE 2018</h4>
<h1 class="display-4 text-center">CSS Art Projects</h1>
</div>
</div>
</header>
<div class="container-fluid">
<div class="row">
<div class="col">
During the Udacity Grow with Google Front End Development Challenge Group, several of the students created student led projects.
One of these projects were the bi-weekly CSS Art Challenges. Erika Ritter led this and put the participants
through some interesting challenges that were voted on by the participants, begining with pure CSS challenges,
ultimately ending the challenges allowing SVG and HTML Canvas. They continue to make things and gather at
their
<a href="https://www.facebook.com/groups/1752972351391061/">Cascading Coders Facebook Group</a>
</div>
</div>
</div>
<div class="container">
<div class="row" role="row">
<div class="col">
<div class="challenge-title section">Challenge #1 - Taco Challenge.</div>
<div class="challenge-disc">Create CSS art that is taco-related. It can be one taco or many tacos! Maybe it’s hot sauce for a taco, taco
ingredients on a table, maybe it’s a hungry taco, a sad taco, maybe its shell is broken and it’s a ghost!
Maybe it’s a taco sitting on a couch watching tv. Let this topic be creative - you can take it as literal
or abstract as you want - build a lonely taco or create a scene - but it must be related to the topic
in some way! It can be as simple or complex as you want it to be! These are just ideas! Taco ice cream?
A choco taco? Taco zombie? You choose, Pikachu!
</div>
<div class="demo">
<ul id="lightSlider">
<li data-thumb="public/images/cssart/tacosurprise.png">
<a href="https://codepen.io/Maeb/pen/ZvqYjr">
<img src="public/images/cssart/tacosurprise.png" alt="">
</a>
<div class="caption">Taco Surprise by @maebee2319</div>
</li>
<li data-thumb="public/images/cssart/chocotaco.png">
<a href="https://codepen.io/JavaScriptErika/full/OzYBor">
<img src="public/images/cssart/chocotaco.png" alt="">
</a>
<div class="caption">Choco Taco by @erika_ritter</div>
</li>
<li data-thumb="public/images/cssart/thefriendlytaco.png">
<a href="https://codepen.io/MonicaJeanB/pen/goyyPg">
<img src="public/images/cssart/thefriendlytaco.png" alt="">
</a>
<div class="caption">The Friendly Taco by @monica.j.beauchampuv</div>
</li>
<li data-thumb="public/images/cssart/tacoboy.png">
<a href="https://codepen.io/quiwah/pen/LeoVwr">
<img src="public/images/cssart/tacoboy.png" alt="">
</a>
<div class="caption">Taco Boy by @yuka.mullen</div>
</li>
<li data-thumb="public/images/cssart/manvsfood.png">
<a href="https://codepen.io/bloom305/full/aEevdJ">
<img src="public/images/cssart/manvsfood.png" alt="">
</a>
<div class="caption">Man vs. Food by @rodrickbloomfield</div>
</li>
<li data-thumb="public/images/cssart/purecsstaco.png">
<a href="https://codepen.io/markopolo91/full/QaReWg">
<img src="public/images/cssart/purecsstaco.png" alt="">
</a>
<div class="caption">Pure CSS Taco by @markopolo91</div>
</li>
<li data-thumb="public/images/cssart/letstacoboutit.png">
<a href="https://codepen.io/AmberRoberts/pen/YYmgGe">
<img src="public/images/cssart/letstacoboutit.png" alt="">
</a>
<div class="caption">Lets Taco Bout It by @amberrobertsvt</div>
</li>
<li data-thumb="public/images/cssart/miniontaco.png">
<a href="https://codepen.io/kdterrell125/pen/ZvgZpX">
<img src="public/images/cssart/miniontaco.png" alt="">
</a>
<div class="caption">Minion Taco by @kdterrell125ze-i9</div>
</li>
<li data-thumb="public/images/cssart/1-frankdip.png">
<a href="https://codepen.io/LeafDragon/full/jYgoNZ">
<img src="public/images/cssart/1-frankdip.png" alt="">
</a>
<div class="caption">CSS Taco by @fdip123496cq0</div>
</li>
</ul>
</div>
<div class="challenge-title section">Challenge 2 - Video Game Inspired</div>
<div class="challenge-disc">Create an image or scene via CSS that is somehow related to your favorite video game character(s) and/or
element(s). It can be any style you’d like, or maybe you want to replicate a character and/or element
exactly! It doesn’t have to be taken in the literal sense either - incorporate this topic however abstractly
or creatively you’d like - it just must incorporate the essence! Btw, It can be any type of video game
you’d like to draw inspiration from - arcade or not!</div>
<div class="demo">
<ul id="lightSlider2">
<li data-thumb="public/images/cssart/2-navi.png">
<a href=https://codepen.io/Maeb/full/eVzKgq/>
<img src="public/images/cssart/2-navi.png" alt="">
</a>
<div class="caption">Navi by maebee2319</div>
<li data-thumb="public/images/cssart/2-pokeball.png">
<a href="https://codepen.io/markopolo91/full/MQJoVW/">
<img src="public/images/cssart/2-pokeball.png" alt="">
</a>
<div class="caption">Pure CSS Pokeball by markopolo91</div>
</li>
<li data-thumb="public/images/cssart/2-yoshi.png">
<a href=https://codepen.io/MonicaJeanB/full/bLBYOX/>
<img src="public/images/cssart/2-yoshi.png" alt="">
</a>
<div class="caption">Yoshi by monica.j.beauchampuv</div>
</li>
<li data-thumb="public/images/cssart/2-kirby.png">
<a href=https://codepen.io/LeafDragon/full/WMeEVO/>
<img src="public/images/cssart/2-kirby.png" alt="">
</a>
<div class="caption">CSS Kirby Challenge by fdip123496cq0</div>
</li>
<li data-thumb="public/images/cssart/2-ori.png">
<a href=https://codepen.io/JavaScriptErika/full/WMeEwr/>
<img src="public/images/cssart/2-ori.png" alt="">
</a>
<div class="caption">Ori and the Blind Forest by erika_ritter</div>
</li>
<li data-thumb="public/images/cssart/2-redxiii.png">
<a href=https://codepen.io/ksedar/full/JpWjXd/>
<img src="public/images/cssart/2-redxiii.png" alt="">
</a>
<div class="caption">Red XIII by yuka.mullen</div>
</li>
<li data-thumb="public/images/cssart/2-healthbars.png">
<a href="https://codepen.io/ksedar/full/JpWjXd">
<img src="public/images/cssart/2-healthbars.png" alt="">
</a>
<div class="caption">Health/Mana Bars by ksedar2408</div>
</li>
<li data-thumb="public/images/cssart/2-megaman.png">
<a href="https://codepen.io/OMGLexxie/full/ddvYRO/">
<img src="public/images/cssart/2-megaman.png" alt="">
</a>
<div class="caption">Mega Man - Challenge #21 by slynn</div>
</li>
<li data-thumb="public/images/cssart/2-duckhunt.png">
<a href=https://codepen.io/FlyingDad/full/eVOPPo/>
<img src="public/images/cssart/2-duckhunt.png" alt="">
</a>
<div class="caption">Duck Hunt by QuattroDog</div>
</li>
<li data-thumb="public/images/cssart/2-dreamshield.png">
<a href=https://codepen.io/alexh921/full/rJVvwx/>
<img src="public/images/cssart/2-dreamshield.png" alt="">
</a>
<div class="caption">Goofy’s Dream Shield by eagle92190</div>
</li>
<li data-thumb="public/images/cssart/2-mspacman.png">
<a href=https://codepen.io/andranique/pen/JpWrZV>
<img src="public/images/cssart/2-mspacman.png" alt="">
</a>
<div class="caption">Ms. Pacman by andranique</div>
</li>
<li data-thumb="public/images/cssart/2-gameboy.png">
<a href=https://codepen.io/amyyf/full/rJBypJ/>
<img src="public/images/cssart/2-gameboy.png" alt="">
</a>
<div class="caption">CSS Only: GameBoy1 by amyf</div>
</li>
<li data-thumb="public/images/cssart/2-sonic.png">
<a href=https://codepen.io/remenapp/full/MQKOmr/>
<img src="public/images/cssart/2-sonic.png" alt="">
</a>
<div class="caption">Sonic! by remenapp</div>
</li>
<li data-thumb="public/images/cssart/2-gameboy2.png">
<a href=https://codepen.io/tinyvial/full/zRzWpe/>
<img src="public/images/cssart/2-gameboy2.png" alt="">
</a>
<div class="caption">Original Game Boy (Lost in Pokemon) by judyg</div>
</li>
</ul>
</div>
<div class="challenge-title section">Challenge 3 - Cartoon Inspiration</div>
<div class="challenge-disc">Create an image or scene via CSS that is related to your favorite childhood cartoon and/or Saturday morning
character. It can be any style you’d like, or maybe you want to replicate a character and/or element
exactly! It doesn’t have to be taken in the literal sense either. Incorporate this topic however abstractly
or creatively you’d like - it just must capture the essence!</div>
<div class="demo">
<ul id="lightSlider3">
<li data-thumb="public/images/cssart/3-pika.png">
<a href="https://codepen.io/LeafDragon/full/gvGovR">
<img src="public/images/cssart/3-pika.png" alt="">
</a>
<div class="caption">CSS Cartoon/Anime Challenge ピカチュー by fdip123496cq0</div>
</li>
<li data-thumb="public/images/cssart/3-mickey.png">
<a href="https://codepen.io/gina812/full/oEoejR">
<img src="public/images/cssart/3-mickey.png" alt="">
</a>
<div class="caption">Mickey by gina812</div>
</li>
<li data-thumb="public/images/cssart/3-lumpy.png">
<a href="https://codepen.io/MonicaJeanB/full/XZZrVv">
<img src="public/images/cssart/3-lumpy.png" alt="">
</a>
<div class="caption">Lumpy Space Princess - Adventure Time by monica.j.beauchampuv</div>
</li>
<li data-thumb="public/images/cssart/3-buttercup.png">
<a href="https://codepen.io/lieberkde7rj/full/eVRjwX">
<img src="public/images/cssart/3-buttercup.png" alt="">
</a>
<div class="caption">Buttercup from the Powerpuff Girls by lieberkde7rj</div>
</li>
<li data-thumb="public/images/cssart/3-darwin.png">
<a href="https://codepen.io/Maeb/full/QQQbOB">
<img src="public/images/cssart/3-darwin.png" alt="">
</a>
<div class="caption">Darwin Watterson by maebee2319</div>
</li>
<li data-thumb="public/images/cssart/3-kuriboh.png">
<a href="https://codepen.io/markopolo91/full/YeewNM">
<img src="public/images/cssart/3-kuriboh.png" alt="">
</a>
<div class="caption">Pure CSS Kuriboh by markopolo91</div>
</li>
<li data-thumb="public/images/cssart/3-fanplanet.png">
<a href="https://codepen.io/remenapp/full/qxpbVG">
<img src="public/images/cssart/3-fanplanet.png" alt="">
</a>
<div class="caption">Fantastic Planet by remenapp</div>
</li>
<li data-thumb="public/images/cssart/3-mickey2.png">
<a href="https://codepen.io/donimathis/full/MQpVOR">
<img src="public/images/cssart/3-mickey2.png" alt="">
</a>
<div class="caption">Mickey by donimathis</div>
</li>
<li data-thumb="public/images/cssart/3-dexter.png">
<a href="https://codepen.io/brendanpettis/full/aqGeJJ">
<img src="public/images/cssart/3-dexter.png" alt="">
</a>
<div class="caption">Dexter’s Laboratory by codemetheus</div>
</li>
<li data-thumb="public/images/cssart/3-totoro.png">
<a href="https://codepen.io/alexh921/full/parPPj">
<img src="public/images/cssart/3-totoro.png" alt="">
</a>
<div class="caption">Totoro by eagle92190</div>
</li>
</ul>
</div>
<div class="challenge-title section">Challenge 4 - DINOSAURS!!! </div>
<div class="challenge-disc">Create an image or scene via CSS that is related to dinosaurs. It can be any style you’d like, or maybe you
want to replicate a dinosaur and/or element exactly! It doesn’t have to be taken in the literal sense
either. Incorporate this topic however abstractly or creatively you’d like - it just must capture the
essence!
</div>
<div class="demo">
<ul id="lightSlider4">
<li data-thumb="public/images/cssart/4-Mibeauchamp.png">
<a href=https://codepen.io/MonicaJeanB/full/vRELJE/>
<img src="public/images/cssart/4-Mibeauchamp.png">
</a>
<div class="caption">Clever Girl by MJ Beauchampuv</div>
<li data-thumb="public/images/cssart/4-Danielle.png">
<a href=https://codepen.io/lieberkde7rj/full/dmyKOv/>
<img src="public/images/cssart/4-Danielle.png">
</a>
<div class="caption">T-Rex by lieberkde7rj</div>
</li>
<li data-thumb="public/images/cssart/4-Julia.png">
<a href=https://codepen.io/juliach/full/eVqzpV/>
<img src="public/images/cssart/4-Julia.png">
</a>
<div class="caption"> CSS Triceratops by Julia Chistiakova</div>
</li>
<li data-thumb="public/images/cssart/4-Morgen.png">
<a href=https://codepen.io/Maeb/full/EExoGq/>
<img src="public/images/cssart/4-Morgen.png">
</a>
<div class="caption">Ankylosaurus by maebee2319</div>
</li>
<li data-thumb="public/images/cssart/4-FrankDip.png">
<a href=https://codepen.io/LeafDragon/full/OQYWQO/>
<img src="public/images/cssart/4-FrankDip.png">
</a>
<div class="caption">CSS Dinosaur Challenge by fdip123496cq0</div>
</li>
<li data-thumb="public/images/cssart/4-Yuka.png">
<a href=https://codepen.io/quiwah/full/RQXLLq/>
<img src="public/images/cssart/4-Yuka.png">
</a>
<div class="caption">Popsaurus by yuka.mullen</div>
</li>
<li data-thumb="public/images/cssart/4-Mark.png">
<a href="https://codepen.io/markopolo91/full/YaKGyw">
<img src="public/images/cssart/4-Mark.png">
</a>
<div class="caption">SVG/CSS Baby Dinosaur by markopolo91</div>
</li>
<li data-thumb="public/images/cssart/4-Erica.png">
<a href=https://codepen.io/JavaScriptErika/full/OvPdyj/>
<img src="public/images/cssart/4-Erica.png">
</a>
<div class="caption">SVG Dinosaur with Juice and Cookies by erika_ritter</div>
</li>
</ul>
</div>
<div class="challenge-title section">Challenge 5 - UI Site element</div>
<div class="challenge-disc">Create a UI element via CSS/SVG - it can be your pick, anything from a loader, input field, toggle, menu,
accordian, image carousal, button, etc. It can be any style you’d like! DO SOMETHING CREATIVE with it.
What can you do to add in a special spark? What UX can you add to a form or button that’s creative and
refreshing? Incorporate this topic however abstractly or creatively you’d like </div>
<div class="demo">
<ul id="lightSlider5">
<li data-thumb "public/images/cssart/5-FrankDip.png">
<a href="https://codepen.io/LeafDragon/full/yKNvWW">
<img src="public/images/cssart/5-FrankDip.png" alt="">
</a>
<div class="caption">CSS SVG UI Site Element Challenge by fdip123496cq0 </div>
</li>
<li data-thumb "public/images/cssart/5-Morgen.png">
<a href="https://codepen.io/Maeb/full/OvgWEa">
<img src="public/images/cssart/5-Morgen.png" alt="">
</a>
<div class="caption">MovieTime by maebee2319</div>
</li>
<li data-thumb "public/images/cssart/5-Yuka.png">
<a href="https://codepen.io/quiwah/full/gexBma">
<img src="public/images/cssart/5-Yuka.png" alt="">
</a>
<div class="caption">DayNight Switch by yuka.mullen</div>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- ====================== MASTER SECTION ============= -->
<!-- ====================== FOOTER ============= -->
<footer id="footer">
<div class="master-footer text-center">
<nav>
<ul class="list-inline">
<li class="list-inline-item">
<a href="index.html" title="Home">Home</a>
</li>
<li class="list-inline-item">
<a href="yearbook.html" title="Yearbook">Yearbook</a>
</li>
<li class="list-inline-item">
<a href="resources.html" title="Resources">Resources</a>
</li>
<li class="list-inline-item">
<a href="cssart.html" title="CSS Art Projects">CSS Art Projects</a>
</li>
<li class="list-inline-item">
<a href="geolocation.html" title="GROW Geolocation Map">Geolocation</a>
</li>
<li class="list-inline-item">
<a href="about.html" title="About">About</a>
</li>
</ul>
</nav>
<p>
© 2018 Udacity: Grow with Google Front End Scholars
</p>
</div>
</footer>
<!-- ====================== END FOOTER ============= -->
<!-- ====================== RETURN TO TOP ============= -->
<!-- Return to Top -->
<div>
<a href="javascript:" id="return-to-top">
<i class="fa fa-angle-up"></i>
</a>
</div>
<!-- ====================== END RETURN TO TOP ============= -->
<!-- ====================== END MASTER SECTION ============= -->
<!-- ====================== MASTER SECTION ============= -->
<!-- ======== jQuery first, then Popper.js, then Bootstrap JS | BOOTSTRAP AND PROJECT SCRIPTS AT THE FOOTER ========= -->
<!-- Non-slimed version. Slimmed version missing common used features -->
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
<script src="public/scripts/classProject.js"></script>
<!-- ================= INCLUDING OF SCRIPT FILES END HERE ===================== -->
<!-- ====================== END MASTER SECTION ============= -->
<!-- ======== PAGE SPECIFIC JAVASCRIPT ========= -->
<script src="public/scripts/cssart.js"></script>
<script src="public/lib/lightslider.js"></script>
<script type="text/javascript">
$(document).ready(function () {
$("#lightSlider").lightSlider({});
$("#lightSlider2").lightSlider({});
$("#lightSlider3").lightSlider({});
$("#lightSlider4").lightSlider({});
$("#lightSlider5").lightSlider({});
});
</script>
<!-- ===================== END PAGE SPECIFIC JAVASCRIPT ========= -->
</body>
</html>