-
Notifications
You must be signed in to change notification settings - Fork 24
/
index.html
912 lines (814 loc) · 48.7 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
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
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
<!DOCTYPE html>
<html>
<head>
<title>IEEE SB GVPCE</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=yes">
<!-- 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>
<script type="module" src="js/hf.js"></script>
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/notices_styles.css">
<link rel="stylesheet" href="css/ieee_day_modal.css">
<link rel="stylesheet" type="text/css"
href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<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" />
<!-- font styles -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Carattere&family=Cookie&family=Mate+SC&family=Montserrat:wght@500&display=swap"
rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/animejs/2.0.2/anime.min.js"></script>
</head>
<!--
<script type="text/javascript">
$(document).ready(function(){
$("#exampleModal").modal('show');
});
</script>
-->
<body>
<!-- section id="ieee_day_modal_section" -->
<section id="ieee_day_modal_section">
<script src="js/ieee_day_modal.js"></script>
<div class='ieee_day_modal' id='ieee_day_modal'>
<div style= "background-color: rgb(193, 229, 255);" class='ieee_day_content'>
<span class="ieee_day_close" id='ieee_day_close'>×</span>
<h2 class="text-center section_header calender_header" style="color:#055fad;font-family:Garamond">
<b>Ready for IEEE Day 2024</b>
</h2>
<!-- <div>
<img src="ieee_day\ieee_day_2023\assets\IEEE_Day_'23.jpg" alt=""
style="max-width: 70%!important;height:auto">
<br>
<div class="ieee_day_modal_btn">
<a href="ieee_day\ieee_day_2023\index.html"><button id="ieee_day_modal_btn">Register Now</button></a>
</div>
</div> -->
</div>
</div>
</section>
<!-- navbar - ieee sb gvp -->
<div class="container-fluid navbar navbar-expand-lg sb-navbar sticky-top" id="navbar">
<a class="navbar-brand" href="#"><img src="images/ieee_sb_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>
<h5 class="py-2 text-white">IEEE SB GVPCE(A)</h5>
</div>
<!-- my-header tag contains all the list items of navbar -->
<my-header></my-header>
</div>
</div>
<div id="homeCarousel" class="carousel slide home-carousel" data-ride="carousel" data-interval="3000">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#homeCarousel" data-slide-to="0" class="active"></li>
<li data-target="#homeCarousel" data-slide-to="1"></li>
<li data-target="#homeCarousel" data-slide-to="2"></li>
<li data-target="#homeCarousel" data-slide-to="3"></li>
<!-- <li data-target="#homeCarousel" data-slide-to="2"></li> -->
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="carousel-item ieee-sb-gvpce-carousel active">
<div class="home-carousel-image">
<img class="carousel-image img-responsive d-block w-100"
src="images/team/home-carousel/ieeeday_04.JPG" alt="IEEE TEAM">
</div>
<div class="carousel-caption">
<!-- <div>
<img src="images/ieee_sb_logo.png">
</div> -->
<h3>IEEE SB GVPCE(A)</h3>
<p>under IEEE Vizag Bay Section (SPO ID:STB63321)</p>
</div>
</div>
<div class="carousel-item">
<div class="home-carousel-image">
<img class="carousel-image img-responsive d-block w-100"
src="images/team/home-carousel/ieeeday_01.jpg" alt="IEEE Event">
</div>
<!-- <div class="carousel-caption">
<h3>Events</h3>
<p>We love the Events!</p>
</div> -->
</div>
<div class="carousel-item">
<div class="home-carousel-image">
<img class="carousel-image img-responsive d-block w-100"
src="images/team/home-carousel/ieeeday_02.JPG" alt="Social Event">
</div>
<!-- <div class="carousel-caption">
<h3>Events</h3>
<p>We love the Events!</p>
</div> -->
</div>
<div class="carousel-item">
<div class="home-carousel-image">
<img class="carousel-image img-responsive d-block w-100"
src="images/team/home-carousel/ieeeday_03.JPG" alt="Social Event">
</div>
<!-- <div class="carousel-caption">
<h3>Events</h3>
<p>We love the Events!</p>
</div> -->
</div>
</div>
<!-- Left and right controls -->
<a class="carousel-control-prev" href="#homeCarousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#homeCarousel" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<!-- updates -->
<!--<section class="updates">
<div class="container container-fluid">
<div class="updates-heading">
<h1 class="text-center">Updates</h1>
<hr class="underline" align="center" style="width:8.5em">
</div>
<div id="updatesCarousel" class="carousel slide" data-ride="carousel" data-interval="5000">
<ol class="carousel-indicators">
<li data-target="#updatesCarousel" data-slide-to="0" class="active"></li>
<li data-target="#updatesCarousel" data-slide-to="1"></li>
<li data-target="#updatesCarousel" data-slide-to="2"></li>
<li data-target="#updatesCarousel" data-slide-to="3"></li>
<li data-target="#updatesCarousel" data-slide-to="4"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<div class="carousel-content col-xs-10 offset-xs-1">
<p align="center" style="font-size: smaller;"><b
style="color: #055fad; font-weight: 750">IEEE SB GVPCE(A)</b> congratulates student
volunteers for getting selected for distinguished volunteering positions.<br>
<b><br>1. Gopisetty Haritha (97343962) - IEEE India Council Graphic Design Team
<br>2. S. Soumya Sree (98267335) - IEEE XTREME 16.0 STUDENT AMBASSADOR
<br>
<strong>- IEEE</strong></p>
</div>
</div>
<div class="carousel-item active">
<div class="carousel-content col-xs-10 offset-xs-1">
<p align="center"><i class="fa fa-quote-left" aria-hidden="true"></i><b
style="color: #5a9541; font-weight: 750">IEEE PES SB GVPCE(A)</b> celebrates <b
style="color: #5a9541; font-weight: 750">PES Day 2021</b> on <b>22nd April,
2021</b>. Check
the details <a href="events/2021/6pesday.html">here</a>.<br><strong>- IEEE</strong></p>
</div>
</div>
<div class="carousel-item">
<div class="carousel-content col-xs-10 offset-xs-1">
<p align="center"><i class="fa fa-quote-left" aria-hidden="true"></i>It is official now! <b
style="color: #5a9541; font-weight: 750">IEEE SB GVPCE(A) PES CHAPTER</b> and <b
style="color: #fc9b1c; font-weight: 750">IEEE SB GVPCE(A) CS CHAPTER</b> have been
formed. Check the details <a href="notices.html">here</a>.<br><strong>- IEEE</strong>
</p>
</div>
</div>
<div class="carousel-item">
<div class="carousel-content col-xs-10 offset-xs-1">
<p align="center" style="font-size: small;"><i class="fa fa-quote-left" aria-hidden="true"></i><b>IEEE SB GVPCE(A)</b> congratulates the students for their achievements.
<br>1. Singuru Abhiram - IEEE INDIAN COUNCIL EDUCATIONAL ACTIVITIES MEMBER
<br>2. Viivek Uppalapu - IEEE VIZAG BAY SECTION STUDENT NETWORK MEMBER
<br>3. T. Sai Sudheer - IEEE VIZAG BAY SECTION STUDENT NETWORK MEMBER
<br><strong>- IEEE</strong></p>
</div>
</div>
<div class="carousel-item">
<div class="carousel-content col-xs-10 offset-xs-1">
<p align="center"><i class="fa fa-quote-left" aria-hidden="true"></i><b>IEEE SB GVPCE(A)</b>
Recruitment for Society Chapters has completed successfully. Check the results <a
href="2023_team_announcement.html">here</a>.<br><strong>- IEEE</strong></p>
</div>
</div>
</div>
<a class="carousel-control-prev carousel-control-icon" href="#updatesCarousel" role="button"
data-slide="prev">
<i class="fa fa-chevron-circle-left fa-2x" aria-hidden="true"></i>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next carousel-control-icon" href="#updatesCarousel" role="button"
data-slide="next">
<i class="fa fa-chevron-circle-right fa-2x" aria-hidden="true"></i>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</section> -->
<!-- about ieee content -->
<section class="about-ieee">
<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:5em">
</div>
</div>
</div>
<div class="about-ieee-info">
<div class="container container-fluid">
<div class="row">
<div class="col-sm-10 offset-sm-1">
<div class="ieee container-fluid sub-section text-left">
<h2><b>IEEE</b></h2>
<hr class="underline" align="left" style="width:3em">
<p>The Institute of Electrical and Electronics Engineers (IEEE), is a professional
association for electrical and electronic engineers along with associate disciplines
formed in the year 1953. IEEE produces over 30% of the
world's literature in the electrical and electronics engineering and computer
science fields, publishing well over 100 peer-reviewed journals and magazines and
also sponsors over 1800 conferences and events. As of 2018,
it is the world's largest association of technical professionals with more than
423,000 members in over 160 countries around the world. IEEE offers educational
opportunities within the engineering sciences, research,
and technology such as IEEE e-Learning Library, the Education Partners Program,
Standards in Education and Continuing Education Units (CEUs).</p>
<a href="http://www.ieee.org/?WT.mc_id=mn_ieee" class="btn btn-lg rounded-0"
role="button" aria-pressed="true">Know More</a>
</div>
<div class="ieee-india container-fluid sub-section text-right">
<h2><b>IEEE India</b></h2>
<hr class="underline" align="right" style="width:8.5em">
<p>IEEE India Council is an organization that coordinates IEEE activities in India. The
main aim of the council is to assist and coordinate various sections across the
country. The council was established on 20th May 1976
and is one of the five councils in the Asia Pacific Region (Region #10 of IEEE).</p>
<a href="https://site.ieee.org/indiacouncil/" class="btn btn-lg rounded-0" role="button"
aria-pressed="true">Know More</a>
</div>
<div class="ieee-vizag container-fluid sub-section text-left">
<h2><b>IEEE Vizag Section</b></h2>
<hr class="underline" align="left" style="width:16.5em">
<p>Our Student Branch is deeply committed to fostering student involvement within the
community and offers a valuable networking platform. This allows students to connect
and gain insights not only from their peers but also from esteemed faculty members
and professionals within their respective fields of interest. Besides Women in
Engineering Affinity Group (WIE AG), we have established the Power & Energy Society
(PES) and introduced Computer Society (CS) chapter.
At our student branch, we place significant emphasis on providing mentorship to
students, with the dual aim of offering guidance and presenting a comprehensive
spectrum of pathways for building a successful career. The executive committee
members who volunteer for our student branch consist of young, emerging engineers,
proficient educators, and a cadre of similarly motivated individuals who are
resolute in their goals.
Our collaborative efforts revolve around executing educational initiatives that are
sharply focused, including but not limited to technical events, seminars, workshops,
and webinars. Additionally, we are actively engaged in activities that promote
social responsibility and community betterment.
We foster an environment that is both supportive and receptive to innovative
concepts that intersect with cutting-edge technologies. As we march forward, we
eagerly anticipate reaching even loftier pinnacles of achievement.</p>
<a href="https://r10.ieee.org/vizagbay/" class="btn btn-lg rounded-0" role="button"
aria-pressed="true">Know More</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- what we do IEEE SB GVPCE -->
<section class="ieee-sb-gvpce">
<!-- <div class="container container-fluid content"> -->
<h1 class="text-center ieee-sb-gvpce-heading">What We Do at <span class="sb-name">IEEE SB GVPCE(A)</span></h1>
<div class="ieee-sb-gvpce-info">
<div class="container-fluid">
<div class="row align-items-center mb-5 pb-5">
<div class="col-lg-6 ml-auto mb-5 mb-lg-0 item">
<img src="images/team/home-carousel/ieee_team.jpg" alt="IEEE SB GVP Team" class="img-fluid">
</div>
<div class="col-lg-4 mr-auto item">
<p class="mb-4">
Our Student Branch is deeply committed to fostering student involvement within the community
and offers a valuable networking platform. Besides Women in Engineering Affinity Group (WIE
AG), we have established the Power & Energy Society (PES) and introduced Computer Society
(CS) chapter.
At our student branch, we place significant emphasis on providing mentorship to students,
with the dual aim of offering guidance and presenting a comprehensive spectrum of pathways
for building a successful career. The executive committee members who volunteer for our
student branch consist of young, emerging engineers, proficient educators, and a cadre of
similarly motivated individuals who are resolute in their goals.
Our collaborative efforts revolve around executing educational initiatives that are sharply
focused, including but not limited to technical events, seminars, workshops, and webinars.
Additionally, we are actively engaged in activities that promote social responsibility and
community betterment.
We foster an environment that is both supportive and receptive to innovative concepts that
intersect with cutting-edge technologies.
</p>
</div>
</div>
</div>
</div>
<!-- </div> -->
</section>
<!-- events -->
<section class="events" id="sb-events">
<div class="container">
<div class="events-heading">
<div class="row">
<div class="col-sm-10 offset-sm-1">
<h1 class="text-center">Latest Events</h1>
<hr class="underline" align="center" style="width:8.5em">
</div>
</div>
</div>
<div class="owl-carousel owl-theme container">
<div class="feature_item text-center">
<img src="events/images/2023/80_math_bingo.jpg" style="width: 100%;" alt="">
<h3 class="feature_title">Math Bingo</h3>
<p class="feature_text">Completing the grid with math skill</p>
<a href="events/2023/80_math_bingo.html" target="_blank"><button type="button"
class="btn btn-outline-info">Know More</button></a>
</div>
<div class="feature_item text-center">
<img src="events/images/sb/2023/78_techno_tussle/event_poster.jpg" style="width: 100%;" alt="">
<h3 class="feature_title">Techno Tussle</h3>
<p class="feature_text">Guess the Logo</p>
<a href="events/2023/ieee_day23/78_techno_tussle.html" target="_blank"><button type="button"
class="btn btn-outline-info">Know More</button></a>
</div>
<div class="feature_item text-center">
<img src="events/images/sb/2023/77_pitch_fest/event_poster.jpg" style="width: 100%;" alt="">
<h3 class="feature_title">Pitch Fest</h3>
<p class="feature_text">Presentation on Problem Statement with the Solution</p>
<a href="events/2023/ieee_day23/77_pitch_fest.html" target="_blank"><button type="button"
class="btn btn-outline-info">Know More</button></a>
</div>
<!-- Add new event after this comment line. Do not delete this comment line. -->
<div class="feature_item text-center active">
<img src="events/images/sb/2023/76_mystic_code/event_poster.jpg" style="width: 100%;" alt="">
<h3 class="feature_title">Mystic Code</h3>
<p class="feature_text">The pattern solving challenge on online platform</p>
<a href="events/2023/ieee_day23/76_mystic_code.html" target="_blank"><button type="button"
class="btn btn-outline-info">Know More</button></a>
</div>
<div class="feature_item text-center">
<img src="events/images/sb/2023/75_mathtale_housie/event_poster.jpg" style="width: 100%;" alt="">
<h3 class="feature_title">Math Tale Housie</h3>
<p class="feature_text">Performing the mathematical operations to solve the puzzle
</p>
<a href="events/2023/ieee_day23/75_mathtale_housie.html" target="_blank"><button type="button"
class="btn btn-outline-info">Know More</button></a>
</div>
<div class="feature_item text-center">
<img src="events/images/sb/2023/74_ladder_logic/event_poster.jpg" style="width: 100%;" alt="">
<h3 class="feature_title">Ladder Logic Trivia</h3>
<p class="feature_text">Workshop on Ladder Logic</p>
<a href="events/2023/ieee_day23/74_ladder_logic.html" target="_blank"><button type="button"
class="btn btn-outline-info">Know More</button></a>
</div>
<div class="feature_item text-center">
<img src="events/images/sb/2023/73_flutter_fest/event_poster.jpg" style="width: 100%;" alt="">
<h3 class="feature_title">Flutter Fest</h3>
<p class="feature_text">Workshop on Flutter</p>
<a href="events/2023/ieee_day23/73_flutter_fest.html" target="_blank"><button type="button"
class="btn btn-outline-info">Know More</button></a>
</div>
<div class="feature_item text-center">
<img src="events/images/sb/2023/72_tech_puzzle_unscramble/event_poster.jpg" style="width: 100%;" alt="">
<h3 class="feature_title">Tech Puzzle Unscramble</h3>
<p class="feature_text">Hunt a word by solving the aptitude questions</p>
<a href="events/2023/ieee_day23/72_tech_puzzle_unscramble.html" target="_blank"><button type="button"
class="btn btn-outline-info">Know More</button></a>
</div>
<div class="feature_item text-center">
<img src="events/images/sb/2023/71_thesis_thrive/event_poster.jpg" style="width: 100%;" alt="">
<h3 class="feature_title">Thesis Thrive</h3>
<p class="feature_text">Paper Presentation competition</p>
<a href="events/2023/ieee_day23/71_thesis_thrive.html" target="_blank"><button type="button"
class="btn btn-outline-info">Know More</button></a>
</div>
<div class="feature_item text-center">
<img src="events/images/sb/2023/70_code_break/event_poster.jpg" style="width: 100%;" alt="">
<h3 class="feature_title">Code Break</h3>
<p class="feature_text">Coding Challenge</p>
<a href="events/2023/ieee_day23/70_code_break.html" target="_blank"><button type="button"
class="btn btn-outline-info">Know More</button></a>
</div>
<div class="feature_item text-center">
<img src="events/images/sb/2023/69_art_beyond_brushes/event_poster.jpg" style="width: 100%;" alt="">
<h3 class="feature_title">Art Beyond Brushes</h3>
<p class="feature_text">creativity Painting without using the brushes</p>
<a href="events/2023/ieee_day23/69_art_beyond_brushes.html" target="_blank"><button type="button"
class="btn btn-outline-info">Know More</button></a>
</div>
</div>
<div class="events-2022">
<button class="button-os button1">
<a href="./events_2023.html">
<p style="margin:auto; text-align:center;" class="ml10">
<span class="text-wrapper">
<span class="letters">EVENTS 2023</span>
</span>
</p>
</a>
</button>
</div>
</section>
<!-- events-count -->
<section class="status-count">
<div class="container container-fluid">
<div class="row">
<div class="col-md-4">
<div class="icon text-center">
<i class="fa fa-ticket fa-4x"></i>
</div>
<h1 class="text-center counter" data-target="89">0</h1>
<p class="text-center">Events</p>
</div>
<div class="col-md-4 justify-content-center">
<div class="icon text-center">
<i class="fa fa-users fa-4x"></i>
</div>
<h1 class="text-center counter" data-target="108">0</h1>
<p class="text-center">Memberships</p>
</div>
<div class="col-md-4">
<div class="icon text-center">
<i class="fa fa-calendar fa-4x"></i>
</div>
<h1 class="text-center counter" data-target="7">0</h1>
<p class="text-center">Years of Volunteering</p>
</div>
</div>
</div>
</section>
<!-- team -->
<!-- row-cols-1 row-cols-xs-1 row-cols-sm-1 row-cols-md-2 row-cols-lg-3 -->
<section class="team">
<div class="container container-fluid">
<div class="team-heading">
<div class="row">
<div class="col-sm-10 offset-sm-1 text-center">
<h1>Our Team</h1>
<hr class="underline" align="center" style="width:8.5em">
<a href="team.html">
<p style="font-weight: 500; font-size: 1.25em;">Meet the entire team</p>
</a>
</div>
</div>
</div>
<div class="team-info">
<div class="row justify-content-center">
<div class="col-md-6 col-lg-4 mb-4 h-100">
<div class="single-team">
<div class="img-area">
<img src="images/team/individual/abkrao.jpg" class="img-fluid">
<div class="social">
<ul class="list-inline">
<li><a href="mailto:[email protected]? subject = "><i
class="fa fa-envelope"></i></a></li>
<li><a href="mailto:[email protected]? subject = "><i
class="fa fa-yahoo"></i></a></li>
<!-- <li><a href="#"><i class="fa fa-instagram"></i></a></li> -->
</ul>
</div>
</div>
<div class="img-text">
<h4>Prof. Dr. A.B. Koteswara Rao</h4>
<h5>Principal</h5>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4 h-100">
<div class="single-team">
<div class="img-area">
<img src="images/team/coreteam-2023/branch_counsellor.jpg" class="img-fluid">
<div class="social">
<ul class="list-inline">
<li><a href="mailto:[email protected]? subject = "><i
class="fa fa-envelope"></i></a></li>
</ul>
</div>
</div>
<div class="img-text">
<h4>Dr. J. Bhaskara Rao</h4>
<h5>Branch Counsellor</h5>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4 h-100">
<div class="single-team">
<div class="img-area">
<img src="images/team/coreteam-2023/pes_advisor.jpg" class="img-fluid">
<div class="social">
<ul class="list-inline">
<li><a href="mailto:[email protected]? subject = "><i
class="fa fa-envelope"></i></a></li>
</ul>
</div>
</div>
<div class="img-text">
<h4>Dr. G.V.E. Satish Kumar</h4>
<h5>PES Chapter Advisor</h5>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4 h-100">
<div class="single-team">
<div class="img-area">
<img src="images/team/coreteam-2023/wie_advisor.jpg" class="img-fluid">
<div class="social">
<ul class="list-inline">
<li><a href="mailto:[email protected]? subject = "><i
class="fa fa-envelope"></i></a></li>
<!-- <li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-instagram"></i></a></li> -->
</ul>
</div>
</div>
<div class="img-text">
<h4>Ms. G. V. Hindumathi</h4>
<h5>WIE AG Advisor</h5>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4 h-100">
<div class="single-team">
<div class="img-area">
<img src="images/team/individual/harini.jpg" class="img-fluid">
<div class="social">
<ul class="list-inline">
<li><a href="mailto:[email protected]? subject = "><i
class="fa fa-envelope"></i></a></li>
</ul>
</div>
</div>
<div class="img-text">
<h4>Dr. D. N. D. Harini</h4>
<h5>CS Chapter Advisor</h5>
</div>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-md-6 col-lg-3 mb-4 h-100">
<div class="single-team">
<div class="img-area">
<img src="images/team/coreteam-2023/chair.jpg" class="img-fluid">
<div class="social">
<ul class="list-inline">
<li><a href="https://www.linkedin.com/in/mohammad-salman-raza-625502242/"><i
class="fa fa-linkedin"></i></a></li>
<li><a href="https://github.com/SalmanRaza03"><i class="fa fa-github"></i></a>
</li>
<li><a href="https://www.instagram.com/salman_.raza/?next=%2F"><i
class="fa fa-instagram"></i></a></li>
<li><a href="mailto:[email protected]? subject = "><i
class="fa fa-envelope"></i></a></li>
</ul>
</div>
</div>
<div class="img-text">
<h4>Salman Raza</h4>
<h5>SB Chair</h5>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3 mb-4 h-100">
<div class="single-team">
<div class="img-area">
<img src="images/team/coreteam-2023/wie_chair.jpg" class="img-fluid">
<div class="social">
<ul class="list-inline">
<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:[email protected] subject = "
target="__blank" class="contactlink"><i
class="fa far fa-envelope"></i></a></li>
</ul>
</div>
</div>
<div class="img-text">
<h4>Y. L. S. Sreeja</h4>
<h5>WIE Chair</h5>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3 mb-4 h-100">
<div class="single-team">
<div class="img-area">
<img src="images/team/coreteam-2023/cs_chair.jpg" class="img-fluid">
<div class="social">
<ul class="list-inline">
<li><a href="https://www.linkedin.com/in/aditya369"><i
class="fa fa-linkedin"></i></a></li>
<!-- <li><a href="https://twitter.com/Rajeshuppada7?s=08"><i class="fa fa-twitter"></i></a></li> -->
<li><a
href="https://instagram.com/jyothiraditya_mullapudi?utm_source=qr&igshid=NGExMmI2YTkyZg%3D%3D"><i
class="fa fa-instagram"></i></a></li>
<li class="instagram"><a href="mailto:[email protected] subject = "
target="__blank" class="contactlink"><i
class="fa far fa-envelope"></i></a></li>
</ul>
</div>
</div>
<div class="img-text">
<h4>M. G. V. Jyothiraditya</h4>
<h5>CS Chapter CHAIR</h5>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3 mb-4 h-100">
<div class="single-team">
<div class="img-area">
<img src="images/team/coreteam-2023/pes_chair.jpg" class="img-fluid">
<div class="social">
<ul class="list-inline">
<li><a href="https://www.linkedin.com/in/puli-rohit-reddy-2a9678223"><i
class="fa fa-linkedin"></i></a></li>
<!-- <li><a href="https://www.facebook.com/profile.php?id=100007404198235"><i class="fa fa-facebook"></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:[email protected] subject = "
target="__blank" class="contactlink"><i
class="fa far fa-envelope"></i></a></li>
</ul>
</div>
</div>
<div class="img-text">
<h4>Rohit Reddy</h4>
<h5>PES Chapter Chair</h5>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- testimonials -->
<section class="testimonials">
<div class="container container-fluid">
<div class="testimonials-heading">
<h1 class="text-center">Testimonials</h1>
<hr class="underline" align="center" style="width:8.5em">
</div>
<div id="testimonialsCarousel" class="carousel slide" data-ride="carousel" data-interval="3000">
<ol class="carousel-indicators">
<li data-target="#testimonialsCarousel" data-slide-to="0" class="active"></li>
<li data-target="#testimonialsCarousel" data-slide-to="1"></li>
<!-- <li data-target="#testimonialsCarousel" data-slide-to="2"></li> -->
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<div class="container-fluid">
<div class="row">
<div class="col-lg-5">
<div class="testimonial-image">
<img src="images/testimonials/howard_michel.jpg"
class="d-block img-responsive rounded" alt="...">
</div>
</div>
<div class="col-lg-7">
<div class="single-testimonial">
<h4>Howard Michel</h4>
<h5>IEEE President, 2015</h5>
<p><i class="fa fa-quote-left fa-2x" aria-hidden="true"></i>People talk about
job security. No one can give you that. Job security depends on the company.
What IEEE can do - and I use the phrase carefully - is offer
security. You can be the most valuable engineer by being current in
technology and by networking with others. If you take advantage of the
products and services that IEEE offers, you will become the most valuable
engineer in your organization. And if your job goes away, you'll have no
trouble finding another.</p>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="container-fluid">
<div class="row">
<div class="col-lg-5">
<div class="testimonial-image">
<img src="images/testimonials/lawrence_wong.jpg"
class="d-block img-responsive rounded" alt="...">
</div>
</div>
<div class="col-lg-7">
<div class="single-testimonial">
<h4>Lawrence Wong</h4>
<h5>Vice President, IEEE Member and Geographic Activities</h5>
<p><i class="fa fa-quote-left fa-2x" aria-hidden="true"></i>IEEE’s mission 'to
foster technological innovation and excellence for the benefit of humanity'
challenges us engineers to work towards a better future for
the entire global community, and there’s never a better and more exciting
time to be a member of IEEE to be part of this meaningful mission. I hope
you will take this opportunity and experience for yourself
what I discovered when I joined this dynamic community more than 30 years
ago.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- footer -->
<section class="page-footer" id="contact-info">
<div class="container footer-heading">
<div class="row" class="justify-content-center">
<div class="col-sm-10 offset-sm-1 justify-content-center p-3">
<div id="sfck6xxw7mczpe9yqpbpx5ks7saemw81gej" style="text-align: center"></div>
<script type="text/javascript"
src="https://counter3.stat.ovh/private/counter.js?c=k6xxw7mczpe9yqpbpx5ks7saemw81gej&down=async"
async></script><noscript><a href="https://www.freecounterstat.com" title="website counter"><img
src="https://counter3.stat.ovh/private/freecounterstat.php?c=k6xxw7mczpe9yqpbpx5ks7saemw81gej"
border="0" title="website counter" alt="website counter"></a></noscript>
</div>
<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>
<!-- my-footer tag contains the footer-info -->
<my-footer></my-footer>
</section>
<!-- 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/[email protected]/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/scripts.js"></script>
<script type="text/javascript" src="js/counter.js"></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: 10000,
smartSpeed: 1500,
responsive: {
0: {
items: 1
},
600: {
items: 2
},
1000: {
items: 3
}
}
})
$(window).scroll(function () {
if ($(window).scrollTop() >= 250) {
$(".blink").css("display", "block", "background-color .3s", "opacity .5s", " visibility .5s");
} else {
$(".blink").css("display", "none");
}
});
//events 2022 button styles
var textWrapper = document.querySelector('.ml10 .letters');
textWrapper.innerHTML = textWrapper.textContent.replace(/\S/g, "<span class='letter'>$&</span>");
anime.timeline({ loop: true })
.add({
targets: '.ml10 .letter',
rotateY: [-90, 0],
duration: 300,
delay: (el, i) => 60 * i
}).add({
targets: '.ml10',
opacity: 0,
duration: 1000,
easing: "easeOutExpo",
delay: 500
});
</script>
</body>
</html>