forked from Opentek-Org/opentek
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
811 lines (780 loc) · 31.6 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
<!DOCTYPE html>
<html lang="en">
<html prefix="og: https://ogp.me/ns#">
<head>
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<link rel="stylesheet" href="css/color-theams.css">
<link rel="stylesheet" href="css/ripple-button.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-GMVFYVMXD6"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-GMVFYVMXD6");
</script>
<script
data-ad-client="ca-pub-6863208875908240"
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"
></script>
<script src="https://kit.fontawesome.com/284ffbb2b1.js" crossorigin="anonymous"></script>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta
name="description"
content="Welcome to Opentek, your number one source for Open Source Development. We're dedicated to giving you the very best of tools, resources, and projects, with a focus on Collaboration, Code, and Networking. Open Source Resources for beginners where they can find everything related to Open Source and learn how to start with it."
/>
<meta
name="keywords"
content="OpenSource, CommunityWork, OpenSourceDevelopment, Collaboration, Networking, Side-Projects, Projects, Hackathons, OpenSourcePrograms, Development, Webdev, ML, Android, Startup, GSSOC, GSOC, GSOD, GoogleSeasonOfDocs, GoogleSummerOfCode, LFXMentorship,Girlscript-summer-of-code"
/>
<meta name="author" content="Opentek" />
<meta property="og:title" content="Opentek" />
<meta
property="og:description"
content="Welcome to Opentek, your number one source for Open Source Development. We're dedicated to giving you the very best of tools, resources, and projects, with a focus on Collaboration, Code, and Networking."
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://opentek.in/" />
<meta
property="og:image"
content="https://i.postimg.cc/HszfCMfq/Opentek-logo.png"
/>
<meta name="theme-color" content="#080B11" />
<title>Opentek | Home</title>
<link
rel="icon"
href="images/Opentek.png"
type="image/gif"
sizes="16x16"
/>
<!--font-awesome icons link-->
<!-- <link rel="stylesheet" href="css/font-awesome.min.css"> -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"
/>
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Caveat&display=swap"
rel="stylesheet"
/>
<!-- MDB -->
<link
href="https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/3.6.0/mdb.min.css"
rel="stylesheet"
/>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/slick.css" />
<!--main style file-->
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/responsive.css" />
<!-- PWA -->
<link rel="apple-touch-icon" href="icons/apple-icon-180.png" />
<link rel="manifest" href="./manifest.json" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<link
rel="apple-touch-startup-image"
href="icons/apple-splash-2048-2732.jpg"
media="(device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"
/>
<link
rel="apple-touch-startup-image"
href="icons/apple-splash-2732-2048.jpg"
media="(device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"
/>
<link
rel="apple-touch-startup-image"
href="icons/apple-splash-1668-2388.jpg"
media="(device-width: 834px) and (device-height: 1194px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"
/>
<link
rel="apple-touch-startup-image"
href="icons/apple-splash-2388-1668.jpg"
media="(device-width: 834px) and (device-height: 1194px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"
/>
<link
rel="apple-touch-startup-image"
href="icons/apple-splash-1536-2048.jpg"
media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"
/>
<link
rel="apple-touch-startup-image"
href="icons/apple-splash-2048-1536.jpg"
media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"
/>
<link
rel="apple-touch-startup-image"
href="icons/apple-splash-1668-2224.jpg"
media="(device-width: 834px) and (device-height: 1112px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"
/>
<link
rel="apple-touch-startup-image"
href="icons/apple-splash-2224-1668.jpg"
media="(device-width: 834px) and (device-height: 1112px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"
/>
<link
rel="apple-touch-startup-image"
href="icons/apple-splash-1620-2160.jpg"
media="(device-width: 810px) and (device-height: 1080px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"
/>
<link
rel="apple-touch-startup-image"
href="icons/apple-splash-2160-1620.jpg"
media="(device-width: 810px) and (device-height: 1080px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"
/>
<link
rel="apple-touch-startup-image"
href="icons/apple-splash-1284-2778.jpg"
media="(device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"
/>
<link
rel="apple-touch-startup-image"
href="icons/apple-splash-2778-1284.jpg"
media="(device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"
/>
<link
rel="apple-touch-startup-image"
href="icons/apple-splash-1170-2532.jpg"
media="(device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"
/>
<link
rel="apple-touch-startup-image"
href="icons/apple-splash-2532-1170.jpg"
media="(device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"
/>
<link
rel="apple-touch-startup-image"
href="icons/apple-splash-1125-2436.jpg"
media="(device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"
/>
<link
rel="apple-touch-startup-image"
href="icons/apple-splash-2436-1125.jpg"
media="(device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"
/>
<link
rel="apple-touch-startup-image"
href="icons/apple-splash-1242-2688.jpg"
media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"
/>
<link
rel="apple-touch-startup-image"
href="icons/apple-splash-2688-1242.jpg"
media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"
/>
<link
rel="apple-touch-startup-image"
href="icons/apple-splash-828-1792.jpg"
media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"
/>
<link
rel="apple-touch-startup-image"
href="icons/apple-splash-1792-828.jpg"
media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"
/>
<link
rel="apple-touch-startup-image"
href="icons/apple-splash-1242-2208.jpg"
media="(device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"
/>
<link
rel="apple-touch-startup-image"
href="icons/apple-splash-2208-1242.jpg"
media="(device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"
/>
<link
rel="apple-touch-startup-image"
href="icons/apple-splash-750-1334.jpg"
media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"
/>
<link
rel="apple-touch-startup-image"
href="icons/apple-splash-1334-750.jpg"
media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"
/>
<link
rel="apple-touch-startup-image"
href="icons/apple-splash-640-1136.jpg"
media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"
/>
<link
rel="apple-touch-startup-image"
href="icons/apple-splash-1136-640.jpg"
media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"
/>
</head>
<body id="dark-mode">
<!-- Preloader Part Start -->
<div class="preloader">
<div class="frame">
<div class="center">
<div class="dot-1"></div>
<div class="dot-2"></div>
<div class="dot-3"></div>
</div>
</div>
</div>
<!-- Preloader Part End -->
<!-- Discord Banner Start-->
<div class="discord-banner">
<a
href="https://bit.ly/opentek-discord"
target="_blank"
rel="noopener noreferrer"
>
<p>
Join us on Discord!
<i class="fab fa-discord" aria-hidden="true"></i>
</p>
</a>
</div>
<!-- Discord Banner End-->
<!-- HEADER AREA START -->
<header>
<nav class="navbar navbar-expand-lg navbar-light bg-light sticky-top">
<div class="container">
<a class="navbar-brand" href="index.html">Opentek<b>.</b></a>
<button
class="navbar-toggler collapsed"
type="button"
data-toggle="collapse"
data-target="#navbarNavDropdown"
aria-controls="navbarNavDropdown"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="toggler-icon top-bar"></span>
<span class="toggler-icon middle-bar"></span>
<span class="toggler-icon bottom-bar"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<ul class="navbar-nav ml-auto menu-item">
<li class="nav-item">
<a class="nav-link" href="#banner">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#overview">Features</a>
</li>
<li class="nav-item">
<a class="nav-link" href="pages/projects.html">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#footer">Contact</a>
</li>
<li class="nav-item nav-item-btn">
<!-- <a class="nav-link bor" href="#" data-toggle="modal" data-target="#exampleModal">Contact</a> -->
<button
id="btn-login"
disabled="true"
class="btn btn-outline-light login-btn"
onclick="login()"
>
Log In
</button>
<button
id="btn-logout"
disabled="true"
class="btn btn-outline-light login-btn"
onclick="logout()"
>
Log Out
</button>
</li>
<li class="nav-item">
<div id="avatar-img-div" class="hidden-icon">
<img id="avatar-img" class="avatar" src="" />
</div>
</li>
</ul>
</div>
</div>
</nav>
</header>
<!-- HEADER AREA ENDS -->
<!-- BANNER AREA START -->
<main>
<section id="banner">
<div class="design-layer"></div>
<div class="backtotop">
<a href="#banner"
><i class="fa fa-arrow-up" aria-hidden="true"></i
></a>
</div>
<div class="container zindex">
<div class="row">
<div class="col-lg-12 banner-txt">
<h3 id="text" class="slide-transition">An Open Source Treasure</h3>
<h1 id="text-down">
If it is about Open Source, it is on Opentek.
</h1>
</div>
</div>
</div>
</section>
<!-- BANNER AREA ENDS -->
<!-- FEATURE AREA START -->
<section id="overview">
<div class="container">
<div class="row header-text text-center">
<div class="col-lg-12">
<h3>FEA<span>TU</span>RES</h3>
</div>
</div>
<div class="row over-pa">
<div class="col-lg-9 col-sm-12 m-auto">
<div class="row">
<div class="col-lg-6 col-sm-6 " data-aos="fade-right">
<div class="over-item txt-right unique-style3">
<i class="fa fa-bars over-i" aria-hidden="true"></i>
<div class="break"></div>
<h3>Events</h3>
<p>
Find all the Open Source Events happening around the globe
month-wise and never miss any opportunity to learn and
grow from the experts 😉
</p>
<div class="over-btn" id="gated-content-1">
<a href="./pages/event.html">Tune In</a>
</div>
<div id="gated-content-2">
<p
style="font-family: 'Caveat', cursive; font-size: large"
>
Log In Required!
</p>
<p
class="hidden-icon"
style="font-family: 'Caveat', cursive; font-size: large"
>
Log In Required!
</p>
</div>
</div>
</div>
<div class="col-lg-6 col-sm-6 " data-aos="fade-left">
<div class="over-item txt-left unique-style">
<i class="far fa-check-circle over-i"></i>
<div class="break"></div>
<h3>Programs</h3>
<p>
Participate in these programs listed month-wise and take
your Open Source journey to the next level and earn some
swags 😍
</p>
<div class="over-btn" id="gated-content-3">
<a href="./pages/program.html">Participate</a>
</div>
<div id="gated-content-4">
<p
style="font-family: 'Caveat', cursive; font-size: large"
>
Log In Required!
</p>
<p
class="hidden-icon"
style="font-family: 'Caveat', cursive; font-size: large"
>
Log In Required!
</p>
</div>
</div>
</div>
<div class="col-lg-6 col-sm-6 " data-aos="fade-right">
<div class="over-item txt-right unique-style2">
<i class="far fa-star over-i" aria-hidden="true"></i>
<div class="break"></div>
<h3>Projects</h3>
<p>
Domain specific projects from Beginner to Advance level
are available that you can contribute to and sharpen your
skills. Follow Contributing guidelines, Choose your domain
and get started 💯
</p>
<div class="over-btn">
<a href="./pages/projects.html">Start Building</a>
</div>
</div>
</div>
<div class="col-lg-6 col-sm-6 " data-aos="fade-left">
<div class="over-item txt-left unique-style4">
<i class="fas fa-terminal over-i" aria-hidden="true"></i>
<div class="break"></div>
<h3>Tutorials</h3>
<p>
What is Open Source? How to do your first PR? <br />
Know all of it and much more from the gurus.
<br />
Specially curated videos to get you started 📚
</p>
<div class="over-btn">
<a href="./pages/tutorial.html">Start Learning</a>
</div>
</div>
</div>
<!-- *********************** -->
<div class="col-lg-6 col-sm-6 " data-aos="fade-right">
<div class="over-item txt-right unique-style5">
<i class="fas fa-blog over-i" aria-hidden="true"></i>
<div class="break"></div>
<h3>Blogs</h3>
<p>
Contributing to open source can be a rewarding way to learn, teach, and build experience in just about any skill you can imagine. <br />
To know more about open source contribution read some articles and blogs on it.
</p>
<div class="over-btn">
<a href="./pages/blog.html">Read Blogs</a>
</div>
</div>
</div>
<!-- ******************* -->
</div>
</div>
</div>
</div>
</section>
<!-- FEATURE AREA ENDS -->
<!-- ABOUT AREA START -->
<section id="about">
<div class="container">
<div class="row header-text text-center about-header">
<div class="col-lg-12">
<h3>AB<span>O</span>UT</h3>
</div>
</div>
<div class="row about-pa">
<div class="col-lg-10 col-md-12 m-auto about-item">
<div class="row">
<div class="col-lg-4 col-sm-8 m-sm-auto col-md-5 text-center">
<div class="about-img col-md">
<img
src="images/about1.svg"
alt="about-img"
class="img-fluid"
/>
</div>
</div>
<div class="col-lg-1 col-md-1"></div>
<div class="col-lg-7 col-md-6">
<div class="about-txt">
<span class="style-span">About Us</span>
<h3>OUR MISSION</h3>
<p>
To empower Open Source and create an environment of
excellent individuals who believe in the power of Open
Source and Community Building.
</p>
<p class="style-p tab-hider">
Collaborate --> Learn --> Try --> Fail --> Learn -->
Iterate --> Build
</p>
<a href="pages/about.html">Read More</a>
</div>
</div>
</div>
</div>
<div class="col-lg-10 m-auto about-item col-md-12">
<div class="row">
<div class="col-lg-7 col-md-6">
<div class="about-txt sm-reduce-pa">
<span class="style-span">What exactly is Opentek?</span>
<div class="list">
<ul class="ul-about">
<li>
Brings everything related to Open Source under one
Umbrella.
</li>
<li>
No more spending hours on Internet finding events,
resources and programs.
</li>
<li>
Completely Open Source - Anyone can contribute to
this!
</li>
<li>
Long term goal is to build a community that truly
believes in Open Source and building in public.
</li>
</ul>
<a
href="https://bit.ly/opentek-discord"
target="_blank"
rel="noopener noreferrer"
>Join Discord!</a
>
</div>
</div>
<div class="row counter-main"></div>
</div>
<div class="col-lg-1 col-md-1"></div>
<div class="col-lg-4 text-center mob-hide sm-hide col-md-5">
<div class="about-img-2 ai-two">
<img
src="images/about2.svg"
alt="about-img"
class="img-fluid"
/>
</div>
</div>
</div>
</div>
<div class="col-lg-10 m-auto about-item col-md-12">
<div class="row">
<div class="col-lg-4 col-sm-8 m-sm-auto text-center col-md-5">
<div class="about-img">
<img
src="images/about3.svg"
alt="about-img"
class="img-fluid"
/>
</div>
</div>
<div class="col-lg-1 col-md-1"></div>
<div class="col-lg-7 col-md-6">
<div class="about-txt">
<span class="style-span">Contribute!</span>
<h3>How can you help us?</h3>
<div class="list">
<ul class="ul-about">
<li>
If you are a Project Admin,submit your project and
help everyone to start their Open Source contributions
on your project.
</li>
<li>
If you know any events or programs that are not listed
already.
</li>
<li>
By helping us in organizing various events related to
Open Source.
</li>
<li>
Be it small or large, every { Contribution } matters!
</li>
</ul>
<a
href="https://github.com/Opentek-Org/opentek"
target="_blank"
rel="noopener noreferrer"
>Contribute</a
>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ABOUT AREA ENDS -->
<div class="d-flex justify-content-center">
<a
href="https://www.producthunt.com/posts/opentek?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-opentek"
target="_blank"
><img
src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=310285&theme=dark"
alt="Opentek - If it is about Open Source, it is on Opentek. | Product Hunt"
style="width: 250px; height: 230px"
/></a>
</div>
</main>
<!-- FOOTER AREA START -->
<footer id="footer">
<div class="container-fluid px-5">
<div class="row">
<div
class="col-12 col-sm-12 col-md-12 col-lg-4 pb-5 pb-sm-5 pb-lg-1"
>
<div class="footer-logo">
<a class="f-logo" href="#banner"><b>Opentek Org</b></a>
<p>
In open source, we feel strongly that to really do something
well, you have to get a lot of people involved.
<br />
- Linus Torvalds
</p>
<div class="footer-social">
<a href="https://bit.ly/opentek-discord" target="_blank"
><i class="fab fa-discord" aria-hidden="true"></i
></a>
<a href="https://twitter.com/opentekorg" target="blank"
><i class="fab fa-twitter" aria-hidden="true"></i
></a>
<a
href="https://www.linkedin.com/company/opentekorg/"
target="blank"
><i class="fab fa-linkedin-in" aria-hidden="true"></i
></a>
<a href="mailto:[email protected]"
><i class="fas fa-envelope" aria-hidden="true"></i
></a>
<a
href="https://github.com/Opentek-Org/opentek"
target="blank"
><i class="fab fa-github" aria-hidden="true"></i
></a>
</div>
</div>
</div>
<div
class="col-12 col-sm-12 col-md-12 col-lg-2 offset-lg-1 pb-5 pb-sm-5 pb-lg-1"
>
<div class="links">
<h3>Quick Links</h3>
<ul>
<li>
<a href="./pages/about.html" target="blank">About Us</a>
</li>
<li>
<a id="gated-content-5" class="" href="./pages/event.html"
>Events</a
>
</li>
<li>
<a id="gated-content-6" class="" href="./pages/program.html"
>Programs</a
>
</li>
<li>
<a href="./pages/projects.html" target="blank">Projects</a>
</li>
<li>
<a
href="https://github.com/Opentek-Org/opentek/graphs/contributors"
target="_blank"
>Contributors</a
>
</li>
</ul>
</div>
</div>
<div
class="col-12 col-sm-12 col-md-12 col-lg-2 pb-5 pb-sm-5 pb-lg-1"
>
<div class="links">
<h3>How to Contribute?</h3>
<ul>
<li>
<a
href="https://github.com/Opentek-Org/opentek"
target="_blank"
>Contribute</a
>
</li>
<li>
<a
href="https://github.com/Opentek-Org/opentek/issues"
target="_blank"
>Issues</a
>
</li>
<li><a href="./pages/tutorial.html">Tutorials</a></li>
<li>
<a
href="https://github.com/Opentek-Org/support"
target="_blank"
>Join Us!</a
>
</li>
</ul>
</div>
</div>
<div class="col-12 col-sm-12 col-md-12 col-lg-3">
<iframe
src="https://discord.com/widget?id=876369146961596428&theme=dark"
width="300"
height="350"
allowtransparency="true"
frameborder="0"
sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"
></iframe>
</div>
</div>
</div>
</footer>
<!-- FOOTER AREA END -->
<!-- COPY_RIGHT AREA START -->
<section id="footer-btm">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="fop-btm text-center">
<h2>
Built with <i class="fa-solid fa-heart"></i> by
<br>
<a href="https://github.com/AnirudhPanda" target="_blank" rel="noopener noreferrer">Anirudh</a>
<a href="https://github.com/Opentek-Org" target="blank"
>& Opentek Community</a
>
</h2>
</div>
</div>
</div>
</div>
</section>
<!-- COPY_RIGHT AREA END -->
<!-- theam color area -->
<div class="theam-div open">
<div class="button-part">
<!-- <div class="dark-light" onclick="light()">
<i class="fa-solid fa-lightbulb" ></i>
</div> -->
<div class="setting" onclick="translatex()">
<i class="fa-solid fa-gear setting-icon" ></i>
</div>
</div>
<div class="theams">
<p>Theme Colors</p>
<div class="theme-buttons">
<div class="lightblue" onclick="lightbluetoggle()"></div>
<!-- <div class="orange" onclick="orangetoggle()"></div> -->
<div class="green" onclick="greentoggle()"></div>
<div class="blue" onclick="bluetoggle()"></div>
<div class="pink" onclick="pinktoggle()"></div>
</div>
</div>
</div>
<!-- theam color area end -->
<!-- PWA JS -->
<script src="./pwa.js" defer></script>
<!-- Optional JavaScript -->
<script src="https://cdn.auth0.com/js/auth0-spa-js/1.13/auth0-spa-js.production.js"></script>
<script src="js/auth0.js"></script>
<script defer src="js/jquery-3.3.1.min.js"></script>
<script defer src="js/bootstrap.min.js"></script>
<script defer src="js/slick.min.js"></script>
<script defer src="js/circular.js"></script>
<script defer src="js/custom.js"></script>
<script src="js/auth0.js"></script>
<script src="js/color-theam.js"></script>
<script src="js/ripple-button.js"></script>
<!-- aos data -->
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init(
{
ofset:300,
duration:1000,
}
);
</script>
</body>
</html>
</html>