-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
609 lines (507 loc) · 28 KB
/
index.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-6K0R29GN3Z"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-6K0R29GN3Z');
</script>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Elevate the Streets</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Jost:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
<link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top ">
<div class="container d-flex align-items-center">
<a href="index.html" class="logo mr-auto"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>
<nav class="nav-menu d-none d-lg-block">
<ul>
<li class="active"><a href="index.html">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#why-us">Workshop</a></li>
<li><a href="#outreach">Outreach</a></li>
<li><a href="#skills">Online</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav><!-- .nav-menu -->
<a href="#contact" class="get-started-btn scrollto">Reach out to us</a>
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="d-flex align-items-center">
<section class="showcase">
</div>
<div class="content">
<br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br>
</div>
</section>
<div class="container">
<div class="row">
<!-- <video src="ets.mp4" autoplay muted loop></video> -->
<div class="col-lg-6 d-flex flex-column justify-content-center pt-4 pt-lg-0 order-2 order-lg-1" data-aos="fade-up" data-aos-delay="200">
<h1>What can street subcultures do to empower youth in our community?</h1>
</div>
<div class="col-lg-6 order-1 order-lg-2 hero-img" data-aos="zoom-in" data-aos-delay="200">
<img src="assets/img/etsmain.png" class="img-fluid animated" alt="">
</div>
</div>
</div>
</section><!-- End Hero -->
<main id="main">
<!-- ======= Partners Section ======= -->
<section id="cliens" class="cliens section-bg">
<div class="container">
<br>
<h5> Our partners and as seen in</h5>
<div class="row" data-aos="zoom-in">
<div class="col-lg-2 col-md-4 col-6 d-flex align-items-center justify-content-center">
<img src="assets/img/clients/bcs.png" class="img-fluid" alt="">
</div>
<div class="col-lg-2 col-md-4 col-6 d-flex align-items-center justify-content-center">
<img src="assets/img/clients/trybe.png" class="img-fluid" alt="">
</div>
<div class="col-lg-2 col-md-4 col-6 d-flex align-items-center justify-content-center">
<img src="assets/img/clients/zaobao.png" class="img-fluid" alt="lianhezaobao">
</div>
<div class="col-lg-2 col-md-4 col-6 d-flex align-items-center justify-content-center">
<img src="assets/img/clients/artsrepublic.png" width ="200%" alt="arts republic">
</div>
<div class="col-lg-2 col-md-4 col-6 d-flex align-items-center justify-content-center">
<img src="assets/img/clients/nvpc.png" class="img-fluid" alt="nvpc">
</div>
<div class="col-lg-2 col-md-4 col-6 d-flex align-items-center justify-content-center">
<img src="assets/img/clients/hhfest.png" class="img-fluid" alt="NYC hiphop film festival 2020">
</div>
</div>
</div>
</section><!-- End Cliens Section -->
<!-- ======= About Us Section ======= -->
<section id="about" class="about">
<div class="container" data-aos="fade-up">
<div class="row content">
<div class="col-md-7 order-md-2">
<h4>what we're about</h4><br>
<h2 class="featurette-heading"> Elevate the streets is a movement to uplift street subcultures</h2><br>
<p class ="lead">
We are bboys, parkour artists, DJs. We believe subcultures can be a force for good for our community. Through partnerships with schools and social services, we find ways to bridge the gap between society and the streets.
<br><br>
To the young-at-heart and the ones passionate about the arts, we welcome you to <b>elevate the streets</b>
<br><br>
<u><a href="about.html">MORE ABOUT US</a></u>
</p>
<ul>
<!-- <li><i class="ri-check-double-line"></i> t</li> -->
</ul>
</div>
<div class="col-md-3 order-md-1">
<img class="featurette-image img-fluid mx-auto" img src="assets/img/stairs.png" width ="100%" alt="ETS Stairs">
</div>
<p>
</p>
</div>
</div>
</section><!-- End About Us Section -->
<!-- ======= What we do (1) ======= -->
<section id="why-us" class="why-us section-bg">
<div class="container" data-aos="fade-up">
<div class="row">
<div class="col-md-7">
<h4>What we do</h4><br>
<h2 class="featurette-heading">We partner with youth organisations to deliver <span class="text-muted">workshops</span> and <span class="text-muted">mentorships</span> rooted in street subcultures.</h2><br>
<p class="lead">Our facilitator-led workshops are designed for individual engagement, so that each facilitator can engage the youths as a mentor and a peer while teaching street skills such as breaking or graffiti.
<br><br>
<u><a href="workshops.html">SEE PAST WORKSHOPS HERE</a></u>
</p>
</div>
<div class="col-md-5">
<img class="featurette-image img-fluid mx-auto" img src="assets/img/houseextra.png" width ="90%" alt="ETS House">
</div>
</div>
</section>
<!-- End Why Us Section -->
<!-- ======= What we do (2) ======= -->
<section id="what-do" class="why-us section-bg">
<div class="container" data-aos="fade-up">
<div class="row">
<div class="col-md-7">
<h4>what we do</h4><br>
<h2 class="featurette-heading">We organise meaningful and exciting events to continue building our subcultural communities.</span> rooted in street subcultures.</h2><br>
<p class="lead">Bridging goes both ways. As we engage youths, we continue to contribute to the culture by organising fresh events.
<br><br>
</p>
</div>
<div class="col-md-4">
<h4>ETS 2019 JAM RECAP</h4>
<img class="featurette-image img-fluid mx-auto" img src="assets/img/2019recap.png" alt="ETS jam">
<br><br>
<u><p class="lead"><a href="https://www.youtube.com/playlist?list=PLRwFXR-JhnqJeZyVyQ_QLnpwSJ1K19Poy">CHECK OUT MORE EVENT FOOTAGE</a></p></u>
</div>
</div>
</section>
<!-- End Why Us Section -->
<!-- ======= Skills Section ======= -->
<section id="skills" class="skills" background="blue">
<div class="container" data-aos="fade-up">
<div class="row">
<div class="col-lg-6 d-flex align-items-center" data-aos="fade-right" data-aos-delay="100">
<img src="assets/img/etsonline.png" class="img-fluid" alt="">
</div>
<div class="col-lg-6 pt-4 pt-lg-0 content" data-aos="fade-left" data-aos-delay="100">
<h4>what we do</h4>
<p class="font-italic">
<h2 class="featurette-heading"> We continue to elevate through online platforms, in this new normal. </h2><br>
<p class="lead">To continue to meaningfully engage youths and subcultural communities during the pandemic, 2020 has seen us adapt to meet the times with a diversity of digital projects.</p>
<br><br>
<p class="lead"><u><a href="online.html">OUR ONLINE EFFORTS</a></u></p>
</div>
</div>
</div>
</section>
<!-- End Skills Section -->
<section id="outreach" class="outreach">
<div class="container" data-aos="fade-up">
<div class="row content">
<div class="col-md-7 order-md-2">
<h4>what we do</h4><br>
<h2 class="featurette-heading"> We connect with like-minded communities overseas and engage them through outreach.</h2><br>
<p class ="lead">
As we enrich our understanding and appreciation of what we do through overseas outreach, we give back by supporting them in our own ways.
<br><br>
<u><a href="outreach.html">LEARN MORE ABOUT OUTREACH</a></u>
</p>
<ul>
<!-- <li><i class="ri-check-double-line"></i> t</li> -->
</ul>
</div>
<div class="col-md-5 order-md-2">
<img class="featurette-image img-fluid" img src="assets/img/outreach.png" alt="ETS Stairs">
</div>
<p>
</p>
</div>
</div>
</section><!-- End Outreach Section -->
<!-- ======= Services Section ======= -->
<section id="services" class="services section-bg">
<div class="container" data-aos="fade-up">
<div class="section-title">
<p>ETS in the news</p>
<h4>what people are saying</h4>
</div>
<div class="row">
<div class="col-xl-3 col-md-6 d-flex align-items-stretch" data-aos="zoom-in" data-aos-delay="100">
<div class="icon-box">
<img src = 2019team.png width="100%">
<h4><a href="https://artsrepublic.sg/backstage/interview-with-michael-ng-engaging-at-risk-youths-through-dance-and-graffiti/">Artsrepublic.sg: Engaging at risk youths through dance & graffiti</a></h4>
<br>
<p>“The inaugural Elevate the Streets dance jam aims to spread awareness on how hip-hop can make a positive impact”</p>
<p></p>
</div>
</div>
<div class="col-xl-3 col-md-6 d-flex align-items-stretch mt-4 mt-md-0" data-aos="zoom-in" data-aos-delay="200">
<div class="icon-box">
<img src = assets/img/etsnvpc.jpg width="100%">
<h4><a href="https://www.facebook.com/CityofGoodSG/posts/1684294088392935">Feature by National Volunteer & Philanthrophy Centre</a></h4>
<br>
<p>“Through their values-oriented hip-hop programmes and events, they impart life lessons to youths.”</p>
</div>
</div>
<div class="col-xl-3 col-md-6 d-flex align-items-stretch mt-4 mt-xl-0" data-aos="zoom-in" data-aos-delay="300">
<div class="icon-box">
<img src = assets/img/HHFF.png width="100%">
<h4><a href="">Official Selection at Hiphop Film Festival NYC 2020</a></h4>
<br>
<p>"THE ELEVATE THE STREETS INITIATIVE (2019)" - A micro-documentary selected for an international film festival.</p>
</div>
</div>
<div class="col-xl-3 col-md-6 d-flex align-items-stretch mt-4 mt-xl-0" data-aos="zoom-in" data-aos-delay="400">
<div class="icon-box">
<img src = assets/img/zaobao.jpeg width="100%">
<h4><a href="https://www.facebook.com/102785401096035/posts/305043177536922/">Lianhe Zaobao: Using breaking & graffiti to nuture youths</a></h4>
<br>
<p>“... allowing youths to partake in these subcultural activities may not necessarily be a bad thing. In fact, it can even be a really powerful tool to influence and effect positive changes in society."</p>
</div>
</div>
</div>
</div>
</section><!-- End Services Section -->
<!-- ======= Cta Section ======= -->
<section id="cta" class="cta">
<div class="container" data-aos="zoom-in">
<div class="row">
<div class="col-lg-9 text-center text-lg-left">
<h3>Interested to join our team?</h3>
</div>
<div class="col-lg-3 cta-btn-container text-center">
<a class="cta-btn align-middle" href="#contact">Reach out to us</a>
</div>
</div>
</div>
</section><!-- End Cta Section -->
<!-- ======= Portfolio Section ======= -->
<section id="portfolio" class="portfolio">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h4>Our Work at a Glance</h4>
<p>Our interactions with our beneficiaries and street subcultures</p>
</div>
<ul id="portfolio-flters" class="d-flex justify-content-center" data-aos="fade-up" data-aos-delay="100">
<li data-filter="*" class="filter-active">All</li>
<li data-filter=".filter-app">Workshops</li>
<li data-filter=".filter-card">Online</li>
<li data-filter=".filter-web">Events</li>
</ul>
<div class="row portfolio-container" data-aos="fade-up" data-aos-delay="200">
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<div class="portfolio-img"><img src="assets/img/portfolio/portfolio-1.jpg" class="img-fluid" alt=""></div>
<div class="portfolio-info">
<h4>Bethesda Care Services' Family Camp 2019</h4>
<p>Michael, founder of ETS, teaching youths to be confident and daring through handstands</p>
<a href="assets/img/portfolio/portfolio-1.jpg" data-gall="portfolioGallery" class="venobox preview-link" title="App 1"><i class="bx bx-plus"></i></a>
<a href="portfolio-details.html" class="details-link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-web">
<div class="portfolio-img"><img src="assets/img/portfolio/portfolio-2.jpg" class="img-fluid" alt=""></div>
<div class="portfolio-info">
<h4>Live Graffiti</h4>
<p>Local graffiti artist, Syafiq Noor, giving a live demonstration and offering participants a chance to try</p>
<a href="assets/img/portfolio/portfolio-2.jpg" data-gall="portfolioGallery" class="venobox preview-link" title="Web 3"><i class="bx bx-plus"></i></a>
<a href="portfolio-details.html" class="details-link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<div class="portfolio-img"><img src="assets/img/portfolio/bcs_finalday.png" class="img-fluid" alt=""></div>
<div class="portfolio-info">
<h4>Uprock Programme with BCS</h4>
<p>The last session of our 6-week Bboy Workshop with Bethesda Care Services (BCS)</p>
<a href="assets/img/portfolio/bcs_finalday.png" data-gall="portfolioGallery" class="venobox preview-link" title="App 2"><i class="bx bx-plus"></i></a>
<a href="portfolio-details.html" class="details-link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-card">
<div class="portfolio-img"><img src="assets/img/portfolio/etsIMH.png" class="img-fluid" alt=""></div>
<div class="portfolio-info">
<h4>ETS x IMH Online Performance 2020</h4>
<p>Bringing together bboys and bgirls to spread the love for dance during one of the birthday celebrations at the Institute of Mental Health (IMH)</p>
<a href="assets/img/portfolio/etsIMH.png" data-gall="portfolioGallery" class="venobox preview-link" title="Card 2"><i class="bx bx-plus"></i></a>
<a href="portfolio-details.html" class="details-link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-web">
<div class="portfolio-img"><img src="assets/img/portfolio/BCS_graftour2 1.png" class="img-fluid" alt=""></div>
<div class="portfolio-info">
<h4>Graffiti Workshop and Mural Hunt</h4>
<p>We designed and executed a graffiti introduction for some of the youths under the care of BCS</p>
<a href="assets/img/portfolio/BCS_graftour2 1.png" data-gall="portfolioGallery" class="venobox preview-link" title="Web 2"><i class="bx bx-plus"></i></a>
<a href="portfolio-details.html" class="details-link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<div class="portfolio-img"><img src="assets/img/portfolio/Trybe_Zahran 1.png" class="img-fluid" alt=""></div>
<div class="portfolio-info">
<h4>Partnership with Trybe Ltd</h4>
<p>The ‘Try-it-out Tuesdays’ programme within Singapore Boys’ Hostel was a chance for the boys to learn an interesting skill from external vendors within an allotted period from 6.30-8pm on Tuesdays. </p>
<a href="assets/img/portfolio/Trybe_Zahran 1.png" data-gall="portfolioGallery" class="venobox preview-link" title="App 3"><i class="bx bx-plus"></i></a>
<a href="portfolio-details.html" class="details-link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
<!-- <div class="col-lg-4 col-md-6 portfolio-item filter-card">
<div class="portfolio-img"><img src="assets/img/portfolio/portfolio-7.jpg" class="img-fluid" alt=""></div>
<div class="portfolio-info">
<h4>Card 1</h4>
<p>Card</p>
<a href="assets/img/portfolio/portfolio-7.jpg" data-gall="portfolioGallery" class="venobox preview-link" title="Card 1"><i class="bx bx-plus"></i></a>
<a href="portfolio-details.html" class="details-link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-card">
<div class="portfolio-img"><img src="assets/img/portfolio/portfolio-8.jpg" class="img-fluid" alt=""></div>
<div class="portfolio-info">
<h4>Card 3</h4>
<p>Card</p>
<a href="assets/img/portfolio/portfolio-8.jpg" data-gall="portfolioGallery" class="venobox preview-link" title="Card 3"><i class="bx bx-plus"></i></a>
<a href="portfolio-details.html" class="details-link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div> -->
<div class="col-lg-4 col-md-6 portfolio-item filter-web">
<div class="portfolio-img"><img src="assets/img/portfolio/Jam_Siach 2.png" class="img-fluid" alt=""></div>
<div class="portfolio-info">
<h4>ETS Jam 2019</h4>
<p>Bboy Siach, a member of ETS, tearing the dance floor at our inaugural jam</p>
<a href="assets/img/portfolio/Jam_Siach 2.png" data-gall="portfolioGallery" class="venobox preview-link" title="Web 3"><i class="bx bx-plus"></i></a>
<a href="portfolio-details.html" class="details-link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
</div>
</section><!-- End Portfolio Section -->
<!-- ======= Team Section ======= -->
<section id="team" class="team section-bg">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h4>Our Team</h4>
<p>People behind the initiative</p>
</div>
<div class="row">
<div class="col-lg-6">
<div class="member d-flex align-items-start" data-aos="zoom-in" data-aos-delay="100">
<div class="pic"><img src="assets/img/team/mike.png" class="img-fluid" alt="Michael Ng Ming Kai"></div>
<div class="member-info">
<h4>Michael Ng Ming Kai</h4>
<span>Co-founder</span>
<p>Conceptualizing and executing the initative since 2019</p>
<div class="social">
<a href=""><i class="ri-instagram-fill"></i></a>
<a href=""> <i class="ri-linkedin-box-fill"></i> </a>
</div>
</div>
</div>
</div>
<div class="col-lg-6 mt-4 mt-lg-0">
<div class="member d-flex align-items-start" data-aos="zoom-in" data-aos-delay="200">
<div class="pic"><img src="assets/img/team/kh.png" class="img-fluid" alt="Lee Kah How"></div>
<div class="member-info">
<h4>Lee Kah How</h4>
<span>Co-founder</span>
<p>Curriculum Development and anything tech-related</p>
<div class="social">
<a href=""><i class="ri-instagram-fill"></i></a>
<a href=""> <i class="ri-linkedin-box-fill"></i> </a>
</div>
</div>
</div>
</div>
<div class="col-lg-6 mt-4">
<div class="member d-flex align-items-start" data-aos="zoom-in" data-aos-delay="300">
<div class="pic"><img src="assets/img/team/yx.jpeg" class="img-fluid" alt="See Yong Xin"></div>
<div class="member-info">
<h4>See Yong Xin</h4>
<span>Curriculum Designer</span>
<p>Planning structured lessons for our beneficiaries</p>
<div class="social">
<a href=""><i class="ri-instagram-fill"></i></a>
<a href=""> <i class="ri-linkedin-box-fill"></i> </a>
</div>
</div>
</div>
</div>
<div class="col-lg-6 mt-4">
<div class="member d-flex align-items-start" data-aos="zoom-in" data-aos-delay="400">
<div class="pic"><img src="assets/img/team/sjr.png" class="img-fluid" alt=""></div>
<div class="member-info">
<h4>Syafiq Junior</h4>
<span>Subculture Liaision</span>
<p>Sustaining meaningful partnerships with street subcultures</p>
<div class="social">
<!-- <a href=""><i class="ri-twitter-fill"></i></a>
<a href=""><i class="ri-facebook-fill"></i></a> -->
<a href=""><i class="ri-instagram-fill"></i></a>
<a href=""> <i class="ri-linkedin-box-fill"></i> </a>
</div>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Team Section -->
<!-- ======= Contact Section ======= -->
<section id="contact" class="contact">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h4>Contact</h4>
</div>
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSfpEu9e1R_YwJkFeBagpOtugLJEDrLlB3u_qQmDzNYqbFN-Lg/viewform?embedded=true" width="100%" height="800" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe> </main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-newsletter">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6">
<h4>Check out our publication</h4>
<a href="https://medium.com/elevate-the-streets" class="lead">ETS Medium Page</a>
</div>
</div>
</div>
</div>
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 footer-contact">
<h3>ETS</h3>
</p>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Featured in</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="https://artsrepublic.sg/backstage/interview-with-michael-ng-engaging-at-risk-youths-through-dance-and-graffiti/">Arts Republic</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="https://www.facebook.com/102785401096035/posts/305043177536922/">Lian He Zaobao</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="https://www.facebook.com/CityofGoodSG/posts/1684294088392935">NVPC</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">International Hip Hop Film Festival</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Our Work</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="#">4-6 Week Bboy Workshops</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Bboy Mentorships</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Events</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Social</h4>
<div class="social-links mt-3">
<a href="https://medium.com/elevate-the-streets" class="medium"><i class="bx bxl-medium"></i></a>
<a href="https://www.facebook.com/elevatethestreets/" class="facebook"><i class="bx bxl-facebook"></i></a>
<a href="https://instagram.com/elevatethestreets" class="instagram"><i class="bx bxl-instagram"></i></a>
<!-- <a href="#" class="google-plus"><i class="bx bxl-skype"></i></a>
<a href="#" class="linkedin"><i class="bx bxl-linkedin"></i></a>-->
</div>
</div>
</div>
</div>
</div>
<div class="container footer-bottom clearfix">
<div class="copyright">
© Copyright <strong><span>ETS</span></strong>. All Rights Reserved
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top"><i class="ri-arrow-up-line"></i></a>
<div id="preloader"></div>
<!-- Vendor JS Files -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/waypoints/jquery.waypoints.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>