forked from agamjotsingh18/codesetgo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
438 lines (402 loc) · 19.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<title>CodeSetGo</title>
<meta content="" name="description" />
<meta content="" name="keywords" />
<!-- Favicons -->
<link href="assets/img/Light Blue.jpg" rel="icon" />
<link href="assets/img/Light Blue.jpg" rel="apple-touch-icon" />
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Raleway:300,400,500,700,800|Montserrat:300,400,700"
rel="stylesheet" />
<!-- CSS CDNs -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.css"
integrity="sha512-1cK78a1o+ht2JcaW6g8OXYwqpev9+6GqOkz9xmBN9iUUhIndKtxwILGWYOSibOKjLsEdjyjZvYDq/cZwNeak0w=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous" />
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.8.1/font/bootstrap-icons.min.css"
integrity="sha512-Oy+sz5W86PK0ZIkawrG0iv7XwWhYecM3exvUtMKNJMekGFJtVAhibhRPTpmyTj8+lJCkmWfnpxKgT2OopquBHA=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/boxicons/2.1.1/css/boxicons.min.css"
integrity="sha512-nOk7sj5T6Zi3Ond5VHhc+L4WHvRuRhV/cOcWWDl2mOyTetiIfuv56UJzD0yYhz9Kqwk1PpU0/PX5+qpX43hVWg=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Swiper/8.0.6/swiper-bundle.css"
integrity="sha512-+S5HQ2Ix/L84uhBLMimQiJlFjqR/Unnord77MEDNpWtK99i2Tk212EPb3/ahEjgaPRBKkKtTzMHIdO2HQXT3dQ=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css'>
<!-- CSS -->
<link href="assets/css/style.css" rel="stylesheet" />
<link rel="stylesheet" href="./assets/css/darkmode.css" />
<link href="./assets/css/enquiry-form.css" rel="stylesheet" />
<script src=""></script>
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="d-flex align-items-center">
<div class="container d-flex justify-content-between">
<div id="logo">
<a href="index.html"><img src="assets/img/Banner - Light.png" alt="" height="50px" width="270px" /></a>
</div>
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto active" href="#hero">Home</a></li>
<li><a class="nav-link scrollto" href="#about">About</a></li>
<li><a class="nav-link scrollto" href="#services">Services</a></li>
<li>
<a class="nav-link scrollto" href="#testimonials">Testimonials</a>
</li>
<li><a class="nav-link scrollto" href="#contact">Contact</a></li>
<li>
<a href="./hacktoberfest.html" class="btn-get-started scrollto hacktoberfest-btn">Hacktoberfest</a>
</li>
<li class="darkmode"></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav>
</div>
</header>
<!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero">
<div class="hero-content" data-aos="fade-up">
<h2>Make <span>Learning</span><br />Fun!</h2>
<div>
<a href="#about" class="btn-get-started scrollto">Know More</a>
<a href="https://forms.gle/7KViepY21qBSvdRUA" class="btn-projects scrollto">Join Us</a>
</div>
</div>
<div class="hero-slider swiper">
<div class="swiper-wrapper">
<div class="swiper-slide" style="
background-image: url('assets/img/hero-carousel/csg-bg1.jfif');
"></div>
<div class="swiper-slide" style="
background-image: url('assets/img/hero-carousel/csg-bg3.jfif');
"></div>
<div class="swiper-slide" style="
background-image: url('assets/img/hero-carousel/csg-bg6.jpg');
"></div>
<div class="swiper-slide" style="
background-image: url('assets/img/hero-carousel/csg-bg7.jpg');
"></div>
</div>
</div>
</section>
<!-- End Hero Section -->
<!-- ======= Main Section ======= -->
<main id="main">
<!-- ======= About Section ======= -->
<section id="about">
<div class="container" data-aos="fade-up">
<div class="row">
<div class="col-lg-6 about-img">
<img src="assets/img/About us.png" alt="" />
</div>
<div class="col-lg-6 content">
<h2>About Us</h2>
<h3>
<strong>CodeSetGo</strong> is a community made for the students
and made by the students. It's a place for Tech Enthusiasts to
learn the latest technology in the comfort and convenience of
their homes! It's the community of learners, developers,
cryptographers and enthusiastic folks who are engaged toward the
brighter future of technology and innovations!<br />
The Tech interested students and professionals are all welcomed!
We provide the best learning experience and the latest trends of
the tech world at your doorsteps from the minds of highly
qualified industry professionals. <br />
We organise webinars, workshops, boot camps to further spread
the learning environment to aspiring students and professionals
around us. So JOIN US! and LEARN AND INCREASE YOUR SKILL SET AT
EASE!
</h3>
</div>
</div>
</div>
</section>
<!-- End About Section -->
<!-- ======= Services Section ======= -->
<section id="services">
<div class="container" data-aos="fade-up">
<div class="section-header">
<h2>Services</h2>
<p>
We aim to provide a real world practical learning experience and
keep students informed about the latest trends in technology,
open-source and opportunities.
</p>
</div>
<div class="row gy-4">
<div class="col-lg-6" data-aos="fade-up" data-aos-delay="100">
<div class="box">
<div class="icon"><i class="bi bi-journal-code"></i></div>
<h4 class="title"><a href="">Coding Resources</a></h4>
<p class="description">
We provide Tutorials, articles, videos, cheatsheets and other
educational materials to excel.
</p>
</div>
</div>
<div class="col-lg-6" data-aos="fade-up" data-aos-delay="200">
<div class="box">
<div class="icon"><i class="bi bi-megaphone"></i></div>
<h4 class="title"><a href="">Online Webinars</a></h4>
<p class="description">
We conduct online webinars for every field in Computer
Science.
</p>
</div>
</div>
<div class="col-lg-6" data-aos="fade-up" data-aos-delay="300">
<div class="box">
<div class="icon"><i class="bi bi-question-square"></i></div>
<h4 class="title"><a href="">Doubt Support</a></h4>
<p class="description">
Clear all your doubts through LIVE discord support.
</p>
</div>
</div>
<div class="col-lg-6" data-aos="fade-up" data-aos-delay="400">
<div class="box">
<div class="icon"><i class="bi bi-book-half"></i></div>
<h4 class="title"><a href="">Guidance</a></h4>
<p class="description">
Get expert guidance with career, open source and internships,
jobs around the world.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- End Services Section -->
<!-- ======= Call To Action Section ======= -->
<section id="call-to-action">
<div class="container" data-aos="zoom-out">
<div class="row">
<div class="col-lg-9 text-center text-lg-start">
<h3 class="cta-title">Call For Speaker</h3>
<p class="cta-text">
You are more than welcome to present your research or skills
with us. CodeSetGo invites you to serve as our speaker.
</p>
</div>
<div class="col-lg-3 cta-btn-container text-center">
<a class="cta-btn align-middle" href="https://forms.gle/HfDMg1Xuh7KnJPyu6">Call For Speaker</a>
</div>
</div>
</div>
</section>
<!-- End Call To Action Section -->
<!-- ======= Testimonials Section ======= -->
<section id="testimonials">
<div class="container" data-aos="fade-up">
<div class="section-header">
<h2>Testimonials</h2>
</div>
<div class="testimonials-slider swiper" data-aos="fade-up" data-aos-delay="100">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="testimonial-item">
<p>
<img src="assets/img/quote-sign-left.png" class="quote-sign-left" alt="" />
The experience of being associated with CodeSetGo since past
few months has been a wonderful one. The various resources,
scholarship, events and new opportunities to participate in
have proven to be successful team efforts.
<img src="assets/img/quote-sign-right.png" class="quote-sign-right" alt="" />
</p>
<img src="assets/img/1516365445572.jfif" class="testimonial-img" alt="" />
<h3>Praveen Kumar</h3>
<h4>Speaker</h4>
</div>
</div>
<div class="swiper-slide">
<div class="testimonial-item">
<p>
<img src="assets/img/quote-sign-left.png" class="quote-sign-left" alt="" />
It's the perfect platform for beginners to get guidance from
not only guidance but through this platform we can easily
interact and talk freely about the common problem which we
as a student face during this period of time.
<img src="assets/img/quote-sign-right.png" class="quote-sign-right" alt="" />
</p>
<img src="assets/img/1627730807968.jfif" class="testimonial-img" alt="" />
<h3>Arth Nangia</h3>
<h4>Member</h4>
</div>
</div>
<div class="swiper-slide">
<div class="testimonial-item">
<p>
<img src="assets/img/quote-sign-left.png" class="quote-sign-left" alt="" />
It's awesome. If I ask one doubt then like atleast 10 of
them are ready to clear it at that moment. It doesn't matter
how silly is my doubt. This gives me confidence to ask
anything which I think is one of the most important and
unique feature of CSG Community.
<img src="assets/img/quote-sign-right.png" class="quote-sign-right" alt="" />
</p>
<img src="assets/img/1613580988884.jfif" class="testimonial-img" alt="" />
<h3>Aastha Tripathi</h3>
<h4>Member</h4>
</div>
</div>
<div class="swiper-slide">
<div class="testimonial-item">
<p>
<img src="assets/img/quote-sign-left.png" class="quote-sign-left" alt="" />
FIVE STARS ⭐⭐⭐⭐⭐ I have been to many bootcamps and
workshops related to coding but none matches the level of
professional quality mentorship I got here from the CSG
Team. Thank you Code Set Go
<img src="assets/img/quote-sign-right.png" class="quote-sign-right" alt="" />
</p>
<img src="assets/img/1600361001868.jfif" class="testimonial-img" alt="" />
<h3>Anishaa Choudhury</h3>
<h4>Member</h4>
</div>
</div>
</div>
<div class="swiper-pagination"></div>
</div>
</div>
</section>
<!-- End Testimonials Section -->
<!-- ======= Contact Section ======= -->
<section id="contact">
<div class="container" data-aos="fade-up">
<div class="section-header">
<h2>Contact Us</h2>
</div>
<div class="row contact-info">
<div class="enquiry">
<form class="enquiry-form" id="enquiry-form">
<div class="title">GET IN <span>TOUCH</span></div>
<input type="text" id="name" placeholder="Your Name" required />
<input type="email" id="email" placeholder="Email id" required />
<input type="text" id="phone" placeholder="Phone no." required />
<textarea id="message" row="5" placeholder="How can we help you?" required></textarea>
<button type="button" onclick="sendMail(); reset();" class="hoverchanger">
Send
</button>
</form>
</div>
<div class="col-md-12">
<div class="contact-phone">
<a href="index.html"><img src="assets/img/Light Blue - White 2.png" alt="" height="90px"
width="260px" /></a>
<h3>Connect With Us</h3>
<div class="social">
<a href="https://www.linkedin.com/company/codesetgo/" target="_blank"><i class="bx bxl-linkedin"
id="linked" style="font-size: 2rem;"></i></a>
<a href="https://instagram.com/codesetgo/" target="_blank" class="instagram"><i class="bx bxl-instagram"
style="font-size: 2rem;"></i></a>
<a href="https://www.youtube.com/channel/UC4dJIsV1bWwCwPFHFI6sY7Q?sub_confirmation=1" target="_blank"
class="youtube"><i class="bx bxl-youtube" style="font-size: 2rem;"></i></a>
<a href="https://discord.gg/yWhNysUEej" target="_blank" class="discord"><i class="bx bxl-discord"
style="font-size: 2rem;"></i></a>
<a href="https://t.me/Code_Set_Go" target="_blank" class="telegram"><i class="bx bxl-telegram"
style="font-size: 2rem;"></i></a>
<a href="https://github.com/CodeSetGo" target="_blank" class="github"><i class="bx bxl-github"
style="font-size: 2rem;"></i></a>
</div>
</div>
</div>
<div class="col-md-6">
<div class="contact-phone">
<i class="bi bi-phone"></i>
<h3>Phone Number</h3>
<p><a href="tel:+919319042075">+91 9319042075</a></p>
</div>
</div>
<div class="col-md-6">
<div class="contact-email">
<i class="bi bi-envelope"></i>
<h3>Email</h3>
<p>
<a href="mailto:[email protected]">[email protected]</a>
</p>
</div>
</div>
</div>
</div>
</section>
<!-- End Contact Section -->
</main>
<!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="container">
<div class="copyright text-center">
Made with <i class="bi bi-heart-fill" style="color: red"></i> by
<strong style="color: #2796ff">CodeSetGo Team</strong>
<div class="wrapper"><br>
<a href="https://discord.gg/yWhNysUEej" class="icon facebook">
<div class="tooltip">Discord</div>
<span><i class="fab fa-discord"></i></span>
</a>
<a href="https://t.me/Code_Set_Go" class="icon twitter">
<div class="tooltip">Telegram</div>
<span><i class="fab fa-telegram"></i></span>
</a>
<a href="https://instagram.com/codesetgo/" class="icon instagram">
<div class="tooltip">Instagram</div>
<span><i class="fab fa-instagram"></i></span>
</a>
<a href="https://github.com/CodeSetGo" class="icon github">
<div class="tooltip">Github</div>
<span><i class="fab fa-github"></i></span>
</a>
<a href="https://www.youtube.com/channel/UC4dJIsV1bWwCwPFHFI6sY7Q?sub_confirmation=1" class="icon youtube">
<div class="tooltip">Youtube</div>
<span><i class="fab fa-youtube"></i></span>
</a>
<a href="https://www.linkedin.com/company/codesetgo/" class="icon linkedin">
<div class="tooltip">Linkedin</div>
<span><i class="fab fa-linkedin"></i></span>
</a>
<br>
<div class="copyright text-center">
Call us on <i style="color: #2796ff"></i><a href="tel:+91 9319042075">9319042075</a>
<!-- <strong style="color: #2796ff">CodeSetGo Team</strong> -->
<div class="wrapper">
<div class="copyright text-center">
Write an E-mail <i style="color: #2796ff"></i><a href="mailto:[email protected]">[email protected]</a>
<!-- <strong style="color: #2796ff">CodeSetGo Team</strong> -->
<div class="wrapper">
</div>
</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>
<!-- JS CDN -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.js"
integrity="sha512-A7AYk1fGKX6S2SsHywmPkrnzTZHrgiVT7GcQkLGDe2ev0aWb8zejytzS8wjo7PGEXKqJOrjQ4oORtnimIRZBtw=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.isotope/3.0.6/isotope.pkgd.min.js"
integrity="sha512-Zq2BOxyhvnRFXu0+WE6ojpZLOU2jdnqbrM1hmVdGzyeCa1DgM3X5Q4A/Is9xA1IkbUeDd7755dNNI/PzSf2Pew=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Swiper/8.0.6/swiper-bundle.min.js"
integrity="sha512-4w/aaXboO6KY1E/dqYwfq09sZnM+XDIcWvmHhfxvMQ+qwK84kxgWtNkAqbFNMLYd6EYA3nSgxTSyif/D3vlVMg=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@emailjs/browser@3/dist/email.min.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@emailjs/browser@3/dist/email.min.js"></script>
<!-- JS -->
<script defer src="./assets/js/darkmode_logic.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>