-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
513 lines (392 loc) · 18.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--=============== FAVICON ===============-->
<link rel="stylesheet" href="./css/contact.css">
<!--=============== BOXICONS ===============-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/boxicons@latest/css/boxicons.min.css">
<!--=============== SWIPER CSS ===============-->
<link rel="stylesheet" href="css/swiper-bundle.min.css">
<!--=============== CSS ===============-->
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" href="./images/logo.svg" type="image/x-icon">
<title>GDSC-KJSIT</title>
<link rel="stylesheet" href="./css/type.css">
<link rel="stylesheet" href="./css/head.css">
</head>
<body>
<!-- -------------------NavBar----------------------- -->
<header class="header" id="header">
<nav class="nav container">
<a href="#" class="nav__logo">
<img src="images/logo.svg" class="nav__logo-icon">
</a>
<div class="nav__menu" id="nav-menu">
<ul class="nav__list">
<li class="nav__item">
<a href="#home" class="nav__link active-link">Home</a>
</li>
<li class="nav__item">
<a href="#about" class="nav__link">About</a>
</li>
<li class="nav__item">
<a href="#projects" class="nav__link">Events</a>
</li>
<li class="nav__item">
<a href="#roles" class="nav__link">Team</a>
</li>
<li class="nav__item">
<a href="#contact" class="nav__link">Contact</a>
</li>
</ul>
<div class="nav__close" id="nav-close">
<i class='bx bx-x'></i>
</div>
</div>
<div class="nav__btns">
<!-- Theme change button -->
<i class='bx bx-moon change-theme' id="theme-button"></i>
<div class="nav__toggle" id="nav-toggle">
<i class='bx bx-menu'></i>
</div>
</div>
</nav>
</header>
<!-- ---------------------Main----------------------- -->
<main class="main">
<!-- ---Home--- -->
<section class="home" id="home" >
<div class="container1">
<img src="images/logo.svg" alt="">
<p>Google Developer Student Clubs</p>
<span class="clg">K.J Somaiya Institute of Technology</span>
</div>
</section>
<div class="register_btn">
<a href="https://gdsc.community.dev/k-j-somaiya-institute-of-engineering-and-information-technology-mumbai/">
<button class="button home_button">Join Us</button></a>
</div>
<!-- ---About--- -->
<section class="about section container" id="about" >
<div class="about__container grid">
<div class="about__images">
<div class="about__sqare">
<img src="./images/Connect.png" alt="" style="height: 15rem;">
</div>
</div>
<div class="about__data">
<h2 class="section__title about__section-title Connect">
Connect
</h2>
<p class="about__description">
Meet students interested in developer technologies at your college or university. All are welcome, including those with diverse backgrounds and different majors
</p>
</div>
</div>
<div class="about__container grid">
<div class="about__images">
<img src="./images/Learn.png" alt="" style="height: 20rem;">
</div>
<div class="about__data">
<div class="about__sqare">
<h2 class="section__title about__section-title Learn">
Learn
</h2>
<p class="about__description">
Learn about a range of technical topics and gain new skills through hands-on workshops, events, talks, and project-building activities online and in-person.
</p>
</div>
</div>
</div>
<div class="about__container grid">
<div class="about__images">
<img src="./images/Grow.png" alt="" style="height: 15rem;">
</div>
<div class="about__data">
<h2 class="section__title about__section-title Grow">
Grow
</h2>
<p class="about__description">
Apply new learnings to build great solutions for local problems. Advance your skills, career, and network. Give back to your community by helping others learn.
</p>
</div>
</div>
</section>
<!-- ---Projects--- -->
<section class="projects section container" id="projects" >
<h2 class="section__title">
Events
</h2>
<div class="projects__container grid">
<article class="projects__card">
<div class="projects__data">
<h3 class="projects__title">Compose Camp</h3>
</div>
<div class="slider">
<!-- <a href="#slide-1">1</a>
<a href="#slide-2">2</a>
<a href="#slide-3">3</a> -->
<div class="slides">
<div id="slide-1">
<img src="/images/ccimg1.jpg" alt="">
</div>
<div id="slide-2">
<img src="/images/ccimg2.jpg" alt="">
</div>
<div id="slide-3">
<img src="/images/ccimg3.jpg" alt="">
</div>
</div>
</div>
<button class="button projects__button">Faciliator : Pruthviraj Patil</button>
</article>
<article class="projects__card">
<div class="projects__data">
<h3 class="projects__title">Design Sprint</h3>
</div>
<div class="slider">
<!-- <a href="#slide-1">1</a>
<a href="#slide-2">2</a>
<a href="#slide-3">3</a> -->
<div class="slides">
<div id="slide-1">
<img src="/images/sprint.jpg" alt="">
</div>
<div id="slide-2">
<img src="/images/sprint2.jpg" alt="">
</div>
<div id="slide-3">
<img src="/images/sprint3.jpg" alt="">
</div>
</div>
</div>
<button class="button projects__button">Speaker : Manasvi Shetty</button>
</article>
<article class="projects__card">
<div class="projects__data">
<h3 class="projects__title">Hacktoberfest</h3>
</div>
<div class="slider">
<!-- <a href="#slide-1">1</a>
<a href="#slide-2">2</a>
<a href="#slide-3">3</a> -->
<div class="slides">
<div id="slide-1">
<img src="/images/hacktoberlogo.jpg" alt="">
</div>
</div>
</div>
<button class="button projects__button">Speaker : Kunal Thakkar & Pruthviaj Patil</button>
</article>
<article class="projects__card">
<div class="projects__data">
<h3 class="projects__title">Info Session </h3>
</div>
<div class="slider">
<!-- <a href="#slide-1">1</a>
<a href="#slide-2">2</a>
<a href="#slide-3">3</a> -->
<div class="slides">
<div id="slide-1">
<img src="/images/infoimg1.jpg" alt="">
</div>
<div id="slide-2">
<img src="/images/infoimg2.jpeg" alt="">
</div>
</div>
</div>
<button class="button projects__button">
Speaker : Manasvi Shetty
</button>
</article>
<article class="projects__card">
<div class="projects__data">
<h3 class="projects__title">Flutter Forward </h3>
</div>
<div class="slider">
<!-- <a href="#slide-1">1</a>
<a href="#slide-2">2</a>
<a href="#slide-3">3</a> -->
<div class="slides">
<div id="slide-1">
<img src="/images/fluter.jpeg" alt="">
</div>
</div>
</div>
<button class="button projects__button">
Speaker : Viren Joshi
</button>
</article>
</div>
<br>
<br><br><br><br>
<h2 class="section__title">
Upcoming Events
</h2>
<div class="projects__container grid">
<article class="projects__card">
<div class="projects__data">
<h3 class="projects__title">Decoding DSA</h3>
</div>
<img src="./images/dsa.png" alt="">
<a href="http://bit.ly/45GsKnk"> <button class="button projects__button">Book RSVP here</button></a>
</article>
</div>
</section>
<!-- ---Roles---- -->
<section id="roles" >
<h2 class="section__title roles">
Team
</h2>
<div class="cont1">
<div class="card">
<div class="content">
<div class="img"><img src="images/my img (2).jpg" class="image"></div>
<h3>Manasvi Shetty</h3>
<h4>GDSC Lead</h4>
</div>
</div>
<div class="card">
<div class="content">
<div class="img"><img src="images/vassal.jpg" class="image"></div>
<h3>Vatsal Gandhi</h3>
<h4>Joint Lead</h4>
</div>
</div>
<div class="card">
<div class="content">
<div class="img"><img src="images/pp.jpg" class="image"></div>
<h3>Pruthviraj Patil</h3>
<h4>Technical Lead</h4>
</div>
</div>
<div class="card">
<div class="content">
<div class="img"><img src="images/naman.jpg" class="image"></div>
<h3>Naman Dagade</h3>
<h4>Outreach Lead</h4>
</div>
</div>
<div class="card">
<div class="content">
<div class="img"><img src="images/dhruv.jpg" class="image"></div>
<h3>Dhruv Vaghani</h3>
<h4>Event Management Lead</h4>
</div>
</div>
</div>
</section>
</main>
<form action="https://formspree.io/f/moqrvnaa" method="POST">
<section id="contact">
<h2 class="section__title roles">
Contact Us
</h2>
<div class="container">
<div class="row">
<h4 style="text-align:center">We'd love to hear from you!</h4>
</div>
<div class="row input-container">
<div class="col-xs-12">
<div class="styled-input wide">
<input type="text" name="Name" required />
<label>Name</label>
</div>
</div>
<div class="col-md-6 col-sm-12">
<div class="styled-input">
<input type="email" name="email" required />
<label>Email</label>
</div>
</div>
<div class="col-md-6 col-sm-12">
<div class="styled-input" style="float:right;">
<input type="number" name="Phone number" required />
<label>Phone Number</label>
</div>
</div>
<div class="col-xs-12">
<div class="styled-input wide">
<textarea name="message" required></textarea>
<label>Message</label>
</div>
</div>
<div class="col-xs-12">
<button class="btn-lrg submit-btn" type="submit">Send Message</button>
<!-- <div class="btn-lrg submit-btn"></div> -->
</div>
</div>
</div>
</section>
</form>
<!-- ----------------------Footer ---------------------------->
<footer class="footer section" id="" class="hidden">
<div class="footer__container container grid">
<div class="footer__content">
<h3 class="footer__title">GDSC-KJSIT</h3>
<ul class="footer__list">
<li>Connect.</li>
<li>Learn.</li>
<li>Grow.</li>
</ul>
</div>
<div class="footer__content">
<h3 class="footer__title">Navigation</h3>
<ul class="footer__links">
<li>
<a href="#home" class="footer__link">Home</a>
</li>
<li>
<a href="#about" class="footer__link">About</a>
</li>
<li>
<a href="#projects" class="footer__link">Events</a>
</li>
<li>
<a href="#roles" class="footer__link">Team</a>
</li>
</ul>
</div>
<div class="footer__content">
<h3 class="footer__title">Get in Touch</h3>
<ul class="footer__links">
<li>
<a href="mailto:[email protected]" class="footer__link">[email protected]</a>
</li>
<li>
<a href="https://chat.whatsapp.com/K149WX5ekm61EmyjLiFdu4" class="footer__link">Join the WhatsApp group </a>
</li>
</ul>
</div>
<div class="footer__content">
<h3 class="footer__title">Social</h3>
<ul class="footer__social">
<a href="https://www.linkedin.com/company/google-developer-student-clubs-kjsieit/" target="_blank" class="footer__social-link">
<i class='bx bxl-linkedin'></i>
</a>
<a href="https://twitter.com/gdsckjsit" target="_blank" class="footer__social-link">
<i class='bx bxl-twitter'></i>
</a>
<a href="https://github.com/GDSC-KJSIT" target="_blank" class="footer__social-link">
<i class='bx bxl-github'></i>
</a>
<a href="https://www.instagram.com/gdsckjsit" target="_blank" class="footer__social-link">
<i class='bx bxl-instagram'></i>
</a>
</ul>
</div>
</div>
<span class="footer__copy">© GDSC-KJSIT 2022-23</span>
</footer>
<!-- ------------------------Scroll animation-------------------- -->
<a href="#" class="scrollup" id="scroll-up">
<i class='bx bx-up-arrow-alt scrollup__icon'></i>
</a>
<!-- ------------------------Swiper JS-------------------------- -->
<script src="js/swiper-bundle.min.js"></script>
<!-- -------------------------Main JS------------------------------------ -->
<script src="js/main.js"></script>
</body>
</html>