forked from pccoeacm/pccoeacm-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutacm.html
401 lines (373 loc) · 15.7 KB
/
aboutacm.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>PCCOE ACM Student Chapter - About 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" />
<!-- 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="#">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>
<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 -->
<!--==========================
About ACM Section
============================-->
<section id="about" style="padding-top: 100px">
<div class="container" style="padding-bottom: 40px">
<div class="section-header wow fadeInUp">
<h3>About ACM Organization</h3>
<p>
The Association for Computing Machinery (ACM) is an international
learned society for computing. It was founded in 1947, and is the
world's largest scientific and educational computing society.The ACM
is a non-profit professional membership group.ACM brings together
computing educators, researchers, and professionals to inspire
dialogue, share resources, and address the field's challenges. As
the world’s largest computing society, ACM strengthens the
profession's collective voice through strong leadership, promotion
of the highest standards, and recognition of technical excellence.
ACM supports the professional growth of its members by providing
opportunities for life‐long learning, career development, and
professional networking.
</p>
</div>
</div>
<div class="container" style="padding-bottom: 60px">
<div class="section-header wow fadeInUp" data-wow-delay="0.1s">
<h3>ACM Membership Benefits</h3>
<p>
There are many reasons to join ACM. When you become a member, you
become a part of the dynamic changes that are transforming our
world, by helping to shape the future of computing. ACM provides the
tools and resources to help get you there, by advancing your career
and enriching your knowledge with life-long learning resources. ACM
Professional and Student members enjoy these benefits:
</p>
<div style="padding: 0 20px 10px 40px; color: #333">
<b>
<i class="fa fa-arrow-right" style="font-size: 15px"></i> A vast
network of nearly 100,000 highly dedicated student and
professional peers<br />
<i class="fa fa-arrow-right" style="font-size: 15px"></i> ACM's
Career & Job Center, where you will find targeted job
opportunities and more<br />
<i class="fa fa-arrow-right" style="font-size: 15px"></i> The
opportunity to join one or more of ACM's Special Interest Groups
in 37 specialty areas of IT<br />
<i class="fa fa-arrow-right" style="font-size: 15px"></i> Become a
member of computing community through one of hundreds of
Professional and Student Chapters worldwide<br />
<i class="fa fa-arrow-right" style="font-size: 15px"></i> Unique
volunteering opportunities to gain hands-on experience and
knowledge of the marketplace<br />
<br />
<div class="runnerups color-g">
<a
href="https://www.acm.org/membership/membership-benefits"
style="color: #fff"
>Learn more</a
>
</div>
</b>
</div>
</div>
</div>
<div class="container" style="padding-bottom: 60px">
<div class="section-header wow fadeInUp">
<h3>ACM Special Interest Groups</h3>
<p>
ACM’s Special Interest Groups (SIGs) represent the major areas of
the dynamic computing field. A primary source of original research
and personal perspectives from the world's leading thinkers in
computing and information technology, they foster technical
communities within their respective specialties across countries and
continents. ACM’s SIGs are invested in advancing the skills of their
members, keeping them abreast of emerging trends. They offer
opportunities for networking with colleagues, staying connected to
peers and negotiating the strategic challenges of the digital age.
</p>
<div class="runnerups color-g">
<a
href="https://www.acm.org/special-interest-groups/sigs-by-knowledge-area"
style="color: #fff"
>Learn more</a
>
</div>
</div>
</div>
<div class="container">
<div class="section-header wow fadeInUp" data-wow-delay="0.1s">
<h3>ACM India Council</h3>
<p>
The ACM India Council is an effort of ACM, the world's largest
educational and scientific computing society, aimed at increasing
the level and visibility of ACM activities across India. The ACM
India Council activities, involving both academia and industry in
computing, include research, organization of high-quality computing
conferences, advancing Computer Science education, and awards to
recognize achievement.
</p>
<div style="padding: 0 20px 10px 40px; color: #333">
<b>
<i class="fa fa-arrow-right" style="font-size: 15px"></i> Serving
as a professional network for everyone involved with the
technology of computing<br />
<i class="fa fa-arrow-right" style="font-size: 15px"></i>
Encouraging students to take an active interest in the emerging
and exciting world of computing<br />
<i class="fa fa-arrow-right" style="font-size: 15px"></i>
Facilitating the organization of high-quality ACM conferences in
India<br />
<i class="fa fa-arrow-right" style="font-size: 15px"></i>
Providing logistical support to grow more ACM professional and
student chapters<br />
<i class="fa fa-arrow-right" style="font-size: 15px"></i>
Enhancing access to the ACM Digital Library and publications for
ACM members in India<br />
<i class="fa fa-arrow-right" style="font-size: 15px"></i>
Increasing the participation of ACM members in India across all
dimensions of ACM<br />
<br />
<div class="runnerups color-g">
<a
href="https://india.acm.org/about-acm-india"
style="color: #fff"
>Learn more</a
>
</div>
</b>
</div>
</div>
</div>
</section>
<!-- #about -->
<section id="facts" class="wow fadeIn">
<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">121</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 -->
<!--==========================
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>
<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>
<!-- Template Main Javascript File -->
<script src="js/main.js"></script>
</body>
</html>