-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
406 lines (397 loc) · 17.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no" />
<meta name="author" content="DSC NIET" />
<meta name="description"
content="Developer Student Clubs (DSC) is a Google Developers program for university students to learn mobile and web development skills." />
<meta name="keywords"
content="clubs in noida, dsc niet, coding, google developers, niet, india, delhi, noida, computer science" />
<meta name="theme-color" content="#2F5BE7" />
<title>DSC NIET</title>
<link rel="icon" href="img/favicon.png" type="image/png" />
<link rel="stylesheet" href="css/style.css" />
<link href="https://fonts.googleapis.com/css?family=Google+Sans:400,500,700|Material+Icons" rel="stylesheet"
type="text/css" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css"
integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous" />
<link rel="manifest" href="manifest.json">
</head>
<body>
<header class="nav-header">
<div class="container">
<nav id="main-nav" class="navbar" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a class="navbar-item" href="./index.html">
<img src="img/logos/logoniet.png" height="50px" alt="DSC logo" />
</a>
<a role="button" onclick="toggleMenu()" class="navbar-burger burger" style="padding-top: 1.2rem"
aria-label="menu" aria-expanded="false" data-target="navbarLinks">
<i class="fas fa-bars fa-2x"></i>
</a>
</div>
<div id="navbarLinks" class="navbar-menu">
<div class="navbar-end">
<a href="#overview" class="navbar-item">Home</a>
<a href="./team.html" class="navbar-item">Team</a>
<a href="#faq" class="navbar-item">FAQ</a>
<div class="navbar-item" ">
<a href="https://gdsc.community.dev/noida-institute-of-engineering-and-technology-greater-noida/" target="_blank" class="btn event-btn" style="margin-bottom: 14px;"><i class="fas fa-sign-in-alt"></i> Join Us</a>
</div>
</div>
</div>
</nav>
</div>
</header>
<section id="overview" class="section-spacer" style="background-color: #ffffe6">
<div class="container" >
<div class="cols">
<div class="welcome col-sm-6 col-5">
<h1 style="font-size: 35px;">
<span class="first-letter">D</span>eveloper <span class="second-letter">S</span>tudent <span class="third-letter">C</span>lub<br /><span class="fourth-letter">N</span>oida <span class="second-letter">I</span>nstitute <span class="third-letter">O</span>f <span class="first-letter">E</span>ngineering <span class="second-letter">&</span> <span class="fourth-letter">T</span>echnology
</h1>
<div>
<p style="font-size: 20px;">
Developer Student Clubs is a <span class="first-letter">G</span><span class="second-letter">o</span><span
class="third-letter">o</span><span class="first-letter">g</span><span
class="fourth-letter">l</span><span class="second-letter">e</span> Developers program for
university students to learn<span class="third-letter">
mobile</span>
and <span class="first-letter">web development skills</span>,
<span class="second-letter">design thinking skills</span> and
<span class="fourth-letter"> leadership skills</span>.
</p>
<br />
<div class="row">
<a href="https://gdsc.community.dev/noida-institute-of-engineering-and-technology-greater-noida/" class="btn" style="border-radius: 1.4rem" target="_blank"><i
class="fas fa-sign-in-alt"></i> Become a Member
</a>
<a href="./team.html" class="btn" style="border-radius: 1.4rem" ><i class="fas fa-users"></i> Our Team
</a>
</div>
</div>
</div>
<div class="col-sm-5 ml-auto">
<img class="section-img" src="img/team.webp" alt="diversity" />
</div>
</div>
</div>
</section>
<section id="overview-cards" class="section-spacer" style="background-color: #ffffe6">
<div class="container">
<div class="cols center-items">
<div class="col-4">
<div class="card overview-card" style="background-color: #e6f7ff;">
<i class="fas fa-rocket ghost-blue"></i>
<div class="card-body">
<h4>Concept of DSC</h4>
<p>
The DSC program is a grassroots channel through which Google
provides development skills, mobile and web development skills
for students.
</p>
</div>
</div>
</div>
<div class="col-4">
<div class="card overview-card" style="background-color: #f2ffe6;">
<i class="fas fa-lightbulb ghost-green"></i>
<div class="card-body">
<h4>Why DSC?</h4>
<p>
For students to learn development skills, solve problems
through technology and inspire them to be world-class
developers and changemakers.
</p>
</div>
</div>
</div>
<div class="col-4">
<div class="card overview-card" style="background-color: #ffe6e6;">
<i class="fas fa-users ghost-red"></i>
<div class="card-body">
<h4>Target audience</h4>
<p>
DSC activities are targeted at University students and any
others including faculty members who want to learn development
skills & work to solve real-life problems.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="technologies" class="section-spacer gray-bg">
<div class="container">
<header class="section-header text-center">
<h2 class="section-title">Technologies we're excited about</h2>
<p class="section-subtitle">
Opportunities to learn & access deep technical content.
</p>
<br />
</header>
<div class="cols center-items">
<div class="col-6">
<div class="feature-list-image">
<img class="section-img" src="img/android.jpg" alt="diversity" />
</div>
</div>
<div class="col-5 ml-auto">
<div class="feature-list-wrapper">
<div class="content-header">
<h2 class="content-title">Android Development</h2>
<p>
Every year Google developers release exciting new updates to
the world's most popular operating system. We always have
sessions to keep you updated and mastering the latest trends
in modern Android development.
</p>
</div>
<br />
<!-- <a href="https://codelabs.developers.google.com/?cat=Android" class="hero-button"
style="border-radius: 1.4rem" target="_blank">Codelabs <i
class="fas fa-external-link-alt"></i></a> -->
</div>
</div>
</div>
</div>
</section>
<section id="web-technologies" class="section-spacer">
<div class="container">
<div class="cols center-items">
<div class="col-5">
<div class="feature-list-wrapper">
<div class="content-header">
<h2 class="content-title">Web Development</h2>
<p>
Learn the core foundations of a delightful web experience both
for the user and developer. Stay up to tabs with emerging and
trending technologies. Get access to a guided, tutorial and
hands-on coding experience.
</p>
</div>
<br />
<!-- <a href="https://codelabs.developers.google.com/?cat=Web" class="hero-button" target="_blank"
style="border-radius: 1.4rem">Codelabs <i class="fas fa-external-link-alt"></i></a> -->
</div>
</div>
<div class="col-6 ml-auto">
<div class="feature-list-image">
<img class="section-img" src="img/web.webp" alt="diversity" />
</div>
</div>
</div>
</div>
</section>
<section id="ml-technologies" class="section-spacer gray-bg">
<div class="container">
<div class="cols center-items">
<div class="col-6">
<div class="feature-list-image">
<img class="section-img" src="img/ml.svg" alt="diversity" />
</div>
</div>
<div class="col-5 ml-auto">
<div class="feature-list-wrapper">
<div class="content-header">
<h2 class="content-title">Machine Learning</h2>
<p>
Learn how to drive user engagement and retention with
intelligent apps that are able to effectively serve users what
they need without the fuss by providing these systems with the
ability to automatically learn and improve from experience
without being explicitly programmed.
</p>
</div>
<br />
<!-- <a href="https://codelabs.developers.google.com/" class="hero-button" style="border-radius: 1.4rem"
target="_blank">Codelabs <i class="fas fa-external-link-alt"></i></a> -->
</div>
</div>
</div>
</div>
</section>
<section id="web-technologies" class="section-spacer">
<div class="container">
<div class="cols center-items">
<div class="col-5">
<div class="feature-list-wrapper">
<div class="content-header">
<h2 class="content-title">Cloud Computing</h2>
<p>
For passionate developers who want to stay relevant in a cloud
first world where businesses demand for agility and innovation
and prompt rise of cloud-native applications to ridges gaps
between data, insight, and action.
</p>
</div>
<br />
<!-- <a href="https://codelabs.developers.google.com/?cat=cloud" class="hero-button"
style="border-radius: 1.4rem" target="_blank">Codelabs <i
class="fas fa-external-link-alt"></i></a> -->
</div>
</div>
<div class="col-6 ml-auto">
<div class="feature-list-image">
<img class="section-img" src="img/cloud.png" alt="diversity" />
</div>
</div>
</div>
</div>
</section>
<section id="faq" class="section-spacer section-faq gray-bg">
<div class="container">
<header class="section-header text-center">
<h2 class="section-title">FAQ's</h2>
<!-- <p class="section-subtitle">
Opportunities to learn & access deep technical content.
</p> -->
</header>
<div class="cols center-items">
<div class="col-6">
<div class="card overview-card" style="background-color: #e6f7ff">
<div class="card-body">
<h4>Who can become a member?</h4>
<p>
The clubs is open to any student, ranging from novice developers
who are just starting, to advanced developers who want to further
their skills.
</p>
</div>
</div>
</div>
<div class="col-6">
<div class="card overview-card" style="background-color: #e6f7ff">
<div class="card-body">
<h4>How frequently do events and workshops occur?</h4>
<p>
We hold workshops and showcases at
<strong>Noida Institute Of Engineering & Technology</strong>
& we would recommend you to join our community by becoming a
member to get updates.
</p>
</div>
</div>
</div>
<div class="col-6">
<div class="card overview-card" style="background-color: #f2ffe6;" >
<div class="card-body">
<h4>What should I carry when attending a workshop?</h4>
<p>We recommend you carry with you a notebook, pen and a laptop because more often than not we make our hands dirty with code. Most importantly, carry along a healthy dose of curiosity and enthusiasm.
</p>
</div>
</div>
</div>
<div class="col-6">
<div class="card overview-card" style="background-color: #f2ffe6;">
<div class="card-body">
<h4>Who should I reach out to if I have any questions?</h4>
<p>If you have any questions or comments, please don't hesitate to contact us by clicking the button below. We would be happy to stay engaged via email even after the event
</p>
</div>
</div>
</div>
</div>
</div>
<br />
<div class="mt-40 text-center">
<a href="mailto:gdscniet@gmail.com" class="hero-button" style="border-radius: 1.4rem">Send us an email</a>
</div>
</section>
<footer id="footer" class="section-spacer" style="background-color: #ffffe6; padding-bottom: 5px;">
<div class="container">
<div class="cols">
<div class="col-4">
<div class="footer-widget">
<img class="logo-sm mb-10" alt="DSC NIET logo" src="img/logo.png" width="40px">
<p>
Copyright ©
<script>
document.write(new Date().getFullYear());
</script>
| All Rights Reserved.
</p>
<span>Feel free to drop us an email at </span>
<a href="mailto:gdscniet@gmail.com">gdscniet@gmail.com</a>
<ul class="social-list mt-10">
<li>
<a href="https://github.com/DSC-NIET" target="_blank" rel="noopener"><i class="fab fa-github"></i></a>
</li>
<li>
<a href="https://www.instagram.com/gdsc_niet/"><i class="fab fa-instagram"></i></a>
</li>
<li>
<a href=" https://www.linkedin.com/company/gdscniet/about/"><i class="fab fa-linkedin"></i></a>
</li>
</ul>
</div>
</div>
<div class="col-8 col-sm-10">
<div class="cols">
<div class="col-4 col-sm-6">
<div class="footer-widget">
<h4 class="title">Programs</h4>
<ul class="list-unstyled">
<li>
<a href="https://www.womentechmakers.com/" target="_blank">Women Techmakers</a>
</li>
<li>
<a href="https://developers.google.com/experts/" target="_blank">Google Developer Experts</a>
</li>
<li>
<a href="https://developers.google.com/programs/community/" target="_blank">Google Developer
Groups</a>
</li>
</ul>
</div>
</div>
<div class="col-4 col-sm-6">
<div class="footer-widget">
<h4 class="title">Developers</h4>
<ul class="list-unstyled">
<li>
<a href="https://console.firebase.google.com/" target="_blank">Firebase console</a>
</li>
<li>
<a href="https://console.cloud.google.com/" target="_blank">Google Cloud Platform</a>
</li>
<li>
<a href="https://console.actions.google.com/" target="_blank">Actions on Google</a>
</li>
</ul>
</div>
</div>
<div class="col-4">
<div class="footer-widget">
<h4 class="title">Contribute</h4>
<ul class="list-unstyled">
<li>
<a href="mailto:gdscniet@gmail.com" target="_blank">Found a bug</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<p class="text-center flex flex-column flex-center" style="font-size: 0.9rem;">
Made with <b style="color: red;">❤️</b> by
<a href="https://www.instagram.com/arpit.ujjwal/" style="color: black;">Arpit Ujjwal</a>
</p>
</div>
</footer>
<a href="#" id="scroll" style="display: inline"><i class="fas fa-angle-up"></i></a>
<script type="text/javascript" src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script type="text/javascript" src="/js/main.js"></script>
<script type="text/javascript" src="/pwa.js"></script>
<script>
function toggleMenu() {
let menu = document.querySelector(".navbar-menu");
$(".navbar-menu").slideToggle();
}
</script>
</body>
</html>