-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathindex.html
More file actions
439 lines (379 loc) · 18.8 KB
/
index.html
File metadata and controls
439 lines (379 loc) · 18.8 KB
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
<!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.0">
<title>GDSC - JUET</title>
<!-- Favicon -->
<link rel="shortcut icon" href="./img_juet/GDSC Profile IMG.png">
<!-- Bootstrap -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i" rel="stylesheet">
<!-- Custom CSS -->
<link rel="stylesheet" href="./style/index.css">
<!-- OWL Carousal (Didnt USED)-->
<!-- <link rel="stylesheet" href="owlcarousel/owl.carousel.min.css">
<link rel="stylesheet" href="owlcarousel/owl.theme.default.min.css">
-->
<!-- <script src="jquery.min.js"></script>
<script src="owlcarousel/owl.carousel.min.js"></script> -->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<!-- Custom JS -->
<!-- <script src=".src/custom.js"></script> -->
<!-- AOS -Animate On Scroll Lib -->
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<!-- Google Analytics -->
<!-- <script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-86912022-1', 'auto');
ga('send', 'pageview');
</script> -->
</head>
<body>
<section id="nav">
<nav class="navbar">
<!-- LOGO -->
<div class="logo"> <img src="./img_juet/DSC Jaypee University of Engineering and Technology Light Vertical-Logo.png" alt="" srcset="">
</div>
<!-- NAVIGATION MENU -->
<div class="nav-menu">
<ul class="nav-links">
<!-- USING CHECKBOX HACK -->
<input type="checkbox" id="checkbox_toggle" />
<label for="checkbox_toggle" class="hamburger">☰</label>
<!-- NAVIGATION MENUS -->
<div class="menu">
<li><a href="index.html">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="./teams.html">Team</a></li>
<li class="events_menu">
<a href="#events">Events</a>
<!-- DROPDOWN MENU -->
<!-- <ul class="dropdown">
<li><a href="/">2021</a></li>
<li><a href="/">2022</a></li>
</ul> -->
</li>
<li><a href="/">Blogs</a></li>
<li><a href="/">FAQ</a></li>
<li><a href="#footer">Contact</a></li>
<button class="btn btn-primary" id="btn_signup"> <a href="https://gdsc.community.dev/jaypee-university-of-engineering-and-technology-guna/">Join Us</a></button>
</div>
</ul>
</div>
</nav>
</section>
<section id="home">
<div class="container">
<div class="row">
<div class="col align-self-start">
<div class="home-content">
<h1><b>Google Developer Student Club</b></h1>
<h2>Jaypee University of Engineering and Technology</h2>
<p>
<span class="intro_para">
<span class="page__content">A community of<span style="color: rgb(15, 157, 88); font-weight: bolder;"> Developers</span>,<span style="color: rgb(219, 68, 55); font-weight: bolder;"> Designers</span> and<span style="color: rgb(66, 133, 244); font-weight: bolder;"> Programmers </span>who grow their knowledge in a peer-to-peer learning environment and build solutions for local businesses and their community.</span>
</span>
</p>
<a href="https://developers.google.com/community/gdsc" class="btn btn-primary">Learn More</a>
</div>
</div>
<div class="col align-self-end">
<img src="./assets/studying_gif.gif" alt="" srcset="">
</div>
</div>
</div>
</section>
<br>
<hr>
<section id="about">
<div class="outer-div">
<img class="guy-1" src="assets/guy-1.png" data-aos="fade-right" data-aos-duration="8000">
<img class="guy-2" src="assets/guy-2.png" data-aos="fade-left" data-aos-duration="8000">
<div id="whattoexpect" class="container-fluid">
<div class="container">
<div class="heading">
<span> What To Expect</span>
</div>
<div class="">
<div class="row">
<div class="d-flex flex-column text-center whattoexpect-item col-md-4" data-aos="fade-down" data-aos-duration="2000">
<h5>Workshops</h5>
<p>
Gain new skills with our intuitive workshops to: develop Android apps with Kotlin, build websites encompassing frontend and backend, develop apps that run on multiple platforms using Flutter, and others.
</p>
</div>
<div class="d-flex flex-column text-center whattoexpect-item col-md-4" data-aos="fade-down" data-aos-duration="2000">
<h5>Guest Lectures and Industry Connections</h5>
<p>Attend webinars by experts from leading firms in the Industry, on certain topics and Get the chance to know more people who are passionate about tech from around the world. </p>
<!-- <h5>Solving Community Problems</h5> -->
<!-- <p>
Using the knowledge gained through workshops, identify and solve community problems with tech!
</p> -->
</div>
<div class="d-flex flex-column text-center whattoexpect-item col-md-4" data-aos="fade-down" data-aos-duration="2000">
<h5>Google Solutions Challenges</h5>
<p>Participate in an annual, global contest that invites students from DSC communities to utilize Google technologies for solving local community problems. More info <a href="https://events.withgoogle.com/dsc-solution-challenge/" target="_">here</a>.</p>
</div>
</div>
<div class="about_img">
<img src="./assets/connections.webp" alt="" srcset="">
</div>
</div>
</div>
</div>
</div>
</section>
<hr>
<section id="domains">
<div class="domainswehave">
<div class="container">
<div class="heading">
<span>Fields We Work On</span>
</div>
</div>
<div class=" domain_con">
<div class="domain_names container-fluid">
<div class="flex_divide ML" data-aos="fade-up"
data-aos-anchor-placement="center-bottom">
<div class="content">
<h2 class="domain-header">Machine Learning</h2>
<p class="domain-desc">
Machine learning is the burning topic of the market. It is an application of artificial intelligence (AI) that provides systems, the ability to automatically learn and improve from experience without being explicitly programmed.
</p>
</div>
<div class="image">
<img src="./assets/ML_1.png" alt="">
</div>
</div>
<div class="flex_divide mob-dev" data-aos="fade-up"
data-aos-anchor-placement="center-bottom">
<div class="image">
<img src="./assets//appDevelopment.e52a9c34ef4d61fe4012ebc2960ca875.svg" alt="">
</div>
<div class="content">
<h2 class="domain-header">Android/IOS Development</h2>
<p class="domain-desc">
Mobile app development has been steadily growing, in revenues and jobs created. In this domain and all others, we encourage all to keep practising and learning all the new upcoming things and be their best selves..
</p>
</div>
</div>
<div class="flex_divide web-dev" data-aos="fade-up"
data-aos-anchor-placement="center-bottom">
<div class="content">
<h2 class="domain-header">Web Development</h2>
<p class="domain-desc">
In this domain, we concentrate on developing and maintaining websites to solve real time problems. For any website, it's the work that happens behind the scenes to make a website look great, work fast and perform well with a seamless user experience.
</p>
</div>
<div class="image">
<img src="./assets/web-dev-2.gif" alt="">
</div>
</div>
<div class="flex_divide cloud" data-aos="fade-up"
data-aos-anchor-placement="center-bottom">
<div class="image">
<img src="./assets/cloudshit.gif" alt="">
</div>
<div class="content">
<h2 class="domain-header">Cloud Computing</h2>
<p class="domain-desc">
Cloud Computing has become the backbone of many IT solutions and
operations for the past decade. And it will continue to do so for the coming years.
It appears that the demand for skills in Cloud computing has been on the
rise with no signs of slowing down thus we aim to learn and create cloud based solutions for applications.
</p>
</div>
</div>
<div class="flex_divide blockchain" data-aos="fade-up"
data-aos-anchor-placement="center-bottom">
<div class="content">
<h2 class="domain-header">Blockchain </h2>
<p class="domain-desc">
Mobile app development has been steadily growing, in revenues and jobs created. In this domain and all others, we encourage all to keep practising and learning all the new upcoming things and be their best selves..
</p>
</div>
<div class="image">
<img src="./assets/blockchain tech.gif" alt="">
</div>
</div>
<div class="flex_divide ui-ux" data-aos="fade-up"
data-aos-anchor-placement="center-bottom">
<div class="image">
<img src="./assets/uiux2.213e73ad01b66c98fb8d56a7e7434278.svg" alt="">
</div>
<div class="content">
<h2 class="domain-header">UI/UX Designing</h2>
<p class="domain-desc">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Ex consequatur dolorum,
quae alias odio commodi odit facere saepe,quos suscipit rerum beatae cosequuntur
iure inventore? Quos eum neque corporis delectus!
</p>
</div>
</div>
<div class="flex_divide cp" data-aos="fade-up"
data-aos-anchor-placement="center-bottom">
<div class="content">
<h2 class="domain-header">Competitive Programming</h2>
<p class="domain-desc">
With ever-increasing competition in the IT industry, learn how to keep your knowledge sharp with competitive programming and practical usecases of Data Structures and Algorithms. It will enhance your problem solving skills, logic and many more.
</p>
</div>
<div class="image">
<img src="./assets/cp.png" alt="">
</div>
</div>
</div>
</div>
</div>
</section>
<br>
<hr>
<section id="events">
<!-- Carousel 1 -->
<!-- <h1 style="padding:0px 20px;text-align: center;color: rgb(0, 0, 0);"><b> Our Events</b></h1>
<div class="container" data-autoplay="true">
<div class="slide">
<img src="./events_juet/Flutter-fest.JPG" alt="Flutter" />
</div>
<div class="slide">
<img src="./events_juet/banner2.JPG" alt="APP"/>
</div>
<div class="slide">
<img src="./events_juet/banner2.JPG" alt="web" />
</div>
<div class="slide">
<img src="./events_juet/banner2.JPG" alt="web" />
</div>
<button class="prev" onclick="prev()"><i class="fa fa-angle-left"></i></button>
<button class="next" onclick="next()"><i class="fa fa-angle-right"></i></button>
</div>
<div class="dots_container" id="indicator"></div> -->
<div class="container">
<div class="heading">
<span>Our Events</span>
</div>
<div class="carousel-container">
<div class="mySlides animate">
<img src="./img_juet/Developer Student Clubs.png" alt="slide" />
<!-- <div class="number">1 / 5</div> -->
<button class="text">Register Now!</button>
</div>
<div class="mySlides animate">
<img src="./img_juet/Developer Student Clubs.png" alt="slide" />
<!-- <div class="number">2 / 5</div> -->
<button class="text">Register Now!</button>
</div>
<div class="mySlides animate">
<img src="./img_juet/Developer Student Clubs.png" alt="slide" />
<!-- <div class="number">3 / 5</div> -->
<button class="text">Register Now!</button>
</div>
<div class="mySlides animate">
<img src="./img_juet/Developer Student Clubs.png" alt="slide" />
<!-- <div class="number">4 / 5</div> -->
<button class="text">Register Now!</button>
</div>
<div class="mySlides animate">
<img src="./img_juet/Developer Student Clubs.png" alt="slide" />
<!-- <div class="number">5 / 5</div> -->
<button class="text">Register Now!</button>
</div>
<!-- Next and previous buttons -->
<a class="prev" onclick="prevSlide()">❮</a>
<a class="next" onclick="nextSlide()">❯</a>
<!-- The dots/circles -->
<div class="dots-container">
<span class="dots" onclick="currentSlide(1)"></span>
<span class="dots" onclick="currentSlide(2)"></span>
<span class="dots" onclick="currentSlide(3)"></span>
<span class="dots" onclick="currentSlide(4)"></span>
<span class="dots" onclick="currentSlide(5)"></span>
</div>
</div>
</div>
</section>
<br>
<hr>
<br>
<section id="sponsors">
</section>
<section id="contact">
</section>
<br>
<hr>
<section id="footer">
<div class="footer">
<div class="inner-footer">
<div class="footer-items">
<img src="./img_juet/GDSC JUET Logo x1.png" alt="">
<p> GDSC JUET</p>
</div>
<div class="footer-items">
<h3>Programs</h3>
<div class="border1"></div>
<ul>
<a href="#"><li>Woman Techmakers</li></a>
<a href="#"><li>Google Developer Experts</li></a>
<a href="#"><li>Google Developer Groups</li></a>
<a href="#"><li>About</li></a>
</ul>
</div>
<!-- for some other links -->
<div class="footer-items">
<h3>Developers</h3>
<div class="border1"></div> <!--for the underline -->
<ul>
<a href="#"><li>Firebase Console</li></a>
<a href="#"><li>Google Cloud Platform</li></a>
<a href="#"><li>Actions on Google</li></a>
<!-- <a href="#"><li>Italian</li></a> -->
</ul>
</div>
<!-- for contact us info -->
<div class="footer-items">
<h3>Contribute</h3>
<div class="border1"></div>
<ul>
<li></li>
<li>View Source</li>
<!-- <li><i class="fa fa-phone" aria-hidden="true"></i>123456789</li> -->
<li>File a Bug</li>
</ul>
<!-- for social links -->
<div class="social-media">
<a href="#"></a>
<a href="#"></a>
<a href="#"></a>
</div>
</div>
</div>
</section>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="StyleiTechFooter.js"></script>
<script src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/16327/gsap-latest-beta.min.js"></script>
<script src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/16327/CSSRulePlugin3.min.js"></script>
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.3.2/gsap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.3.2/CSSRulePlugin.min.js"></script> -->
<!-- Animate on Scroll JS cdn; also follow me on github iamv1n-->
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script src="./src/carousel.js"></script>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.concat.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<script>
AOS.init();
</script>
</body>
</html>