-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathaboutpccoeacm.html
640 lines (573 loc) · 40.1 KB
/
aboutpccoeacm.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
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>About | PCCOE ACM</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="keywords">
<meta content="" name="description">
<!-- Favicons -->
<link href="images/pccoe acm.png" rel="icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Montserrat:300,400,500,700"
rel="stylesheet">
<!-- Bootstrap CSS File -->
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Libraries CSS Files -->
<link href="lib/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/ionicons/css/ionicons.min.css" rel="stylesheet">
<!-- Main Stylesheet File -->
<link href="css/style.css" rel="stylesheet">
<link rel="stylesheet" href="css/timeline.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-K4Z30P6082"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-K4Z30P6082');
</script>
</head>
<body>
<!--==========================
Header
============================-->
<header id="header" class="header-scrolled2">
<div class="container-fluid">
<div id="logo">
<div style="display:flex; flex-direction: row; justify-content: center; align-items: center">
<a href="index.html"><img src="images/gallery/pccoe acm.png" style="height: 49px; width: 49px;" /></a>
<a href="index.html">
<h1 style="padding-left: 5px;">PCCOE ACM</h1>
</a>
</div>
</div>
<nav id="nav-menu-container">
<ul class="nav-menu">
<li><a href="index.html">Home</a></li>
<li class="menu-has-children"><a href="#">About</a>
<ul>
<li><a href="aboutacm.html">About ACM</a></li>
<li><a href="#">About PCCOE ACM</a></li>
</ul>
</li>
<li><a href="acm_activities.html">ACM Activities</a></li>
<li><a href="achievements.html">Achievements</a></li>
<li class="cesa-insider"><a href="#">Cesa Insider</a>
<ul>
<li>
<a
href="./assets/CESA%20Insider%20Issue%2001.pdf"
target="_blank"
>Issue 01</a
>
</li>
<li>
<a
href="./assets/CESA%20Insider%20Issue%2002.pdf"
target="_blank"
>Issue 02</a
>
</li>
</ul>
</li>
<li><a href="team.html">The Team</a></li>
<li><a href="acmw.html">ACM-W</a></li>
<!-- <li class="menu-has-children"><a href="#">TechPart</a>
<ul>
<li><a href="events.html">Event Calendar</a></li>
<li><a href="anantya/">ANANTYA 2k20</a></li>
<li><a href="https://pccoetechlligent.in/">Techlligent 2020</a></li
<li><a href="leaderboard.html">Weekly Coding LeaderBoard</a></li>
<li><a href="lockdown_events.html">Lockdown Events</a></li>
<li><a href="#">PCube</a></li>
</ul>
</li> -->
</ul>
</nav><!-- #nav-menu-container -->
</div>
</header><!-- #header -->
<div id="team">
<div class="container">
<div class="section-header wow fadeInUp">
<h3>About PCCOE ACM Student Chapter</h3>
<p style="font-size: 15px;padding: 0px 20px 10px 20px;color: #333;">Set up in 2012, the PCCOE ACM
Student Chapter is one of the best Student Chapter in
Pune. Year by year, the Chapter strives to increase the number of events, and the
participation of students. With the guidance of the faculty sponsors, and the
enthusiastic volunteer and participating students, the Chapter which is now in its
eighth year is improving rapidly on all counts. With a dynamic team, it has spiralled
into the most active Student Chapter in Pune. Various events are held throughout the
year, the details of which can be found in the various sections of the website. We
encourage the students to perform on all quarters – be it the academic discipline,
or bohemian. With an aim to be the best Student Chapter in the country, we are
rapidly taking long strides to meet the goal.</p>
</div>
</div>
<div class="container" style="padding-bottom:50px;">
<h1 style="text-align: center;color: #333;" class="wow fadeInUp" data-wow-delay="0.1s">
<strong>Timeline</strong> </h1>
<div class="row text-center">
</div>
<div class="row">
<div class="col-md-12">
<div class="main-timeline">
<div class="timeline">
<div class="timeline-icon"></div>
<div class="timeline-content right">
<span class="date wow fadeInUp">2023-2024</span><br><br>
<div class="row wow fadeInUp" data-wow-delay="0.1s">
<div class="col-sm-4"></div>
<div class="col-sm-4">
<div class="person"><img
src="./images/CESA23-24/team-resized/Prathamesh B.jpg"
alt="" class="img-responsive">
<div class="person-content ">
<h4 class="mr-10x" style="white-space: nowrap;">Prathamesh Bachhav</h4>
<h5 class='role'>PCCOE ACM CHAIR</h5>
</div>
</div>
</div>
<div class="col-sm-4"></div>
<div class="col-sm-6">
<div class="person"><img
src="./images/CESA23-24/team-resized/Mahima Nair.jpg"
alt="" class="img-responsive">
<div class="person-content">
<h4>Mahima Nair</h4>
<h5 class="role">PCCOE ACM VICE CHAIR
</h5>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="person"><img
src="./images/CESA23-24/team-resized/Prajwal_Lonari.jpg"
alt="" class="img-responsive">
<div class="person-content">
<h4>Prajwal Lonari</h4>
<h5 class="role">Management Executive
</h5>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="timeline">
<div class="timeline-icon"></div>
<div class="timeline-content left">
<span class="date wow fadeInUp">2022-2023</span><br><br>
<div class="row wow fadeInUp" data-wow-delay="0.1s">
<div class="col-sm-4"></div>
<div class="col-sm-4">
<div class="person"><img
src="./images/CESA22-23/team/AditiSambare.jpg"
alt="" class="img-responsive">
<div class="person-content">
<h4 style="white-space: nowrap;">Aditi Sambare</h4>
<h5 class='role'>PCCOE ACM CHAIR</h5>
</div>
</div>
</div>
<div class="col-sm-4"></div>
<div class="col-sm-6">
<div class="person"><img
src="./images/CESA22-23/team/sahil.png"
alt="" class="img-responsive">
<div class="person-content">
<h4>Sahil Shinde</h4>
<h5 class="role">PCCOE ACM VICE CHAIR
</h5>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="person"><img
src="./images/CESA22-23/team/OmBidve.jpg"
alt="" class="img-responsive">
<div class="person-content">
<h4>Om Bidve</h4>
<h5 class="role">PCCOE ACM VICE CHAIR</h5>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="timeline">
<div class="timeline-icon"></div>
<div class="timeline-content right">
<span class="date wow fadeInUp">2021-2022</span><br><br>
<div class="row wow fadeInUp" data-wow-delay="0.1s">
<div class="col-sm-4"></div>
<div class="col-sm-4">
<div class="person"><img
src="./images/CESA21-22/crop-team/SaumyaPhadkar.png"
alt="" class="img-responsive">
<div class="person-content">
<h4 style="white-space: nowrap;">Saumya Phadkar</h4>
<h5 class='role'>PCCOE ACM CHAIR</h5>
</div>
</div>
</div>
<div class="col-sm-4"></div>
<div class="col-sm-6">
<div class="person"><img
src="./images/CESA21-22/crop-team/Soham Kulkarni.png"
alt="" class="img-responsive">
<div class="person-content">
<h4>Soham Kulkarni</h4>
<h5 class="role">PCCOE ACM VICE CHAIR
</h5>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="person"><img
src="./images/CESA21-22/crop-team/Mrunali_Padwal.png"
alt="" class="img-responsive">
<div class="person-content">
<h4>Mrunali Padwal</h4>
<h5 class="role">PCCOE ACM VICE CHAIR
</h5>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="timeline">
<div class="timeline-icon"></div>
<div class="timeline-content left">
<span class="date wow fadeInUp">2020-2021</span><br><br>
<div class="row wow fadeInUp" data-wow-delay="0.1s">
<div class="col-sm-4"></div>
<div class="col-sm-4">
<div class="person"><img
src="./images/CESA20-21/crop-team/Chinmay-Joshi.jpg"
alt="" class="img-responsive">
<div class="person-content">
<h4 style="white-space: nowrap;">Chinmay
Joshi</h4>
<h5 class='role'>PCCOE ACM CHAIR</h5>
</div>
</div>
</div>
<div class="col-sm-4"></div>
<div class="col-sm-6">
<div class="person"><img
src="./images/CESA20-21/crop-team/Rakshit_Jha.jpg"
alt="" class="img-responsive">
<div class="person-content">
<h4>Rakshit Jha</h4>
<h5 class="role">PCCOE ACM VICE CHAIR
</h5>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="person"><img
src="./images/CESA20-21/crop-team/Anshu Srivastava.jpg"
alt="" class="img-responsive">
<div class="person-content">
<h4>Anshu Srivastava</h4>
<h5 class="role">PCCOE ACM VICE CHAIR
</h5>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="timeline">
<div class="timeline-icon"></div>
<div class="timeline-content right">
<span class="date wow fadeInUp">2019-2020</span><br><br>
<div class="row wow fadeInUp" data-wow-delay="0.1s">
<div class="col-sm-6">
<div class="person"><img
src="images/CESA19-20/team/VarunGadde.jpg"
alt="" class="img-responsive">
<div class="person-content">
<h4>Varun Gadde</h4>
<h5 class="role">PCCOE ACM CHAIR</h5>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="person"><img
src="images/CESA19-20/team/SharvariGaikwad.jpg"
alt="" class="img-responsive">
<div class="person-content">
<h4>Sharvari Gaikwad</h4>
<h5 class="role">PCCOE ACM VICE CHAIR</h5>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="timeline">
<div class="timeline-icon"></div>
<div class="timeline-content left">
<span class="date wow fadeInUp">2018-2019</span><br><br>
<div class="row wow fadeInUp" data-wow-delay="0.1s">
<div class="col-sm-6">
<div class="person"><img src="images/jovian.jpg" alt=""
class="img-responsive">
<div class="person-content">
<h4>Jovian Anthony</h4>
<h5 class="role">PCCOE ACM CHAIR</h5>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="person"><img src="images/shubham.jpeg"
alt="" class="img-responsive">
<div class="person-content">
<h4>Shubham Mandhare</h4>
<h5 class="role">PCCOE ACM VICE CHAIR</h5>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="timeline">
<div class="timeline-icon"></div>
<div class="timeline-content right">
<span class="date wow fadeInUp">2017-2018</span><br><br>
<div class="row wow fadeInUp" data-wow-delay="0.1s">
<div class="col-sm-6">
<div class="person"><img src="images/abhishek.jpg" alt=""
class="img-responsive">
<div class="person-content">
<h4>Abhishek Gaikwad</h4>
<h5 class="role">PCCOE ACM CHAIR</h5>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="person"><img src="images/neha.jpg" alt=""
class="img-responsive">
<div class="person-content">
<h4>Neha Waghchaure</h4>
<h5 class="role">PCCOE ACM VICE CHAIR</h5>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="timeline">
<div class="timeline-icon"></div>
<div class="timeline-content left">
<span class="date wow fadeInUp">2016-2017</span><br><br>
<div class="row wow fadeInUp" data-wow-delay="0.1s">
<div class="col-sm-6">
<div class="person"><img src="images/abdul.jpg" alt=""
class="img-responsive">
<div class="person-content">
<h4>Abdul Wasay</h4>
<h5 class="role">PCCOE ACM CHAIR</h5>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="person"><img src="images/ankur.jpg" alt=""
class="img-responsive">
<div class="person-content">
<h4>Ankur Jangra</h4>
<h5 class="role">PCCOE ACM VICE CHAIR</h5>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="timeline">
<div class="timeline-icon"></div>
<div class="timeline-content right">
<span class="date wow fadeInUp">2015-2016</span><br><br>
<div class="row wow fadeInUp" data-wow-delay="0.1s">
<div class="col-sm-6">
<div class="person"><img src="images/sanchita.jpg" alt=""
class="img-responsive">
<div class="person-content">
<h4>Sanchita Rao</h4>
<h5 class="role">PCCOE ACM CHAIR</h5>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="person"><img src="images/vishal.jpg" alt=""
class="img-responsive">
<div class="person-content">
<h4>Vishal Maurya</h4>
<h5 class="role">PCCOE ACM VICE CHAIR</h5>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="timeline">
<div class="timeline-icon"></div>
<div class="timeline-content">
<span class="date wow fadeInUp">2014-2015</span><br><br>
<div class="row wow fadeInUp" data-wow-delay="0.1s">
<div class="col-sm-6">
<div class="person"><img src="images/amrita.jpg" alt=""
class="img-responsive">
<div class="person-content">
<h4>Amrita Nair</h4>
<h5 class="role">PCCOE ACM CHAIR</h5>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="person"><img src="images/nikita.jpg" alt=""
class="img-responsive">
<div class="person-content">
<h4>Nikita Merani</h4>
<h5 class="role">PCCOE ACM VICE CHAIR</h5>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="timeline">
<div class="timeline-icon"></div>
<div class="timeline-content right">
<span class="date wow fadeInUp">2013-2014</span><br><br>
<div class="row wow fadeInUp" data-wow-delay="0.1s">
<div class="col-sm-6">
<div class="person"><img src="images/gopi.jpg" alt=""
class="img-responsive">
<div class="person-content">
<h4>Gopi Kapagunta</h4>
<h5 class="role">PCCOE ACM CHAIR</h5>
</div>
</div>
</div>
<div class="col-sm-6" data-wow-delay="0.1s">
<div class="person"><img src="images/reena.jpg" alt=""
class="img-responsive">
<div class="person-content">
<h4>Reena Gandhi</h4>
<h5 class="role">PCCOE ACM VICE CHAIR</h5>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="timeline">
<div class="timeline-icon"></div>
<div class="timeline-content">
<span class="date wow fadeInUp">2012-2013</span><br><br>
<div class="row wow fadeInUp" data-wow-delay="0.1s">
<div class="col-sm-6">
<div class="person"><img src="images/dipesh.jpg" alt="" class="img-responsive">
<div class="person-content">
<h4>Dipesh Walte</h4>
<h5 class="role">PCCOE ACM CHAIR</h5>
</div>
</div>
</div>
<div class="col-sm-6" data-wow-delay="0.1s">
<div class="person"><img src="images/aishwarya.jpg" alt=""
class="img-responsive">
<div class="person-content">
<h4>Aishwarya Chandrasekaran</h4>
<h5 class="role">PCCOE ACM VICE CHAIR</h5>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--==========================
Footer
============================-->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6 footer-info">
<h3>PCCOE ACM</h3>
<p>
Set up in 2012, the PCCOE ACM Student Chapter is one of the best Student Chapter in
Pune. Year by year, the Chapter strives to increase the number of events, and the
participation of students. With the guidance of the faculty sponsors, and the
enthusiastic volunteer and participating students, the Chapter which is now in its
Eleventh year is improving rapidly on all counts.
</p>
</div>
<div class="col-lg-4 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><i class="ion-ios-arrow-right"></i> <a href="index.html">Home</a></li>
<li><i class="ion-ios-arrow-right"></i> <a href="https://www.acm.org/">ACM -
Home</a></li>
<li><i class="ion-ios-arrow-right"></i> <a href="https://india.acm.org/">ACM India -
Home</a></li>
<li><i class="ion-ios-arrow-right"></i> <a href="https://xrds.acm.org/">ACM -
XRDS</a></li>
<li><i class="ion-ios-arrow-right"></i> <a href="https://dl.acm.org/">ACM Digital
Library</a></li>
</ul>
</div>
<div class="col-lg-4 col-md-6 footer-contact">
<h4>Contact Us</h4>
<p>
Pimpri Chinchwad College of Engineering.<br>
Near Akurdi Railway Station Rd, Sector No. 26, Pradhikaran,
Nigdi, Pimpri-Chinchwad, Maharashtra 411044<br>
<!-- <strong>Phone:</strong> +91-94925 22474<br> -->
<strong>Email:</strong> [email protected]<br>
</p>
<div class="social-links">
<a href="https://www.facebook.com/pccoe.acm" class="facebook"><i
class="fa fa-facebook"></i></a>
<a href="https://www.instagram.com/pccoeacm/" class="instagram"><i
class="fa fa-instagram"></i></a>
<a href="mailto:[email protected]" class="google-plus"><i
class="fa fa-envelope"></i></a>
<a href="https://www.youtube.com/channel/UCY5ikWq8yG6bSS1W322M9iw"
class="youtube"><i class="fa fa-youtube"></i></a>
<a href="https://www.linkedin.com/company/pccoe-acm-student-chapter/"
class="linkedin"><i class="fa fa-linkedin"></i></a>
<a href="https://twitter.com/pccoeacm?s=09" class="twitter"><i
class="fa fa-twitter"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<p>Designed and developed with <i class="fa fa-heart" style="color: red;"></i> by <a
style="color: #13b7ed;">Web Team CESA</a> | Copyright ©2022 All rights reserved</p>
</div>
</footer><!-- #footer -->
<a href="#" class="back-to-top"><i class="fa fa-chevron-up"></i></a>
<!-- JavaScript Libraries -->
<script src="lib/jquery/jquery.min.js"></script>
<script src="lib/jquery/jquery-migrate.min.js"></script>
<script src="lib/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/superfish/hoverIntent.js"></script>
<script src="lib/superfish/superfish.min.js"></script>
<script src="lib/wow/wow.min.js"></script>
<!-- Template Main Javascript File -->
<script src="js/main.js"></script>
</body>
</html>