-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
879 lines (693 loc) · 43.8 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
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta name="description" content="RevolUX 3.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">
<meta name="image" content="https://revolux.ucscieee.lk/assets/img/meta-thumb.jpg">
<!-- Schema.org for Google -->
<meta itemprop="name" content="RevolUX 3.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 itemprop="description" content="RevolUX 3.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. Energizing Innovation Building Dreams Nurturing Progress">
<meta itemprop="image" content="https://revolux.ucscieee.lk/assets/img/meta-thumb.jpg">
<!-- Twitter -->
<meta name="twitter:site" content="">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="RevolUX 3.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="twitter:description"
content="RevolUX 3.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. Energizing Innovation Building Dreams Nurturing Progress">
<meta name="twitter:image:src" content="https://revolux.ucscieee.lk/assets/img/meta-thumb.jpg">
<!-- Open Graph general (Facebook, Pinterest & Google+) -->
<meta name="og:title" content="RevolUX 3.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="og:description" content="RevolUX 3.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. Energizing Innovation Building Dreams Nurturing Progress">
<meta name="og:image" content="https://revolux.ucscieee.lk/assets/img/meta-thumb.jpg">
<meta name="og:url" content="https://revolux.ucscieee.lk">
<meta name="og:site_name" content="RevolUX 3.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="fb:app_id" content="">
<meta name="og:type" content="website">
<title>RevolUX 3.0</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|Raleway: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/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css?ver=2.0" rel="stylesheet">
<link rel="stylesheet" href="./revol_form/registerStyle.css" />
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top d-flex align-items-center">
<div class="container d-flex align-items-center">
<!-- <h1 class="logo me-auto"><a href="index.html">RevolUX</a></h1> -->
<img src="assets/img/logo.png" class="logo me-auto" style="width: 15%;"/>
<nav id="navbar" class="navbar order-last order-lg-0">
<ul>
<li><a class="nav-link scrollto active" href="#hero">HOME</a></li>
<li><a class="nav-link scrollto" href="#team">PARTNERS</a></li>
<!-- <li><a class="nav-link scrollto" href="#about">ABOUT</a></li> -->
<!-- <li><a class="nav-link scrollto " href="#portfolio">DELEGATE PACK</a></li> -->
<li><a class="nav-link scrollto" href="#services">GUIDELINES</a></li>
<li><a class="nav-link scrollto" href="#count">SCHEDULE</a></li>
<li><a class="nav-link scrollto" href="#pricing">AWARDS</a></li>
<li><a class="nav-link scrollto" href="#contact">CONTACT US</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle" style="color: whitesmoke;"></i>
</nav><!-- .navbar -->
<!-- <a href="#" class="get-started-btn scrollto">REGISTER</a> -->
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="hero route bg-video">
<div class="overlay-itro"></div>
<video autoplay muted loop poster="assets/video/hero-bg.jpg" style="width: 100%; height: 100vh; object-fit: cover;">
<source src="assets/video/sample.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<div class="hero-content display-table">
<div class="table-cell">
<div class="container" style="text-align: center;">
<div class="glitch-container" style="display: flex;justify-content: center;align-items: center;">
<img src="assets/img/text.png" alt="" class="background-image">
<!-- <p>Initial round Design challenge drops in</p> -->
</div>
<br>
<br>
<!-- <div id="countdown">
</div> -->
<div class="buttonContainer">
<!-- Button 1 -->
<div class="inner-border">
<div class="text-container">
<div>REVOLUX</div>
<div>STORE</div>
</div>
<a href="#portfolio" class="arrow">
<button type="button" class="button">→</button>
</a>
</div>
<!-- Button 2 -->
<div class="inner-border">
<div class="text-container">
<div>DELEGATE</div>
<div>BOOKLET</div>
</div>
<a href="/revol_form/Delegate booklet.pdf" target="_blank" class="arrow">
<button type="button" class="button">→</button>
</a>
</div>
<!-- Additional Button 3 -->
<!-- <div class="inner-border large-border">
<div class="text-container">
<div>WORKSHOP 2</div>
<div style="font-size: 10px;">PARTICIPATION CONFIRMATION</div>
</div>
<a href="#" target="_blank" class="arrow">
<button type="button" class="button">→</button>
</a>
</div> -->
</div>
<!-- <p class="pt-3"> -->
<!-- <a class="btn btn-success btn js-scroll px-4 get-started-btn" href="revol_form/workshop01Registration" role="button" style="height: 6vh;background-color: #5ebd61;cursor: pointer;"><label class="mt-1">REGISTER NOW (WORKSHOP 01)</label> -->
<!-- </a> -->
<!-- </p> -->
</div>
</div>
</div>
</section>
<!-- End Hero -->
<main id="main">
<!-- ======= Clients Section ======= -->
<section id="team" class="clients">
<div class="container" data-aos="zoom-in">
<!-- uncomment the space-between to add the silver partners -->
<!-- <div class="row" style="display: flex;justify-content: space-between;"> -->
<div class="row" style="display: flex;justify-content: center; text-align: center;">
<label class="form-label fs-3 mt-5 col-lg-3 fw-bold">Gold Partner</label><img src="assets/img/zone24x7.png" class="img-fluid col-lg-3" alt="" style="background-size: cover;margin-top: -1%;">
<label class="form-label fs-3 mt-5 col-lg-3 fw-bold">Bronze Partner</label><img src="assets/img/logos/wso2.png" class="img-fluid col-lg-3" alt="" style="background-size: cover;margin-top: -1%;">
</div>
<div class="row mt-1" style="display: flex;justify-content: center; text-align: center;">
<label class="form-label fs-3 mt-4 col-lg-5 fw-bold">Educational Partner</label><img src="assets/img/logos/corzent.png" class="img-fluid col-lg-2 mt-1" style="background-size: cover;" alt="">
<!-- <label class="form-label fs-3 mt-5 col-lg-3 fw-bold">Bronze Partner</label><img src="assets/img/logos/wso2.png" class="img-fluid col-lg-3" alt="" style="margin-top: -1%;"> -->
</div>
<!-- <label class="form-label fs-3 mt-3 col-lg-3 offset-lg-1 fw-bold">Silver Partner</label><img src="assets/img/logos/purple.png" class="img-fluid col-lg-2" alt="" > -->
<!-- </div> -->
<div class="clients-slider swiper mt-5" style="text-align: center;">
<label class="form-label fs-4" data-aos="zoom-in">Other Partners</label>
<div class="swiper-wrapper align-items-center mt-3">
<div class="swiper-slide"><img src="assets/img/logos/SLWebCast.jpg"style="border-radius:100%;filter:none;opacity: 1;" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="assets/img/logos/moraLenz.png" class="img-fluid" alt="" style="filter:none;opacity: 1;"></div>
<div class="swiper-slide"><img src="assets/img/logos/purple.png" class="img-fluid" alt="" style="filter:none;opacity: 1;"></div>
<div class="swiper-slide"><img src="assets/img/logos/ColomboBeacon.png" class="img-fluid" alt="" style="filter:none;opacity: 1;"></div>
<div class="swiper-slide"><img src="assets/img/logos/toastmasters.jpg" style="border-radius: 100%;filter:none;opacity: 1;" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="assets/img/logos/HackAthonslk.jpg" class="img-fluid" alt=""style="filter:none;opacity: 1;"></div>
<div class="swiper-slide"><img src="assets/img/logos/goodpr.jpg" class="img-fluid" alt=""style="filter:none;opacity: 1;"></div>
<div class="swiper-slide"><img src="assets/img/logos/leo.png" class="img-fluid" alt=""style="filter:none;opacity: 1;"></div>
<div class="swiper-slide"><img src="assets/img/logos/Logo Transparent.png" class="img-fluid" alt=""style="filter:none;opacity: 1;"></div>
<div class="swiper-slide"><img src="assets/img/logos/ceylon today.jpg" class="img-fluid" alt=""style="filter:none;opacity: 1;"></div>
<div class="swiper-slide"><img src="assets/img/logos/mawbima.jpg" class="img-fluid" alt=""style="filter:none;opacity: 1;"></div>
<div class="swiper-slide"><img src="assets/img/logos/EIclub.png" class="img-fluid" alt=""style="filter:none;opacity: 1;border-radius:100%"></div>
<div class="swiper-slide"><img src="assets/img/logos/Full Logo 2023.png" class="img-fluid" alt=""style="filter:none;opacity: 1;"></div>
<div class="swiper-slide"><img src="assets/img/logos/studyway.png" class="img-fluid" alt=""style="filter:none;opacity: 1;"></div>
<div class="swiper-slide"><img src="assets/img/logos/vertice.jpg" class="img-fluid" alt=""style="filter:none;opacity: 1;"></div>
<div class="swiper-slide"><img src="assets/img/logos/findit.png" class="img-fluid" alt=""style="filter:none;opacity: 1;"></div>
<div class="swiper-slide"><img src="assets/img/logos/perabeats life.jpg" class="img-fluid" alt=""style="filter:none;opacity: 1;"></div>
<!-- <div class="swiper-slide"><img src="assets/img/clients/client-7.png" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="assets/img/clients/client-8.png" class="img-fluid" alt=""></div> -->
</div>
<!-- <div class="swiper-pagination mt-3"></div> -->
</div>
</div>
</section><!-- End Clients Section -->
<!-- ======= About Section ======= -->
<section id="about" class="about section-bg">
<div class="container" data-aos="fade-up">
<div class="row no-gutters">
<div class="content col-xl-5 d-flex align-items-stretch">
<div class="content">
<h3 style="color: #5ebd61;">What is RevolUX ?</h3>
<p >
RevolUX is an Inter University UI/UX Designathon organized by
AIESEC in University of Colombo together with the IEEE Student Branch of University of Colombo School of Computing.
</p>
<img src="assets\img\logos\aiesec.webp" style="width: 40%;"/>
<img src="assets\img\logos\ieee.webp" style="width: 40%;"/>
</div>
</div>
<div class="col-xl-7 d-flex align-items-stretch">
<div class="icon-boxes d-flex flex-column justify-content-center">
<div class="row">
<div class="col-md-6 icon-box" data-aos="fade-up" data-aos-delay="100">
<p style="font-family: 'Lato', sans-serif;font-size:large">We are proud to bring this event for the third time in a row with the goal of providing undergraduates
with hands on experience in User Interface and User Experience designing.
</p>
</div>
<div class="col-md-6 icon-box" data-aos="fade-up" data-aos-delay="300">
<p style="font-family: 'Lato', sans-serif;font-size:large">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 class="col-md-6 icon-box" data-aos="fade-up" data-aos-delay="400" style="margin-left: 32%;">
<!-- <a href="revol_form/register" class="about-btn"><span>REGISTER</span> <i class="bx bx-chevron-right"></i></a> -->
</div>
</div>
</div>
<!-- End .content-->
</div>
</div>
</div>
</section><!-- End About Section -->
<!-- ======= Portfolio Section ======= -->
<section id="portfolio" class="portfolio">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Delegate Pack</h2>
</div>
<div class="row" data-aos="fade-up" data-aos-delay="100">
<div class="col-lg-12 d-flex justify-content-center">
<ul id="portfolio-flters">
<li data-filter="*" class="filter-active">All</li>
<!-- <li data-filter=".filter-app">Packs</li> -->
<li data-filter=".filter-card">Size Chart</li>
</ul>
</div>
</div>
<div class="row portfolio-container mb-4 mt-2" data-aos="fade-up" data-aos-delay="200">
<div class="row portfolio-container" data-aos="fade-up" data-aos-delay="200">
<div class="col-lg-4 col-md-6 portfolio-item filter-web offset-lg-2">
<div class="portfolio-wrap" style="background-color: transparoffset-lg-4ent;">
<img src="assets\img\img\delegatePack\tshirt.jpg" class="img-fluid object-fit-cover" alt="" style="height:44.5vh">
<div class="portfolio-info">
<h4>TSHIRT</h4>
<div class="portfolio-links">
<a href="assets\img\img\delegatePack\tshirt.jpg" data-gallery="portfolioGallery" class="portfolio-lightbox" title="TSHIRT"><i class="bx bx-plus"></i></a>
<!-- <a href="#" title="More Details"><i class="bx bx-link"></i></a> -->
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-card">
<div class="portfolio-wrap">
<img src="assets/img/img/delegatePack/sizechart.jpg" class="img-fluid object-fit-contain" alt="" style="height:44.5vh">
<div class="portfolio-info">
<h4>SIZE CHART</h4>
<div class="portfolio-links">
<a href="assets/img/img/delegatePack/sizechart.jpg" data-gallery="portfolioGallery" class="portfolio-lightbox" title="Size Chart"><i class="bx bx-plus"></i></a>
<!-- <a href="#" title="More Details" ><i class="bx bx-link"></i></a> -->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- <div class="col-lg-6 col-12 offset-lg-3 mt-1 px-4">
<div class="alert alert-success" role="alert" id="alert-div3">
<label class="form-label" style="color: black;">WITHOUT DELIVERY - Rs. 1700.00</label><br/>
<label class="form-label" style="color: black;">WITH DELIVERY - Rs. 2000.00</label></br>
<br/>
</div>
<select class="form-select" aria-label="Default select example" id="size">
<option selected value="">Select Size</option>
<option value="XXS">XXS</option>
<option value="XS">XS</option>
<option value="S">S</option>
<option value="M">M</option>
<option value="L">L</option>
<option value="XL">XL</option>
<option value="XXL">XXL</option>
</select>
<input type="text" class="form-control mt-2" placeholder="Name" id="tname"/>
<input type="text" class="form-control mt-2" placeholder="Email" id="temail"/>
<input type="text" class="form-control mt-2" placeholder="Contact Number" id="tcnum" maxlength="10"/>
<input type="text" class="form-control mt-2" placeholder="Address" id="tadd"/>
<select class="form-select mt-2" aria-label="Default select example" id="collection">
<option selected value="">Collection Method</option>
<option value="delivery">Delivery</option>
<option value="collect">Collect</option>
</select>
<input type="file" class="form-control mt-2" id="receipt"/>
<div class="alert alert-success d-none mt-1" role="alert" id="alert-div2">
A simple success alert—check it out!
</div>
<button class="btn btn-success mt-2" style="background-color: #5ebd61;width: 100%;"onclick=order(); disabled>Order Now</button>
</div> -->
</section>
<!-- End Portfolio Section -->
<!-- ======= Services Section ======= -->
<section id="services" class="services section-bg ">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Guidelines</h2>
</div>
<div class="row">
<div class="col-md-6">
<div class="icon-box" data-aos="fade-up" data-aos-delay="100">
<i class="bi bi-mortarboard" style="color: #5ebd61;"></i>
<h4><a href="#">01</a></h4>
<p>All the participants must be undergraduates studying at any university.</p>
</div>
</div>
<div class="col-md-6 mt-4 mt-md-0">
<div class="icon-box" data-aos="fade-up" data-aos-delay="200">
<i class="bi bi-people" style="color: #5ebd61;"></i>
<h4><a href="#">02</a></h4>
<p>One team should comprise of a minimum of 3 members and a maximum of up to 4 members.</p>
</div>
</div>
<div class="col-md-6 mt-4 mt-md-0">
<div class="icon-box" data-aos="fade-up" data-aos-delay="300">
<i class="bi bi-collection" style="color: #5ebd61;"></i>
<h4><a href="#">03</a></h4>
<p>All members of the team should be from the same university.<br/><br/><br/</p>
</div>
</div>
<div class="col-md-6 mt-4 mt-md-0">
<div class="icon-box" data-aos="fade-up" data-aos-delay="400">
<i class="bi bi-window-fullscreen" style="color: #5ebd61;"></i>
<h4><a href="#">04</a></h4>
<p>The Initial round selections would be based on the presentation of a solid UI solution by mock-ups and prototypes.</p>
</div>
</div>
<div class="col-md-6 mt-4 mt-md-0">
<div class="icon-box" data-aos="fade-up" data-aos-delay="500">
<i class="bi bi-trophy" style="color: #5ebd61;"></i>
<h4><a href="#">05</a></h4>
<p>The Final round will be happening physically as a 24 hour Designathon where the final 10 teams will be competing</p>
</div>
</div>
</div>
</div>
</section><!-- End Services Section -->
<!-- ======= Counts Section ======= -->
<section id="counts" class="counts">
<div class="container" data-aos="fade-up">
<div class="row">
<div class="col-lg-4 col-md-6">
<div class="count-box">
<i class="bi bi-people" style="color: #5ebd61;"></i>
<span data-purecounter-start="0" data-purecounter-end="200" data-purecounter-duration="1" class="purecounter"></span>
<p>Delegates</p>
</div>
</div>
<div class="col-lg-4 col-md-6 mt-5 mt-md-0">
<div class="count-box">
<i class="bi bi-journal-richtext"></i>
<span data-purecounter-start="0" data-purecounter-end="2" data-purecounter-duration="1" class="purecounter"></span>
<p>Rounds</p>
</div>
</div>
<div class="col-lg-4 col-md-6 mt-5 mt-lg-0">
<div class="count-box">
<i class="bi bi-headset"></i>
<span data-purecounter-start="0" data-purecounter-end="3" data-purecounter-duration="1" class="purecounter"></span>
<p>Workshops</p>
</div>
</div>
</div>
</div>
</section>
<!-- End Counts Section -->
<!-- ======= Testimonials Section ======= -->
<section id="count" class="testimonials">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2 style="color: whitesmoke;">Timeline</h2>
</div>
<div class="testimonials-slider swiper" data-aos="fade-up" data-aos-delay="100">
<div class="swiper-wrapper">
<div class="swiper-slide schedule-border1">
<div class="testimonial-wrap">
<div class="testimonial-item1" style="text-align: center;">
<h3 style="color:rgb(171, 171, 171)">JANUARY 07, 2024</h3>
<h4 style="color: rgb(171, 171, 171)">Awareness Session & Registrations Open</h4><br/>
<h4 style="color: rgb(171, 171, 171)">
<!-- <i class="bx bxs-quote-alt-left quote-icon-left"></i> -->
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.
<!-- <i class="bx bxs-quote-alt-right quote-icon-right"></i> -->
</h4>
</div>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide schedule-border1" >
<div class="testimonial-wrap">
<div class="testimonial-item" style="text-align: center;">
<h3 style="color:rgb(171, 171, 171)">JANUARY 15, 2024</h3>
<h4 style="color: rgb(171, 171, 171)">1<sup>st</sup> Workshop ( Online )</h4><br/>
<h4 style="color: rgb(171, 171, 171)">
<!-- <i class="bx bxs-quote-alt-left quote-icon-left"></i> -->
Figma as a Tool.</br>
Elevate your skills, unleash creativity.
<!-- and compete with passion in this hands-on experience shaping the next generation of user interfaces and experiences. -->
<!-- <i class="bx bxs-quote-alt-right quote-icon-right"></i> -->
</h4>
</div>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide schedule-border1" >
<div class="testimonial-wrap">
<div class="testimonial-item" style="text-align: center;">
<!-- <h3 style="color: #5ebd61;">Postponed till further notice</h3> -->
<h3 style="color:rgb(171, 171, 171)">FEBRUARY 14, 2024</h3>
<h4 style="color:rgb(171, 171, 171)">Initial Design Submission Opening</h4><br/>
<h4 style="color:rgb(171, 171, 171)">
As per initial round submissions, it is expected to submit a solid UI solution by using mockups and prototypes.
</h4>
</div>
</div>
</div>
<!-- End testimonial item -->
<div class="swiper-slide schedule-border1" >
<div class="testimonial-wrap" >
<div class="testimonial-item" style="text-align: center;">
<!-- <img src="assets/img/testimonials/testimonials-1.jpg" class="testimonial-img" alt=""> -->
<!-- <h3 style="color: #00FFED">Postponed till further notice</h3> -->
<h3 style="color:rgb(171, 171, 171)">FEBRUARY 16, 2024</h3>
<h4 style="color:rgb(171, 171, 171)">2<sup>nd</sup> Workshop ( Physical )</h4><br/>
<h4 style="color:rgb(171, 171, 171)">
<!-- <i class="bx bxs-quote-alt-left quote-icon-left"></i> -->
Design Process and UI/UX Guidelines
<!-- <i class="bx bxs-quote-alt-right quote-icon-right"></i><br/><br/> -->
</h4>
</div>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide schedule-border1" >
<div class="testimonial-wrap">
<div class="testimonial-item" style="text-align: center;">
<!-- <h3 style="color: #5ebd61;">Postponed till further notice</h3> -->
<h3 style="color:rgb(171, 171, 171)">FEBRUARY 20, 2024</h3>
<h4 style="color:rgb(171, 171, 171)" >Initial Design Submission Closing</h4><br/>
<h4 style="color:rgb(171, 171, 171)">
Accepting of initial round submissions will be closed.
</h4>
</div>
</div>
</div>
<!-- End testimonial item -->
<div class="swiper-slide schedule-border1">
<div class="testimonial-wrap">
<div class="testimonial-item" style="text-align: center;">
<!-- <img src="assets/img/testimonials/testimonials-1.jpg" class="testimonial-img" alt=""> -->
<!-- <h3 style="color: #5ebd61;">FEBRUARY 10, 2024</h3> -->
<h3 style="color:rgb(171, 171, 171)">FEBRUARY 28, 2024</h3>
<h4 style="color:rgb(171, 171, 171)" >3<sup>rd</sup> Workshop ( Virtual )</h4><br/>
<h4 style="color:rgb(171, 171, 171)">
<!-- <i class="bx bxs-quote-alt-left quote-icon-left"></i> -->
This will be taking place as a virtual session for the finalists, which would provide insights on how to pitch their solutions/designs to the judges as a presentation.
<!-- <i class="bx bxs-quote-alt-right quote-icon-right"></i><br/><br/> -->
</h4>
</div>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide schedule-border" style="border-color: #00FFED;">
<div class="testimonial-wrap">
<div class="testimonial-item" style="text-align: center;">
<!-- <img src="assets/img/testimonials/testimonials-1.jpg" class="testimonial-img" alt=""> -->
<!-- <h3 style="color: #5ebd61;">FEBRUARY 17, 2024</h3> -->
<h3 style="color:#00FFED">MARCH 02 & 03, 2024</h3>
<h4 style="color: grey;">Designathon</h4><br/>
<h4 style="color: whitesmoke;">
<!-- <i class="bx bxs-quote-alt-left quote-icon-left"></i> -->
This will take place as a 12 hr Designathon virtually.
<!-- <i class="bx bxs-quote-alt-right quote-icon-right"></i><br/><br/> -->
</h4>
</div>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide schedule-border">
<div class="testimonial-wrap">
<div class="testimonial-item" style="text-align: center;">
<!-- <img src="assets/img/testimonials/testimonials-1.jpg" class="testimonial-img" alt=""> -->
<!-- <h3 style="color: #5ebd61;">FEBRUARY 18, 2024</h3> -->
<h3 style="color:rgb(171, 171, 171)">MARCH 03, 2024</h3>
<h4 style="color: grey;">Grab the trophy</h4><br/>
<h4 style="color: whitesmoke;">
<!-- <i class="bx bxs-quote-alt-left quote-icon-left"></i> -->
The final ten teams will be presenting their solutions to the judges and the top 3 teams will be selected.
<!-- <i class="bx bxs-quote-alt-right quote-icon-right"></i><br/><br/> -->
</h4>
</div>
</div>
</div><!-- End testimonial item -->
</div>
<!-- <div class="swiper-pagination"></div> -->
</div>
</div>
</section><!-- End Testimonials Section -->
<!-- ======= Award Section ======= -->
<section id="pricing" class="pricing section-bg">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>AWARDS</h2>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 order-2 order-md-1">
<div class="box mt-4" data-aos="fade-up" data-aos-delay="100" style="background-color:transparent">
<div class="card card-blog award-card" >
<div class="card-img">
<img src="assets/img/awardrunnersup.jpg" alt="" class="img-fluid">
</div>
<div class="card-body">
<div class="card-category-box">
<div class="card-category">
<h6 class="category fs-4" style="color: whitesmoke;">2 <sup>nd</sup> Place</h6>
</div>
</div>
<h3 class="card-title fs-5" style="color: whitesmoke;">Rs. 60,000</h3>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mt-md-0 order-1 order-md-2" >
<div class="box featured" data-aos="fade-up" data-aos-delay="200" style="background-color:#5ebd61;" >
<div class="card card-blog award-card" >
<div class="card-img">
<img src="assets/img/awardwinner.jpg" alt="" class="img-fluid">
</div>
<div class="card-body">
<div class="card-category-box">
<div class="card-category">
<h6 class="category fs-2" style="color: whitesmoke;">WINNER</h6>
</div>
</div>
<h3 class="card-title fs-3" style="color: whitesmoke;" >Rs. 100,000</h3>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 order-3 order-md-3">
<div class="box mt-4" data-aos="fade-up" data-aos-delay="100" style="background-color: transparent;">
<div class="card card-blog award-card">
<div class="card-img">
<img src="assets/img/award2runnersup.jpg" alt="" class="img-fluid">
</div>
<div class="card-body">
<div class="card-category-box">
<div class="card-category">
<h6 class="category fs-4" style="color: whitesmoke;">3 <sup>rd</sup> Place</h6>
</div>
</div>
<h3 class="card-title fs-5" style="color: whitesmoke;">Rs. 40,000</h3>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Award Section -->
<!-- ======= Contact Section ======= -->
<section id="contact" class="contact">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Contact Us</h2>
</div>
<div class="row p-3" data-aos="fade-up" data-aos-delay="100">
<div class="col-lg-5 mb-3 d-flex align-items-center justify-content-center" style="border-style: solid;border-color: black;border-radius: 12px;">
<div class="row">
<div class="col-md-12 mt-1" >
<div class="card px-3 py-2 align-items-center" style="width:100%;display: flex;flex-direction: row;text-align: center;" >
<img src="./revol_form/img/5.jpg" class="card-img-top" alt="..." style="width: 100px;height: 100px;border-radius: 100%;">
<div class="card-body" style="text-align: left;">
<h6 class="card-title">Vidhara Ranujee</h6>
<p class="card-text" style="font-size: 12px;">The IEEE Student Branch of UCSC</p>
</div>
<div class="fs-3" style="margin-right: 10px;">
<a href="mailto:ranu2001vi@gmail.com"><i class="bi bi-envelope-fill" style="color: black;"></i> </a>
</div>
<div class="fs-3">
<a href="tel: +94 77 536 4603"><i class="bi bi-telephone-fill" style="color: black;"></i></a>
</div>
</div>
<div class="card px-3 py-2 align-items-center mt-2" style="width:100%;display: flex;flex-direction: row;text-align: center;" >
<img src="./revol_form/img/6.jpg" class="card-img-top" alt="..." style="width: 100px;height: 100px;border-radius: 100%;">
<div class="card-body" style="text-align: left;">
<h6 class="card-title">Stephney Pieris</h6>
<p class="card-text" style="font-size: 12px;">AISEC in University of Colombo</p>
</div>
<div class="fs-3" style="margin-right: 10px;">
<a href="mailto:stephneypeiris@aiesec.net"><i class="bi bi-envelope-fill" style="color: black;"></i> </a>
</div>
<div class="fs-3">
<a href="tel: +94 74 064 9256"><i class="bi bi-telephone-fill" style="color: black;"></i></a>
</div>
</div>
<div class="card px-3 py-2 align-items-center mt-2" style="width:100%;display: flex;flex-direction: row;text-align: center;" >
<img src="./revol_form/img/2.jpg" class="card-img-top" alt="..." style="width: 100px;height: 100px;border-radius: 100%;">
<div class="card-body" style="text-align: left;">
<h6 class="card-title">Dinu Jayatissa</h6>
<p class="card-text" style="font-size: 12px;">The IEEE Student Branch of UCSC</p>
<!-- <a href="#" class="btn btn-primary">Go somewhere</a> -->
</div>
<div class="fs-3" style="margin-right: 10px;">
<a href="mailto:damsinijayatissa@gmail.com"><i class="bi bi-envelope-fill" style="color: black;"></i> </a>
</div>
<div class="fs-3">
<a href="tel: +94 76 612 0103"><i class="bi bi-telephone-fill" style="color: black;"></i></a>
</div>
</div>
<div class="card px-3 py-2 align-items-center mt-2" style="width:100%;display: flex;flex-direction: row;text-align: center;" >
<img src="./revol_form/img/3.jpg" class="card-img-top" alt="..." style="width: 100px;height: 100px;border-radius: 100%;">
<div class="card-body" style="text-align: left;">
<h6 class="card-title">Didulanka Gamage</h6>
<p class="card-text" style="font-size: 12px;">AIESEC in University of Colombo</p>
</div>
<div class="fs-3" style="margin-right: 10px;">
<a href="mailto:didulanka.gamage@aiesec.net"><i class="bi bi-envelope-fill" style="color: black;"></i> </a>
</div>
<div class="fs-3">
<a href="tel: +94 77 379 9736"><i class="bi bi-telephone-fill" style="color: black;"></i></a>
</div>
</div>
<div class="card px-3 py-2 align-items-center mt-2" style="width:100%;display: flex;flex-direction: row;text-align: center;" >
<img src="./revol_form/img/4.jpg" class="card-img-top" alt="..." style="width: 100px;height: 100px;border-radius: 100%;background-size: contain;">
<div class="card-body" style="text-align: left;">
<h6 class="card-title">Ayeshini Kulathunga</h6>
<p class="card-text" style="font-size: 12px;">The IEEE Student Branch of UCSC</p>
</div>
<div class="fs-3" style="margin-right: 10px;">
<a href="mailto:kulathungaayeshini@gmail.com"><i class="bi bi-envelope-fill" style="color: black;"></i> </a>
</div>
<div class="fs-3">
<a href="tel:+94 75 789 8466"><i class="bi bi-telephone-fill" style="color: black;"></i></a>
</div>
</div>
<div class="card px-3 py-2 align-items-center mt-2 mb-2" style="width:100%;display: flex;flex-direction: row;text-align: center;" >
<img src="./revol_form/img/1.jpg" class="card-img-top" alt="..." style="border-radius: 100%;width:100px;height: 100px;background-size: contain;">
<div class="card-body" style="text-align: left;">
<h6 class="card-title">Chanuli Indigahawela</h6>
<p class="card-text" style="font-size: 12px;">AIESEC in University of Colombo</p>
<!-- <a href="#" class="btn btn-primary">Go somewhere</a> -->
</div>
<div class="fs-3" style="margin-right: 10px;">
<a href="mailto:chanuli.indigahawela@aiesec.net"><i class="bi bi-envelope-fill" style="color: black;"></i> </a>
</div>
<div class="fs-3">
<a href="tel:+94 71 204 4353"><i class="bi bi-telephone-fill" style="color: black;"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-6 offset-lg-1 mt-1 mb-3" style="border-style: solid;border-color: black;border-radius: 12px;">
<div class="row">
<span><i class="bi bi-geo-alt-fill fs-4"></i>
<label class="form-label" style="font-size: 20px;"> UCSC Building Complex, Reid Avenue, Colombo </label></span>
</div>
<div style="padding: 10px;" >
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3960.902976870189!2d79.85857797488609!3d6.902205493097125!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3ae25963120b1509%3A0x2db2c18a68712863!2sUniversity%20of%20Colombo%20School%20of%20Computing%20(UCSC)!5e0!3m2!1sen!2sus!4v1704391804095!5m2!1sen!2sus"
style="border:0; width: 100%; height: 90vh;border-radius: 14px;" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</section><!-- End Contact Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
</div>
<div class="container d-md-flex py-4">
<div class="me-md-auto text-center text-md-start">
<div class="copyright">
© Copyright 2024<strong><span> RevolUX 3.0</span></strong>. All Rights Reserved
</div>
<div class="credits" style="color: #5ebd61;">
Organized by AIESEC in University of Colombo in collaboration with the IEEE Student Branch of UCSC
</div>
</div>
<div class="social-links text-center text-md-end pt-3 pt-md-0">
<a href="https://web.facebook.com/events/1591018771722283/?acontext=%7B%22event_action_history%22%3A[%7B%22extra_data%22%3A%22%7B%5C%22invite_link_id%5C%22%3A338849965032028%7D%22%2C%22mechanism%22%3A%22share_link%22%2C%22surface%22%3A%22share_link%22%7D%2C%7B%22extra_data%22%3A%22%7B%5C%22invite_link_id%5C%22%3A338849965032028%7D%22%2C%22mechanism%22%3A%22your_upcoming_events_unit%22%2C%22surface%22%3A%22bookmark%22%7D]%2C%22ref%22%3A%2252%22%2C%22ref_notif_type%22%3Anull%7D" class="facebook"><i class="bx bxl-facebook"></i></a>
<a href="https://www.instagram.com/colombo_central" class="instagram"><i class="bx bxl-instagram"></i></a>
<a href="https://www.instagram.com/ucsc.ieee/" class="instagram"><i class="bx bxl-instagram"></i></a>
<a href="https://www.linkedin.com/company/ieee-student-branch-ucsc/?originalSubdomain=lk" class="linkedin"><i class="bx bxl-linkedin"></i></a>
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/purecounter/purecounter_vanilla.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="/forms/register/script.js"></script>
<!-- Template Main JS File -->
<script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
<script src="assets/js/main.js?ver=1.3"></script>
<script src="revol_form/script.js?ver=1.3"></script>
</body>
</html>