-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
615 lines (549 loc) · 34.4 KB
/
about.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
<!doctype html>
<html lang="en">
<!-- Mirrored from upesacm.org/about.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 17 Jun 2020 13:28:31 GMT -->
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>UPES ACM-W Student Chapter</title>
<link rel="icon" href="img/logoacm.png">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- animate CSS -->
<link rel="stylesheet" href="css/animate.css">
<!-- owl carousel CSS -->
<link rel="stylesheet" href="css/owl.carousel.min.css">
<!-- themify CSS -->
<link rel="stylesheet" href="css/themify-icons.css">
<!-- flaticon CSS -->
<link rel="stylesheet" href="css/flaticon.css">
<!-- font awesome CSS -->
<link rel="stylesheet" href="css/magnific-popup.css">
<!-- swiper CSS -->
<link rel="stylesheet" href="css/slick.css">
<link rel="stylesheet" href="css/all.css">
<!-- style CSS -->
<link rel="stylesheet" href="css/style.css">
</head>
<style>
.navbar-light .navbar-nav .active>.nav-link {
text-shadow: 2px 2px 2px #808080ba;
}
.bold {
font-weight: bold;
}
</style>
<body>
<!--::header part start::-->
<header class="main_menu home_menu" style="background-color: #d9c5f3">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-12">
<nav class="navbar navbar-expand-lg navbar-light">
<a class="navbar-brand" href="index-2.html"> <img style="width:150px;display:block;" src="img/ACM.png" alt="logo"> </a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse main-menu-item justify-content-end" id="navbarSupportedContent">
<ul class="navbar-nav">
<li class="nav-item active ">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item active current">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item active ">
<a class="nav-link" href="gallery.html">Gallery</a>
</li>
<!-- <li class="nav-item active ">
<a class="nav-link" target="_blank" href="csr/index.html">CSR</a>
</li>
<li class="nav-item active ">
<a class="nav-link" href="team.html">Event</a>
</li> -->
<li class="nav-item active ">
<a class="nav-link" target="_blank" href="https://konfhub.com/checkout/upesacm-acmw-registration?ticketId=8618">Membership</a>
</li>
<li class="nav-item active ">
<a class="nav-link" href="team.html">Team</a>
</li>
<li class="nav-item active ">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
</div>
</header>
<!-- Header part end-->
<!-- breadcrumb start-->
<section class="breadcrumb breadcrumb_bg2">
<div class="container" >
<div class="row ">
<div class="col-lg-12 ">
<div class="breadcrumb_iner text-center ">
<div class="breadcrumb_iner_item ">
<h2>About Us</h2>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- breadcrumb start-->
<!-- about part start-->
<section class="about_part " style="margin-top:-100px; ">
<div class="container-fluid " style="padding-top: 100px;">
<div class="row align-items-center ">
<div class="col-lg-5 ">
<div class="about_img ">
<img src="img/group.jpg" class="img-responsive img_1 " alt="ACM_TEAM ">
<h2>The Largest Computing<br>
Society, now at UPES</h2>
</div>
</div>
<div class="offset-lg-1 col-lg-4 ">
<div class="about_text ">
<h3 style="color:#795CC1">About</h3>
<h2>WE ARE UPES ACM-W STUDENT CHAPTER</h2>
<h4 align="justify">UPES ACM-W is an associated student chapter established 5 years after UPES ACM, with the prime
objective of empowering women in technology while promoting practical technological knowledge in
young university students. We work round-the-clock to hone the adroit programmer in our girl
members through many events, workshops, fests, contests, and talks all year long. Our student body is
headed by confident and proficient members who work seamlessly for this cause.</h4>
<p align="justify "> The UPES ACM-W Student Chapters excel in delivering educational sessions and
organising engaging workshops, seminars, entertaining events, and coding competitions. Our
perseverance has led to remarkable growth, overcoming challenges along the way. </p>
</div>
</div>
</div>
</div>
<div class="hero-app-7 custom-animation "><img src="img/animate_icon/icon_7.png" alt=" "></div>
<div class="hero-app-8 custom-animation2 "><img src="img/animate_icon/icon_4.png" alt=" "></div>
<div class="hero-app-6 custom-animation3 "><img src="img/animate_icon/icon_5.png" alt=" "></div>
</section>
<!-- about part start-->
<section class="cta_part">
<div class="container" style="margin-top:-50px;">
<div class="row align-items-center">
<div class="col-lg-12">
<div class="cta_part_iner">
<div class="cta_part_text">
<h1>Our Committees</h1>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="service_part section_bg_2 section_padding">
<div class="container">
<div class="row">
<div class="col-lg-3 col-sm-6">
<div class="single_service_part">
<div class="single_service_part_iner">
<span><img src="img/technicalteam.png" height="45px" width="50px"></span>
<h3>Technical</h3>
<p>The Chapter's backbone, the Technical Team not only designs the websites and apps for the Chapter, but also propogates the culture of coding across entire UPES and works on projects that help students learn.
</p>
</div>
</div>
</div><div class="col-lg-3 col-sm-6">
<div class="single_service_part">
<div class="single_service_part_iner">
<span><img src="img/eventsandworkshop.png" height="50px" width="50px"></span>
<h3>Events</h3>
<p>The brain of the chapter, this vivacious team is tasked with organizing a variety of events, whether they are technical or fun-filled. Through creative concepts and flawless event execution, the Events team makes sure that attendees enjoy every minute from conception to conclusion.
</p>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="single_service_part">
<div class="single_service_part_iner">
<span><img src="img/prmembershipandsponsorhip.png" height="50px" width="50px"></span>
<h3>Public Relations, and Sponsorship</h3>
<p>This committee is the face of the chapter. The PR and Sponsorship team puts in immeasurable efforts to secure sponsorships for the events, responds to inquiries, and tries to increase the chapter’s.
</p>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="single_service_part">
<div class="single_service_part_iner">
<span><img src="img/Editorial.png" height="45px" width="50px"></span>
<h3>Editorial</h3>
<p>In addition to being the brainchild behind the Chapter's formal communications and blogs, the Editorial Team is also responsible for documenting the Chapter's daily proceedings.</p>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-3 col-sm-6">
<div class="single_service_part">
<div class="single_service_part_iner">
<span><img src="img/web-design.png" height="40px" width="40px"></span>
<h3>Design & VFX</h3>
<p>This distinguished committee is the creative house of the chapters. The Design and VFX team always leads from the forefront by fabricating breathtaking videos and developing visually appealing graphic material such as images and animations.</p>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="single_service_part">
<div class="single_service_part_iner">
<span><img src="img/CSR31.png" height="50px" width="50px"></span>
<h3>Corporate Social Responsibility</h3>
<p>Being the reflection of the chapter’s ethics and deeds, the CSR committee curates activities that help contribute to the upliftment of society. It promotes education, and vocational skills among young children. </p>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="single_service_part">
<div class="single_service_part_iner">
<span><img src="img/social-media.png" height="45px" width="40px"></span>
<h3>Social Media</h3>
<p>The Social Media Committee is responsible for innovatively using social media platforms as a means to connect and engage members, grow the membership base, and come up with strategies to increase the chapters’ social media presence.</p>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="single_service_part">
<div class="single_service_part_iner">
<span><img src="img/cargo (1).png" height="40px" width="45px"></span>
<h3>Logistics</h3>
<p>The Logistics committee works behind the scenes to ensure the smooth functioning of every event or activity of the chapters. This team provides back-end support to every other committee by managing all the arrangements flawlessly.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- team_member part end-->
<br>
<section class="our_latest_work section_padding ">
<div class="container-fluid ">
<div class="row ">
<div class="col-lg-12 ">
<div class="single_work ">
<div class="row align-items-center ">
<div class="offset-lg-1 col-lg-4 col-md-6 ">
<div class="single_work_demo ">
<h2 style="color:#795CC1 ">Achievements</h2>
<ul>
<li style="margin-top: 20px;">
<h4 class="bold">Outstanding Chapter Award - 2023</h4>
- Awarded by ACM India<br>
</li><br>
<li>
<h4>Best Student Chapter Award for Outstanding Community Service - 2021</h4>
- Awarded by ACM India<br>
</li><br>
<li>
<h4>Student Chapter Excellence Award Winners for Outstanding Chapter Activities - 2020</h4>
<p> - Awarded by ACM International</p>
</li><br>
<li>
<h4>Best Student Chapter Award (Runner Up) - 2016</h4>
<p> - Awarded by ACM India</p>
</li><br>
</ul>
</div>
</div>
<div class="offset-lg-1 col-lg-6 col-md-6 ">
<div class="demo_img ">
<img src="img/animate_icon/achievments.gif" class="img-responsive " alt="demo ">
</div>
</div>
</div>
</div>
<div class="single_work ">
<div class="row align-items-center ">
<div class="col-lg-6 col-md-6 ">
<div class="demo_img ">
<img src="img/CSR%20Collage.jpg" class="img-responsive " alt="demo ">
</div>
</div>
<div class="col-lg-4 col-md-6 ">
<div class="single_work_demo ">
<h2 style="color:#795CC1 ">Corporate Social Responsibility</h2>
<h3 align="justify ">“The price of greatness is responsibility.” <br> ― Winston Churchill</h3>
<p align="justify ">CSR, is the integration of socially beneficial programs and practices with the culture of an organisation. UPES ACM & ACM-W Student Chapters believe that it is important to give back to the community and make a positive impact on the world. Some of the CSR initiatives that the chapters have undertaken include, our Plantation Drive in 2021, volunteering at a local school, in December 2022 and a small cleanliness drive near our college in January 2023. We have also been awarded for our CSR Activities by ACM International.
We are committed to continuing to undertake CSR initiatives that make a positive impact on the world. We believe that it is important to use our skills and knowledge to help others and make the world a better place.
</p>
</div>
</div>
</div>
</div>
<div class="single_work ">
<div class="row align-items-center ">
<div class="offset-lg-1 col-lg-4 col-md-6 ">
<div class="single_work_demo ">
<h2 style="color:#795CC1 ">Code Anytime</h2>
<h3>“Programming is the art of algorithm design and the craft of debugging errant code” <br> ― Ellen Ullman</h3>
<p align="justify ">Code Anytime, organised by UPES ACM & ACM-W Student Chapters, is a transformative endeavour aimed at fostering a coding culture within our college community through the guidance and mentorship of experienced seniors. Spanning a duration of two months, this initiative brought together participants to collectively engage in coding activities. Whenever participants encountered challenges or obstacles, they sought assistance from the event organisers, who provided comprehensive mentoring and
imparted valuable knowledge on efficient coding practices.</p>
</div>
</div>
<div class="offset-lg-1 col-lg-6 col-md-6 ">
<div class="demo_img ">
<img src="img/meet.jpg" class="img-responsive " alt="demo ">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<br>
<!-- happy_client counter start -->
<!-- <section class="happy_client ">
<div class="container ">
<div class="row ">
<div class="col-lg-3 col-sm-6 ">
<div class="single_happy_client ">
<img src="img/icon/balloons.svg" alt="cap ">
<span class="counter ">2010</span>
<h4>YEAR<br>OF ESTB.</h4>
</div>
</div>
<div class="col-lg-3 col-sm-6 ">
<div class="single_happy_client ">
<img src="img/icon/award.svg" alt="cap ">
<span class="counter ">4</span>
<h4 style="margin-left: -20px ">AWARDS<br>WON</h4>
</div>
</div>
<div class="col-lg-3 col-sm-6 ">
<div class="single_happy_client ">
<img src="img/icon/team.svg" alt="cap ">
<span class="counter ">400</span>
<h4>HAPPY<br>MEMBERS</h4>
</div>
</div>
<div class="col-lg-3 col-sm-6 ">
<div class="single_happy_client ">
<img src="img/icon/tea.svg" alt="cap ">
<span class="counter ">900</span>
<h4>CUPS<br>OF COFFEE</h4>
</div>
</div>
</div>
</div>
</section> -->
<!-- happy_client counter end -->
<!--::review_part start::-->
<!-- <section class="review_part padding_top">
<div class="container-fluid" style="margin-top:-50px;">
<div class="row justify-content-center">
<div class="col-lg-5">
<div class="section_tittle text-center">
<h1>See what our Executives have to say</h1>
</div>
</div>
</div>
<div class="row align-items-center">
<div class="col-lg-5">
<div class="intro_video_bg">
<div class="intro_video_iner text-center">
<div class="intro_video_icon">
<a id="play-video_1" class="video-play-button popup-youtube" href="https://www.youtube.com/watch?v=OPvXqJPLwF8">
<span class="ti-control-play"></span>
</a>
</div>
<p>We are ACM</p>
</div>
</div>
</div>
<div class="col-md-8 col-lg-5">
<div class="review_text_item">
<div class="row">
<div class="col-lg-7 col-sm-8">
<div class="owl-carousel owl-theme" id="sync2">
<div class="owl-thumb-item">
<div class="slider-thumbnails">
<img src="img/comment/pankajbadonisir.png" alt="slideimg" class="image">
</div>
</div>
<div class="owl-thumb-item">
<div class="slider-thumbnails">
<img src="img/comment/sugandh.png" alt="slideimg" class="image">
</div>
</div>
<div class="owl-thumb-item">
<div class="slider-thumbnails">
<img src="img/comment/Arshiya.png" alt="slideimg" class="image">
</div>
</div>
<div class="owl-thumb-item">
<div class="slider-thumbnails">
<img src="img/comment/Mitali.png" alt="slideimg" class="image">
</div>
</div>
<div class="owl-thumb-item">
<div class="slider-thumbnails">
<img src="img/comment/Vidul.png" alt="slideimg" class="image">
</div>
</div>
<div class="owl-thumb-item">
<div class="slider-thumbnails">
<img src="img/comment/Vedant.png" alt="slideimg" class="image">
</div>
</div>
</div>
</div>
<div class="col-lg-12">
<div class="slider owl-carousel owl-theme" id="sync1">
<div class="client_review_text">
<p align="justify">It has been 6 years since I joined UPES ACM, and these past few years have been exciting and extremely successful for us. We have won several national and international awards for our hard work. Our annual event,
Prodigy, has been a massive success for the past five years and I'm proud to say that UPES ACM hasn't ever hesitated from helping whenever possible, which can be seen in our outstanding CSR events and the collaborations
we have. Being a part of ACM ensures that everyone can showcase what they're good at and constantly evolve. We strive to create a better environment for our members with every action of ours.</p>
<h4> Pankaj Badoni</h4>
<h5>Faculty Sponsor, UPES ACM</h5>
<div align="right" class="client_info">
</div>
</div>
<div class="client_review_text">
<p align="justify">UPES ACM is a family that brings together the best of teamwork, dedication, and the idea of growing together, helping an individual to contribute to society. These small steps have lead to fulfilling the motto of
"A Journey Set To Make Histories" and will be a critical pillar to the technical fraternity for years to come. </p>
<h4>Sugandh Agarwal</h4>
<h5>Chairperson, UPES ACM</h5>
<div align="right" class="client_info">
</div>
</div>
<div class="client_review_text">
<p align="justify">ACM for me is not just a student chapter, it’s family. A family where I’ve found friends, mentors and made a million memories. From seniors who’ve pushed me to do better on every step, academically as well as personally
to friends who’ve supported me through the ups and downs. ACM has not only helped me polish my technical skills but also shaped my personality and also provided me with opportunities of a lifetime.</p>
<h4>Arshiya Ahuja</h4>
<h5>Vice Chairperson, UPES ACM</h5>
<div align="right" class="client_info">
</div>
</div>
<div class="client_review_text">
<p align="justify">UPES ACM isn't only a student chapter ,but a family to me. I'm thankful to have been part of the chapter and I can feel the difference in me. I'm sure it will benefit everyone out there as much as possible and you
will gain from everyone on this gathering. You'll not get the same improving background and the superb open doors anywhere else.
<h4>Mitali Diwan</h4>
<h5>Secretary, UPES ACM</h5>
<div align="right" class="client_info">
</div>
</div>
<div class="client_review_text">
<p align="justify">UPES ACM defines my fervor, my enthusiasm and my inquisitiveness towards my college life. Over the years it has been like an important part and parcel of my life without which I wouldn't enjoy my college life. Here
you not only grow technically but also professionally, you get guidance and you mold yourself accordingly for a better cause. UPES ACM tends to bring the best within you which is why it is the best Student Chapter
in UPES. </p>
<h4>Vidul Dhaulta</h4>
<h5>Joint-Secretary, UPES ACM</h5>
<div class="client_info">
</div>
</div>
<div class="client_review_text">
<p align="justify">My life at ACM has been a great deal extraordinary from a contemplative person to becoming the treasurer. ACM has turned into a family helping us develop and adapt expertly for life ahead. Where taking responsibilities
and making events success makes us proud, ACM gatherings unwind and makes all good times.</p>
<h4>Vedant Daruka</h4>
<h5>Treasurer, UPES ACM</h5>
<div align="right" class="client_info">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section> -->
<!--::blog_part end::-->
<!-- maps part end-->
<!-- <section class="service_part " style="padding-top: 100px ">
<div class="cta_part_text ">
<h1 style="text-align: center;padding-bottom: 60px; font-weight: 700; font-size: 40px; ">Our Location</h1>
</div>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3440.710862751274!2d77.9646442148849!3d30.415944281748757!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3908d4890d7c1735%3A0x22d3ae324c238e3c!2sUniversity%20of%20Petroleum%20and%20Energy%20Studies%20-%20UPES!5e0!3m2!1sen!2sin!4v1584886323810!5m2!1sen!2sin"
width="100% " height="280 " frameborder="0 " style="border:0; " allowfullscreen=" " aria-hidden="false " tabindex="0 "></iframe>
</section> -->
<!-- maps part end-->
<!-- footer part start-->
<footer class="footer-area ">
<div class="container ">
<div class="row justify-content-between ">
<div class="col-sm-6 col-md-6 col-xl-3 ">
<div class="single-footer-widget footer_1 ">
<a href="# "> <img src="img/logoacm.png" style="height: 180px; width: 250px " alt="UPES-ACM "> </a>
</div>
</div>
<div class="col-sm-6 col-md-6 col-xl-4 ">
<div class="single-footer-widget footer_2 ">
<p style="color:aliceblue "><h4 style="color:aliceblue ">Visit Us</h4><p style="color:aliceblue ">UPES Energy Acres,<br>
Bidholi,<br>Dehradun-248007, Uttarakhand, India</p> </p>
<div class="social_icon ">
<a href="# "> <i class="ti-facebook "></i> </a>
<a href="# "> <i class="ti-twitter-alt "></i> </a>
<a href="# "> <i class="ti-instagram "></i> </a>
<a href="https://www.youtube.com/channel/UCaUFOX5cSycV23KhG_WEsag"> <!-- <img style="margin-top: -5px; width: 18px;opacity: 0.5 " src="img/youtube.png "></img> --><i class="fab fa-youtube "></i></a>
</div>
</div>
</div>
<div class="col-sm-12 col-md-8 col-xl-3 ">
<div class="single-footer-widget footer_3 ">
<h4>Instagram</h4>
<div class="footer_img ">
<div class="single_footer_img">
<img src="img/instagram/21doc.jpg" alt="">
<a href="https://www.instagram.com/p/Ct_bfN8PwNZ/?utm_source=ig_web_copy_link&igshid=MzRlODBiNWFlZA==" target="_blank"><i class="ti-instagram"></i></a>
</div>
<div class="single_footer_img">
<img src="img/instagram/exec.jpg" alt="">
<a href="https://www.instagram.com/p/CtyyCkdPLTy/?utm_source=ig_web_copy_link&igshid=MzRlODBiNWFlZA==" target="_blank"><i class="ti-instagram"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid ">
<div class="row ">
<div class="col-lg-12 ">
<div class="copyright_part_text text-center ">
<div class="row ">
<div class="col-lg-12 ">
<p class="footer-text m-0 ">
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | Designed and Developed by<a href="# "> UPES ACM Web Development Team</a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- footer part end-->
<!-- jquery plugins here-->
<!-- jquery -->
<script src="js/jquery-1.12.1.min.js"></script>
<!-- popper js -->
<script src="js/popper.min.js"></script>
<!-- bootstrap js -->
<script src="js/bootstrap.min.js"></script>
<!-- easing js -->
<script src="js/jquery.magnific-popup.js"></script>
<!-- swiper js -->
<script src="js/swiper.min.js"></script>
<!-- swiper js -->
<script src="js/masonry.pkgd.js"></script>
<!-- particles js -->
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.counterup.min.js"></script>
<script src="js/waypoints.min.js"></script>
<script src="js/owl.carousel2.thumbs.min.js"></script>
<!-- swiper js -->
<script src="js/slick.min.js"></script>
<!-- custom js -->
<script src="js/custom.js"></script>
</body>
<!-- Mirrored from upesacm.org/about.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 17 Jun 2020 13:28:31 GMT -->
</html>