forked from randika-chathuranga/Space-Hack-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
776 lines (676 loc) · 31.4 KB
/
index.html
File metadata and controls
776 lines (676 loc) · 31.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
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
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>SPACEHACK | Inter - University Hackathon</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" type="text/css" href="assets/css/bootstrap.min.css">
<!-- Icon -->
<link rel="stylesheet" type="text/css" href="assets/fonts/line-icons.css">
<!-- Slicknav -->
<link rel="stylesheet" type="text/css" href="assets/css/slicknav.css">
<!-- Nivo Lightbox -->
<link rel="stylesheet" type="text/css" href="assets/css/nivo-lightbox.css">
<!-- Animate -->
<link rel="stylesheet" type="text/css" href="assets/css/animate.css">
<!-- Main Style -->
<link rel="stylesheet" type="text/css" href="assets/css/main.css">
<!-- Responsive Style -->
<link rel="stylesheet" type="text/css" href="assets/css/responsive.css">
</head>
<body>
<!-- Header Area wrapper Starts -->
<header id="header-wrap">
<!-- Navbar Start -->
<nav class="navbar navbar-expand-lg fixed-top scrolling-navbar">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#main-navbar"
aria-controls="main-navbar" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
<span class="icon-menu"></span>
<span class="icon-menu"></span>
<span class="icon-menu"></span>
</button>
<a href="index.html" class="navbar-brand"><span class="logo-text">SPACEHACK</span></a>
</div>
<div class="collapse navbar-collapse" id="main-navbar">
<ul class="navbar-nav mr-auto w-100 justify-content-end">
<li class="nav-item active">
<a class="nav-link" href="#header-wrap">
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="#schedules">
schedule
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#team">
JUDGE PANEL
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#sponsors">
Sponsors
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#pricing">
Awards
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#guidelines">
Guidelines
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact-map">
Contact
</a>
</li>
</ul>
</div>
</div>
<!-- Mobile Menu Start -->
<ul class="mobile-menu">
<li>
<a class="page-scrool" href="#header-wrap">Home</a>
</li>
<li>
<a class="page-scrool" href="#about">About</a>
</li>
<li>
<a class="page-scroll" href="#schedules">Schedule</a>
</li>
<li>
<a class="page-scroll" href="#team">Judge Panel</a>
</li>
<li>
<a class="page-scroll" href="#sponsors">Sponsors</a>
</li>
<li>
<a class="page-scroll" href="#pricing">Awards</a>
</li>
<li>
<a class="page-scroll" href="#guidelines">Guidelines</a>
</li>
<li>
<a class="page-scroll" href="#contact-map">Contact</a>
</li>
</ul>
<!-- Mobile Menu End -->
</nav>
<!-- Navbar End -->
<!-- Main Carousel Section Start -->
<div id="main-slide" class=" slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<!-- added two images -->
<img class="pc-cover d-none w-100" src="assets/img/slider/cover.jpg" alt="First slide">
<img class="mobile-cover w-100 d-none" src="assets/img/slider/mobile-cover.jpg" alt="First slide">
<div class="carousel-caption d-md-block">
<p class="fadeInLeft wow" data-wow-delay=".3s">Inter - University Hackathon</p>
<h1 class="wow fadeInUp heading" data-wow-delay=".2s">SPACEHACK</h1>
<p class="fadeInRight wow" data-wow-delay=".4s">TEAM UP | SOLVE | WIN</p>
<a href="https://forms.gle/2G5gc1r3insiKEnw5" target="_blank" rel="noopener noreferrer" class="fadeInLeft wow btn btn-common btn-lg"
data-wow-delay=".6s">Register</a>
<!-- <div class="btn btn-primary register-button wow fadeInDown" data-wow-delay=".8s">
<a style="font-family: SanPrancisco;">Registration Will Open<br> Soon...</a>
</div> -->
</div>
</div>
</div>
</div>
<!-- Main Carousel Section End -->
</header>
<!-- Header Area wrapper End -->
<!-- Coundown Section Start -->
<section class="countdown-timer section-padding">
<div class="container">
<div class="row text-center">
<div class="col-md-12 col-sm-12 col-xs-12">
<div class="heading-count">
<h2 class="wow fadeInDown" data-wow-delay="0.2s">Registration Will Open In</h2>
</div>
</div>
<div class="col-md-12 col-sm-12 col-xs-12">
<div class="row time-countdown justify-content-center wow fadeInUp" data-wow-delay="0.2s">
<div id="clock" class="time-count"></div>
</div>
</div>
</div>
</div>
</section>
<!-- Coundown Section End -->
<!-- About Section Start -->
<section id="about" class="section-padding">
<div class="container ">
<div class="row">
<div class="col-12">
<div class="section-title-header text-center">
<h1 class="section-title wow fadeInUp" data-wow-delay="0.2s">SpaceHack</h1>
<!-- <p class="wow fadeInDown" data-wow-delay="0.2s">Global Grand Event on Digital Design</p> -->
</div>
</div>
</div>
<div class="about-item" id="cardContent">
<div class="row">
<div class="col-xs-6 col-md-6">
<div class=videoWrapper>
<iframe width="560" height="315" src="https://www.youtube.com/embed/Lb9nyLipHP4?controls=0&vq=hd1080"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
</div>
<div id="description" class="col-xs-6 col-md-6 text-justify">
SpaceHack 2021 is an idea hackathon that has been organized by the SEDS Sabra with the collaboration of the
Students for the Exploration and Development of Space Sri Lanka (SEDS Sri Lanka) and with the Institute of
Electrical and Electronics Engineers (IEEE) Student Branch of the Sabaragamuwa University of Sri Lanka. The
hackathon is open for all the undergraduates of Sri Lanka. Participants will be exposed to Space Exploration
and related fields and can be experienced in Earth Science and Space Exploration to make a better life on
Earth through new scientific discoveries.
</div>
</div>
</div>
</section>
<!-- About Section End -->
<!-- Organized by Section Start-->
<section id="organize" >
<div class="container" >
<div class="row center">
<span class="wow fadeInUp" data-wow-delay="0.2s" >ORGANIZED BY</span>
</div>
<div class="row center ">
<img class="mr-5" src="assets/img/logo/seds-sabra.png" alt="SEDS Sabra logo" style="max-width:150px;height:auto; ">
<img class="mr-5" src="assets/img/logo/IEEE Sabra.png" alt="IEEE Sabra logo" style="max-width:150px;height:auto; ">
</div>
</div>
</section>
<!-- Organized by Section End-->
<!-- Schedule Section Start -->
<section id="schedules" class="schedule section-padding">
<div class="container">
<div class="row">
<div class="col-12">
<div class="section-title-header text-center">
<h1 class="section-title wow fadeInUp" data-wow-delay="0.2s">Event Schedules</h1>
<p class="wow fadeInDown" data-wow-delay="0.2s"></p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="main-timeline">
<div class="timeline wow fadeInLeft" data-wow-delay=".3s">
<a href="#" class="timeline-content">
<div class="timeline-year text-center pt-3">
<span class="t-year">15</span><br>
<span class="t-month">JUNE</span>
</div>
<div class="timeline-icon">
<i class="fa fa-rocket" aria-hidden="true"></i>
</div>
<h3 class="title">Registration Open</h3>
<p class="description">
Form a team and submit a proposal
</p>
</a>
</div>
<div class="timeline wow fadeInRight" data-wow-delay=".3s">
<a href="#" class="timeline-content">
<div class="timeline-year text-center pt-3">
<span class="t-year">15</span><br>
<span class="t-month">JULY</span>
</div>
<div class="timeline-icon">
<i class="fa fa-times" aria-hidden="true"></i>
</div>
<h3 class="title">Registration Close </h3>
<p class="description">
Submit your proposal on or before July 15<sup>th</sup>
</p>
</a>
</div>
<div class="timeline wow fadeInLeft" data-wow-delay=".3s">
<a href="#" class="timeline-content">
<div class="timeline-year text-center pt-3">
<span class="t-year">29</span><br>
<span class="t-month">JULY</span>
</div>
<div class="timeline-icon">
<i class="fa fa-laptop" aria-hidden="true"></i>
</div>
<h3 class="title">Stage 2</h3>
<p class="description">
15 teams with the best innovative ideas will be selected through the proposal submission
</p>
</a>
</div>
<div class="timeline wow fadeInLeft" data-wow-delay=".3s">
<a href="#" class="timeline-content">
<div class="timeline-year text-center pt-3">
<span class="t-year">19</span><br>
<span class="t-month">AUG</span>
</div>
<div class="timeline-icon">
<i class="fa fa-laptop" aria-hidden="true"></i>
</div>
<h3 class="title">Stage 3</h3>
<p class="description">
Top 5 teams will be selected to the SpaceHack finals.
</p>
</a>
</div>
<div class="timeline wow fadeInLeft" data-wow-delay=".3s">
<a href="#" class="timeline-content">
<div class="timeline-year text-center pt-3">
<span class="t-year">16</span><br>
<span class="t-month">SEP</span>
</div>
<div class="timeline-icon">
<i class="fa fa-trophy" aria-hidden="true"></i>
</div>
<h3 class="title">Winner Announcement</h3>
<p class="description">
</p>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Schedule Section End -->
<!-- Challenges section start -->
<section id="about" class="section-padding">
<div class="container">
<div class="row">
<div class="col-12">
<div class="section-title-header text-center">
<h1 class="section-title wow fadeInUp" data-wow-delay="0.2s">Challenge</h1>
</div>
</div>
</div>
<div class="about-item" id="cardContent">
<div class="row">
<div id="descriptionChalleges" class="col-xs-6 col-md-6 text-justify">
In Sri Lanka, many space enthusiasts are willing to explore space by learning space exploration concepts. But for them, there are only fewer resources to study and most of them are very complex to perceive the space exploration theories and concepts. So the challenge for you is to come up with an outstanding solution for the above challenge that can give these space exploration theories and concepts simply and creatively to the community, in a way that everyone can easily understand.
</div>
<div class="col-xs-6 col-md-6">
<div class=videoWrapper>
<iframe width="560" height="315" src="https://www.youtube.com/embed/nWbFsNZXfSk?controls=0&vq=hd1080" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</section>
<!-- Challenges section end -->
<!-- Team Section Start -->
<section id="team" class="section-padding text-center">
<div class="container">
<div class="row">
<div class="col-12">
<div class="section-title-header text-center">
<h1 class="section-title wow fadeInUp" data-wow-delay="0.2s">Judge panel</h1>
<!-- <p class="wow fadeInDown" data-wow-delay="0.2s">Global Grand Event on Digital Design</p> -->
</div>
</div>
</div>
<div class="container-fluid d-flex justify-content-center mt-5">
<div class="row team">
<div class="col-sm-6 col-md-6 col-lg-3 ">
<div class="card wow fadeInLeft judge mt-2" data-wow-delay="0.3s">
<div class="card-body text-center"> <img src="assets/img/speaker/priyan.jpg" class="rounded-circle"
width="200" height="200">
<h6 class="card-title mt-2 mb-1 font-weight-bold">Prof. S Vasanthapriyan</h6> <span
class="fs-2 mb-3 font-weight-bold">Head of the Department<br></span>
<p class="mb-3 mt-2">Department of Computing and Information Systems<br>Faculty of Applied
Sciences<br>Sabaragamuwa University of<br> Sri Lanka.</p>
<ul class="list-inline">
<li class="list-inline-item"><a href="https://www.facebook.com/svpriyan" target="_blank"><i
class="fa fa-facebook fa-2x facebook"></i></a></li>
<li class="list-inline-item"><a href="https://twitter.com/svpriyan" target="_blank"><i
class="fa fa-twitter fa-2x twitter"></i></a></li>
<li class="list-inline-item"><a
href="https://www.linkedin.com/in/svpriyan?lipi=urn%3Ali%3Apage%3Ad_flagship3_profile_view_base_contact_details%3BSGnRGCvdTMSYGVhdBD68Nw%3D%3D"
target="_blank"><i class="fa fa-linkedin fa-2x linkedin"></i></a></li>
<li class="list-inline-item"><a><i class="fa fa-google fa-2x google"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="col-sm-6 col-md-6 col-lg-3 ">
<div class="card wow fadeInUp judge mt-2" data-wow-delay="0.3s">
<div class="card-body text-center "> <img src="assets/img/speaker/ranmali.jpg" class="rounded-circle"
width="200" height="200">
<h6 class="card-title mt-2 mb-1 font-weight-bold">Dr. Ranmalee Bandara</h6> <span
class="fs-2 mb-3 font-weight-bold">Senior Lecturer</span>
<p class="mb-3 mt-2">Department of Surveying and<br> Geodesy<br>Faculty of Geomatics<br>Sabaragamuwa
University of<br> Sri Lanka.</p>
<ul class="list-inline">
<li class="list-inline-item"><a href="" target="_blank"><i
class="fa fa-facebook fa-2x facebook"></i></a></li>
<li class="list-inline-item"><a><i class="fa fa-twitter fa-2x twitter"></i></a></li>
<li class="list-inline-item"><a href="https://lk.linkedin.com/in/ranmalee-bandara-88338b34"
target="_blank"><i class="fa fa-linkedin fa-2x linkedin"></i></a></li>
<li class="list-inline-item"><a><i class="fa fa-google fa-2x google"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="col-sm-6 col-md-6 col-lg-3 ">
<div class="card wow fadeInRight judge mt-2" data-wow-delay="0.3s">
<div class="card-body text-center"> <img src="assets/img/speaker/kalinga.png" class="rounded-circle"
width="200" height="200">
<h6 class="card-title mt-2 mb-1 font-weight-bold">Mr. Kalinga Gunawardhana</h6> <span
class="fs-2 mb-3 font-weight-bold">Lecturer (prob.)</span>
<p class="mb-3 mt-2">Department of Computing and Information Systems<br>Faculty of Applied
Sciences<br>Sabaragamuwa University of<br> Sri Lanka.</p>
<ul class="list-inline">
<li class="list-inline-item"><a href="https://www.facebook.com/kalinga.g" target="_blank"><i
class="fa fa-facebook fa-2x facebook"></i></a></li>
<li class="list-inline-item"><a href="https://twitter.com/agnilak?lang=fi" target="_blank"><i
class="fa fa-twitter fa-2x twitter"></i></a></li>
<li class="list-inline-item"><a href="https://lk.linkedin.com/in/kalinga-gunawardhana-b6b36421"
target="_blank"><i class="fa fa-linkedin fa-2x linkedin"></i></a></li>
<li class="list-inline-item"><a><i class="fa fa-google fa-2x google"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="col-sm-6 col-md-6 col-lg-3 ">
<div class="card wow fadeInUp judge mt-2" data-wow-delay="0.3s">
<div class="card-body text-center "> <img src="assets/img/speaker/1595332750385 (1).jpg" class="rounded-circle"
width="200" height="200">
<h6 class="card-title mt-2 mb-1 font-weight-bold">Mr. Buddhi Kothalawala</h6> <span
class="fs-2 mb-3 font-weight-bold">Senior Software Engineer</span>
<p class="mb-3 mt-2">WSO2.<br><br><br><br><br></p>
<ul class="list-inline">
<li class="list-inline-item"><a href="https://www.facebook.com/buddhi.wathsala" target="_blank"><i
class="fa fa-facebook fa-2x facebook"></i></a></li>
<li class="list-inline-item"><a href="https://twitter.com/BuddhiWK?fbclid=IwAR3EhZRkqNTFHSOq_SyvuXLiWtxzLLmg-4mDFVzVhdpKdScZfj0PNwnK9HY" target="_blank"><i
class="fa fa-twitter fa-2x twitter"></i></a></li>
<li class="list-inline-item"><a href="https://www.linkedin.com/in/buddhi-kothalawala-6782b5115/"
target="_blank"><i class="fa fa-linkedin fa-2x linkedin"></i></a></li>
<li class="list-inline-item"><a><i class="fa fa-google fa-2x google"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Team Section End -->
<!-- Sponsors Section Start -->
<section id="sponsors" class="section-padding">
<div class="container">
<!-- <div class="row">
<div class="col-12">
<div class="section-title-header text-center">
<h1 class="section-title wow fadeInUp" data-wow-delay="0.2s">Sponsores</h1>
</div>
</div>
</div> -->
<!-- <div class="row text-center wow fadeInDown" data-wow-delay="0.3s">
<div class="col-md-3 col-sm-3 col-xs-12">
<div class="spnsors-logo">
<a href="#"><img class="img-fluid" src="assets/img/sponsors/logo-01.png" alt=""></a>
</div>
</div>
<div class="col-md-3 col-sm-3 col-xs-12">
<div class="spnsors-logo">
<a href="#"><img class="img-fluid" src="assets/img/sponsors/logo-02.png" alt=""></a>
</div>
</div>
<div class="col-md-3 col-sm-3 col-xs-12">
<div class="spnsors-logo">
<a href="#"><img class="img-fluid" src="assets/img/sponsors/logo-03.png" alt=""></a>
</div>
</div>
<div class="col-md-3 col-sm-3 col-xs-12">
<div class="spnsors-logo">
<a href="#"><img class="img-fluid" src="assets/img/sponsors/logo-04.png" alt=""></a>
</div>
</div>
</div> -->
<div class="row text-center wow fadeInDown" data-wow-delay="0.3s">
<div class="col-12">
<div class="section-title-header text-center">
<h1 class="event-partner-title wow fadeInUp " data-wow-delay="0.3s">Official Online Event Partner</h1>
</div>
<div class="row text-center wow fadeInDown mt-5" data-wow-delay="0.3s">
<img class="img-event-partner mx-auto" width="354" height="50" src="assets/img/sponsors/Hackathons.lk-Logo-Black.png" alt="">
</div>
</div>
</div>
</div>
</section>
<!-- Sponsors Section End -->
<!-- Awards Area Start -->
<section id="pricing" class="section-padding">
<div class="container">
<div class="row">
<div class="col-12">
<div class="section-title-header text-center">
<h1 class="section-title wow fadeInUp" data-wow-delay="0.2s">Awards</h1>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6 col-md-6 col-lg-6 text-center wow fadeInLeft" data-wow-delay="0.3s">
<img class="gold mx-auto" src="assets/img/gallery/gold.png" alt="">
<div class="text-center mt-2">
<span class="lkr-gold">LKR</span><br><br>
<span class="award-gold mt-2">15,000</span>
</div>
</div>
<div class="col-sm-6 col-md-6 col-lg-6 text-center wow fadeInRight" data-wow-delay="0.3s">
<img class="silver" src="assets/img/gallery/silver.png" alt="">
<div class="text-center mt-2">
<span class="lkr-silver">LKR</span><br><br>
<span class="award-silver mt-2">10,000</span>
</div>
</div>
</div>
</div>
</section>
<!-- Awards Area End -->
<!--guideline part start-->
<section id="guidelines" class="section-padding">
<div class="container">
<div class="row">
<div class="col-12">
<div class="section-title-header text-center">
<h1 class="section-title wow fadeInUp" data-wow-delay="0.2s">Event Guidelines</h1>
<p class="wow fadeInDown" data-wow-delay="0.2s"></p>
</div>
</div>
<div class="col-md-6 col-lg-6 col-xs-12 wow fadeInRight" data-wow-delay="0.3s">
<div class="video">
<img class="img-fluid" src="assets/img/about/PROFILE.png" alt="">
</div>
</div>
<div class="col-md-6 col-lg-6 col-xs-12 wow fadeInLeft text-justify" data-wow-delay="0.3s">
<p class="intro-desc">The Contestants are required to comply with conditions of the contest rules and
regulations,according to the below provisions.
</p>
<h2 class="intro-title"></h2>
<ul class="list-specification">
<li><i class="lni-check-mark-circle"></i>
Undergraduates of any University or Higher Educational Institute are eligible to participate in this
competition.
</li>
<li><i class="lni-check-mark-circle"></i>
A team must comprise 3 to 5 members
</li>
<li><i class="lni-check-mark-circle"></i>
Participants in a team should represent the same University or the Higher Educational Institute
</li>
<li><i class="lni-check-mark-circle"></i>
The proposed idea cannot be changed. The final product may have added features.
</li>
<li><i class="lni-check-mark-circle"></i>
By registering for this contest, you hereby agree to receive results on the complication depending on
the
effort.
</li>
<a href="https://drive.google.com/file/d/1DZc14OYiG1ZlEVY--DeVbfESDSlkr3rl/view?usp=sharing" target="_blank" rel="noopener noreferrer" class="fadeInLeft wow btn btn-common btn-lg"
data-wow-delay=".6s"> Vedio Submition Guidelines</a>
</ul>
</div>
</div>
</div>
</section>
<!-- Contact Us Section -->
<section id="contact-map" class="section-padding">
<div class="container">
<div class="row justify-content-center">
<div class="col-12">
<div class="section-title-header text-center">
<h1 class="section-title wow fadeInUp" data-wow-delay="0.2s">Drop A Message</h1>
</div>
</div>
<div class="col-lg-7 col-md-12 col-xs-12">
<div class="container-form wow fadeInLeft" data-wow-delay="0.2s">
<div class="form-wrapper">
<form role="form" method="post" id="contactForm" name="contact-form" data-toggle="validator">
<div class="row">
<div class="col-md-6 form-line">
<div class="form-group">
<input type="text" class="form-control" id="name" name="email" placeholder="First Name" required data-error="Please enter your name">
<div class="help-block with-errors"></div>
</div>
</div>
<div class="col-md-6 form-line">
<div class="form-group">
<input type="email" class="form-control" id="email" name="email" placeholder="Email" required data-error="Please enter your Email">
<div class="help-block with-errors"></div>
</div>
</div>
<div class="col-md-12 form-line">
<div class="form-group">
<input type="text" class="form-control" id="msg_subject" name="subject" placeholder="Subject" required data-error="Please enter your message subject">
<div class="help-block with-errors"></div>
</div>
</div>
<div class="col-md-12">
<div class="form-group">
<textarea class="form-control" rows="4" id="message" name="message" required data-error="Write your message"></textarea>
</div>
<div class="form-submit">
<button type="submit" class="btn btn-common" id="form-submit"><i class="fa fa-paper-plane" aria-hidden="true"></i> Send Us Now</button>
<div id="msgSubmit" class="h3 text-center hidden"></div>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Us Section End -->
<section class="before-footer">
<img class="w-100" src="assets/img/background/footer.png" alt="">
</section>
<!-- Footer Section Start -->
<footer class="footer-area footer-padding">
<div class="container">
<div class="row">
<div class="offset-md-2 col-md-5 col-lg-5 col-sm-5 col-xs-12 wow fadeInLeft" data-wow-delay="0.2s">
<div class="widget">
<h5 class="widget-title">CONTACT US</h5>
<ul class="contact-text">
<li class="elementor-icon-list-item">
<i aria-hidden="true" class="contact-icon lni lni-phone"></i>
<span class="">Phone : +94 71 586 7772</span>
</li>
<li class="elementor-icon-list-item">
<a href="mailto:%20sedssabra@gmail.com">
<i aria-hidden="true" class="contact-icon lni lni-envelope"></i>
<span class="">E-mail : sedssabra@gmail.com</span>
</a>
</li>
</ul>
</div>
</div>
<div class="col-md-5 col-lg-5 col-sm-5 col-xs-12 wow fadeInRight" data-wow-delay="0.2s">
<!-- /.widget -->
<div class="widget">
<h5 class="widget-title">FOLLOW US ON</h5>
<ul class="footer-social">
<li><a class="facebook" href="https://www.facebook.com/SEDSspaceHack"><i class="lni-facebook-filled"></i></a></li>
<li><a class="twitter" href="https://twitter.com/sedssabra"><i class="lni-twitter-filled"></i></a></li>
<li><a class="linkedin" href="https://www.instagram.com/sedssabra/"><i class="lni-instagram-filled"></i></a></li>
</ul>
</div>
</div>
</div>
<hr class="devide-line">
<div class="text-center wow fadeInUp" data-wow-delay="0.2s">
<p>SpaceHack 2021 | SEDS Sabra in collaboration with IEEE student branch Sabaragamuwa University of Sri
Lanaka | All Rights reserved.</p>
</div>
</div>
</footer>
<!-- Footer Section End -->
<!-- Go to Top Link -->
<a href="#" class="back-to-top">
<i class="lni-chevron-up"></i>
</a>
<div id="preloader">
<div class="sk-circle">
<div class="sk-circle1 sk-child"></div>
<div class="sk-circle2 sk-child"></div>
<div class="sk-circle3 sk-child"></div>
<div class="sk-circle4 sk-child"></div>
<div class="sk-circle5 sk-child"></div>
<div class="sk-circle6 sk-child"></div>
<div class="sk-circle7 sk-child"></div>
<div class="sk-circle8 sk-child"></div>
<div class="sk-circle9 sk-child"></div>
<div class="sk-circle10 sk-child"></div>
<div class="sk-circle11 sk-child"></div>
<div class="sk-circle12 sk-child"></div>
</div>
</div>
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="assets/js/jquery-min.js"></script>
<script src="assets/js/popper.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/jquery.countdown.min.js"></script>
<script src="assets/js/jquery.nav.js"></script>
<script src="assets/js/jquery.easing.min.js"></script>
<script src="assets/js/wow.js"></script>
<script src="assets/js/jquery.slicknav.js"></script>
<script src="assets/js/nivo-lightbox.js"></script>
<script src="assets/js/main.js"></script>
<script src="assets/js/map.js"></script>
<script src="assets/js/form-validator.min.js"></script>
<script src="assets/js/contact-form-script.min.js"></script>
<script src="https://use.fontawesome.com/50ae888db0.js"></script>
<script type="text/javascript"
src="//maps.googleapis.com/maps/api/js?key=AIzaSyCsa2Mi2HqyEcEnM1urFSIGEpvualYjwwM"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/emailjs-com@2/dist/email.min.js"></script>
<script type="text/javascript">
(function() {
emailjs.init("user_5OmiuVtBF6TMj50qPYCfH");
})();
</script>
</body>
</html>