-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
789 lines (736 loc) · 44.5 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
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
777
778
779
780
781
782
783
784
785
786
787
788
789
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>RevolUX 2.0</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description"
content="RevolUX 2.0 is an Inter University UI/UX Designathon organized by AIESEC in University of Colombo together with IEEE Student Branch of University of Colombo School of Computing.">
<meta name="keywords" content="Designathon, Competition, University, UI, UX">
<link rel="canonical" href="https://revolux.ucscieee.com" />
<!-- Favicon Files
================================================== -->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#00bb9c">
<meta name="msapplication-TileColor" content="#333333">
<!-- CSS Files
================================================== -->
<link rel="stylesheet" href="css/bootstrap.css" type="text/css">
<link rel="stylesheet" href="css/jpreloader.css" type="text/css">
<link rel="stylesheet" href="css/animate.css" type="text/css">
<link rel="stylesheet" href="css/plugin.css" type="text/css">
<link rel="stylesheet" href="css/jquery.countdown.css" type="text/css">
<link rel="stylesheet" href="css/style.css" type="text/css">
<!-- custom styles -->
<link rel="stylesheet" href="css/custom.css" type="text/css">
<!-- custom background -->
<link rel="stylesheet" href="css/bg.css" type="text/css">
<!-- color scheme -->
<link rel="stylesheet" href="css/colors/theme.css" type="text/css" id="colors">
<link rel="stylesheet" href="css/color.css" type="text/css">
<!-- load fonts -->
<link rel="stylesheet" href="fonts/font-awesome/css/font-awesome.css" type="text/css">
<!-- custom font -->
<link rel="stylesheet" href="css/font-style.css" type="text/css">
</head>
<body id="homepage">
<div id="wrapper">
<!-- header begin -->
<header class="transparent">
<div class="container">
<div class="row">
<div class="col-md-12">
<!-- logo begin -->
<div id="logo">
<a href="index.html">
<div class="logo-container">
<img id="logo-navbar-1" class="logo animate" alt="RevolUX 2.0 Logo"
src="media/images/logos/logo-navbar.webp">
<img id="logo-navbar-2" class="logo" alt="RevolUX 2.0 Logo"
src="media/images/logos/powered-by-pearson.webp">
</div>
</a>
</div>
<!-- logo close -->
<span id="menu-btn"></span>
<!-- mainmenu begin -->
<ul id="mainmenu" class="ms-2">
<li><a href="#section-hero">Home<span></span></a></li>
<li><a href="#section-about">About<span></span></a></li>
<li><a href="#section-guidelines">Guidelines<span></span></a></li>
<li><a href="#section-schedule">Schedule<span></span></a></li>
<li><a href="#section-awards">Awards<span></span></a></li>
<li><a href="#section-partners">Our partners<span></span></a></li>
<li><a href="#section-register">Register<span></span></a></li>
<li><a href="#section-contact-us">Contact Us<span></span></a></li>
</ul>
<!-- mainmenu close -->
</div>
</div>
</div>
</header>
<!-- header close -->
<!-- content begin -->
<div id="content" class="no-bottom no-top">
<section id="section-hero" class="full-height no-padding text-light" data-speed="5" data-type="background">
<div class="de-video-container">
<div class="de-video-content">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<div class="image-container">
<img class="w-75" alt="RevolUX 2.0 Logo" src="media/images/logos/logo.svg">
</div>
<div class="section-sub-title">
<i>Artistry</i> in the new normal
</div>
<button href="https://aiesec.lk/revolux2-registration" id="hero-button"
class="btn-custom-hero" target="_blank">Register Here</button>
</div>
</div>
</div>
</div>
<div class="de-video-overlay t50"></div>
<!-- load your video here -->
<video preload="true" autoplay="autoplay" loop="true" muted="true">
<source src="media/video/background.MP4" type="video/mp4" />
</video>
</div>
</section>
<!-- section begin -->
<section id="section-about" data-bgimage=" url(media/images/bg/3.webp) fixed no-repeat">
<div class="wm wm-border dark wow fadeInDown animated">welcome</div>
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 row justify-content-center order-1 order-lg-0 wow fadeInLeft">
<div id="comparison">
<figure id="comparison-before">
<figure id="divisor-2">
<div id="divisor"></div>
</figure>
</figure>
</div>
</div>
<div id="section-about-desc" class="col-lg-6 wow fadeInRight order-0 order-lg-1"
data-wow-delay="0s">
<h2>What is RevolUX?</h2>
<p>
RevolUX is an Inter University UI/UX Designathon organized by AIESEC in University of
Colombo
together with IEEE Student Branch of University of Colombo School of Computing.
</p>
<p>
We are proud to bring this event for the second time in a row with the goal of providing
undergraduates with hands on experience in User Interface and User Experience designing.
</p>
<p>
This event would open doors to get exposed to design-related fields that helps to
enhance
the skills of undergraduates and make themselves ready to step to the world of work with
confidence.
</p>
</div>
</div>
</div>
</section>
<!-- section begin -->
<section id="section-guidelines">
<div class="wm wm-border dark wow fadeInDown">guidelines</div>
<div class="container">
<div class="row">
<div class="col-md-6 offset-md-3 text-center wow fadeInUp">
<h1>Guidelines</h1>
<div class="separator"><span><i class="fa fa-square"></i></span></div>
<div class="spacer-single"></div>
</div>
<div class="container wow fadeIn">
<div class="list">
<div class="num">
<p>All the participants must be <b>undergraduates</b> studying at any university.
</p>
</div>
<div class="num">
<p>One team should comprise of a minimum of 3 members and a maximum of up to 4
members.</p>
</div>
<div class="num">
<p>All members of the team should be from the <b>same</b> university.</p>
</div>
<div class="num">
<p>The Initial round selections would be based on the presentation of a solid UI
solution by mock-ups and prototypes.</p>
</div>
<div class="num">
<p>The Final round will be happening <b>physically</b> as a 24 hour Designathon
where the final 10 teams will be competing.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- section close -->
<!-- section begin -->
<section id="section-schedule" aria-label="section-services-tab"
data-bgimage="url(media/images/bg/3.webp) fixed center no-repeat">
<div class="wm wm-border dark wow fadeInDown ">schedule</div>
<div class="container">
<div class="row">
<div class="col-md-6 offset-md-3 text-center wow fadeInUp">
<h1>Schedule</h1>
<div class="separator"><span><i class="fa fa-square"></i></span></div>
<div class="spacer-single"></div>
</div>
</div>
<div class="row">
<div class="col-md-10 offset-md-1 col-sm-8 offset-sm-2">
<ul class="timeline timeline-centered">
<li class="timeline-item period">
<div class="timeline-info"></div>
<div class="timeline-marker"></div>
<div class="timeline-content">
<h2 class="timeline-title">June 2022</h2>
</div>
</li>
<li class="timeline-item timeline-event">
<div class="timeline-info">
<span class="timeline-date">June 11, 2022</span>
</div>
<div class="timeline-marker"></div>
<div class="timeline-content wow fadeIn">
<h3 class="timeline-title">Awareness Session</h3>
<p>This session will be held via zoom to give insights on what UI/UX designing
is and on how to use design thinking process in projects.</p>
</div>
</li>
<li class="timeline-item timeline-event">
<div class="timeline-info">
<span class="timeline-date">June 12, 2022</span>
</div>
<div class="timeline-marker"></div>
<div class="timeline-content wow fadeIn">
<h3 class="timeline-title">Opening of Registrations</h3>
<p>Registrations to the Designathon will be opened via a Google form. Form a
team of 3-4 members including a team leader and get registered.</p>
</div>
</li>
<li class="timeline-item timeline-event">
<div class="timeline-info">
<span class="timeline-date">June 21, 2022</span>
</div>
<div class="timeline-marker"></div>
<div class="timeline-content wow fadeIn">
<h3 class="timeline-title">Closing of Registrations</h3>
<p>The registrations to the Designathon will be officially closed.</p>
</div>
</li>
<li class="timeline-item timeline-event">
<div class="timeline-info">
<span class="timeline-date">June 26, 2022</span>
</div>
<div class="timeline-marker"></div>
<div class="timeline-content wow fadeIn">
<h3 class="timeline-title">Workshop 1</h3>
<p>The first workshop will be held physically at University premises to
introduce what journey maps and user persona are. UI/UX paper prototyping
will also be taught by the speaker on this day.</p>
</div>
</li>
<li class="timeline-item period">
<div class="timeline-info"></div>
<div class="timeline-marker"></div>
<div class="timeline-content">
<h2 class="timeline-title">July 2022</h2>
</div>
</li>
<li class="timeline-item timeline-event">
<div class="timeline-info">
<span class="timeline-date">July 03, 2022</span>
</div>
<div class="timeline-marker"></div>
<div class="timeline-content wow fadeIn">
<h3 class="timeline-title">Workshop 2</h3>
<p>This will be held via zoom with the aim of introducing what Low Level Design
(LLD) and High Level Designs (HDD) are. </p>
</div>
</li>
<li class="timeline-item timeline-event">
<div class="timeline-info">
<span class="timeline-date">July 5, 2022</span>
</div>
<div class="timeline-marker"></div>
<div class="timeline-content wow fadeIn">
<h3 class="timeline-title">Initial Design Submission Opening</h3>
<p>As per initial round submissions, it is expected to submit a solid UI
solution by using mockups and prototypes. </p>
</div>
</li>
<li class="timeline-item timeline-event">
<div class="timeline-info">
<span class="timeline-date">July 8, 2022</span>
</div>
<div class="timeline-marker"></div>
<div class="timeline-content wow fadeIn">
<h3 class="timeline-title">Initial Design Submission Closing</h3>
<p>Accepting of initial round submissions will be closed. </p>
</div>
</li>
<li class="timeline-item timeline-event">
<div class="timeline-info">
<span class="timeline-date">July 17, 2022</span>
</div>
<div class="timeline-marker"></div>
<div class="timeline-content wow fadeIn">
<h3 class="timeline-title">Announcement of Finalists</h3>
<p>The best ten teams will be announced based on the prototypes submitted. </p>
</div>
</li>
<li class="timeline-item timeline-event">
<div class="timeline-info">
<span class="timeline-date">July 17, 2022</span>
</div>
<div class="timeline-marker"></div>
<div class="timeline-content wow fadeIn">
<h3 class="timeline-title">Workshop 3</h3>
<p>This will also be taking place as a virtual zoom session for the finalists,
which would provide insights on how to pitch their solutions/designs to the
judges as a presentation. </p>
</div>
</li>
<li class="timeline-item timeline-event">
<div class="timeline-info">
<span class="timeline-date">July 23, 2022</span>
</div>
<div class="timeline-marker"></div>
<div class="timeline-content wow fadeIn">
<h3 class="timeline-title">Designathon</h3>
<p>This will take place as a 24 hr Designathon at University premises. </p>
</div>
</li>
<li class="timeline-item timeline-event">
<div class="timeline-info">
<span class="timeline-date">July 24, 2022</span>
</div>
<div class="timeline-marker"></div>
<div class="timeline-content wow fadeIn">
<h3 class="timeline-title">Grab the Trophy</h3>
<p>The final ten teams will be presenting their solutions to the judges and the
top 3 teams will be selected.</p>
</div>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- section close -->
<!-- section begin -->
<section id="section-awards" data-bgimage="url(media/images/bg/5.webp) fixed center no-repeat">
<div id="trigger"></div>
<div id="awards-title">
<div class="wm wm-border dark">awards</div>
<div class="container">
<div class="row">
<div class="col-md-6 offset-md-3 text-center">
<h1>Awards</h1>
<div class="separator"><span><i class="fa fa-square"></i></span></div>
<div class="spacer-single"></div>
</div>
</div>
</div>
</div>
<div class="container" id="awards-container">
<div id="award-3-place" class="awards-wrapper order-2 order-lg-0">
<div class="awards">
<h2>3rd Place</h2>
<div class="award-img-wrapper">
<img src="media/images/awards/award-03.svg" alt="Third Place">
</div>
<div class="award-desc">
<h1>Rs. 20,000</h1>
<p class="text-white">+ Delegate Pack</p>
</div>
</div>
</div>
<div id="award-1-place" class="awards-wrapper order-0 order-lg-1">
<div class="awards">
<h2>1st Place</h2>
<div class="award-img-wrapper">
<img src="media/images/awards/award-01.svg" alt="First Place">
</div>
<div class="award-desc">
<h1>Rs. 60,000</h1>
<p class="text-white">+ Delegate Pack</p>
</div>
</div>
</div>
<div id="award-2-place" class="awards-wrapper order-1 order-lg-2">
<div class="awards">
<h2>2nd Place</h2>
<div class="award-img-wrapper">
<img src="media/images/awards/award-02.svg" alt="Second Place">
</div>
<div class="award-desc">
<h1>Rs. 40,000</h1>
<p class="text-light">+ Delegate Pack</p>
</div>
</div>
</div>
</div>
</section>
<!-- section close -->
<!-- section begin -->
<section id="section-partners" data-bgimage="url(media/images/bg/4.webp) fixed center no-repeat">
<div class="wm wm-border dark wow fadeInDown ">sponsors</div>
<div class="container">
<div class="row">
<div class="col-md-6 offset-md-3 text-center wow fadeInUp">
<h1>Official Sponsors</h1>
<div class="separator"><span><i class="fa fa-square"></i></span></div>
<div class="spacer-single"></div>
</div>
<div class="col-md-12 text-center">
<div class="sponsor-tier wow fadeInUp">
<h3 class="sponsor-tier-title">Official Title Partner</h3>
<div class="spacer-single"></div>
<a href="https://www.pearson.com/" target="_blank" title="Pearson">
<img src="media/images/sponsors/pearson.webp" alt="Pearson Lanka"
class="grey-hover">
</a>
<div class="spacer-single"></div>
</div>
<div class="sponsor-tier wow fadeInUp">
<h3>Official Platinum Partner</h3>
<div class="spacer-single"></div>
<a href="https://www.synopsys.com/" target="_blank" title="Synopsys">
<img src="media/images/sponsors/synopsys.webp" alt="Synopsys Lanka (PVT) Ltd"
class="grey-hover">
</a>
<div class="spacer-single"></div>
</div>
<div class="sponsor-tier wow fadeInUp">
<h3>Official Gold Partners</h3>
<div class="spacer-single"></div>
<a href="https://nimidev.com/" target="_blank" title="Nimi Tech Ltd">
<img src="media/images/sponsors/nimi.webp" alt="Nimi Tech Ltd" class="grey-hover">
</a>
<a href="http://www.acentura.com/" target="_blank" title="Acentura (Pvt) Ltd">
<img src="media/images/sponsors/acentura.webp" alt="Acentura (Pvt) Ltd"
class="grey-hover">
</a>
<a href="https://zone24x7.com/" target="_blank" title="Zone24x7">
<img src="media/images/sponsors/zone24x7.webp" alt="Zone24x7" class="grey-hover">
</a>
<a href="https://lexiicontech.com/" target="_blank"
title="Lexicon Tech Private Limited">
<img src="media/images/sponsors/lexicon.webp" alt="Lexicon Tech Private Limited"
class="grey-hover">
</a>
<div class="spacer-single"></div>
</div>
<div class="sponsor-tier wow fadeInUp">
<h3>Official Bronze Partners</h3>
<div class="spacer-single"></div>
<a href="https://careers360.lk" target="_blank" title="careers360">
<img src="media/images/sponsors/careers360.webp" alt="careers360"
class="grey-hover">
</a>
<a href="https://www.attuneconsulting.com/" target="_blank" title="Attune">
<img src="media/images/sponsors/attune.webp" alt="Attune" class="grey-hover">
</a>
<a href="https://www.creativesoftware.com/" target="_blank" title="Creative Software">
<img src="media/images/sponsors/creativesoftware.webp" alt="Creative Software"
class="grey-hover">
<a href="https://wso2.com/" target="_blank" title="WSO2">
<img src="media/images/sponsors/wso2.webp" alt="WSO2" class="grey-hover">
</a>
<a href="https://kainovation.com/" target="_blank" title="Kainovation">
<img src="media/images/sponsors/kainovation.webp" alt="Kainovation"
class="grey-hover">
</a>
<div class="spacer-single"></div>
</div>
<div class="sponsor-tier wow fadeInUp">
<h3>Official Event Partner</h3>
<div class="spacer-single"></div>
<a href="https://www.purple.lk/" target="_blank" title="Purple Software">
<img src="media/images/sponsors/purple.webp" alt="Purple Software"
class="grey-hover">
</a>
<div class="spacer-single"></div>
</div>
<div class="sponsor-tier wow fadeInUp">
<h3>Official Digital Media Partners</h3>
<div class="spacer-single"></div>
<a href="https://perabeats.lk/perabeats-life/" target="_blank" title="perabeats life">
<img src="media/images/sponsors/perabeatslife.webp" alt="perabeats life"
class="grey-hover">
</a>
<a href="https://arteculate.asia/" target="_blank" title="Arteculate Asia">
<img src="media/images/sponsors/arteculate.webp" alt="Arteculate Asia"
class="grey-hover">
</a>
<a href="https://loonslab.com/" target="_blank" title="Loons Lab">
<img src="media/images/sponsors/loonslab.webp" alt="Loons Lab" class="grey-hover">
</a>
<a href="https://colombobeacon.com/" target="_blank" title="Colombo Beacon">
<img src="media/images/sponsors/colombobeacon.webp" alt="Colombo Beacon"
class="grey-hover">
</a>
<a href="https://www.facebook.com/agniedge/" target="_blank" title="Agni Edge">
<img src="media/images/sponsors/agniedge.webp" alt="Agni Edge" class="grey-hover">
</a>
<div class="spacer-single"></div>
</div>
</div>
</div>
</div>
</section>
<!-- section close -->
<!-- section begin -->
<section id="section-register" data-bgimage="url(media/images/bg/7.webp) fixed no-repeat">
<div class="wm wm-border dark wow fadeInDown">register</div>
<div class="container">
<div class="row">
<div class="col-md-6 offset-md-3 text-center wow fadeInUp">
<h1 id="register-title">Register</h1>
<div class="separator"><span><i class="fa fa-square"></i></span></div>
<div class="spacer-single"></div>
</div>
</div>
<div id="registration">
<div class="spacer-single"></div>
<div class="row justify-content-center">
<div id="defaultCountdown" class="countdown-s2"></div>
</div>
<div class="spacer-single"></div>
<div class="row justify-content-center">
<a href="https://aiesec.lk/revolux2-registration" class="btn-custom-register"
target="_blank">Register Here</a>
</div>
</div>
</div>
</section>
<!-- section close -->
<!-- section begin -->
<section id="section-contact-us" data-bgimage="url(media/images/bg/4.webp) fixed center no-repeat">
<div class="wm wm-border dark wow fadeInDown">contact</div>
<div class="container">
<div class="row">
<div class="col-md-6 offset-md-3 text-center wow fadeInUp">
<h1>Contact Us</h1>
<div class="separator"><span><i class="fa fa-square"></i></span></div>
<div class="spacer-single"></div>
</div>
</div>
<div class="row">
<div class="contact-list col-md-6 wow fadeInLeft">
<div class="contact-item">
<div class="contact-name">Nethmi Pathirana</div>
<div class="contact-position">Event Manager</div>
<div class="contact-details row justify-content-between">
<div class="col-xl-6 contact-email">
<i class="fa fa-phone" aria-hidden="true"></i>
<a href="mailto:[email protected]">
</a>
</div>
<div class="col-xl-6 contact-phone">
<i class="fa fa-envelope" aria-hidden="true"></i>
<a href="tel:+94717788422">
+94-717-788-422
</a>
</div>
</div>
</div>
<div class="contact-item">
<div class="contact-name">Thinara Pathirana</div>
<div class="contact-position">Event Manager | Vice President of Outgoing Global
Volunteer</div>
<div class="contact-details row justify-content-between">
<div class="col-xl-6 contact-email">
<i class="fa fa-phone" aria-hidden="true"></i>
<a href="mailto:[email protected]">
</a>
</div>
<div class="col-xl-6 contact-phone">
<i class="fa fa-envelope" aria-hidden="true"></i>
<a href="tel:+94702181353">
+94-702-181-353
</a>
</div>
</div>
</div>
<div class="contact-item">
<div class="contact-name">Lakith Navodya</div>
<div class="contact-position">Organizing Committee President</div>
<div class="contact-details row justify-content-between">
<div class="col-xl-6 contact-email">
<i class="fa fa-phone" aria-hidden="true"></i>
<a href="mailto:[email protected]">
</a>
</div>
<div class="col-xl-6 contact-phone">
<i class="fa fa-envelope" aria-hidden="true"></i>
<a href="tel:+94762553865">
+94-762-553-865
</a>
</div>
</div>
</div>
</div>
<div class="contact-list col-md-6 wow fadeInRight">
<div class="contact-item">
<div class="contact-name">Akila Maithripala</div>
<div class="contact-position">Chairperson, IEEE Student Branch of UCSC</div>
<div class="contact-details row justify-content-between">
<div class="col-xl-6 contact-email">
<i class="fa fa-phone" aria-hidden="true"></i>
<a href="mailto:[email protected]">
</a>
</div>
<div class="col-xl-6 contact-phone">
<i class="fa fa-envelope" aria-hidden="true"></i>
<a href="tel:+94713476970">
+94-713-476-970
</a>
</div>
</div>
</div>
<div class="contact-item">
<div class="contact-name">Pinsara Dhanika Wickramathilake</div>
<div class="contact-position">Treasurer, IEEE Student Branch of UCSC</div>
<div class="contact-details row justify-content-between">
<div class="col-xl-6 contact-email">
<i class="fa fa-phone" aria-hidden="true"></i>
<a href="mailto:[email protected]">
</a>
</div>
<div class="col-xl-6 contact-phone">
<i class="fa fa-envelope" aria-hidden="true"></i>
<a href="tel:+94719135960">
+94-719-135-960
</a>
</div>
</div>
</div>
<div class="contact-item">
<div class="contact-name">Kaveen Kalhara Ranathunga</div>
<div class="contact-position">Organizing Committee President</div>
<div class="contact-details row justify-content-between">
<div class="col-xl-6 contact-email">
<i class="fa fa-phone" aria-hidden="true"></i>
<a href="mailto:[email protected]">
</a>
</div>
<div class="col-xl-6 contact-phone">
<i class="fa fa-envelope" aria-hidden="true"></i>
<a href="tel:+94715423807">
+94-715-423-807
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- section close -->
<!-- footer begin -->
<footer class="style-2">
<div class="container">
<div class="row align-items-md-end align-items-center" data-wow-delay=".2s">
<div class="col-md-6 order-md-1 wow fadeInUp">
<img class="logo" src="media/images/logos/logo-pearson.svg" alt="RevolUX 2.0 logo">
</div>
<div class="col-md-3 col-6 order-md-0 wow fadeInLeft">
<img class="logo" src="media/images/logos/aiesec.webp" alt="AIESEC logo">
</div>
<div class="col-md-3 col-6 order-md-2 wow fadeInRight">
<img class="logo" src="media/images/logos/ieee.webp" alt="IEEE UCSC logo">
</div>
</div>
<hr>
<div class="text-center">
© Copyright 2022 <span class="id-color">RevolUX 2.0</span> organized by AIESEC in
University of Colombo in collaboration with IEEE Student Branch of UCSC
</div>
<div class="row socials justify-content-center">
<div class="social-facebook">
<a href="http://bit.ly/RevolUX22-fb" target="_blank" title="RevolUX 2.0 Facebook Page">
<i class="fa fa-facebook"></i>
</a>
</div>
<div class="social-instagram">
<a href="https://www.instagram.com/colombo_central" target="_blank"
title="AIESEC in University of Colombo Instagram">
<i class="fa fa-instagram"></i>
</a>
</div>
<div class="social-instagram">
<a href="https://www.instagram.com/ucsc.ieee/" target="_blank"
title="IEEE Student Branch of UCSC Instagram">
<i class="fa fa-instagram"></i>
</a>
</div>
<div class="social-linkedin">
<a href="https://www.linkedin.com/company/ieee-student-branch-ucsc/" target="_blank"
title="IEEE Student Branch of UCSC LinkedIn">
<i class="fa fa-linkedin"></i>
</a>
</div>
</div>
</div>
<button type="button" id="back-to-top" class="custom-1" title="Back to Top"></button>
</footer>
<!-- footer close -->
</div>
</div>
<!-- Javascript Files
================================================== -->
<script src="js/data.js"></script>
<script src="js/jquery.min.js"></script>
<script src="js/jpreLoader.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.isotope.min.js"></script>
<script src="js/easing.js"></script>
<script src="js/jquery.flexslider-min.js"></script>
<script src="js/jquery.scrollto.js"></script>
<script src="js/owl.carousel.js"></script>
<script src="js/jquery.countTo.js"></script>
<script src="js/video.resize.js"></script>
<script src="js/validation.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/enquire.min.js"></script>
<script src="js/designesia.js"></script>
<script src="js/jquery.event.move.js"></script>
<script src="js/jquery.plugin.js"></script>
<script src="js/jquery.countdown.js"></script>
<script src="js/countdown-custom.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.10.4/gsap.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.7/ScrollMagic.min.js"></script>
<script src="js/animation.gsap.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>