-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
552 lines (506 loc) · 24.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/png" href="img/osaicon.png"/>
<title>JIIT-OSA STUDENT CHAPTER</title>
<link rel="icon" href="img/osa1.png" type="image/gif" sizes="16x16">
</head>
<body>
<div data-role="activity" data-type="ring" data-style="dark"></div>
<div id="scroll_top" >
<span onclick="changeScroll()">^</span>
</div>
<!-- The Modal -->
<div id="myModal" class="modal">
<span class="close">×</span>
<img class="modal-content" id="big_img">
</div>
<!-- Header -->
<section id="header">
<div class="header container">
<div class="nav-bar">
<div class="brand">
<a href="#hero"><img src="img/osa.png" class="logo" alt="logo"></a>
</div>
<div class="nav-list">
<div class="hamburger">
<div class="bar"></div>
</div>
<ul>
<li><a href="#hero" data-after="Home">Home</a></li>
<li><a href="#about" data-after="About">About</a></li>
<li><a href="#projects" data-after="Projects">Activities</a></li>
<li><a href="#services" data-after="Service">Team</a></li>
<li><a href="#contact" data-after="Contact">Contact Us</a></li>
<li><a href="https://www.osa.org/en-us/home/" >OSA</a></li>
</ul>
</div>
</div>
</div>
</section>
<!-- End Header -->
<!-- Hero Section -->
<section id="hero">
<div class="img_slider">
<img src="img/5.png" class="slider-item fade"/>
<img src="img/6.png" class="slider-item fade"/>
<img src="img/7.png" class="slider-item fade"/>
<img src="img/8.png" class="slider-item fade"/>
<img src="img/9.png" class="slider-item fade"/>
<img src="img/10.png" class="slider-item fade"/>
<img src="img/11.png" class="slider-item fade"/>
<p class="slide-caption"></p>
</div>
<script>
var slideIndex = 0;
startSlide();
function startSlide(){
var item = document.getElementsByClassName("slider-item");
let caption = document.getElementsByClassName("slide-caption");
for (i = 0; i < item.length; i++) {
item[i].style.display = "none";
}
slideIndex++;
if (slideIndex > item.length) {slideIndex = 1}
item[slideIndex-1].style.display = "block";
switch(slideIndex-1){
case 0:
caption[0].innerHTML ="Manan Jain attended the SLC and FiO+LS Conference at Washington";
break;
case 1:
caption[0].innerHTML ="Students who attended the workshop on Computational Physics were taught how to simulate a black hole on their computers.";
break;
case 2:
caption[0].innerHTML ="The members of our student chapter organised an orientation session for the incoming freshmen students of our college.";
break;
case 3:
caption[0].innerHTML ="In the quest to bridge the industry-academia divide, the members of our chapter went for an industry visit to Zomato HQ, Gurugram.";
break;
case 4:
caption[0].innerHTML ="International Day of Light is a global initiative highlighting the importance of light and light-based technologies. ";
break;
case 5:
caption[0].innerHTML ="We organised a Scientific Poster Presentation Competition during the Annual Technical Festival of our college.";
break;
case 6:
caption[0].innerHTML ="Attendees of the workshop were taught about the scientific research methodology and the steps to make a good scientific poster.";
break;
}
setTimeout(startSlide, 5000);
}
</script>
<div class="hero container">
<div>
<h1>Hello, <span></span></h1>
<h1>Welcome to <span></span></h1>
<h1>JIIT-OSA STUDENT CHAPTER <span></span></h1>
<a href="form.html" type="button" class="cta">Join Us</a>
</div>
</div>
</section>
<!-- End Hero Section -->
<!-- Hero-Pic Section
<section id="hero-pic">
<div>
<img src="img/bg-1.png" style="border: 8px solid silver;" id="openBig" onclick="show_big(this)"/>
</div>
</section>
End Hero-Pic Section -->
<section id="about">
<div class="containe">
<div>
<ul id="scene">
<!-- <li class="layer" data-depth="1"><img src="img/planet1.png"></li>
<li class="layer" data-depth="-1"><img src="img/planet2.png"></li>
<li class="layer" data-depth="2"><img src="img/astronaut.png"></li>
<li class="layer" data-depth="0.5"><img src="img/rocket.png"></li>
</ul>-->
</div>
</div>
<script src="./parallax.js" type="text/javascript"></script>
<script type="text/javascript">
var scene = document.getElementById('scene');
var parallax = new Parallax(scene);
</script>
<div class="containerr">
<div class="roww">
<div class="about-content">
<h1 class="section-title"><strong>About Us</strong></h1><br>
<br>
<br>
<h3>WHO WE ARE</h3><br><br>
<p class="show_info">Established in September of 2017, the JIIT-OSA Student Chapter is Jaypee Institute of
Information Technology’s only internationally recognised scientific body. We are a group of
science enthusiasts that are hungry for impact. We conduct workshops on the latest skills in
STEM, go for industry visits, compete in hackathons, do some research and attend international
conferences.
</p>
<button class="ReadMore" onclick="read_more(this,0)">Read More</button>
<br><br>
<h3>OUR COMMUNITY</h3><br><br>
<p class="show_info">We welcome anyone interested in science & technology. Our team is committed to being <strong>a
community of equal access</strong> , free of discrimination, prejudice, or bias. Furthermore, our most
valuable members range from people who were national science quiz champions in high school
to people who had not written a single line of code until they joined the team.<strong> No previous
scientific exposure or programming experience is required.</strong>
</p>
<button class="ReadMore" onclick="read_more(this,1)">Read More</button>
</div>
</div>
<br><br>
<div class="roww" style="display: flex;align-items: center;justify-content: center;">
<div class="about-img" style="max-width: 850px;">
<img src="img/1.png" alt="" width="500em" id="openBig" onclick="show_big(this)">
</div>
</div>
<br><br>
<div class="roww">
<div class="about-content">
<h3>LIFE AS A MEMBER</h3><br>
<p class="show_info">The JIIT-OSA Student Chapter is more than just a scientific community, <strong>it is a family </strong>. We
train
together, with general meetings, workshops, and industry visits. We learn and grow together,
from learning new scientific phenomena to creating computer simulations. But we also hang out
together, with team dinners and a yearly retreat.<strong> Our members have many opportunities to
be involved beyond just workshops </strong>, including in the organization of our annual conference
on Optics & Photonics held in the month of November, outreach events to NGOs and other
colleges, and travel opportunities at international conferences.
</p>
<button class="ReadMore" onclick="read_more(this,2)">Read More</button>
<br><br><br>
<h3>LIFE AFTER OSA</h3><br>
<p class="show_info">We are a very young organisation and hence have a small alumni. Our seniors have gone on to
pursue a<strong> variety of successes in their fields</strong>, including getting internships at Exicom Power
Solutions, LG Electronics, NTPC, Tata Communications and Zomato. Our first batch of
graduating members have been placed in Deloitte, Infosys, Cognizant and Tata Consultancy Services.<strong>
Membership in the JIIT-OSA Student
Chapter is for life.</strong>
</p>
<button class="ReadMore" onclick="read_more(this,3)">Read More</button>
</div>
</div>
<br><br><br>
<div class="videoWrapper">
<iframe width="560" height="315" src="https://www.youtube.com/embed/VAf8l9LTq1o?rel=0;&autoplay=1&mute=1&loop=1"
frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</section><!-- #about -->
<!-- Projects Section -->
<section id="projects">
<div class="projects container">
<div class="projects-header">
<h1 class="section-title"><strong>Activities</strong></h1>
</div>
<div class="all-projects">
<div class="project-item">
<div class="project-info">
<h1>Student Leadership Conference</h1>
<h2>(13th - 18th September 2019)</h2><br><br>
<p class="show_info">Manan Jain attended the SLC and FiO+LS Conference at Washington, DC<br>
The Frontiers in Optics + Laser Science Conference and Exhibition sheds light on the latest advances in
optics and photonics ranging from physics and chemistry to biology and medicine. FiO + LS provides
attendees from around the world with the opportunity to network, present, learn and connect. With a focus
on emerging trends, FiO + LS always provides attendees with a deep and cross-cutting look at both new
technology and future opportunities.
</p>
<button class="ReadMore" onclick="read_more(this,4)">Read More</button>
</div>
<div>
<img src="./img/5.png" alt="img" id="openBig" onclick="show_big(this)">
</div>
</div>
<div class="project-item">
<div class="project-info">
<h1>Computational Physics</h1>
<h2>(2nd - 3rd September 2019)</h2><br>
<p class="show_info">Students who attended the workshop on Computational Physics were taught how to simulate a black hole on
their computers. Attendees got a fair idea of how to write code in Javascript using p5.js library. The
first day of the workshop revolved around the basics of computational thinking, algorithms and how
computation has evolved into an indispensable pillar of the scientific method. The second day was about
understanding one of the most fascinating breakthroughs in the history of science: capturing an image of a
black hole and the algorithms used behind such a mammoth task.
</p>
<button class="ReadMore" onclick="read_more(this,5)">Read More</button>
</div>
<div>
<img src="./img/6.png" alt="img" id="openBig" onclick="show_big(this)">
</div>
</div>
<div class="project-item">
<div class="project-info">
<h1>Orientation for Freshmen</h1>
<h2>(5th August 2019)</h2><br><br>
<p class="show_info">The members of our student chapter organised an orientation session for the incoming freshmen students of
our college. This was a special session aimed at explaining the everyday activities of our student chapter
and the benefits of becoming an OSA member.</p>
<button class="ReadMore" onclick="read_more(this,6)">Read More</button>
</div>
<div>
<img src="./img/7.png" alt="img" id="openBig" onclick="show_big(this)">
</div>
</div>
<div class="project-item">
<div class="project-info">
<h1>Zomato HQ Visit</h1>
<h2>(3rd August 2019)</h2><br>
<p class="show_info"> In the quest to bridge the industry-academia divide, the members of our chapter went for an industry visit
to Zomato HQ, Gurugram. Like always, this event added up as a great learning opportunity for the attendees.
The theme of this huddle was iOS Development. Our members got a chance to learn about iOS and web
applications design by industry professionals. The session was conducted by the speakers of Zomato, that
included Aamir Anwar, the Site Reliability Engineer at Zomato, who is an alumnus of JIIT, Noida. This marks
as an object of motivation for all of us, that if he can do it, we can do wonders too! All we need is to
believe in the self.</p>
<button class="ReadMore" onclick="read_more(this,7)">Read More</button>
</div>
<div>
<img src="./img/8.png" alt="img" id="openBig" onclick="show_big(this)">
</div>
</div>
<div class="project-item">
<div class="project-info">
<h1>International Day of Light</h1>
<h2>(16th May 2019)</h2><br>
<p class="show_info">International Day of Light is a global initiative highlighting the importance of light and light-based
technologies. Our student chapter has been supporting local events of various communities through
participation in stimulating activities and this was one of them. The extravaganza at IIT-Delhi was graced
by the esteemed presence of Professor Ajoy Ghatak from the National Academy of Sciences. He is an Indian
physicist and author of numerous research papers and books. Brainstorming, quizzes and project presentations
were held to test the basic science and general knowledge of the students. The events were vibrant, active
and engaging.</p>
<button class="ReadMore" onclick="read_more(this,8)">Read More</button>
</div>
<div>
<img src="./img/9.png" alt="img" id="openBig" onclick="show_big(this)">
</div>
</div>
<div class="project-item">
<div class="project-info">
<h1>Poster Presentation Competition</h1>
<h2>(21st April 2019)</h2>
<p class="show_info"> We organised a Scientific Poster Presentation Competition during the Annual Technical Festival of our
college. The theme of the competition was "IT for Sustainability". Members from the chapter did a good job
in presenting the informative posters. The attendees were immersed in an innovative environment, which
introduced new and ground-breaking insights. The comprehensive meeting included opportunities to network
with people having similar interests. Divyansh Jain and Utkarsh Kapoor won the 2nd prize and Janhavi Joshi
bagged the special mention award. Both the teams presented their posters on Quantum Computing.</p>
<button class="ReadMore" onclick="read_more(this,9)">Read More</button>
</div>
<div>
<img src="./img/10.png" alt="img" id="openBig" onclick="show_big(this)">
</div>
</div>
<div class="project-item">
<div class="project-info">
<h1>Scientific Poster Design</h1>
<h2>(10th April 2019)</h2><br><br>
<p class="show_info">Attendees of the workshop were taught about the scientific research methodology and the steps to make a
good scientific poster. They were also taught about the differences between a research poster and a paper.
The use of Adobe Photoshop as a design tool and the insights to make good infographics were also taught.</p>
<button class="ReadMore" onclick="read_more(this,10)">Read More</button>
</div>
<div>
<img src="./img/11.png" alt="img" id="openBig" onclick="show_big(this)"/>
</div>
</div>
</div>
<br><br>
<button class="target" ><a href=activities.html > More Activities</a></button>
</div>
</section>
<!-- End Projects Section -->
<!-- Service Section -->
<section id="services">
<div class="services">
<div class="service-top">
<h1 class="section-title"><strong>Team</strong></h1>
</div>
<div class="service-bottom">
<div class="service-item1">
<div class="pop-up"><h2 style="color:white;">Ayush Singhal</h2></div>
<div class="pop-down"><h2 style="color:white;">President</h2></div>
</div>
<div class="service-item2">
<div class="pop-up"><h2 style="color:white;">Anshika Jain</h2></div>
<div class="pop-down"><h2 style="color:white;">Vice President</h2></div>
</div>
<div class="service-item3">
<div class="pop-up"><h2 style="color:white;">Ishan Saxena</h2></div>
<div class="pop-down"><h2 style="color:white;">Secretary</h2></div>
</div>
<div class="service-item4">
<div class="pop-up"><h2 style="color:white;">Sparsh Gupta</h2></div>
<div class="pop-down"><h2 style="color:white;">Treasurer</h2></div>
</div>
<div class="service-item5">
<div class="pop-up"><h2 style="color:white;">Aayush Mittal</h2></div>
<div class="pop-down"><h2 style="color:white;">Strategic Chief</h2></div>
</div>
<div class="service-item6">
<div class="pop-up"><h2 style="color:white;">Tanmay Rohilla</h2></div>
<div class="pop-down"><h2 style="color:white;">Strategic Chief</h2></div>
</div>
<div class="service-item7">
<div class="pop-up"><h2 style="color:white;">Roshni Singh</h2></div>
<div class="pop-down"><h2 style="color:white;">Technical Head</h2></div>
</div>
<div class="service-item8">
<div class="pop-up"><h2 style="color:white;">Shweta Duggal</h2></div>
<div class="pop-down"><h2 style="color:white;">Operations Head</h2></div>
</div>
<div class="service-item9">
<div class="pop-up"><h2 style="color:white;">Digvijay Singh</h2></div>
<div class="pop-down"><h2 style="color:white;">Outreach Head</h2></div>
</div>
<div class="service-item10">
<div class="pop-up"><h2 style="color:white;">Ritawari Pareek</h2></div>
<div class="pop-down"><h2 style="color:white;">Public Relations Head</h2></div>
</div>
<div class="service-item11">
<div class="pop-up"><h2 style="color:white;">Harit Mohan</h2></div>
<div class="pop-down"><h2 style="color:white;">Design Head</h2></div>
</div>
<div class="service-item12">
<div class="pop-up"><h2 style="color:white;">Ananya Bose</h2></div>
<div class="pop-down"><h2 style="color:white;">Content And Communication Head</h2></div>
</div>
<div class="service-item13">
<div class="pop-up"><h2 style="color:white;">Abhishek Kumar Tamoli</h2></div>
<div class="pop-down"><h2 style="color:white;">Web Master</h2></div>
</div>
</div>
</div>
</section>
<!-- End Team Section -->
<!-- Contact Section -->
<section id="contact">
<div class="contact container">
<div>
<h1 class="section-title"><strong>Contact info</span></strong></h1>
</div>
<div class="contact-items">
<div class="contact-item">
<div class="icon"><img src="https://img.icons8.com/bubbles/100/000000/phone.png" /></div>
<div class="contact-info">
<h1>Phone</h1>
<h2><a href="tel:+918287188554"><t> +918287188554</a><br></t>
</h2>
<h2><a href="tel:+917390941228"> +917390941228</a></h2>
</div>
</div>
<div class="contact-item">
<div class="icon"><img src="https://img.icons8.com/bubbles/100/000000/new-post.png" /></div>
<div class="contact-info">
<h1>Email</h1>
<h2><a href="mailto:[email protected]">[email protected]</a></h2>
</div>
</div>
<div class="contact-item">
<div class="icon"><img src="https://img.icons8.com/bubbles/100/000000/map-marker.png" /></div>
<div class="contact-info">
<h1>Address</h1>
<h2>A 10, A Block,
Industrial Area<br> Sector 62,
Noida<br>Uttar Pradesh- 201309</h2>
</div>
</div>
</div>
<div class="form_map_con">
<div class="from_con">
<h1 class="section-title"><strong>Contact Us</strong></h1>
<form>
<label><h1>Name:</h1></label>
<input type="text" placeholder="Enter name" required/>
<label><h1>Email:</h1></label>
<input type="email" placeholder="Enter email id" required/>
<label><h1>Contact Number:</h1></label>
<input type="number" placeholder="Enter number"/>
<label><h1>Organisation</h1></label>
<input type="text" placeholder="Enter name of organisation" required/>
<label><h1>Message</h1></label>
<textarea placeholder="Write here..." required></textarea>
<button class="target">Send</button>
</form>
</div>
<div id="location" >
<iframe style="width: 100%; height: 100%;" frameborder="0" scrolling="no"
marginheight="0" marginwidth="0"
id="gmap_canvas"
src="https://maps.google.com/maps?width=520&height=400&hl=en&q=A%2010,%20A%20Block,%20Industrial%20Area,%20Sector%2062,%20noida+(Test)&t=p&z=12&ie=UTF8&iwloc=B&output=embed">
</iframe>
<a href='http://maps-generator.com/'>add google maps to my website</a>
<script type='text/javascript' src='https://maps-generator.com/google-maps-authorization/script.js?id=9f5907f24a178b0ec1a1ea7b522c8e1a1747970c'></script>
</div>
</div>
</div>
</section>
<!-- End Contact Section -->
<!-- Footer -->
<section id="footer">
<div class="footer container">
<div class="brand">
<h1>JIIT<span> OSA</span> Student Chapter
</div>
<div class="social-icon">
<div class="social-item">
<a href="https://www.facebook.com/JIITOSAChapter/"><img
src="https://img.icons8.com/bubbles/100/000000/facebook-new.png" /></a>
</div>
<div class="social-item">
<a href="https://www.instagram.com/jiitosachapter/"><img
src="https://img.icons8.com/bubbles/100/000000/instagram-new.png" /></a>
</div>
<div class="social-item">
<a href="https://twitter.com/JIITOSAChapter"><img
src="https://img.icons8.com/bubbles/100/000000/twitter.png" /></a>
</div>
</div>
<p style="color: azure;">Copyright © 2021 JIIT OSA STUDENT CHAPTER. All rights reserved<br></p>
</div>
</section>
<!-- End Footer -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/darkmode-js.min.js"></script>
<script src="./app.js"></script>
<script src="./parallax.js" type="text/javascript"></script>
<script>
// Get the modal
var modal = document.getElementById("myModal");
var modalImg = document.getElementById("big_img");
function show_big(data){
modal.style.display = "flex";
modalImg.src = data.src;
}
// Get the <span> element that closes the modal
var span = document.getElementsByClassName("close")[0];
// When the user clicks on <span> (x), close the modal
span.onclick = function() {
modal.style.display = "none";
}
var pes = document.getElementsByClassName("show_info");
function read_more(button,index){
pes[index].style.maxHeight = "fit-content";
button.innerHTML = "Read less";
button.setAttribute("onclick","read_less(this,"+index+")");
}
function read_less(button,index){
pes[index].style.maxHeight = "100px";
button.innerHTML = "Read More";
button.setAttribute("onclick","read_more(this,"+index+")");
}
var scroll = document.getElementById("scroll_top");
window.onscroll = function(){
if(document.documentElement.scrollTop > 2000){
scroll.style.display = "flex";
}else{
scroll.style.display = "none";
}
}
function changeScroll(){
document.documentElement.scrollTop = 0;
}
</script>
</body>
</html>