-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
619 lines (525 loc) · 32.9 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
610
611
612
613
614
615
616
617
618
619
<!DOCTYPE HTML>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS Stylesheet-->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS" crossorigin="anonymous">
<link rel="stylesheet" href="main.css">
<link href="https://fonts.googleapis.com/css?family=Barlow+Condensed" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="scripts.js"></script>
</head>
<body>
<!-- Page Container -->
<!-- Jumbotron -->
<div class="jumbotron jumbotron-fluid">
<nav class="navbar navbar-expand-lg navbar-dark mb-5">
<div class="container justify-content-end">
<a class = "navbar-brand" href="#">
<img src="./images/Logo (3).png" with="30" height="30" alt="Industry4.0">
</a>
<button class="navbar-toggler" data-toggle="collapse" data-target="#navbarNav"><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="#home">HOME</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">ABOUT</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#sponsor">SPONSORSHIP</a>
</li class="nav-item">
<li class="nav-item">
<a class="nav-link" href="#questions">FAQ</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#our_team">OUR TEAM</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container mb-5 mt-5">
<div class="row align-items-center justify-content-center">
<h1 class="display-2 mt-5 text-center text-white">INDUSTRY 4.0</h1>
</div>
<div class="row align-items-center justify-content-center m-2">
<p class="lead text-center text-white">It's All About the Data</p>
</div>
<div class="row align-items-center justify-content-center">
<a href="https://docs.google.com/forms/d/e/1FAIpQLSeyy20H3TdtxbNJQCk4nrAW-h3KjuNju8nW193q276bGiulZw/viewform?usp=send_form" class="btn btn-primary" role="button" aria-pressed="true">SIGN UP</a>
</div>
</div>
</div>
<!-- End of Jumbotron -->
<!-- Video -->
<div class="container mt-5 mb-5">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="./industry_video.mp4" allowfullscreen></iframe>
</div>
</div>
<!-- End of Video -->
<!--Countdown Timer-->
<div class="container mt-5 mb-5 justify-content-center" id="home">
<div class="container p-5 shadow bg-white rounded">
<div class="row m-3 justify-content-center">
<h3 class="text-center" id="fontColour">COMPETITION STARTS IN</h3>
</div>
<!-- Countdown Timer -->
<div class="row justify-content-center" >
<div class="col-sm m-1" id="clockdiv">
<p class="lead text-center" id="days"></p>
<p class="lead text-center">Days</p>
</div>
<div class="col-sm m-1" id="clockdiv">
<p class="lead text-center" id="hours"></p>
<p class="lead text-center">Hours</p>
</div>
<div class="col-sm m-1" id="clockdiv">
<p class="lead text-center" id="minutes"></p>
<p class="lead text-center">Minutes</p>
</div>
<div class="col-sm m-1" id="clockdiv">
<p class="lead text-center" id="seconds"></p>
<p class="lead text-center">Seconds</p>
</div>
</div>
</div>
</div>
<!--About the I4 Challenge-->
<div class="container mt-5" id="about">
<div class="row justify-content-center align-items-center">
<h2 class="text-center p-5" id="borders">ABOUT THE I4 CHALLENGE</h2>
</div>
<div class="row">
<div class="col-lg">
<h4 class="p-1" id="fontColour">WHAT IS IT?</h4>
<p class="lead text pt-3 pb-3">The I4 Challenge is a high school level data-driven competition run by students at the University of Waterloo. The name comes from what is known as the fourth industrial revolution, involving the computerization of manufacturing and increase in big data and analytics.</p>
<h4 class="p-1" id="fontColour">WHO CAN PARTICIPATE?</h4>
<p class="lead text pt-3 pb-3">This competition will allow grade eleven and grade twelve students to learn about management engineering concepts including data analytics, operations research and critical thinking.</p>
<h4 class="p-1" id="fontColour">WHEN IS IT?</h4>
<p class="lead text pt-3 pb-3">The first competition will run on February 8, 2019 from 8:00am - 4:00pm via our online competition platform.</p>
<h4 class="p-1" id="fontColour">WHAT WILL I LEARN?</h4>
<p class="lead text pt-3 pb-3">Through our one-day competition, you will be tested and improve on your analytical, time management and optimization skills!</p>
<h4 class="p-1" id="fontColour">WHAT CAN I EXPECT?</h4>
<p class="lead text pt-3 pb-3">This year’s day-long competition will take teams of 3-5 students through part of a manufacturing process, analyzing a section of the production line. Teams will be provided visuals (video, blueprint) and data from the line and will be asked to use an engineering approach to analyze the process, layout, and efficiency. They will then prepare a short report with their analysis and a PowerPoint presentation with their recommendations for how the plant management can improve the area.
<br><br>The competition is formatted such that there will be several milestones released on our competition platform throughout the day of the competition. Student teams will work on the milestone deliverables and submit them through our online competition platform by the specified deadlines. There will also be advisor check-ins twice during the competition, once in the morning and once in the afternoon.</p>
</div>
</div>
</div>
<!--End of About the I4 Challenge-->
<!-- ABOUT US -->
<div class="container" id="body_change">
<div class="row justify-content-center p-4">
<h2 class="display-4 text-center p-4" id="headerBF">About Us</h2>
</div>
</div>
<div class="container shadow p-5 mb-5" id="body_change">
<div class="row align-items-center">
<div class="col-sm">
<img src="images/teamphoto.png" class="img-fluid">
</div>
<div class="col-sm">
<p class="lead">In the Winter 2017 term, the 2021 Class of Management Engineering students started the formation of the Industry 4.0 Team. The team is advised by Professor Kenneth N. McKay, Department of Management Sciences, Faculty of Engineering, University of Waterloo.</p>
</div>
</div>
</div>
<!-- END OF ABOUT US -->
<!--IMAGE -->
<div class="container-fluid " id="fluidimage">
<div class="row justify-content-center pt-5">
<h1 class="display-4 text-white mt-5 pt-5 pb-2 text-center">Interested in Sponsoring?</h1>
</div>
<div class="row justify-content-center pb-5">
<a href="mailto:[email protected]" class="btn btn-primary" role="button" aria-pressed="true">CONTACT US</a>
</div>
</div>
<!-- End of Jumbotron 2 -->
<!-- Our Sponsors -->
<div class="container mt-4 mb-4 pb-4" id="sponsor">
<div class="row justify-content-center p-4">
<h2 class="display-4 text-center p-4" id="headerBF">Our Sponsors</h2>
</div>
<div class="row justify-content-center align-items-center">
<div class="col-md-6 align-self-center text-center pt-3">
<img src="images/oculys.png" class="img-fluid pb-5">
</div>
</div>
<div class="row justify-content-center align-items-center pt-5">
<div class="col-md-3 align-self-center text-center">
<img src="images/weef.png" class="img-fluid p-4">
</div>
<div class="col-md-3 align-self-center text-center">
<img src="images/Engsoc.png" class="img-fluid p-4">
</div>
<div class="col-md-3 align-self-center text-center">
<img src="images/majik.png" class="img-fluid p-4">
</div>
</div>
</div>
<!-- END OF SPONSORS-->
<!--IMAGE -->
<div class="container-fluid mt-5" id="contact-us">
<div class="row justify-content-center pt-5">
<h1 class="display-4 text-white mt-5 pt-5 pb-2 text-center">QUESTIONS?</h1>
</div>
<div class="row justify-content-center pb-5">
<a href="mailto:[email protected]" class="btn btn-primary" role="button" aria-pressed="true">CONTACT US</a>
</div>
</div>
<!-- End of Jumbotron 2 -->
<!-- FAQ ACCORDION-->
<div class="container justify-content-center pt-5 pb-5" id="questions">
<div class="row justify-content-center">
<h1 class="display-4 text-center p-4" id="headerBF">FAQ</h1>
</div>
<div id="accordion" role="tablist">
<!--COLLAPSE 1 -->
<div class="card mb-2 bg-white shadow">
<div class="card-header" role="tab" id="heading">
<h5 class="mb-0"><a href="#collapse1" data-parent="#accordion" data-toggle="collapse" class="text-dark">When is the competition?</a></h5>
</div>
<div id="collapse1" class="collapse">
<div class="card-body">
The inaugural I4 competition will be held on February 8, 2019.
</div>
</div>
</div>
<!-- COLLAPSE 2 -->
<div class="card mb-2 bg-white shadow">
<div class="card-header" role="tab" id="heading">
<h5 class="mb-0"><a href="#collapse2" data-parent="#accordion" data-toggle="collapse" class="text-dark">Where is the competition hosted?</a></h5>
</div>
<div id="collapse2" class="collapse">
<div class="card-body">
The competition is based out of Waterloo but is run virtually. Teams will participate at their own high schools.
</div>
</div>
</div>
<!-- COLLAPSE 3 -->
<div class="card mb-2 bg-white shadow">
<div class="card-header" role="tab" id="heading">
<h5 class="mb-0"><a href="#collapse3" data-parent="#accordion" data-toggle="collapse" class="text-dark">How many people can be on a team?</a></h5>
</div>
<div id="collapse3" class="collapse">
<div class="card-body">
Teams of 4 are recommended, but teams can have 3-5 members.
</div>
</div>
</div>
<!-- COLLAPSE 4 -->
<div class="card mb-2 bg-white shadow">
<div class="card-header" role="tab" id="heading">
<h5 class="mb-0"><a href="#collapse4" data-parent="#accordion" data-toggle="collapse" class="text-dark">Can a school have more than one team?</a></h5>
</div>
<div id="collapse4" class="collapse">
<div class="card-body">
Yes, provided the teams do not share information or work together in any way.
</div>
</div>
</div>
<!-- COLLAPSE 6 -->
<div class="card mb-2 bg-white shadow">
<div class="card-header" role="tab" id="heading">
<h5 class="mb-0"><a href="#collapse6" data-parent="#accordion" data-toggle="collapse" class="text-dark">Do I need to be in a certain grade to participate?</a></h5>
</div>
<div id="collapse6" class="collapse">
<div class="card-body">
The competition is open to students in grades 11 & 12.
</div>
</div>
</div>
<!-- COLLAPSE 7 -->
<div class="card mb-2 bg-white shadow">
<div class="card-header" role="tab" id="heading">
<h5 class="mb-0"><a href="#collapse7" data-parent="#accordion" data-toggle="collapse" class="text-dark">I am a teacher, how do I sign up a team of students?</a></h5>
</div>
<div id="collapse7" class="collapse">
<div class="card-body">
To sign up a team, please complete the form <a href="https://docs.google.com/forms/d/e/1FAIpQLSeyy20H3TdtxbNJQCk4nrAW-h3KjuNju8nW193q276bGiulZw/viewform" target="_blank">here</a>.
</div>
</div>
</div>
<!-- COLLAPSE 8 -->
<div class="card mb-2 bg-white shadow">
<div class="card-header" role="tab" id="heading">
<h5 class="mb-0"><a href="#collapse8" data-parent="#accordion" data-toggle="collapse" class="text-dark">I am a high school student, how do I sign up?</a></h5>
</div>
<div id="collapse8" class="collapse">
<div class="card-body">
Students interested in participating in the competition should first get in touch with a teacher who would be willing to act as a supervisor. Your teacher supervisor must register your team <a href="https://docs.google.com/forms/d/e/1FAIpQLSeyy20H3TdtxbNJQCk4nrAW-h3KjuNju8nW193q276bGiulZw/viewform" target="_blank">here</a>.
</div>
</div>
</div>
<!-- COLLAPSE 9
<div class="card mb-2 bg-white shadow">
<div class="card-header" role="tab" id="heading">
<h5 class="mb-0"><a href="#collapse9" data-parent="#accordion" data-toggle="collapse" class="text-dark">I am a high school student, how do I sign up?</a></h5>
</div>
<div id="collapse9" class="collapse">
<div class="card-body">
Students interested in participating in the competition should first get in touch with a teacher who would be willing to act as a supervisor. Your teacher supervisor must register your team <a href="https://docs.google.com/forms/d/e/1FAIpQLScXlZ314Jp3UQFUx81-xi-quCUXnMlTHQUZpFokFjqoBM-2NA/viewform?usp=sf_link" target="_blank">here</a>.
</div>
</div>
</div> -->
<!-- COLLAPSE 10 -->
<div class="card mb-2 bg-white shadow">
<div class="card-header" role="tab" id="heading">
<h5 class="mb-0"><a href="#collapse10" data-parent="#accordion" data-toggle="collapse" class="text-dark">Who can I contact if I have questions, and how do I contact them?</a></h5>
</div>
<div id="collapse10" class="collapse">
<div class="card-body">
Please contact our outreach team at <a href="mailto:[email protected]">[email protected]</a> with any questions.
</div>
</div>
</div>
<!-- COLLAPSE 11 -->
<div class="card mb-2 bg-white shadow">
<div class="card-header" role="tab" id="heading">
<h5 class="mb-0"><a href="#collapse11" data-parent="#accordion" data-toggle="collapse" class="text-dark">Is there a registration fee?</a></h5>
</div>
<div id="collapse11" class="collapse">
<div class="card-body">
No, there are no participation fees.
</div>
</div>
</div>
<!-- COLLAPSE 12
<div class="card mb-2 bg-white shadow">
<div class="card-header" role="tab" id="heading">
<h5 class="mb-0"><a href="#collapse12" data-parent="#accordion" data-toggle="collapse" class="text-dark">Is there a registration fee?</a></h5>
</div>
<div id="collapse12" class="collapse">
<div class="card-body">
No, there are no participation fees..
</div>
</div>
</div> -->
<!-- COLLAPSE 13 -->
<div class="card mb-2 bg-white shadow">
<div class="card-header" role="tab" id="heading">
<h5 class="mb-0"><a href="#collapse13" data-parent="#accordion" data-toggle="collapse" class="text-dark">Is there a prize?</a></h5>
</div>
<div id="collapse13" class="collapse">
<div class="card-body">
Yes! We are excited to announce that Oculys is providing a grand prize of $5000 for the first place team, $3000 for second place, and $2000 for third place. In addition, the top teams will receive guaranteed co-op interviews with Majik should they choose to enrol in Management Engineering at the University of Waterloo.
</div>
</div>
</div>
<!-- COLLAPSE 14 -->
<div class="card mb-2 bg-white shadow">
<div class="card-header" role="tab" id="heading">
<h5 class="mb-0"><a href="#collapse14" data-parent="#accordion" data-toggle="collapse" class="text-dark">My company is interested in sponsoring Industry 4.0, how do we go about that?</a></h5>
</div>
<div id="collapse14" class="collapse">
<div class="card-body">
Please contact us <a href="mailto:[email protected]">here</a>. We are currently seeking financial sponsorship and industry professionals willing to act as team advisors.
</div>
</div>
</div>
<!-- COLLAPSE 15 -->
<div class="card mb-2 bg-white shadow">
<div class="card-header" role="tab" id="heading">
<h5 class="mb-0"><a href="#collapse15" data-parent="#accordion" data-toggle="collapse" class="text-dark">What skills will I gain from this competition?</a></h5>
</div>
<div id="collapse15" class="collapse">
<div class="card-body">
This competition focuses on process improvement through data analytics. It provides an opportunity to develop your problem solving, analytical, Excel, and data analysis skills, among others. While these skills are exceptionally important in engineering, they are also invaluable in many other disciplines.
</div>
</div>
</div>
<!-- COLLAPSE 16 -->
<div class="card mb-2 bg-white shadow">
<div class="card-header" role="tab" id="heading">
<h5 class="mb-0"><a href="#collapse16" data-parent="#accordion" data-toggle="collapse" class="text-dark">What is Management Engineering?</a></h5>
</div>
<div id="collapse16" class="collapse">
<div class="card-body">
Management Engineering is the study and analysis of complex systems with the goal of improving efficiency and effectiveness. In many ways it could be seen as the industrial engineering of the future, going beyond traditional settings to impact all areas of the business. From process improvement to software development, project management, operations research, data science, and more, Management Engineers are well rounded and highly successful in diverse fields.
</div>
</div>
</div>
<!-- COLLAPSE 17 -->
<div class="card mb-2 bg-white shadow">
<div class="card-header" role="tab" id="heading">
<h5 class="mb-0"><a href="#collapse17" data-parent="#accordion" data-toggle="collapse" class="text-dark">When will the winners be announced?</a></h5>
</div>
<div id="collapse17" class="collapse">
<div class="card-body">
TBD; We'll be sure to update everyone when it's confirmed.
</div>
</div>
</div>
<!-- COLLAPSE 18 -->
<div class="card mb-2 bg-white shadow">
<div class="card-header" role="tab" id="heading">
<h5 class="mb-0"><a href="#collapse18" data-parent="#accordion" data-toggle="collapse" class="text-dark">I am a UW student interested in joining the Industry 4.0 design team. How do I do that?</a></h5>
</div>
<div id="collapse18" class="collapse">
<div class="card-body">
Please contact our outreach team at <a href="mailto:[email protected]">[email protected]</a> with your name, contact info, and what you can contribute to the team, and we'll be in touch! Resumes are appreciated but not required.
</div>
</div>
</div>
</div>
</div>
<!--Our Team Jumbotron-->
<div class="container-fluid mt-5 mb-5" id="our-team">
<div class="row justify-content-center pt-5">
<h1 class="display-4 text-white m-5 p-5 text-center">OUR TEAM</h1>
</div>
</div>
<!-- End of Jumbotron 2 -->
<!-- Our Team Cards -->
<div class="container d-none d-md-block" id="our_team">
<div class="row p-4">
<div class="col-md align-items-stretch">
<div class="card h-100 m-4">
<img class="card-img-top" src="images/Chloe.jpg">
<div class="card-body">
<h4 class="card-title text-center">CHLOE DICKISON</h4>
<p class="card-text text-center">Director</p>
</div>
</div>
</div>
<div class="col-md align-items-stretch">
<div class="card h-100 m-4">
<img class="card-img-top" src="images/Zoe.jpg">
<div class="card-body">
<h4 class="card-title text-center">ZOE NAHMIASH</h4>
<p class="card-text text-center">Team Manager</p>
</div>
</div>
</div>
<div class="col-md align-items-stretch">
<div class="card h-100 m-4">
<img class="card-img-top" src="images/Nina Pic.jpg">
<div class="card-body">
<h4 class="card-title text-center">NINA DESOUZA</h4>
<p class="card-text text-center">Manager of Communications</p>
</div>
</div>
</div>
</div>
<div class="row p-4">
<div class="col-md">
<div class="card h-100 m-4">
<img class="card-img-top" src="images/Remi.jpg">
<div class="card-body">
<h4 class="card-title text-center">REMI SHAH</h4>
<p class="card-text text-center">Marketing Lead</p>
</div>
</div>
</div>
<div class="col-md">
<div class="card h-100 m-4">
<img class="card-img-top" src="images/Deanna.jpg">
<div class="card-body">
<h4 class="card-title text-center">DEANNA DANELON</h4>
<p class="card-text text-center">Marketing Lead</p>
</div>
</div>
</div>
<div class="col-md">
<div class="card h-100 m-4">
<img class="card-img-top" src="images/Hashim.jpg">
<div class="card-body">
<h4 class="card-title text-center">HASHIM VEKAR</h4>
<p class="card-text text-center">Competition Lead</p>
</div>
</div>
</div>
</div>
<div class="row p-4 justify-content-center">
<div class="col-md">
<div class="card h-100 m-4">
<img class="card-img-top" src="images/Hannah.jpg">
<div class="card-body">
<h4 class="card-title text-center">HANNAH CRANHAM</h4>
<p class="card-text text-center">Competition Designer</p>
</div>
</div>
</div>
<div class="col-md">
<div class="card h-100 m-4">
<img class="card-img-top" src="images/Sid.jpg">
<div class="card-body">
<h4 class="card-title text-center">SIDHANT VASHIST</h4>
<p class="card-text text-center">Software Lead</p>
</div>
</div>
</div>
<div class="col-md">
<div class="card h-100 m-4">
<img class="card-img-top" src="images/josh.jpg">
<div class="card-body">
<h4 class="card-title text-center">JOSHUA D'SOUZA</h4>
<p class="card-text text-center">Software Developer</p>
</div>
</div>
</div>
</div>
<div class="row p-4 justify-content-center">
<div class="col-md-4">
<div class="card h-100 m-4">
<img class="card-img-top" src="images/Fadel Pic.jpg">
<div class="card-body">
<h4 class="card-title text-center">FADEL NASEREDDIN</h4>
<p class="card-text text-center">Business Lead</p>
</div>
</div>
</div>
</div>
</div>
<br>
<!-- Our team Small Screen -->
<div class="container shadow mb-4 d-md-none p-3" id="our_team">
<div class="card">
<ul class="list-group list-group-flush">
<li class="list-group-item text-center">CHLOE DICKISON</li>
<li class="list-group-item text-center">ZOE NAHMIASH</li>
<li class="list-group-item text-center">NINA DESOUZA</li>
<li class="list-group-item text-center">REMI SHAH</li>
<li class="list-group-item text-center">DEANNA DANELON</li>
<li class="list-group-item text-center">HASHIM VEKAR</li>
<li class="list-group-item text-center">HANNAH CRANHAM</li>
<li class="list-group-item text-center">SIDHANT VASHIST</li>
<li class="list-group-item text-center">JOSHUA D'SOUZA</li>
<li class="list-group-item text-center">FADEL NASEREDDIN</li>
</ul>
</div>
</div>
<!-- C-->
<!-- End of Our Team -->
<!-- Our Team -->
<br>
<br>
<!-- End of I4 Challenge -->
<!-- End of Our Sponsors -->
<!-- Footer -->
<div class="container-fluid bg-light">
<div class="container">
<div class="row p-4 justify-content-center">
<div class="col-sm align-self-center">
<ul class="list-inline">
<a href="mailto:[email protected]" class="list-inline-item">CONTACT US</a>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSeyy20H3TdtxbNJQCk4nrAW-h3KjuNju8nW193q276bGiulZw/viewform" class="list-inline-item" target="_blank">SIGN UP</a>
</ul>
<img src="images/Logo (2).png" class="img-fluid">
</div>
<div class="col-sm align-self-center">
<ul class="social-icons text-center">
<li><a href="https://www.facebook.com/Industry4.0Team/" class="social-icon"> <i class="fa fa-facebook"></i></a></li>
<li><a href="https://www.linkedin.com/company/industry-4-0-design-team/" class="social-icon"> <i class="fa fa-linkedin"></i></a></li>
<li><a href="https://medium.com/@industry4team" class="social-icon"> <i class="fa fa-medium"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
<!-- Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
</body>