-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathindex.html
557 lines (530 loc) · 18.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<title>Home | GDG on Campus DA-IICT</title>
<meta
name="description"
content="Landing page of Developer Student Club, DA-IICT"
/>
<link rel="icon" href="/assets/images/dsc_symbol_notext.png" />
<!-- Font Awesome -->
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.8.2/css/all.css"
/>
<!-- Bootstrap core CSS -->
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x"
crossorigin="anonymous"
/>
<!-- Google Sans fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Google+Sans:wght@400;500&display=swap"
rel="stylesheet"
type="text/css"
/>
<!-- Custom style -->
<link href="/css/style.css" rel="stylesheet" />
</head>
<body>
<!-- Start your project here -->
<!-- **** Navbar **** -->
<nav class="navbar fixed-top navbar-expand-lg navbar-light">
<div class="container">
<a class="navbar-brand me-1" href="/" aria-label="Go to homepage">
<img
class="img-fluid dsc-logo"
src="/assets/images/gdg-on-campus-horizontal.png"
alt="DSC DA-IICT logo"
/>
</a>
<!--Collapse Button-->
<button
class="navbar-toggler border-0"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbar-collapsible"
aria-controls="#navbar-collapsible"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<!--Collapse Button Ends-->
<!--Collapsible Content-->
<div class="collapse navbar-collapse" id="navbar-collapsible">
<ul class="navbar-nav ms-auto">
<li class="dropdown nav-item">
<a href="/" class="nav-link lg-item"> Home </a>
</li>
<li class="nav-item">
<a href="./events.html" class="nav-link lg-item"> Events </a>
</li>
<li class="nav-item">
<a href="./team.html" class="nav-link lg-item"> Team </a>
</li>
</ul>
</div>
<!--Collapsible Content Ends-->
</div>
</nav>
<!-- **** Hero **** -->
<header class="container py-5">
<p> </p>
<div class="row pt-5">
<!-- First Column -->
<div class="col-lg-6">
<p> </p>
<h2>Welcome to GDG on Campus DA-IICT</h2>
<p class="description pt-3">
Developer Student Clubs is a Google Developers program for
university students to learn software development. We are a group of
people enthusiastic about technology, development and open source.
We are a group passionate about sharing the same enthusiasm with
people who wish to introduce, teach, develop and associate with the
very same technology that none of us can live without.
</p>
<a
href="https://gdg.community.dev/gdg-on-campus-dhirubhai-ambani-institute-of-information-communication-technology-gandhinagar-india/"
>
<button class="btn btn-primary px-4 rounded-pill">Join Us</button>
</a>
</div>
<!-- Second Column -->
<div class="col-lg-5 ms-auto">
<img
class="img-fluid"
src="/assets/images/Homepage/hero.png"
alt="illustration showing diversity in people and various google developer technologies"
/>
</div>
</div>
</header>
<!-- **** Recent events **** -->
<!-- Pending -->
<!-- **** What we do **** -->
<section class="container py-5">
<div class="row py-5">
<div class="col-lg-12 text-center">
<h2>What We Do?</h2>
</div>
</div>
<div class="row justify-content-evenly">
<div class="col-lg-3 col-sm-6">
<div class="card border-0 text-center">
<picture class="card-img-top border-0">
<source
type="image/avif"
sizes="100vw"
srcset="/assets/images/Homepage/info-1200.avif 1200w,
/assets/images/Homepage/info-600.avif 600w,
/assets/images/Homepage/info-400.avif 400w,
/assets/images/Homepage/info-300.avif 300w">
<img
alt="info"
src="/assets/images/Homepage/info-1200.png"
srcset="/assets/images/Homepage/info-1200.png 1200w,
/assets/images/Homepage/info-600.png 600w,
/assets/images/Homepage/info-400.png 400w,
/assets/images/Homepage/info-300.png 300w"
sizes="100vw"
loading="lazy"
decoding="async"
height="900"
width="1200"
style="content-visibility: auto; max-width: 100%; height: auto;" />
</picture>
<div class="card-body">
<h4>Info Sessions</h4>
<p>
Provide a step to step guide sessions on approaching any tech
stack or from a range of topics.
</p>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="card border-0 text-center">
<picture class="card-img-top border-0">
<source
type="image/avif"
sizes="100vw"
srcset="/assets/images/Homepage/workshop-1200.avif 1200w,
/assets/images/Homepage/workshop-600.avif 600w,
/assets/images/Homepage/workshop-400.avif 400w,
/assets/images/Homepage/workshop-300.avif 300w">
<img
alt="workshop"
src="/assets/images/Homepage/info-1200.png"
srcset="/assets/images/Homepage/workshop-1200.png 1200w,
/assets/images/Homepage/workshop-600.png 600w,
/assets/images/Homepage/workshop-400.png 400w,
/assets/images/Homepage/workshop-300.png 300w"
sizes="100vw"
loading="lazy"
decoding="async"
height="900"
width="1200"
style="content-visibility: auto; max-width: 100%; height: auto;" />
<div class="card-body">
<h4>Hands-on Workshop</h4>
<p>
The real fun where the members will show you how to proceed on
different app creation.
</p>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="card border-0 text-center">
<img
src="/assets/images/Homepage/slop.svg"
alt="SLoP logo"
class="card-img-top border-0"
/>
<!-- this logo is suitable for dark mode only, needs to be replaced -->
<div class="card-body">
<h4>
<a
href="https://dsc-slop.github.io"
class="text-decoration-none link-dark"
>
Semester Long Projects
</a>
</h4>
<p>
<a href="https://dsc-slop.github.io">SLoP</a>
is an initiative by us to help students to get into Open Source
Software world.
</p>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="card border-0 text-center">
<img
src="/assets/images/Homepage/medium.svg"
alt="Medium logo"
class="card-img-top border-0"
/>
<div class="card-body">
<h4>
<a
href="https://medium.com/code-dementia"
class="text-decoration-none link-dark"
>
Code Dementia
</a>
</h4>
<p>
We maintain a tech blog
<a
href="https://medium.com/code-dementia"
class="font-monospace"
>Code Dementia</a
>
on Medium, covering beginner to advanced level topics!
</p>
</div>
</div>
</div>
</div>
</section>
<!-- **** Technologies we're excited about **** -->
<section class="container py-5">
<div class="row py-5">
<div class="col-lg-12 text-center">
<h2>Technologies we're excited about</h2>
</div>
</div>
<div class="row justify-content-evenly">
<div class="col-lg-3 col-sm-6">
<div class="card border-0 text-center">
<img
src="/assets/images/Homepage/webdev.svg"
alt="web dev"
loading="lazy"
decoding="async"
class="card-img-top border-0"
/>
<div class="card-body">
<h4>Web Development</h4>
<p>
From basic HTML, CSS, JS to complex MERN stack web applications!
</p>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="card border-0 text-center">
<img
src="/assets/images/Homepage/undraw_android_jr64.svg"
alt="android logo on a phone screen"
class="card-img-top border-0"
/>
<div class="card-body">
<h4>Mobile App Development</h4>
<p>We ❤️ to make Android and Flutter applications.</p>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="card border-0 text-center">
<img
src="/assets/images/Homepage/undraw_cloud_hosting_aodd.svg"
alt="A developer showing Heroke, AWS and GCP logos"
class="card-img-top border-0"
/>
<div class="card-body">
<h4>Cloud Computing</h4>
<p>Ready to deploy cloud-native apps with Kubernetes?</p>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="card border-0 text-center">
<img
src="/assets/images/Homepage/ml.png"
alt="robot with cloud, chip, gears etc symbols around"
loading="lazy"
decoding="async"
class="card-img-top border-0"
/>
<div class="card-body">
<h4>Machine Learning</h4>
<p>Hello, I'm d-chat-bot. Ask me anything.</p>
</div>
</div>
</div>
</div>
</section>
<!-- **** Follow us and how to participate in community **** -->
<section class="container py-5">
<div class="row justify-content-evenly">
<div class="col-md-6">
<div class="row py-4">
<div class="col-lg-12">
<h2>How to participate and grow with us?</h2>
</div>
</div>
<div class="row">
<ol class="list">
<li class="list-item">
Follow our social media to stay updated! (links given in the
footer :P)
</li>
<li class="list-item">
Join our WhatsApp community group and participate in the
discussions. Ask your doubts or share cool stuff!
</li>
<li class="list-item">
Attend our sessions, workshops and programs like SLoP. We
provide resources with emails.
</li>
<li class="list-item">
Share your articles with us to publish on
<a
href="https://medium.com/code-dementia"
class="font-monospace"
>Code Dementia</a
>, and contribute to our GitHub organization
<a href="https://github.com/ossdaiict">OSS DA-IICT</a>.
</li>
</ol>
</div>
</div>
<div class="col-md-6 my-auto">
<img
src="/assets/images/Homepage/undraw_stepping_up_g6oo.svg"
class="img-fluid mh-vh-50 float-md-end"
alt="a man walking up the steps"
/>
</div>
</div>
</section>
<!-- **** Footer **** -->
<footer class="container pt-5">
<div class="row justify-content-center">
<img
class="dsc-logo"
src="/assets/images/gdg-on-campus-horizontal.png"
alt="DSC DA-IICT logo"
/>
</div>
<!-- Footer content -->
<div class="row text-md-left py-5">
<!-- Grid column 1 -->
<div class="col-lg-4 col-md-3 col-sm-6">
<!-- Content -->
<h5>Important Links</h5>
<ul class="list-unstyled">
<li>
<a class="link-dark p-2" href="/">Home</a>
</li>
<li>
<a class="link-dark p-2" href="/events.html">Events</a>
</li>
<li>
<a class="link-dark p-2" href="/team.html">Team</a>
</li>
</ul>
</div>
<!-- Grid column 2 -->
<div class="col-md-4 col-sm-6">
<!-- Links -->
<h5>Connect with Us</h5>
<ul class="list-unstyled">
<li><i class="far fa-envelope p-2"></i> [email protected]</li>
<li>
<i class="fas fa-map-marker-alt p-2"></i> Gandhinagar, Gujarat,
India
</li>
</ul>
<div class="container px-0 mb-4 float-left">
<a
class="link-dark p-2 text-decoration-none"
href="https://github.com/ossdaiict"
target="_blank"
rel="noopener"
aria-label="GitHub profile link"
>
<i class="fab fa-github fa-2x"></i>
</a>
<a
class="link-dark p-2 text-decoration-none"
href="https://x.com/gdgdaiict"
target="_blank"
rel="noopener"
aria-label="Twitter profile link"
>
<i class="fab fa-twitter fa-2x"></i>
</a>
<a
class="link-dark p-2 text-decoration-none"
href="https://medium.com/code-dementia"
target="_blank"
rel="noopener"
aria-label="Medium profile link"
>
<i class="fab fa-medium fa-2x"></i>
</a>
<a
class="link-dark p-2 text-decoration-none"
href="https://www.instagram.com/gdg.daiict/"
target="_blank"
rel="noopener"
aria-label="Instagram profile link"
>
<i class="fab fa-instagram fa-2x"></i>
</a>
</div>
</div>
<!-- Grid column 3 -->
<div class="col-lg-4 col-md-5">
<h5>Contact Us</h5>
<form
class="text-center py-2"
action="https://form2channel.com?form=contact"
method="POST"
enctype="multipart/form-data"
>
<!-- form2channel setup -->
<input
type="hidden"
name="formto_googlesheets"
value="[email protected]"
/>
<input
type="email"
id="SenderEmail"
name="Email"
class="form-control mb-3 h-3r"
placeholder="Your e-mail"
required
/>
<input
type="text"
id="SenderName"
name="Name"
class="form-control mb-3 h-3r"
placeholder="Your Name"
required
/>
<textarea
id="SenderMessage"
name="Message"
class="form-control h-6r"
placeholder="Your message"
required
></textarea>
<button class="btn btn-outline-dark btn-block my-4" type="submit">
Submit
</button>
</form>
<!-- hidden toasts -->
<div
class="toast hide align-items-center text-white bg-success border-0"
id="successToast"
role="alert"
aria-live="assertive"
aria-atomic="true"
>
<div class="d-flex">
<div class="toast-body">Thank you for reaching out to us.</div>
<button
type="button"
class="btn-close btn-close-white me-2 m-auto"
data-bs-dismiss="toast"
aria-label="Close"
></button>
</div>
</div>
<div
class="toast hide align-items-center text-white bg-danger border-0"
id="alertToast"
role="alert"
aria-live="assertive"
aria-atomic="true"
>
<div class="d-flex">
<div class="toast-body">
<!-- available error status will be added here by the script -->
Oops! looks like your request encountered some error.
</div>
<button
type="button"
class="btn-close btn-close-white me-2 m-auto"
data-bs-dismiss="toast"
aria-label="Close"
></button>
</div>
</div>
</div>
</div>
<hr />
<!-- Copyright -->
<p class="mt-4 mb-0 row justify-content-between">
<small class="col">© 2021 Developer Student Club, DA-IICT</small>
<small class="col text-end">Illustration from <a href="https://storyset.com/">Storyset</a></small>
</p>
</footer>
<!-- Project Ends Here -->
<!-- Bootstrap JS bundle -->
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-gtEjrD/SeCtmISkJkNUaaKMoLD0//ElJ19smozuHV6z3Iehds+3Ulb9Bn9Plx0x4"
crossorigin="anonymous"
></script>
<script type="text/javascript" src="/js/navbar.js"></script>
<script type="text/javascript" src="/js/footer.js"></script>
</body>
</html>