forked from Asymmentric/osd-23
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
697 lines (637 loc) · 24.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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Open Source Day'23</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='https://fonts.googleapis.com/css?family=Work+Sans:400,300,600,400italic,700' rel='stylesheet'
type='text/css'>
<link href="https://fonts.googleapis.com/css?family=Sacramento" rel="stylesheet">
<!-- Animate.css -->
<link rel="stylesheet" href="css/animate.css">
<!-- Icomoon Icon Fonts-->
<link rel="stylesheet" href="css/icomoon.css">
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.css">
<!-- Magnific Popup -->
<link rel="stylesheet" href="css/magnific-popup.css">
<!-- Owl Carousel -->
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<!-- Theme style -->
<link rel="stylesheet" href="css/style.css">
<!-- Modernizr JS -->
<script src="js/modernizr-2.6.2.min.js"></script>
<!-- FOR IE9 below -->
<!--[if lt IE 9]>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="fh5co-loader"></div>
<div id="page">
<nav class="fh5co-nav" role="navigation">
<div class="container">
<div class="row">
<div class="col-xs-2">
<!-- <div id="fh5co-logo"><a href="">OSD'23<strong></strong></a></div> -->
<div id="fh5co-logo"><a href=""><img src="images/logo1.png" alt="" style="width: 50px; height: 50px;"></a></div>
<!-- <div id="fh5co-logo" class="osd-img"><a href="index.html"> <img
src="osd_logo-removebg-preview (1).png" alt=""></a></div> -->
</div>
<div class="col-xs-10 text-right menu-1">
<ul>
<li class="active"><a href="">Home</a></li>
<li><a href="#about-us">About Us</a></li>
<li>
<a href="#osd-schedule">Schedule</a>
</li>
<li>
<a href="#gallery">Gallery</a>
</li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
</div>
</div>
</nav>
<header id="fh5co-header" class="fh5co-cover" role="banner" style="background-image:url(images/img_bg_04.jpeg);"
data-stellar-background-ratio="0.5">
<div class="overlay"></div>
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center">
<div class="display-t">
<div class="display-tc animate-box" data-animate-effect="fadeIn">
<h1>Open Source Day'23</h1>
<h2>The Biggest Open Source Festival of Mysuru.</h2>
<h2><a href="https://osl-vvce.github.io/">Brought to you by OSL</a></h2>
<h2>May 22th, 2022 VVCE, Mysore</h2>
<div class="simply-countdown simply-countdown-one"></div>
<p><a href="https://forms.fillout.com/t/5gTAGYQwpFus" target="_blank" class="btn btn-default btn-sm">Register</a></p>
</div>
</div>
</div>
</div>
</div>
</header>
<div id="about-us">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center fh5co-heading animate-box">
<h2>Hello!</h2>
<h3>May 22th, 2022 VVCE, Mysore</h3>
<p>Exploring the frontiers of <strong>Open Source</strong>: Don't miss out on this incredible
event.</p>
</div>
</div>
<div class="couple-wrap animate-box">
<div class="couple-half">
<div class="groom">
<img src="images/tech-talk.jpg" alt="groom" class="img-responsive">
</div>
<div class="desc-groom">
<h3>Technical Talks & Workshops</h3>
<p>Ignite your skills, fuel innovation! 🚀 Unleash the power of open source at our event. Join industry experts, explore cutting-edge tech, and level up your knowledge. Don't miss out on this game-changing opportunity! 💡🔧</p>
</div>
</div>
<div class="couple-half">
<div class="bride">
<img src="images/bug-bounty.jpg" alt="groom" class="img-responsive">
</div>
<div class="desc-bride">
<h3>Bug Bounty Competition</h3>
<p>Calling all hackers! 🚀 Join our Bug Bounty Competition and showcase your cybersecurity prowess. Hunt for vulnerabilities, compete for prizes, and secure your place among the best. Unleash your skills, claim victory, and make your mark in the world of cybersecurity. Don't miss this thrilling opportunity! 💻🔒🏆</p>
</div>
</div>
</div>
<div class="couple-wrap animate-box">
<div class="couple-half">
<div class="groom">
<img src="images/vr-game.jpeg" alt="groom" class="img-responsive">
</div>
<div class="desc-groom">
<h3>VR Games</h3>
<p>VR Games Extravaganza: Dive into Virtual Reality Awesomeness! 🎮💫 Immerse yourself in mind-bending adventures and redefine gaming reality. Don't miss your chance to experience the next level of gaming excitement! 🚀🕶️</p>
</div>
</div>
<div class="couple-half">
<div class="bride">
<img src="images/retro-pi.jpg" alt="groom" class="img-responsive">
</div>
<div class="desc-bride">
<h3>Retro Pi Gaming</h3>
<p>Retro Pi Gaming: Nostalgia unleashed! 🎮 Join the ultimate gaming experience, relive the classics, and compete for glory. Get ready to level up! Don't miss out! 🕹️🔥🏆 </p>
</div>
</div>
</div>
</div>
</div>
<!-- <div id="fh5co-event" class="fh5co-bg" style="background-image:url(images/img_bg_3.jpg);">
<div class="overlay"></div>
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center fh5co-heading animate-box">
<span>Our Special Events</span>
<h2>Wedding Events</h2>
</div>
</div>
<div class="row">
<div class="display-t">
<div class="display-tc">
<div class="col-md-10 col-md-offset-1">
<div class="col-md-6 col-sm-6 text-center">
<div class="event-wrap animate-box">
<h3>Main Ceremony</h3>
<div class="event-col">
<i class="icon-clock"></i>
<span>4:00 PM</span>
<span>6:00 PM</span>
</div>
<div class="event-col">
<i class="icon-calendar"></i>
<span>Monday 28</span>
<span>November, 2016</span>
</div>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean.</p>
</div>
</div>
<div class="col-md-6 col-sm-6 text-center">
<div class="event-wrap animate-box">
<h3>Wedding Party</h3>
<div class="event-col">
<i class="icon-clock"></i>
<span>7:00 PM</span>
<span>12:00 AM</span>
</div>
<div class="event-col">
<i class="icon-calendar"></i>
<span>Monday 28</span>
<span>November, 2016</span>
</div>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div> -->
<hr>
<hr>
<div id="osd-schedule">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center fh5co-heading animate-box">
<span>Technical Talk, games and much more fun: Be part of Open Source Day'23</span>
<h2>Schedule Details</h2>
<h3 class="detail-date">22nd May 2023</h3>
</div>
</div>
<div class="row">
<div class="col-md-12 col-md-offset-0">
<ul class="timeline animate-box">
<li class="animate-box">
<div class="timeline-badge" style="background-image:url(images/couple-1.jpg);"></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h3 class="timeline-title" style="color: rgb(250, 23, 61)">Introduction and Welcoming</h3>
<span class="date" ><strong>9:00am - 10:30am [Auditorium]</strong></span>
</div>
</div>
</li>
<li class="timeline-inverted animate-box">
<div class="timeline-badge" style="background-image:url(images/couple-2.jpg);"></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h3 class="timeline-title" style="color: rgb(250, 23, 61)">GitHub</h3>
<span class="date"><strong>11:00am - 1:00pm [Seminar Hall]</strong></span>
</div>
</div>
</li>
<li class="animate-box">
<div class="timeline-badge" style="background-image:url(images/couple-3.jpg);"></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h3 class="timeline-title" style="color: rgb(250, 23, 61)">Meta VR & Rasberry PI</h3>
<span class="date"><strong>11:00aqm - 1:00pm [OSL]</strong></span>
</div>
</div>
</li>
<li class="timeline-inverted animate-box">
<div class="timeline-badge" style="background-image:url(images/couple-2.jpg);"></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h3 class="timeline-title" style="color: rgb(250, 23, 61)">Bug Smash</h3>
<span class="date"><strong>11:00am - 1:00pm [OSL]</strong></span>
</div>
</div>
</li>
<li class="animate-box">
<div class="timeline-badge" style="background-image:url(images/couple-3.jpg);"></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h3 class="timeline-title" style="color: rgb(250, 23, 61)">Chat GPT Workshop</h3>
<span class="date"><strong>2:00pm - 2:45pm [Seminar Hall]</strong></span>
</div>
</div>
</li>
<li class="timeline-inverted animate-box">
<div class="timeline-badge" style="background-image:url(images/couple-2.jpg);"></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h3 class="timeline-title" style="color: rgb(250, 23, 61)">Ethical Hacking Workshop</h3>
<span class="date"><strong>3:00pm - 4:00pm [Seminar Hall]</strong></span>
</div>
</div>
</li>
<li class="animate-box">
<div class="timeline-badge" style="background-image:url(images/couple-3.jpg);"></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h3 class="timeline-title" style="color: rgb(250, 23, 61)">Bug Smash</h3>
<span class="date"><strong>3:00pm - 4:00pm [OSL]</strong></span>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
<div id="gallery" class="fh5co-section-gray">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center fh5co-heading animate-box">
<span>Open Source Day Gallery</span>
<h2>Past Editions</h2>
<p>Take a Stroll Down Memory Lane: Our Captivating Gallery of Past Events 📸✨</p>
</div>
</div>
<div class="row row-bottom-padded-md">
<div class="col-md-12">
<ul id="gallery-list">
<li class="one-third animate-box" data-animate-effect="fadeIn"
style="background-image: url(images/gallery-01.jpg); ">
<a href="images/gallery-01.jpg">
<div class="case-studies-summary">
<span>OSD 2019</span>
<h2>Pacman on Retro Pi</h2>
</div>
</a>
</li>
<li class="one-third animate-box" data-animate-effect="fadeIn"
style="background-image: url(images/gallery-01.JPG); ">
<a href="images/gallery-01.JPG" class="color-2">
<div class="case-studies-summary">
<span>OSD 2019</span>
<h2>Speech by Principal</h2>
</div>
</a>
</li>
<li class="one-third animate-box" data-animate-effect="fadeIn"
style="background-image: url(images/gallery-04.jpg); ">
<a href="images/gallery-04.jpg" class="color-3">
<div class="case-studies-summary">
<span>OSD 2018</span>
<h2>Gaming Booth</h2>
</div>
</a>
</li>
<li class="one-third animate-box" data-animate-effect="fadeIn"
style="background-image: url(images/gallery-05.jpg); ">
<a href="images/gallery-05.jpg" class="color-4">
<div class="case-studies-summary">
<span>OSD 2018</span>
<h2>Smiling organizers</h2>
</div>
</a>
</li>
<li class="one-third animate-box" data-animate-effect="fadeIn"
style="background-image: url(images/gallery-06.jpg); ">
<a href="images/gallery-06.jpg" class="color-3">
<div class="case-studies-summary">
<span>OSD 2018</span>
<h2>After a wonderful day</h2>
</div>
</a>
</li>
<li class="one-third animate-box" data-animate-effect="fadeIn"
style="background-image: url(images/gallery-07.jpg); ">
<a href="images/gallery-07.jpg" class="color-4">
<div class="case-studies-summary">
<span>OSD 2018</span>
<h2>Heavy registrations</h2>
</div>
</a>
</li>
<li class="one-third animate-box" data-animate-effect="fadeIn"
style="background-image: url(images/gallery-08.JPG); ">
<a href="images/gallery-08.JPG" class="color-4">
<div class="case-studies-summary">
<span>OSD 2019</span>
<h2>Esclusive talks about Open Source</h2>
</div>
</a>
</li>
<li class="one-third animate-box" data-animate-effect="fadeIn"
style="background-image: url(images/gallery-09.JPG); ">
<a href="images/gallery-09.JPG" class="color-5">
<div class="case-studies-summary">
<span>OSD 2019</span>
<h2>A helping hand</h2>
</div>
</a>
</li>
<li class="one-third animate-box" data-animate-effect="fadeIn"
style="background-image: url(images/gallery-02.JPG); ">
<a href="images/gallery-02.JPG" class="color-6">
<div class="case-studies-summary">
<span>OSD 2019</span>
<h2>Its been a long day</h2>
</div>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div id="fh5co-counter" class="fh5co-bg fh5co-counter" style="background-image:url(images/img_bg_01.jpg);">
<div class="overlay"></div>
<div class="container">
<div class="row">
<div class="display-t">
<div class="display-tc">
<div class="col-md-3 col-sm-6 animate-box">
<div class="feature-center">
<span class="icon">
<i class="icon-users"></i>
</span>
<span class="counter js-counter" data-from="0" data-to="100" data-speed="5000"
data-refresh-interval="50">1</span>
<span class="counter-label">Entries only</span>
</div>
</div>
<div class="col-md-3 col-sm-6 animate-box">
<div class="feature-center">
<span class="icon">
<i class="icon-user"></i>
</span>
<span class="counter-label">More than</span>
<span class="counter js-counter" data-from="0" data-to="600" data-speed="5000"
data-refresh-interval="50">1</span>
<span class="counter-label">Past Participants</span>
</div>
</div>
<!-- <div class="col-md-3 col-sm-6 animate-box">
<div class="feature-center">
<span class="icon">
<i class="icon-calendar"></i>
</span>
<span class="counter js-counter" data-from="0" data-to="402" data-speed="5000"
data-refresh-interval="50"></span>
<span class="counter-label">Event Date</span>
</div>
</div> -->
<!-- <div class="col-md-3 col-sm-6 animate-box">
<div class="feature-center">
<span class="icon">
<i class="icon-clock"></i>
</span>
<span class="counter js-counter" data-from="0" data-to="2345" data-speed="5000"
data-refresh-interval="50">1</span>
<span class="counter-label">Hours Spent</span>
</div>
</div> -->
</div>
</div>
</div>
</div>
</div>
<!-- <div id="fh5co-testimonial">
<div class="container">
<div class="row">
<div class="row animate-box">
<div class="col-md-8 col-md-offset-2 text-center fh5co-heading">
<span>Best Wishes</span>
<h2>Friends Wishes</h2>
</div>
</div>
<div class="row">
<div class="col-md-12 animate-box">
<div class="wrap-testimony">
<div class="owl-carousel-fullwidth">
<div class="item">
<div class="testimony-slide active text-center">
<figure>
<img src="images/couple-1.jpg" alt="user">
</figure>
<span>John Doe, via <a href="#" class="twitter">Twitter</a></span>
<blockquote>
<p>"Far far away, behind the word mountains, far from the countries
Vokalia and Consonantia, there live the blind texts. Separated they
live in Bookmarksgrove right at the coast of the Semantics"</p>
</blockquote>
</div>
</div>
<div class="item">
<div class="testimony-slide active text-center">
<figure>
<img src="images/couple-2.jpg" alt="user">
</figure>
<span>John Doe, via <a href="#" class="twitter">Twitter</a></span>
<blockquote>
<p>"Far far away, behind the word mountains, far from the countries
Vokalia and Consonantia, at the coast of the Semantics, a large
language ocean."</p>
</blockquote>
</div>
</div>
<div class="item">
<div class="testimony-slide active text-center">
<figure>
<img src="images/couple-3.jpg" alt="user">
</figure>
<span>John Doe, via <a href="#" class="twitter">Twitter</a></span>
<blockquote>
<p>"Far far away, far from the countries Vokalia and Consonantia, there
live the blind texts. Separated they live in Bookmarksgrove right at
the coast of the Semantics, a large language ocean."</p>
</blockquote>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div> -->
<div id="fh5co-services" class="fh5co-section-gray">
<div class="container">
<div class="row animate-box">
<div class="col-md-8 col-md-offset-2 text-center fh5co-heading">
<h2>FAQs</h2>
<p>For the seeker within you.</p>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="feature-left animate-box" data-animate-effect="fadeInLeft">
<span class="icon">
<i class="icon-calendar"></i>
</span>
<div class="feature-copy">
<h3>Who is organizing Open Source Day?</h3>
<p>Open Source Lab of Vidyavardhaka College of Engineering is responsible for this event. This event was made possible due to the immense support of the management and the Dept. of Computer Science and Engineering of Vidyavardhaka College of Engineering.</p>
</div>
</div>
<div class="feature-left animate-box" data-animate-effect="fadeInLeft">
<span class="icon">
<i class="icon-users"></i>
</span>
<div class="feature-copy">
<h3>Who can participate?</h3>
<p>Everyone is welcome to apply, be it students, professionals or turing-test certified androids. If you are under 18 years of age, we’ll need a parental consent form.</p>
</div>
</div>
<div class="feature-left animate-box" data-animate-effect="fadeInLeft">
<span class="icon">
<i class="icon-book"></i>
</span>
<div class="feature-copy">
<h3>What do I get by attending the event?</h3>
<p>Enhance your idea about Open Source and meet like minded people.</p>
<p> and a great way to learn, network, get involved, and have fun.</p>
</div>
</div>
<div class="feature-left animate-box" data-animate-effect="fadeInLeft">
<span class="icon">
<i class="icon-laptop"></i>
</span>
<div class="feature-copy">
<h3>Do we need to bring any equipment for Workshops?</h3>
<p>Each workshop will share its own guidelines and pre-requisites. Please refer to the same to figure out—if you need to bring your laptop or not.</p>
</div>
</div>
<div class="feature-left animate-box" data-animate-effect="fadeInLeft">
<span class="icon">
<i class="icon-speech-bubble"></i>
</span>
<div class="feature-copy">
<h3>Did we miss anything?</h3>
<p>No Need to Feel Awkward - We Encourage Questions</p>
<p>DM us at <a href="#contact"> <i class="icon-instagram"></i></a></p>
<p>Mail us at <a href="mailto:osl.vvce.ac.in"><i class="icon-mail"></i></a></p>
</div>
</div>
</div>
<div class="col-md-6 animate-box">
<div class="fh5co-video fh5co-bg" style="background-image: url(images/img_bg_02.jpg); ">
<a href="https://www.instagram.com/reel/CsOD7ZtsCfU/?igshid=MzRlODBiNWFlZA==" class="popup-vimeo"><i
class="icon-video2"></i></a>
<div class="overlay"></div>
</div>
</div>
</div>
</div>
</div>
<div id="fh5co-started" class="fh5co-bg" style="background-image:url(images/img_bg_03.jpg);">
<div class="overlay"></div>
<div class="container">
<div class="row animate-box">
<div class="col-md-8 col-md-offset-2 text-center fh5co-heading">
<h2>Are You Attending?</h2>
<p>Please Fill-up the form to notify you that you're attending. Thanks.</p>
</div>
</div>
<div class="row animate-box">
<div class="col-md-10 col-md-offset-1">
<!-- <form class="form-inline"> -->
<div class="col-md-4 col-sm-4">
<div class="form-group">
</div>
</div>
<div class="col-md-4 col-sm-4">
<a href="https://forms.fillout.com/t/5gTAGYQwpFus"><button type="submit" class="btn btn-default btn-block">I am Attending</button></a>
</div>
<div class="col-md-4 col-sm-4">
<div class="form-group">
</div>
</div>
</div>
</div>
</div>
</div>
<footer id="fh5co-footer" role="contentinfo">
<div class="container">
<div class="row copyright">
<div class="col-md-12 text-center">
<p>
<a href="https://oslvvce.com" target="_blank"><small class="block">© Open Source Lab.
</a> All Rights
Reserved.</small>
</p>
<p>
<ul class="fh5co-social-icons" id="contact">
<li><a href="https://twitter.com/osl_vvce" target="_blank"><i class="icon-twitter"></i></a></li>
<li><a href="https://www.instagram.com/osl.vvce" target="_blank"><i class="icon-instagram"></i></a></li>
<li><a href="https://www.linkedin.com/company/osl-vvce" target="_blank"><i class="icon-linkedin"></i></a></li>
<li><a href="https://github.com/osl-vvce" target="_blank"><i class="icon-github"></i></a></li>
</ul>
</p>
</div>
</div>
</div>
</footer>
</div>
<div class="gototop js-top">
<a href="#" class="js-gotop"><i class="icon-arrow-up"></i></a>
</div>
<!-- jQuery -->
<script src="js/jquery.min.js"></script>
<!-- jQuery Easing -->
<script src="js/jquery.easing.1.3.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- Waypoints -->
<script src="js/jquery.waypoints.min.js"></script>
<!-- Carousel -->
<script src="js/owl.carousel.min.js"></script>
<!-- countTo -->
<script src="js/jquery.countTo.js"></script>
<!-- Stellar -->
<script src="js/jquery.stellar.min.js"></script>
<!-- Magnific Popup -->
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/magnific-popup-options.js"></script>
<!-- // <script src="https://cdnjs.cloudflare.com/ajax/libs/prism/0.0.1/prism.min.js"></script> -->
<script src="js/simplyCountdown.js"></script>
<!-- Main -->
<script src="js/main.js"></script>
<script src="//www.instagram.com/embed.js"></script>
<script>
var d = new Date("May 22 2023 10:00:00");
// default example
simplyCountdown('.simply-countdown-one', {
year: d.getFullYear(),
month: d.getMonth() + 1,
day: d.getDate()
});
//jQuery example
$('#simply-countdown-losange').simplyCountdown({
year: d.getFullYear(),
month: d.getMonth() + 1,
day: d.getDate(),
enableUtc: false
});
</script>
</body>
</html>