forked from pccoeacm/pccoeacm.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
549 lines (450 loc) · 23.8 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
<!DOCTYPE html>
<html lang="en">
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<!-- G Suite Authentication Link -->
<meta name="google-site-verification" content="TD9l4hE9HchAdagOCynWoL7faB-ilYa2EjYvXa1tpEg" />
<title>PCCOE ACM Student Chapter - Home</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="keywords">
<meta content="" name="description">
<!-- Favicons -->
<link href="images/logo.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">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<!-- Main Stylesheet File -->
<link href="css/style.css" rel="stylesheet">
<!-- 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">
<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/logo.png" style="height: 50px; width: 50px; " /></a>
<a href="index.html"><h1 style="padding-left: 10px;">PCCOE ACM</h1></a>
</div>
</div>
<nav id="nav-menu-container">
<ul class="nav-menu">
<li class="menu-active"><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="aboutpccoeacm.html">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><a href="issues.html" target="_blank">Issue 01</a></ul>
</li>
<li><a href="team.html">The Team</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 2k21</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>
<!-- <li><a href="#contact">Contact</a></li> -->
</ul>
</nav><!-- #nav-menu-container -->
</div>
</header><!-- #header -->
<!--==========================
Intro Section
============================-->
<div class="banner"></div>
<!-- #intro -->
<!--==========================
About Us Section
============================-->
<div class="runnerups color-b container">
Runner-Ups at ACM India Awards for Best Student Chapter 2018, 2020 & 2021
</div>
<br>
<div class="runnerups color-g container">
Student Chapter Excellence Award for Outstanding Community Service 2020
</div>
<section id="about">
<div class="container">
<div class="row about-cols">
<div class="col-md-6 wow fadeInUp">
<div class="about-col">
<h1>From HoD's Desk</h1>
<div class="img">
<img src="images/CESA19-20/team/HoD.jpg" alt="" class="img-fluid">
</div>
<h2 class="title">Prof.Dr. K Rajeswari</h2>
<p>
Dear Reader, greetings to you!
The Vision of the Department is to be a Premier Hub in Computer Engineering. The faculties here exhibit good expertise in their respective domains to train the students according to the current market scenario and of course in the pandemic situations too! Online teaching with upGrad and BodhiTree at PCCOE has become a new norm of Teaching Learning and I am proud to have a dedicated Faculty team who greatly connects with Students in online mode too!!
The goal is always to build a strong academic foundation, discipline, ethics, values, skill-building, personality development, understanding talent, stimulating creativity, strengthening alumni relations, and much more…
The laurels the students have fetched by being Toppers in University ranking, publication in Research conferences and journals, Entrepreneurship initiatives, National and International recognition, getting admissions in renowned universities for higher studies ....all are appreciable!!
The Department of Computer Engineering believes in the quote "The Heart of Education is the Education of the Heart" and hence this magazine will be an added platform for students to mold themselves personally and professionally to make them think HOW TO THINK and not on WHAT TO THINK.
</p>
</div>
</div>
<div class="col-md-6 wow fadeInUp" data-wow-delay="0.1s">
<div class="about-col">
<div class="img">
<h1>From SDW Co-ordinator's Desk</h1>
<img src="images/CESA19-20/team/RahulPatil.jpg" alt="" class="img-fluid">
</div>
<h2 class="title">Prof. Rahul Patil</h2>
<p>
The Student Development Welfare (SDW) cell aims to work for overall student development. This is a good example of faculty and student dedication to facilitating the overall development and growth of students. The main objective of the SDW cell is to work for Students Development and Welfare inline with our Department Vision & Mission. The students' welfare is achieved through Student Development activities under different cells of SDW. The cell motivates the students to organize, conduct, and participate in different activities that will leave an impact on society at large. With this motivation students always try to upgrade their skills under the guidance of faculty members, also they strive for getting recognition at national and international levels. The active professional bodies that contribute to overall student development are ACM and ACM-W. I am overwhelmed to see various technical as well as non-technical programs organized under SDW during this current pandemic also.
</p>
</div>
</div>
<div class="col-md-6 wow fadeInUp" data-wow-delay="0.1s">
<div class="about-col2">
<div class="img">
<h1>From CESA Co-ordinator's Desk</h1>
<img src="images/CESA20-21/crop-team/Ganesh Deshmukh.jpg" alt="" class="img-fluid">
</div>
<h2 class="title">Prof. Ganesh Deshmukh</h2>
<p>
Computer Engineering Student Association's shibboleth is “Association of students for students and by students” which amplifies students as major stakeholders wherein the student body contributes to the overall development of students personally and professionally. Team CESA organizes various events that tend to mould the student growth which makes them sound academically and professionally. I feel privileged to say that since its inception all the teams were enthusiastic including the current one which resulted in winning laurels at the national and international level.
</p>
</div>
</div>
<div class="col-md-6 wow fadeInUp" data-wow-delay="0.1s">
<div class="about-col2" style="padding:10px">
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<!--<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>-->
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active">
<img src="images/CESA19-20/team/team.jpg" alt="" style="width:100%;">
</div>
<div class="item">
<img src="anantya19/img/pics/anantya-2.png" alt="" style="width:100%;">
</div>
<!--<div class="item">
<img src="images/CESA19-20/team/team.jpg" alt="" style="width:100%;">
</div>-->
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span>
</a>
</div>
<h2 class="title" style="padding-bottom:10px">PCCOE ACM CHAPTER<br>Computer Engineering Student's Association (CESA)<br> TEAM 19-20</h2>
<div style="padding-bottom:50px"></div>
</div>
</div>
</div>
</div>
</section><!-- #about -->
<!--==========================
Facts Section
============================-->
<section id="facts" class="wow fadeInUp">
<div class="container">
<header class="section-header">
<h3>Statistics</h3>
</header>
<div class="row counters">
<div class="col-lg-4 col-6 text-center">
<span data-toggle="counter-up" style="display: inline;">2012</span>
<p>Founding Year</p>
</div>
<div class="col-lg-4 col-6 text-center">
<span data-toggle="counter-up" style="display: inline;">100</span><span style="display: inline;">+</span>
<p>Professional Members</p>
</div>
<div class="col-lg-4 col-6 text-center">
<span data-toggle="counter-up" style="display: inline;">1,796</span><span style="display: inline;">+</span>
<p>Local Active Members</p>
</div>
</div>
</div>
</section><!-- #facts -->
<!--==========================
About Cells Section
============================-->
<div id="portfolio" class="section-bg wow fadeInUp" style="padding-top: 60px;">
<div class="container">
<header class="section-header">
<h3 class="section-title">About The Cells</h3>
<p>At PCCOE we believe that engineering and co-curricular activities are both important for the development of the students, so we encourage them all.</p>
</header>
<div class="row">
<div class="col-lg-3 col-md-6 wow fadeInUp">
<div class="img-wrap">
<div class="per-wrap">
<img src="images/art.jpg">
<div>
<h3 class="blue-text ach-name">Art Circle</h3>
<p class="ach-pos">Unleash your artistic side</p>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 wow fadeInUp" data-wow-delay="0.1s">
<div class="img-wrap">
<div class="per-wrap">
<img src="images/cpdc.jpg">
<div>
<h3 class="blue-text ach-name">CPDC Cell</h3>
<p class="ach-pos">Develop your personality</p>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 wow fadeInUp" data-wow-delay="0.1s">
<div class="img-wrap">
<div class="per-wrap">
<img src="images/pdc.jpg">
<div>
<h3 class="blue-text ach-name">PDC Cell</h3>
<p class="ach-pos">Improve your professional skills</p>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 wow fadeInUp" data-wow-delay="0.1s">
<div class="img-wrap">
<div class="per-wrap">
<img src="images/nss.jpg">
<div>
<h3 class="blue-text ach-name">NSS Cell</h3>
<p class="ach-pos">Work towards better society</p>
</div>
</div>
</div>
</div>
</div>
<div class="row" style="padding-top: 20px;">
<div class="col-lg-3 col-md-6 wow fadeInUp" data-wow-delay="0.1s">
<div class="img-wrap">
<div class="per-wrap">
<img src="images/isr.jpg">
<div>
<h3 class="blue-text ach-name">ISR Cell</h3>
<p class="ach-pos">Institution as a social paradise</p>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 wow fadeInUp" data-wow-delay="0.1s">
<div class="img-wrap">
<div class="per-wrap">
<img src="images/higher.jpg">
<div>
<h3 class="blue-text ach-name">Higher Studies Cell</h3>
<p class="ach-pos">Learning never stops</p>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 wow fadeInUp" data-wow-delay="0.1s">
<div class="img-wrap">
<div class="per-wrap">
<img src="images/sports.jpg">
<div>
<h3 class="blue-text ach-name">Sports Cell</h3>
<p class="ach-pos">Enjoy a good game</p>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 wow fadeInUp" data-wow-delay="0.1s">
<div class="img-wrap">
<div class="per-wrap">
<img src="images/grievance.jpg">
<div>
<h3 class="blue-text ach-name">Grievance Cell</h3>
<p class="ach-pos">Sharing is caring</p>
</div>
</div>
</div>
</div>
</div>
<div class="row" style="padding-top: 20px;">
<div class="col-lg-3 col-md-6">
</div>
<div class="col-lg-3 col-md-6 wow fadeInUp" data-wow-delay="0.1s">
<div class="img-wrap">
<div class="per-wrap">
<img src="images/photography.jpg">
<div>
<h3 class="blue-text ach-name">Photography Cell</h3>
<p class="ach-pos">Change your lens, Change you story</p>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 wow fadeInUp" data-wow-delay="0.1s">
<div class="img-wrap">
<div class="per-wrap">
<img src="images/CCC.jpg">
<div>
<h3 class="blue-text ach-name">Competitive Coding Cell</h3>
<p class="ach-pos">Coding is Essential</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div><!-- #About Cells -->
<!--==========================
Contact Section
============================-->
<!-- <section id="contact" class="section-bg wow fadeInUp">
<div class="container">
<div class="section-header">
<h3>Contact Us</h3>
<p>We would be happy to entertain any queries and suggestions from you! <br>Get in touch with us </p>
</div>
<div class="row contact-info">
<div class="col-md-4">
<div class="contact-address">
<i class="ion-ios-location-outline"></i>
<h3>Address</h3>
<address>
Pimpri Chinchwad College of Engineering.
Near Akurdi Railway Station Rd, Sector No. 26, Pradhikaran,
Nigdi, Pimpri-Chinchwad, Maharashtra 411044</address>
</div>
</div>
<div class="col-md-4">
<div class="contact-phone">
<i class="ion-ios-telephone-outline"></i>
<h3>Phone Number</h3>
<p><a href="tel:+91-94925 22474">+91-94925 22474</a></p>
</div>
</div>
<div class="col-md-4">
<div class="contact-email">
<i class="ion-ios-email-outline"></i>
<h3>Email</h3>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
</div>
<div class="form">
<form method="POST" action="contact/contact.php" role="form" class="contactForm">
<div class="form-row">
<div class="form-group col-md-6">
<input type="text" minlength="4" required="required" name="name" class="form-control" id="name" placeholder="Your Name" data-rule="minlen:4" data-msg="Please enter at least 4 chars" />
<div class="validation"></div>
</div>
<div class="form-group col-md-6">
<input type="email" required="required" class="form-control" name="email" id="email" placeholder="Your Email" data-rule="email" data-msg="Please enter a valid email" />
<div class="validation"></div>
</div>
</div>
<div class="form-group">
<input type="text" minlength="8" required="required" class="form-control" name="subject" id="subject" placeholder="Subject" data-rule="minlen:4" data-msg="Please enter at least 8 chars of subject" />
<div class="validation"></div>
</div>
<div class="form-group">
<textarea class="form-control" minlength="5" required="required" name="message" rows="5" data-rule="required" data-msg="Please write something for us" placeholder="Message"></textarea>
<div class="validation"></div>
</div>
<div class="text-center"><button type="submit" name="submit">Send Message</button></div>
</form>
</div>
</div>
</section>#contact -->
<!--==========================
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 eighth 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 ©2020 All rights reserved</p>
</div>
</footer><!-- #footer -->
<a href="#" class="back-to-top"><i class="fa fa-chevron-up"></i></a>
<div id="preloader"></div>
<!-- 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>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/counterup/counterup.min.js"></script>
<script src="lib/touchSwipe/jquery.touchSwipe.min.js"></script>
<!-- Main Javascript File -->
<script src="js/main.js"></script>
<!--<script src="contact/contactform.js"></script>-->
</body>
</html>