-
Notifications
You must be signed in to change notification settings - Fork 24
/
ieee_pes.html
741 lines (639 loc) · 28.4 KB
/
ieee_pes.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
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
<!DOCTYPE html>
<html>
<head>
<title>IEEE PES GVP</title>
<link rel="shortcut icon" href="images/pes/pes-logo.png" sizes="32x32" type="image/x-icon">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=yes">
<script type="module" src="js/hf.js"></script>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"
integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<!-- animate.css -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css" />
<link rel="stylesheet" href="css/pes_styles.css">
<link rel="stylesheet" type="text/css"
href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- gallery -->
<link rel="stylesheet" type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.js"></script>
<!-- aos -->
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<!-- fonts -->
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400&display=swap" rel="stylesheet">
<!-- carousel -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css"
integrity="sha512-tS3S5qG0BlhnQROyJXvNjeEM4UpMXHrQfTGmbQ1gKmelCxlSEBUaxhRBj/EFTzpbP4RVSrpEikbmdJobCvhE3g=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.css"
integrity="sha512-OTcub78R3msOCtY3Tc6FzeDJ8N9qvQn1Ph49ou13xgA9VsH9+LRxoFU6EqLhW4+PKRfU+/HReXmSZXHEkpYoOA=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<a id="button">
<i class="fas fa-angle-up" style="color:#000;"></i>
</a>
<!-- navbar - ieee sb gvp -->
<nav class="container-fluid navbar navbar-expand-lg sb-navbar sticky-top">
<a class="navbar-brand" href="#"><img src="images/pes/pes_logo.png"></a>
<button class="navbar-toggler" type="button" data-trigger="#navbarNavDropdown">
<i class="fa fa-bars hamburger" aria-hidden="true"></i>
</button>
<div class="navbar-collapse justify-content-end" id="navbarNavDropdown">
<div class="offcanvas-header mt-3">
<button class="btn btn-outline-danger btn-close float-right"> × </button>
</div>
<my-header></my-header>
</div>
</nav>
<!-- navmenu -->
<header id="header1" class="d-flex header1 flex-column justify-content-center">
<nav id="navbar" class="navbar nav-menu">
<div id="tohide" class="tohide">
<ul>
<li><a href="#pes" class="nav-link scrollto active"><i class="fas fa-home"></i> <span>PES</span></a>
</li>
<li><a href="#about" class="nav-link scrollto"><i class="fas fa-address-card"></i></i>
<span>About</span></a></li>
<li><a href="#events" class="nav-link scrollto"><i class="far fa-calendar-alt"></i>
<span>Events</span></a></li>
<li><a href="#team" class="nav-link scrollto"><i class="fas fa-user-friends"></i>
<span>Teams</span></a></li>
<li><a href="#gallery" class="nav-link scrollto"><i class="far fa-images"></i>
<span>Gallery</span></a></li>
<li><a href="#contact-info" class="nav-link scrollto"><i class="far fa-address-book"></i>
<span>Contact</span></a></li>
</ul>
</div>
</nav><!-- .nav-menu -->
</header>
<!-- ieee pes banner -->
<header class="wie-banner" id="pes">
<div class="container h-100" id="top">
<div class="row h-100 align-items-center">
<div class="col-12 text-center">
<h1>Power And Energy</h1>
<br>
<br>
<br>
<br>
<br>
<div>
<a href="#about" style="scroll-behavior: smooth; ">
<div class="indicator" style="margin:auto;">
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</a>
</div>
</div>
</div>
</div>
</header>
<!-- about ieee content -->
<section class="about-ieee" id="about">
<div class="container container-fluid">
<div class="about-ieee-heading">
<div class="row">
<div class="col-sm-10 offset-sm-1">
<h1 class="text-center">About Us</h1>
<hr class="underline " style="width:8em; color:#000; ">
</div>
</div>
</div>
<div class="about-ieee-info">
<!-- data-aos="fade-in" data-aos-duration="3000" -->
<div class="container container-fluid">
<div class="row">
<div class="col-sm-10 offset-sm-1">
<div class="sub-section" data-aos="fade-up" data-aos-duration="1000">
<h2 class="text-left about_left"><b>IEEE PES </b><span class="spanhr"></span></h2>
<!-- <hr class="underline" align="left" style="width:6.5em"> -->
<p>The Power & Energy Society (PES) provides the world's largest forum for sharing
latest technological developments in the electric power industry, for developing
standards that guide the development and construction of equipment and systems, and
for educating members of the industry and the public.</p>
</div>
<div class="sub-section" data-aos="fade-up" data-aos-duration="1000">
<h2 class="text-right about_right"><b>Our Mission</b></h2>
<!-- <hr class="underline" align="right" style="width:10.5em"> -->
<p>The mission of PES is to be the leading provider of scientific and engineering
information on electric power and energy for the betterment of society, and
preferred professional development source of our members.</p>
</div>
<div class="sub-section" data-aos="fade-up" data-aos-duration="1000">
<h2 class="text-left about_left"><b>Who We Are?</b></h2>
<!-- <hr class="underline" align="left" style="width:12em"> -->
<p>We, the members of the Power & Energy Society are into the electric related fields
deriving substantial benefits from involvement with this unique and outstanding
association.</p>
</div>
<div class="sub-section" data-aos="fade-up" data-aos-duration="1000">
<!-- data-aos="slide-up" data-aos-duration="3000" -->
<div class="container">
<h2 class="text-center"><b>What We Do?</b></h2>
<hr class="underline" align="center" style="width:12em">
<ul style="padding-left: 10px;">
<li>
<p>Organise events (workshops and webinars) that enhance participants
knowledge on some of today's most exciting technologies.</p>
</li>
<li>
<p>Encourage and involve its members to develop solutions to problems that
affect our lives and lifestyles.</p>
</li>
<li>
<p>Recognize the significant contributions made by the members in the
electrical domains through awards and scholarships by IEEE PES.</p>
</li>
<li>
<p>Educating the members about the provision of range of Professional
Development services through IEEE PES programs.</p>
</li>
<li>
<p>Aid with the formation of new groups and support ongoing activities.</p>
</li>
<li>
<p>Provision of resources to help its members build a career in power and
energy engineering.</p>
</li>
</ul>
</div>
</div>
</div>
<div class="col-sm-10 offset-sm-1 p-3" align="center">
<!-- <a href="https://www.ieee-pes.org/" class="btn btn-lg rounded-0" role="button" aria-pressed="true">Know More</a> -->
<a href="https://www.ieee-pes.org/" target="_blank"><button type="button"
class="btn btn-outline-success style=" background-color: #5a9641;">Know
More</button></a>
</div>
</div>
</div>
</div>
</section>
<!-- events -->
<!-- <section id="events">
<h1>Latest Events</h1>
<hr class="underline" style="width:12em ; background-color: #5a9641; border: 1px solid #5a9641;">
<div class="owl-carousel owl-theme container">
<div class="feature_item text-center">
<img src="images/pes/e1.jpeg" style="width: 100%;" alt="">
<h3 class="feature_title">PES CHAPTER INAUGURATION</h3>
<p class="feature_text">Self-Reliant Indian Power Sector</p>
<a href="http://ieeesbgvpce.org/events/2021/4pes_inaugaration.html" target="_blank"><button type="button" class="btn btn-outline-success" >Know More</button></a>
</div>
<div class="feature_item text-center">
<img src="images/pes/e2.jpeg" style="width: 100%;" alt="">
<h3 class="feature_title">PES DAY 2021</h3>
<p class="feature_text">clean energy revolution is an inception to overcome the crisis.</p>
<a href="http://ieeesbgvpce.org/events/2021/6pesday.html" target="_blank"><button type="button" class="btn btn-outline-success" >Know More</button></a>
</div>
<div class="feature_item text-center">
<img src="images/pes/e4.jpeg" style="width:100%;" alt="">
<h3 class="feature_title">RENEWABLE ENERGY</h3>
<p class="feature_text">Role of Renewable Energy in the Global Energy Transformation</p>
<a href="http://ieeesbgvpce.org/events/2021/5pes_renewable.html" target="_blank"><button type="button" class="btn btn-outline-success" >Know More</button></a>
</div>
<div class="feature_item text-center">
<img src="images/pes/e5.jpeg" style="width: 100%;" alt="">
<h3 class="feature_title">PODCAST 1.0</h3>
<p class="feature_text">Spill Your Thoughts</p>
<a href="http://ieeesbgvpce.org/events/2021/10_podcast.html" target="_blank"><button type="button" class="btn btn-outline-success" >Know More</button></a>
</div>
</div>
</section> -->
<section id="events">
<h1>Latest Events</h1>
<hr class="underline" style="width:12em ; background-color: #5a9641; border: 1px solid #5a9641;">
<div class="owl-carousel owl-theme container">
<div class="feature_item text-center">
<img src="events/images/2023/65_debate_royale.jpg" style="width: 100%;" alt="">
<h3 class="feature_title">Competition</h3>
<p class="feature_text">Debate </p>
<a href="events/2023/65_debate_royale.html" target="_blank"><button type="button"
class="btn btn-outline-success">Know More</button></a>
</div>
<div class="feature_item text-center">
<img src="events/images/2023/60_gadget_geeks.jpeg" style="width: 100%;" alt="">
<h3 class="feature_title">Competition</h3>
<p class="feature_text">Quiz contest </p>
<a href="events/2023/60_gadget_geeks.html" target="_blank"><button type="button"
class="btn btn-outline-success">Know More</button></a>
</div>
<div class="feature_item text-center">
<img src="events/images/2022/58_resume_writing.jpeg" style="width: 100%;" alt="">
<h3 class="feature_title">WORKSHOP</h3>
<p class="feature_text">Resume Writing </p>
<a href="events/2022/58_pes_resume_writing.html" target="_blank"><button type="button"
class="btn btn-outline-success">Know More</button></a>
</div>
<div class="feature_item text-center">
<img src="events/images/2022/39_publication.jpeg" style="width: 100%;" alt="">
<h3 class="feature_title">WORKSHOP</h3>
<p class="feature_text">Innovation to Publication </p>
<a href="events/2022/39_publication.html" target="_blank"><button type="button"
class="btn btn-outline-success">Know More</button></a>
</div>
<div class="feature_item text-center">
<img src="events/images/2022/33_pes_webinar.jpeg" style="width: 100%;" alt="">
<h3 class="feature_title">WEBINAR</h3>
<p class="feature_text">Electric Vehicle Charging Infrastructure </p>
<a href="events/2022/33_pes_webinar.html" target="_blank"><button type="button"
class="btn btn-outline-success">Know More</button></a>
</div>
<div class="feature_item text-center">
<img src="events/images/2021/31_let's_talk_sunday.jpeg" style="width: 100%;" alt="">
<h3 class="feature_title">WEBINAR</h3>
<p class="feature_text">Lets talk sunday </p>
<a href="events/2021/31_let's_talk_sunday.html" target="_blank"><button type="button"
class="btn btn-outline-success">Know More</button></a>
</div>
<div class="feature_item text-center">
<img src="events/images/2021/18_pes_webinar.jpeg" style="width: 100%;" alt="">
<h3 class="feature_title">WEBINAR</h3>
<p class="feature_text">MOTOR SELECTION AND IT'S CONTROL FOR ELECTRIC VEHICLES </p>
<a href="events/2021/18_pes_webinar.html" target="_blank"><button type="button"
class="btn btn-outline-success">Know More</button></a>
</div>
<div class="feature_item text-center">
<img src="images/pes/pes_events/17_pes_chase_the_answer.jpeg" style="width: 100%;" alt="">
<h3 class="feature_title">CHASE THE ANSWER</h3>
<p class="feature_text">the virtual treasure hunt</p>
<a href="events/2021/17_pes_chase_the_answer.html" target="_blank"><button type="button"
class="btn btn-outline-success">Know More</button></a>
</div>
<div class="feature_item text-center">
<img src="images/pes/pes_events/14_pes_webinar.jpeg" style="width: 100%;" alt="">
<h3 class="feature_title">WEBINAR</h3>
<p class="feature_text">System modeling and Observer design </p>
<a href="http://ieeesbgvpce.org/events/2021/14_pes_webinar.html" target="_blank"><button type="button"
class="btn btn-outline-success">Know More</button></a>
</div>
<div class="feature_item text-center">
<img src="images/pes/pes_events/10_podcast.jpg" style="width: 100%;" alt="">
<h3 class="feature_title">PODCAST 1.0</h3>
<p class="feature_text">Spill Your Thoughts</p>
<a href="http://ieeesbgvpce.org/events/2021/10_podcast.html" target="_blank"><button type="button"
class="btn btn-outline-success">Know More</button></a>
</div>
<div class="feature_item text-center">
<img src="images/pes/pes_events/6_pesday.jpg" style="width: 100%;" alt="">
<h3 class="feature_title">PES DAY 2021</h3>
<p class="feature_text">clean energy revolution is an inception to overcome the crisis.</p>
<a href="http://ieeesbgvpce.org/events/2021/6pesday.html" target="_blank"><button type="button"
class="btn btn-outline-success">Know More</button></a>
</div>
<!-- <div class="feature_item text-center">
<img src="images/pes/pes_events/5pes_renewable2.jpg" style="width:100%;" alt="">
<h3 class="feature_title">RENEWABLE ENERGY</h3>
<p class="feature_text">Role of Renewable Energy in the Global Energy Transformation</p>
<a href="http://ieeesbgvpce.org/events/2021/5pes_renewable.html" target="_blank"><button type="button" class="btn btn-outline-success" >Know More</button></a>
</div>
<div class="feature_item text-center">
<img src="images/pes/pes_events/4pes_inauguration.jpeg" style="width: 100%;" alt="">
<h3 class="feature_title">PES CHAPTER INAUGURATION</h3>
<p class="feature_text">Self-Reliant Indian Power Sector</p>
<a href="http://ieeesbgvpce.org/events/2021/4pes_inaugaration.html" target="_blank"><button type="button" class="btn btn-outline-success" >Know More</button></a>
</div> -->
</div>
<div style="margin: 50px auto; display: flex; justify-content: center;"><a href="pes_events.html"><button
type="button" class="btn btn-outline-success">More events</button></a></div>
</section>
<!-- teams -->
<section class="team" id="team" data-aos="fade-up">
<div class="container container-fluid">
<div class="team-heading">
<div class="row ">
<div class="col-sm-10 offset-sm-1 text-center" data-aos="flip-up" style="margin: 75px auto;">
<h1>Meet Our Team</h1>
<hr class="underline "
style="width:12em ; background-color: #5a9641; border: 1px solid #5a9641;">
<!-- <hr class="underline" align="center" style="width:8.5em"> -->
</div>
</div>
</div>
<div class="team-info">
<div class="row d-flex relative justify-content-center">
<div class="col-md-6 col-lg-3 mb-4 h-100 mainteam" data-aos="flip-left">
<div class="box teaam">
<img src="images/team/coreteam-2023/pes_chair.jpg" class="img-fluid teammain">
<div class="box-content">
</div>
<ul class="icon">
<li><a href="https://www.linkedin.com/in/puli-rohit-reddy-2a9678223"><i
class="fa fa-linkedin"></i></a></li>
<li><a href="https://instagram.com/rohitreddy_47?igshid=NTc4MTIwNjQ2YQ=="><i
class="fa fa-instagram"></i></a></li>
<li class="instagram"><a href="mailto:rohitreddypuli@gmail.com subject = "
target="__blank" class="contactlink"><i class="fa far fa-envelope"></i></a></li>
</ul>
</div>
<div class="img-text">
<h4>Rohit Reddy</h4>
<h5>Chairperson</h5>
</div>
</div>
<div class="col-md-6 col-lg-3 mb-4 h-100 mainteam" data-aos="flip-left">
<div class="box teaam">
<img src="images/team/coreteam-2023/pes_vc.jpg" class="img-fluid teammain">
<div class="box-content">
</div>
<ul class="icon">
<li><a href="https://www.linkedin.com/in/simhambhatla-kameshwarrao-60553b18b"><i
class="fa fa-linkedin"></i></a></li>
<li class="instagram"><a href="mailto:simhambhatlakameshwarrao@gmail.com subject = "
target="__blank" class="contactlink"><i class="fa far fa-envelope"></i></a></li>
</ul>
</div>
<div class="img-text">
<h4>S Kameswara Rao</h4>
<h5>Vice Chairperson</h5>
</div>
</div>
<div class="col-md-6 col-lg-3 mb-4 h-100 mainteam" data-aos="flip-right">
<div class="box teaam">
<img src="images/team/coreteam-2023/pes_secretary.jpg" class="img-fluid teammain">
<div class="box-content">
</div>
<ul class="icon">
<li><a href="https://www.linkedin.com/in/mandala-tanusree-45124a227/"><i
class="fa fa-linkedin"></i></a></li>
<li><a href="https://www.instagram.com/tanusree_5/?next=%2F"><i
class="fa fa-instagram"></i></a></li>
<li class="instagram"><a href="mailto:tanusreemandala@gmail.com subject = "
target="__blank" class="contactlink"><i class="fa far fa-envelope"></i></a></li>
</ul>
</div>
<div class="img-text">
<h4>Mandala Tanusree</h4>
<h5>Secretary</h5>
</div>
</div>
<div class="col-md-6 col-lg-3 mb-4 h-100 mainteam" data-aos="flip-right">
<div class="box teaam">
<img src="images/team/coreteam-2023/pes_mem_coord.png" class="img-fluid teammain">
<div class="box-content">
</div>
<ul class="icon">
<li><a href="https://www.linkedin.com/in/harshini-thamiri-438566251"><i
class="fa fa-linkedin"></i></a></li>
<li><a href="https://www.instagram.com/harshu_252003/"><i
class="fa fa-instagram"></i></a></li>
<li class="instagram"><a href="mailto:thamiriharshini02@gmail.com subject = "
target="__blank" class="contactlink"><i class="fa far fa-envelope"></i></a></li>
</ul>
</div>
<div class="img-text">
<h4>T Harshini</h4>
<h5>Membership Coordinator</h5>
</div>
</div>
</div>
</div>
</div>
<div style="margin: 50px auto; display: flex; justify-content: center;"><a href="pes_teams.html"><button
type="button" class="btn btn-outline-success">View More</button></a></div>
</section>
<!-- gallery -->
<section class="gallery111" id="gallery" data-aos="fade-up" data-aos-duration="1000">
<!-- data-aos="zoom-out" data-aos-duration="2000" -->
<div class="gg">
<div class="galleryheader">
<h1>Gallery</h1>
<hr class="underline " style="width:6em ; background-color: #5a9641; border: 1px solid #5a9641; ">
</div>
<div class="container-fluid">
<div class="row mt-4 dflex justify-content-between">
<div class="item col-sm-6 col-md-4 col-mb-3 col-lg-4">
<a href="images/pes/gallery/1.jpg" class="fancybox" data-fancybox="gallery1">
<img src="images/pes/gallery/1.jpg" width="100%" height="auto">
</a>
</div>
<div class="item col-sm-6 col-md-4 col-mb-3 col-lg-4">
<a href="images/pes/gallery/2.jpg" class="fancybox" data-fancybox="gallery1">
<img src="images/pes/gallery/2.jpg" width="100%" height="auto">
</a>
</div>
<div class="item col-sm-6 col-md-4 col-mb-3 col-lg-4">
<a href="images/pes/gallery/3.jpg" class="fancybox" data-fancybox="gallery1">
<img src="images/pes/gallery/3.jpg" width="100%" height="auto">
</a>
</div>
<div class="item col-sm-6 col-md-4 col-mb-3 col-lg-4">
<a href="images/pes/gallery/4.jpg" class="fancybox" data-fancybox="gallery1">
<img src="images/pes/gallery/4.jpg" width="100%" height="auto">
</a>
</div>
<div class="item col-sm-6 col-md-4 col-mb-3 col-lg-4">
<a href="images/pes/gallery/5.jpg" class="fancybox" data-fancybox="gallery1">
<img src="images/pes/gallery/5.jpg" width="100%" height="auto">
</a>
</div>
<div class="item col-sm-6 col-md-4 col-mb-3 col-lg-4">
<a href="images/pes/gallery/6.jpg" class="fancybox" data-fancybox="gallery1">
<img src="images/pes/gallery/6.jpg" width="100%" height="auto">
</a>
</div>
</div>
</div>
</div>
</section>
<section class="page-footer" id="contact-info" data-aos="fade-up" data-aos-duration="1000">
<div class="container footer-heading">
<div class="row">
<div class="col-sm-10 offset-sm-1">
<h1 class="text-center">Contact Us</h1>
<hr class="underline " align="center" style="width:8.5em">
</div>
</div>
</div>
<div class="footer-info">
<div class="container" style="margin-top: 5px;">
<div class="row">
<div class="col-xs-12 col-md-4">
<div class="contact-mode address">
<h4 class="text-left">Address</h4>
<hr class="underline" align="left" style="width:6em">
</div>
<address>
Gayatri Vidya Parishad College of Engineering (Autonomous)<br>
Madhurawada<br>
Visakhapatnam - 530 048<br>
Andhra Pradesh<br>
India
</address>
</div>
<div class="col-xs-12 col-md-4">
<div class="contact-mode contact">
<h4 class="text-left">Contact Info</h4>
<hr class="underline" align="left" style="width:9em">
</div>
<div>
<p>E-Mail: <span><a
href="mailto:ieeesb@gvpce.ac.in? subject = ">ieeesb@gvpce.ac.in</a></span></p>
<p>Mobile: <a href="tel:+919441969659">+91 9441969659</a> (Chapter Advisor)</p>
<p>Mobile: <a href="tel:+919502394488">+91 8008411973</a> (PES Chair)</p>
</div>
</div>
<div class="col-xs-12 col-md-4">
<div class="contact-mode social-media">
<h4 class="text-left">Follow Us</h4>
<hr class="underline" align="left" style="width:7em">
</div>
<div class="contact-mode social-media-handles">
<a href="https://www.facebook.com/under.vizag.bay.sub.section/"><i
class="fa fa-facebook-official fa-2x"></i></a>
<a href="https://www.instagram.com/ieee_sb_gvpce_a/"><i
class="fa fa-instagram fa-2x"></i></a>
<a href="https://www.linkedin.com/in/ieee-sb-gvpce-a-b362791a1/"><i
class="fa fa-linkedin-square fa-2x"></i></a>
<a href="https://twitter.com/GvpceSb"><i class="fa fa-twitter-square fa-2x"></i></a>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-12" style="margin-top: 10px;" data-aos="zoom-in">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3798.3861539630434!2d83.34015411494428!3d17.820523887820432!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3a395bedc7efb603%3A0x87c06caab54e902a!2sGVP%20College%20of%20Engineering%20(Autonomous)!5e0!3m2!1sen!2sin!4v1598167973876!5m2!1sen!2sin"
width="100%" height="450" frameborder="0" style="border:0; border-radius: 5%;"
allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>
</div>
<div class="col-md-6 col-sm-12">
<div class="content" style="margin-top: 10px;" data-aos="zoom-in">
<h1>GET IN TOUCH</h1>
<form
action="https://docs.google.com/forms/u/0/d/e/1FAIpQLSdjUDICP4zHIpICMxcSa4NfhbSJZOZgx2P3CtCj4PG6yy_zQA/formResponse"
method="POST" autocomplete="off">
<div class="form-group field">
<input type="text" name="entry.1957431563" required>
<span></span>
<label for="first-name">First Name</label>
</div>
<div class="form-group field">
<input type="text" name="entry.1919882200" required>
<span></span>
<label for="last-name">Last Name</label>
</div>
<div class="form-group field">
<input type="email" name="entry.261600846" required>
<span></span>
<label for="email">Email</label>
</div>
<div class="form-group field">
<input type="text" name="entry.1072583827" required>
<span></span>
<label for="contact">Message</label>
</div>
<div class="but">
<div class="butt">
<button type="submit" class="btn btn-outline-success">Submit</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div id="btnTop" class="fixed-action-btn smooth-scroll" style="bottom: 45px; right: 24px;display: none;">
<a href="#topSection" class="btn-floating btn-large red">
<i class="fa fa-arrow-up"></i>
</a>
</div>
</div>
</section>
<script>
var acc = document.getElementsByClassName("accordion");
var i;
for (i = 0; i < acc.length; i++) {
acc[i].addEventListener("click", function () {
this.classList.toggle("active");
var panel = this.nextElementSibling;
if (panel.style.maxHeight) {
panel.style.maxHeight = null;
} else {
panel.style.maxHeight = panel.scrollHeight + "px";
}
});
}</script>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"
integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI"
crossorigin="anonymous"></script>
<!-- Font awesome -->
<script src="https://kit.fontawesome.com/3075ff846e.js" crossorigin="anonymous"></script>
<script type="text/javascript" src="js/pes_index.js"></script>
<!-- aos -->
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
// backtotop
</script>
<script src="https://code.jquery.com/jquery-3.5.1.js"></script>
<script type="text/javascript">
var btn = $('#button');
$(window).scroll(function () {
if ($(window).scrollTop() > 300 && $(window).width() <= 480) {
btn.addClass('show');
} else {
btn.removeClass('show');
}
});
btn.on('click', function (e) {
e.preventDefault();
$('html, body').animate({ scrollTop: 0 }, '300');
});
</script>
<script>
$(window).scroll(function () {
if ($(window).scrollTop() >= 400) {
$("#tohide").css("display", "block", "background-color .3s", "opacity .5s", " visibility .5s");
} else {
$("#tohide").css("display", "none");
}
});
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"
integrity="sha512-894YE6QWD5I59HgZOGReFYm4dnWc1Qt5NtvYSaNcOP+u1T9qYdvdihz0PPSiiqn/+/3e7Jo4EaG7TubfWGUrMQ=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"
integrity="sha512-bPs7Ae6pVvhOSiIcyUClR7/q2OAsRiovw4vAkX+zJbw3ShAeeqezq50RIIcIURq7Oa20rW2n2q+fyXBNcU9lrw=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script type="text/javascript">
$('.owl-carousel').owlCarousel({
loop: true,
margin: 10,
stagePadding: 30,
nav: true,
navText: ['<i class="fa fa-angle-left" aria-hidden="true"></i>', '<i class="fa fa-angle-right" aria-hidden="true"></i>'],
dots: false,
autoplay: true,
autoplayTimeout: 3000,
responsive: {
0: {
items: 1
},
600: {
items: 2
},
1000: {
items: 3
}
}
})
</script>
</body>
</html>