-
Notifications
You must be signed in to change notification settings - Fork 24
/
ieee_wie.html
815 lines (657 loc) · 29.3 KB
/
ieee_wie.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
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
<!DOCTYPE html>
<html>
<head>
<title>IEEE WIE GVP</title>
<script type="module" src="js/hf.js"></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=yes">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<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>
<!-- font awesome -->
<script src="https://kit.fontawesome.com/3075ff846e.js" crossorigin="anonymous"></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>
<!-- Events -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Josefin+Sans&display=swap">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/mdb.min.css">
<!--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" />
<link rel="stylesheet" href="css/wie_styles.css">
<link rel="stylesheet" type="text/css"
href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- fonts -->
<!--Animation on Scroll CSS-->
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<!--Animation on Scroll JS-->
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400&display=swap" rel="stylesheet">
<script type="module" src="js/hf.js"></script>
</head>
<body>
<a id="button" class="show">
<i class="fas fa-angle-up upp" style="color:#000;" aria-hidden="true"></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/wie/wie_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-close float-right" style="color: white; font-size: 30px;"> × </button>
</div>
<my-header></my-header>
</div>
</nav>
<header id="header" class="d-flex header1 flex-column justify-content-center">
<nav id="navbar" class="navbar nav-menu">
<div id="none1" class="none1">
<ul>
<li><a href="#WIE" class="nav-link scrollto active"><i class="fas fa-home"></i> <span>WIE</span></a>
</li>
<li><a href="#about" class="nav-link scrollto"><i class="fas fa-address-card"></i></i> <span>About
us</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 wie banner -->
<header class="wie-banner" id="WIE">
<div class="container h-100">
<div class="row h-100 align-items-center">
<div class="col-lg-12 col-md-12 col-sm-12 text-center">
<h1 style="color: white;">Women In Engineering</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>
</header>
<!-- about ieee content -->
<section class="about-ieee justify-content-center" data-aos="fade-up" id="about">
<div class="container ">
<div class="about-ieee-heading justify-content-center">
<div class="row">
<div class="col-sm-12 offset-sm-1 heading finalh">
<h1 class="text-center">About Us</h1>
<span style="background-color:#420b5a;" class="anime-line"></span>
</div>
</div>
</div>
<div class="about-ieee-info">
<!-- data-aos="fade-in" data-aos-duration="3000" -->
<div class="container">
<div class="row">
<div class="col-sm-10 offset-sm-1">
<div class="sub-section" data-aos="fade-up" data-aos-duration="1000">
<!-- data-aos="fade-up" data-aos-duration="1000" -->
<!-- data-aos="slide-right" data-aos-duration="3000" -->
<h2 class="text-left" style="margin-right: 0.5rem;padding-right: 0.5rem;"><b>IEEE
WIE</b></h2>
<p>IEEE Women in Engineering (WIE) provides members with the opportunity to network at a
local level through IEEE WIE Affinity Groups. Opportunities include coordinating
events, mentoring, or serving as an officer. Currently, there are over 900 WIE
Affinity Groups worldwide that organize and host diverse activities including guest
speakers, workshops, and/or seminars.</p>
</div>
<div class="sub-section2" data-aos="fade-up" data-aos-duration="1000">
<!-- data-aos="fade-up" data-aos-duration="1000" -->
<!-- data-aos="slide-left" data-aos-duration="3000" -->
<h2 class="text-right" style="margin-right: 0.5rem;padding-right: 0.5rem;"><b>Our
Mission</b></h2>
<p>The mission of IEEE WIE is to facilitate the global recruitment and retention of
women in technical disciplines. IEEE WIE envisions a vibrant community of IEEE women
and men collectively using their diverse talents to innovate for the benefit of
humanity.</p>
</div>
<div class="sub-section" data-aos="fade-up" data-aos-duration="1000">
<!-- data-aos="fade-up" data-aos-duration="1000" -->
<!-- data-aos="slide-right" data-aos-duration="3000" -->
<h2 class="text-left" style="margin-right: 0.5rem;padding-right: 0.5rem;"><b>Who We
Are?</b></h2>
<p>IEEE Women in Engineering (WIE) is a global network of IEEE members and volunteers
dedicated to promoting women engineers and scientists, and inspiring girls around
the world to follow their academic interests in a career in engineering and science.
</p>
</div>
<div class="container-fluid what-we-do justify-content-center" data-aos="fade-up"
style="width: 100%;" id="what-we-do">
<div class="row">
<div class="col-md-12 col-lg-12 header">
<h3 class="text-center m-10" [>What We Do?</h3>
</div>
</div>
<div class="row">
<div class="col-md-12 col-lg-12 col-sm-12 list-items text-center">
<p>
Recognize the outstanding achievements of women in electrical and
electronics engineering through IEEE Awards nominations.
</p>
<p>
Organize workshops at major technical conferences to enhance networking and
to promote membership in IEEE WIE.
</p>
<p>
Advocate women in leadership roles in IEEE governance and career advancement
for women in the profession.
</p>
<p>
Promote member grade advancement for women to the IEEE membership grades of
Senior Member and Fellow.
</p>
<p>
Facilitate the development of programs and activities that promote the entry
into, and retention of, women in engineering programs.
</p>
<p>
Administer the IEEE Student-Teacher and Research Engineer/Scientist (STAR)
Program to mentor young women in junior high and high schools.
</p>
</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://wie.ieee.org/" target="_blank"><button type="button"
class="btn btn-outline-secondary"
style="background-color: #420b5a; ">Know More</button></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="events" class="even">
<h1 class="even" style="color: white;">Latest Events</h1>
<hr class="underline" style="width:12em ; background-color: #420b5a; border: 1px solid #420b5a;">
<div class="owl-carousel owl-theme container">
<div class="feature_item text-center">
<img src="events/images/2023/64_vocal_odyssey.jpg" style="width: 100%;" alt="">
<h3 class="feature_title">Vocal Odyssey</h3>
<p class="feature_text">Unmute your voice, let the words do the magic</p>
<a href="events/2023/64_vocal_odyssey.html" target="_blank"><button type="button"
class="btn btn-outline-secondary">Know More</button></a>
</div>
<div class="feature_item text-center">
<img src="events/images/2022/59_wie_verbose_trivia.jpg" style="width: 100%;" alt="">
<h3 class="feature_title">VERBOSE TRIVIA</h3>
<p class="feature_text">A Quiz Competition on English</p>
<a href="events/2022/59_wie_verbose_trivia.html" target="_blank"><button type="button"
class="btn btn-outline-secondary">Know More</button></a>
</div>
<div class="feature_item text-center">
<img src="events/images/2022/42_wie_debate.jpeg" style="width: 100%;" alt="">
<h3 class="feature_title">DEBATE</h3>
<p class="feature_text">Debate Competition</p>
<a href="events/2022/42_wie_debate.html" target="_blank"><button type="button"
class="btn btn-outline-secondary">Know More</button></a>
</div>
<div class="feature_item text-center">
<img src="events/images/2022/41_skill_up_wie.jpeg" style="width: 100%;" alt="">
<h3 class="feature_title">SKILL UP WITH WIE</h3>
<p class="feature_text">A Graphic desinging workshop</p>
<a href="events/2022/41_skill_up_with_wie.html" target="_blank"><button type="button"
class="btn btn-outline-secondary">Know More</button></a>
</div>
<div class="feature_item text-center">
<img src="events/images/2022/35_wie_Tech_Intellect.jpeg" style="width: 100%;" alt="">
<h3 class="feature_title">Tech Intellect</h3>
<p class="feature_text">A quix competition on cognitive ability</p>
<a href="events/2022/35_wie_tech_intellect.html" target="_blank"><button type="button"
class="btn btn-outline-secondary">Know More</button></a>
</div>
<div class="feature_item text-center">
<img src="events/images/2022/31_wie_tales of imagination.jpg" style="width: 100%;" alt="">
<h3 class="feature_title">Tales of imagination</h3>
<p class="feature_text">Narrate a creative story</p>
<a href="events/2022/31_tales_of_imagination.html" target="_blank"><button type="button"
class="btn btn-outline-secondary">Know More</button></a>
</div>
<div class="feature_item text-center">
<img src="events/images/2021/15_crack_the_crosswords_winners.jpeg" style="width: 100%;" alt="">
<h3 class="feature_title">Crack the Crossword</h3>
<p class="feature_text">Crack the Crossword from given topic.</p>
<a href="events/2021/15_wie_crosswords.html" target="_blank"><button type="button"
class="btn btn-outline-secondary">Know More</button></a>
</div>
<div class="feature_item text-center">
<img src="events/images/2021/12_wie_gd.jpg" style="width: 100%;" alt="">
<h3 class="feature_title">Group Discussion</h3>
<p class="feature_text">share your views and objectives in groups</p>
<a href="events/2021/12_wie_gd.html" target="_blank"><button type="button"
class="btn btn-outline-secondary">Know More</button></a>
</div>
<div class="feature_item text-center">
<img src="events/images/2021/20_wie_Literary_on_Legendary_Women.jpeg" style="width: 100%;" alt="">
<h3 class="feature_title">Literary on Legendary Women</h3>
<p class="feature_text">Literacy and creative writing go hand in hand.</p>
<a href="events/2021/20_wie_literary.html" target="_blank"><button type="button"
class="btn btn-outline-secondary">Know More</button></a>
</div>
<div class="feature_item text-center">
<img src="images/wie/events/Crack_the_crossword.jpeg" style="width: 100%;" alt="">
<h3 class="feature_title">Crack the crosswords</h3>
<p class="feature_text">Every experience is an opportunity to learn and grow</p>
<a href="events/2021/15_wie_crosswords.html" target="_blank"><button type="button"
class="btn btn-outline-secondary">Know More</button></a>
</div>
<div class="feature_item text-center">
<img src="images/wie/events/group_discussion.jpeg" style="width: 100%;" alt="">
<h3 class="feature_title">Group discussion</h3>
<p class="feature_text">Opportunities don't happen. You create them</p>
<a href="events/2021/12_wie_gd.html" target="_blank"><button type="button"
class="btn btn-outline-secondary">Know More</button></a>
</div>
<div class="feature_item text-center">
<img src="images/wie/events/film.jpg" style="width: 100%;" alt="">
<h3 class="feature_title">Film your thoughts</h3>
<p class="feature_text">Every accomplishment starts with a try</p>
<a href="events/2021/9_video_contest.html" target="_blank"><button type="button"
class="btn btn-outline-secondary">Know More</button></a>
</div>
<!-- <div class="feature_item text-center">
<img src="./images/wie/events/womenemp.jpeg" style="width: 100%;" alt="">
<h3 class="feature_title">Research and Innovation to Ensure Women Empowerment</h3>
<a href="events/2021/1wie_research.html" target="_blank"><button type="button" class="btn btn-outline-secondary" >Know More</button></a>
</div> -->
<!----<div class="feature_item text-center">
<img src="./images/wie/events/headway_wie.jpg" style="width:100%;" alt="">
<h3 class="feature_title">Head Way for Women in Engineering and Communication</h3>
<p class="feature_text">Webinar session on Headway for Women in Engineering and Communication.</p>
<a href="http://ieeesbgvpce.org/events/2020/headway_wie.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/wie/events/inspiro.jpeg" style="width: 100%;" alt="">
<h3 class="feature_title">Inspiro</h3>
<p class="feature_text">IEEE DAY 2020</p>
<a href="events/2020/ieee_day_2020.html" target="_blank"><button type="button" class="btn btn-outline-secondary" >Know More</button></a>
</div> -->
<!--<div class="feature_item text-center">
<img src="./images/wie/events/ml.jpeg" style="width: 100%;" alt="">
<h3 class="feature_title">Machine learning</h3>
<p class="feature_text">IEEE DAY 2020</p>
<a href="http://ieeesbgvpce.org/events/2020/ieee_day_2020.html" target="_blank"><button type="button" class="btn btn-outline-success" >Know More</button></a>
</div>-->
</div>
<div class="col-sm-12 page-btn even">
<a href="wie_events.html">
<button id="more-team" class="page-btn-text">More Events</button>
</a>
</div>
</section>
<section class="team pt-5 pb-5" id="team" data-aos="fade-up">
<div class="container container-fluid">
<div class="team-heading pb-4 pt-2">
<div class="row ">
<div class="col-sm-12 offset-sm-1 text-center heading finalh" data-aos="flip-up">
<h1 style="margin-top: 35px; justify-content: center;">Our Team</h1>
<span style="background-color:#420b5a;" class="anime-line"></span>
</div>
</div>
</div>
<div class="team-info container ">
<div class="row d-flex relative justify-content-center">
<div class="col-md-6 col-lg-3 mb-4 h-100 mainteam justify-content-center" data-aos="flip-left">
<div class="box teaam">
<img src="images/team/coreteam-2023/wie_chair.jpg" class="img-fluid teammain">
<div class="box-content">
<!-- --- -->
</div>
<ul class="icon">
<li><a href="https://www.linkedin.com/in/likhitha-satya-sreeja-yepuganti-51495a209"><i
class="fa fa-linkedin"></i></a></li>
<li class="instagram"><a href="mailto:yepugantilikhitha@gmail.com subject = "
target="__blank" class="contactlink"><i class="fa far fa-envelope"></i></a></li>
</ul>
</div>
<div class="img-text">
<div class="txt">
<h4 class="txt">Y.L.S. Sreeja </h4>
<h5 class="txt" style="color: white;">Chairperson</h5>
</div>
</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/wie_vc.jpg" class="img-fluid teammain">
<div class="box-content">
<!-- --- -->
</div>
<ul class="icon">
<li class="instagram"><a
href="https://www.linkedin.com/in/jami-satya-vaishnavi-4aa40522a"
target="__blank" class="contactlink"><i class="fa far fa-linkedin"></i></a></li>
<li class="instagram"><a href="mailto:vyshnavi.jami14@gmail.com subject = "
target="__blank" class="contactlink"><i class="fa far fa-envelope"></i></a></li>
</ul>
</div>
<div class="img-text">
<div class="txt">
<h4 class="txt">Jami Satya Vaishnavi</h4>
<h5 class="txt" style="color: white;">Vice Chairperson</h5>
</div>
</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/wie_secretary.jpg" class="img-fluid teammain">
<div class="box-content">
<!-- --- -->
</div>
<ul class="icon">
<li class="linkedin"><a
href="https://www.linkedin.com/in/simhambhatla-kameshwarrao-60553b18b"
target="__blank"><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 style="color: white;">Secretary</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/wie_mem_coord.jpg" class="img-fluid teammain">
<div class="box-content">
<!-- --- -->
</div>
<ul class="icon">
<li class="linkedin"><a
href="https://www.linkedin.com/in/padamati-siva-sri-kiran-7aaa2a22a"
target="__blank"><i class="fa fa-linkedin"></i></a></li>
<li class="instagram"><a
href="https://instagram.com/sivasrikiranpadamati?utm_source=qr&igshid=MzNlNGNkZWQ4Mg%3D%3D"
target="__blank"><i class="fa fa-instagram"></i></a></li>
<li><a href="https://www.facebook.com/profile.php?id=100074726323535"><i
class="fa fa-facebook"></i></a></li>
<li class="twitter"><a href="https://twitter.com/sri99085?t=DKdnh9gA5ww3RY3YNjEgjw&s=08"
target="_blank"><i class="fa fa-twitter"></i></a></li>
<li class="instagram"><a href="mailto:sivasrikiran2004@gmail.com subject = "
target="__blank" class="contactlink"><i class="fa far fa-envelope"></i></a></li>
</ul>
</div>
<div class="img-text">
<h4>Siva Sri Kiran</h4>
<h5 style="color: white;">Membership Coordinator</h5>
</div>
</div>
</div>
</div>
</div>
<div class="completeteam">
<a href="wie_team.html">
<button class="btn btn--primary compteam">Complete team</button>
</a>
</div>
<br>
</section>
<section class="gallery111" id="gallery" data-aos="fade-up">
<div class="gg">
<div class="galleryheader heading finalh">
<h1>
Gallery
</h1>
<span style="background-color:#420b5a;" class="anime-line"></span>
</div>
<div class="container ">
<div class="row mt-4 dflex justify-content-between gal">
<div class="item col-sm-6 col-md-4 col-mb-3 col-lg-4 ggg">
<a href="images/wie/gallery/1.jpg" class="fancybox" data-fancybox="gallery1">
<img src="images/wie/gallery/1.jpg" width="100%" height="auto">
</a>
</div>
<div class="item col-sm-6 col-md-4 col-mb-3 col-lg-4 ggg">
<a href="images/wie/gallery/2.jpeg" class="fancybox" data-fancybox="gallery1">
<img src="images/wie/gallery/2.jpeg" width="100%" height="auto">
</a>
</div>
<div class="item col-sm-6 col-md-4 col-mb-3 col-lg-4 ggg">
<a href="images/wie/gallery/3.jpeg" class="fancybox" data-fancybox="gallery1">
<img src="images/wie/gallery/3.jpeg" width="100%" height="auto">
</a>
</div>
<div class="item col-sm-6 col-md-4 col-mb-3 col-lg-4 ggg">
<a href="images/wie/gallery/4.jpeg" class="fancybox" data-fancybox="gallery1">
<img src="images/wie/gallery/4.jpeg" width="100%" height="auto">
</a>
</div>
<div class="item col-sm-6 col-md-4 col-mb-3 col-lg-4 ggg">
<a href="images/wie/gallery/2.jpeg" class="fancybox" data-fancybox="gallery1">
<img src="images/wie/gallery/2.jpeg" width="100%" height="auto">
</a>
</div>
<div class="item col-sm-6 col-md-4 col-mb-3 col-lg-4 ggg">
<a href="images/wie/gallery/3.jpeg" class="fancybox" data-fancybox="gallery1">
<img src="images/wie/gallery/3.jpeg" width="100%" height="auto">
</a>
</div>
</div>
</div>
</div>
</section>
<footer class="foot" style="background-image: url('images/wie/background/cont.png');" id="contact-info"
data-aos="fade-up">
<div class="ff ">
<h1 class="contact heading finalh" style="text-align: center; margin-bottom: 20px; color: white">
CONTACT INFO
</h1>
<div class="row cont dflex justify-content-between float-md-right">
<div class="col-lg-5 col-md-6 col-sm-12 col-xs-11 hel" style="margin: 10px">
<h4>
Address :
</h4>
<div class="footercontent">
Gayatri Vidya Parishad College of Engineering (Autonomous)<br>
Madhurawada<br>
Visakhapatnam - 530 048<br>
Andhra Pradesh<br>
India
</div>
</div>
<div class="col-lg-3 col-md-5 col-sm-12 col-xs-11 hel " style="margin: 10px">
<h4>
Contact us
</h4>
<div>
<div class="contactinfo">
Mail to <a href="mailto:ieeewie@gvpce.ac.in? subject = "
class="contactlink">ieeewie@gvpce.ac.in</a>
</div>
<div class="contactinfo">
Mobile:
<a class="mobilesOnly contactlink" href="tel:+919966967478">
+91 99669 67478
</a>(Chapter Advisor)
</div>
<div class="contactinfo">
Mobile:
<a class="mobilesOnly contactlink" href="tel:+91 9989442498">
+91 9989442493
</a>(Chairperson)
</div>
</div>
</div>
<div class="col-lg-2 col-md-4 col-sm-12 col-xs-11 d-flex hel" style="margin: 10px">
<div>
<h4>
Follow us
<br>
</h4>
<div class="">
<a href="https://www.linkedin.com/in/ieee-sb-gvpce-a-b362791a1/" class="so"><img
src="images/wie/socialmedia/linkedin.png" class="socialmedia"></a>
<a href="https://www.facebook.com/under.vizag.bay.sub.section/" class="so"><img
src="images/wie/socialmedia/fb.png" class="socialmedia"></a>
<a href="https://www.instagram.com/ieee_sb_gvpce_a/" class="so"><img
src="images/wie/socialmedia/insta.png" class="socialmedia"></a>
<a href="https://twitter.com/GvpceSb" class="so"><img
src="images/wie/socialmedia/twitter.png" class="socialmedia"></a>
</br>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-12 mapp " data-aos="zoom-in">
<iframe class="googlemap1"
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2248.547297057873!2d83.34082389335262!3d17.82059473696497!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3a395bedc7efb603%3A0x87c06caab54e902a!2sGVP%20College%20of%20Engineering%20(Autonomous)!5e0!3m2!1sen!2sin!4v1619681985755!5m2!1sen!2sin"
width="100%" height="400"
style="border:0;position: relative;width: 90%;top: 50px;margin-right: 50px;border-radius: 15px;display: inline-block;overflow: hidden;"
allowfullscreen="0" loading="lazy"></iframe>
<br>
<br>
<br>
<br>
</div>
<div class="col-lg-6 col-md-6 col-sm-12 ppp" style="padding-top: 10px;margin-top: 30px;"
data-aos="zoom-in">
<h4 class="fh">In case of any Queries</h4>
<br>
<form class="row g-3 form-container"
action="https://docs.google.com/forms/u/2/d/e/1FAIpQLSfEIIOzKAbNVHNmB5vAhwCFd1o6VTZcMcWuKuf9k0TIBQJYRg/formResponse"
target="_blank" method="POST" id="mG61Hd" jsmodel="TOfxwf Q91hve" data-response="%.@.[]]"
data-first-entry="0" data-last-entry="7" data-is-first-page="true">
<div class="col-md-6">
<label for="inputname" class="form-label"></label>
<input type="name" name="entry.327919065" class="form-control" id="inputname"
placeholder="Name">
</div>
<div class="col-md-6">
<label for="inputEmail4" class="form-label"></label>
<input type="email" name="entry.2075636910" class="form-control" id="inputEmail4"
placeholder="Email">
</div>
<textarea rows="4" cols="50" name="entry.1147404907" name="comment" form="usrform"
style="margin-top: 2rem;margin-left: 0.5rem;width: 100%;"
placeholder="Enter your message here......"></textarea>
<div class="col-md-12 col-sm-8 col-xs-5 text-center">
<button type="submit" class="btn btn-md btn-outline-success"
style="padding: 2px; margin: 10px;">Message me</button>
</div>
</form>
</div>
</div>
</div>
</footer>
<script>
AOS.init({
duration: 1300,
});
</script>
<!-- footer -->
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script>
function myFunction() {
var dots = document.getElementById("dots");
var moreText = document.getElementById("more");
var btnText = document.getElementById("myBtn");
if (dots.style.display === "none") {
dots.style.display = "inline";
btnText.innerHTML = "Read more";
moreText.style.display = "none";
} else {
dots.style.display = "none";
btnText.innerHTML = "Read less";
moreText.style.display = "inline";
}
}
</script>
<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>
<script type="text/javascript" src="js/wie_scripts.js"></script>
<script>
$(window).scroll(function () {
if ($(window).scrollTop() >= 350) {
$("#none1").css("display", "block", "background-color .3s", "opacity .5s", " visibility .5s");
} else {
$("#none1").css("display", "none");
}
});
</script>
<script src="scripts/team.js"></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,
dots: false,
nav: true,
navText: ['<i class="fa fa-angle-left" aria-hidden="true"></i>', '<i class="fa fa-angle-right" aria-hidden="true"></i>'],
arrows: true,
autoplay: false,
autoplayTimeout: 4000,
responsive: {
0: {
items: 1
},
800: {
items: 2
},
1000: {
items: 3
}
}
})</script>
<script type="text/javascript">
var btn = $('#button');
$(window).scroll(function () {
if ($(window).scrollTop() > 300) {
btn.addClass('show');
} else {
btn.removeClass('show');
}
});
btn.on('click', function (e) {
e.preventDefault();
$('html, body').animate({ scrollTop: 0 }, '300');
});
</script>
</body>
</html>