-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
916 lines (849 loc) · 36.5 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
913
914
915
916
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<title>IEEE SB GECBH</title>
<meta content="" name="description" />
<meta content="" name="keywords" />
<meta property="og:title" content="IEEE Student Branch GEC Barton Hill">
<meta property="og:description" content="Welcome to the Official Website of the IEEE Student Branch GEC Barton Hill">
<meta property="og:image" content="https://www.ieeegecbh.org/assets/img/logo.png">
<!-- Favicons -->
<link href="assets/img/logo.png" rel="icon" >
<link href="assets/img/logo.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i"
rel="stylesheet">
<!-- Vendor CSS Files -->
<link
href="assets/vendor/bootstrap/css/bootstrap.min.css"
rel="stylesheet"/>
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet" />
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet" />
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet" />
<link
href="assets/vendor/owl.carousel/assets/owl.carousel.min.css"
rel="stylesheet"/>
<link href="assets/vendor/aos/aos.css" rel="stylesheet" />
<link href="vendor/bootstrap/css/boo" rel="stylesheet">
<!--Bootstrap Core CSS -->
<link href="vendor/bootstrap/css/bootstrap.minseo.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet" />
<link rel="stylesheet" href="assets/css/fontawesome.css">
<link rel="stylesheet" href="assets/css/templatemo-seo-dream.css">
<link rel="stylesheet" href="assets/css/animated.css">
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="index-header">
<div class="container d-flex">
<div class="logo mr-auto" style="z-index: 28;">
<h1 class="text-light" >
<a href="index.html"><img src="assets/img/transparent (1).png" class="img-fluid"></a>
<a id="index-a-tg" class="index-a-tg" style="color: white;" href="index.html"><span>IEEE SB GECBH</span></a>
</h1>
</div>
<!--Navbar starting-->
<nav class="nav-menu d-none d-lg-block">
<ul>
<li><a id="index-a-tg" style="color:white;" class="active index-a-tg" href="../index.html">Home</a></li>
<li ><a id="index-a-tg" style="color:white;" class="active index-a-tg" href="../pages/events.html">Events</a></li>
<li class="drop-down">
<a id="index-a-tg" style="color:white;" class="active index-a-tg" href="#" class="active">IEEE SB GECBH</a>
<ul>
<li><a href="../pages/sb.about.html" >About</a></li>
<li class="drop-down">
<a href="#">EXECOM</a>
<ul>
<li>
<a href="../pages/sb.execom.24.html">IEEE EXECOM 2024</a>
</li>
<li>
<li>
<a href="../pages/sb.execom.23.html">IEEE EXECOM 2023</a>
</li>
<li>
<a href="../pages/sb.execom.22.html">IEEE EXECOM 2022</a>
</li>
<li>
<a href="../pages/sb.execom.21.html">IEEE EXECOM 2021</a></li>
<li>
<a href="../pages/sb.execom.20.html">IEEE EXECOM 2020</a>
</li>
<li>
<a href="../pages/sb.execom.19.html">IEEE EXECOM 2019</a>
</li>
</ul>
</li>
<li><a href="../pages/achievements.html">Our Achievements</a></li>
<li><a href="../pages/sb.gallery.html">Gallery</a></li>
<li class="drop-down">
<a href="#">Annual Report</a>
<ul>
<li><a href="../assets/img/annualreport2023.pdf">2023</a></li>
<li><a href="../assets/img/annualreport2022.pdf">2022</a></li>
<li><a href="../assets/img/annualreport2021.pdf">2021</a></li>
<li><a href="../assets/img/annualreport2020.pdf">2020</a></li>
<li><a href="../assets/img/annualreport2019.pdf">2019</a></li>
</ul>
</li>
</ul>
</li>
<li class="drop-down">
<a id="index-a-tg" style="color:white;" class="active index-a-tg" href="../pages/chap.html">Chapters</a>
<ul>
<li><a href="../pages/chap.wie.html">IEEE WIE AG</a></li>
<li><a href="../pages/chap.ras.html">IEEE RAS SBC</a></li>
<li><a href="../pages/chap.cs.html">IEEE CS SBC</a></li>
<li><a href="../pages/chap.aps.html">IEEE AP-S SBC</a></li>
<li><a href="../pages/chap.mtts.html">IEEE MTT-S SBC</a></li>
<li><a href="../pages/chap.sight.html">IEEE SIGHT AG</a></li>
</ul>
</li>
<!--<li><a id="index-a-tg" class="index-a-tg" style="color:white;" href="./pages/aniversary.html">15th Anniversary</a></li>-->
<li class="drop-down">
<a id="index-a-tg" style="color:white;" class="active index-a-tg" href="#">Flagship Events</a>
<ul>
<li><a href="../pages/aniversary.html">15th Anniversary</a></li>
<!--<li><a href="./pages/chap.ras.html">EXORDIUM</a></li>-->
<!--exordium drop-down-->
<li class="drop-down">
<a href="#">EXORDIUM</a>
<ul>
<li><a href="../pages/exordium.html">EXORDIUM - The Beginning</a></li>
<li><a href="../pages/exordium2.0.html">EXORDIUM 2.0</a></li>
</ul>
</li>
<!--best engineer-->
<li class="drop-down">
<a href="#">Best Engineer</a>
<ul>
<li><a href="../pages/best_engineer.6.0.html">Best Engineer 6.0</a></li>
<li><a href="../pages/best_engineer.7.0.html">Best Engineer 7.0</a></li>
<li><a href="../pages/best_engineer.8.0.html">Best Engineer 8.0</a></li>
<li><a href="../pages/best_engineer.8.0.html">Best Engineer 9.0</a></li>
</ul>
</li>
<li class="drop-down">
<a href="#">AlterDime</a>
<ul>
<li><a href="../pages/alterdime.html">AlterDime</a></li>
</ul>
</li>
<!--<li><a href="./pages/chap.cs.html">COGNITIONIS</a></li>-->
<li class="drop-down">
<a href="#">COGNITIONIS</a>
<ul>
<li><a href="../pages/cognitionis.html">COGNITIONIS</a></li>
<li><a href="../pages/cognitionis2.0.html">COGNITIONIS 2.0</a></li>
<li><a href="../pages/cognitionis2.0.html">COGNITIONIS 3.0</a></li>
</ul>
</li>
</ul>
</li>
<li><a id="index-a-tg" style="color:white;" class="active index-a-tg" href="../pages/contact-us.html">Contact Us</a></li>
<li><a id="index-a-tg" class="index-a-tg" style="color:white; background: #47b2e4;border-radius: 24px; max-width: 97px;
margin-left: 12px;" href="../pages/join-ieee.html">Join IEEE</a></li>
</ul>
</nav>
<!--Navbar Ending-->
</div>
</header>
<!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="d-flex align-items-center">
<div class="container">
<div class="row">
<div class="col-lg-6 d-flex flex-column justify-content-center pt-4 pt-lg-0 order-2 order-lg-1" data-aos="fade-up" data-aos-delay="200">
<h1>IEEE Student Branch</h1>
<h2>Government Engineering College<br>Barton Hill, Trivandrum</h2>
<div class="d-flex justify-content-center justify-content-lg-start">
<div class="btn-get-started scrollto">School Code : 41707494</div>
<div class="glightbox btn-watch-video"><i class="bi bi-play-circle"></i><span>Branch Code : 64271</span></div>
</div>
</div>
<div class="col-lg-6 order-1 order-lg-2 hero-img" data-aos="zoom-in" data-aos-delay="200">
<img src="assets/img/logo.png" class="img-fluid animated" alt="">
</div>
</div>
</div>
</section><!-- End Hero -->
<!--
Start About Section
==================================== -->
<section class="about-2 section" id="about">
<div class="container" data-aos="fade-up">
<div class="row">
<!-- section title -->
<div class="col-12">
<div class="title text-center">
<h1><strong>IEEE SB GECBH</strong></h1>
<h4><i>Thriving to be the best</i></h4>
<img src="assets/img/lines.svg" class="img-lines" alt="lines">
</div>
</div>
<!-- /section title -->
<div class="col-md-6">
<div class="aboutimg">
<img src="assets/img/transparent (1).png" class="img-fluid" alt="">
</div>
</div>
<div class="col-md-6">
<p><strong>IEEE Student Branch of Government Engineering College Barton Hill</strong> is the spin-off of integrated efforts by a diligent and lively crew. The zealousness with which our members engage in various events is stupendous. We have unfailingly generated prominent professionals, widely appreciated and known for their contributions to various tech spheres. Our Student branch has come a long way off and we are certain to accomplish many more milestones ahead.</p>
</div>
</div> <!-- End row -->
</div> <!-- End container -->
</section> <!-- End section -->
<!--End of About Section-->
<!--Why Join Us Section-->
<div id="services" class="our-services section">
<div class="container">
<div class="row">
<div class="col-lg-6 offset-lg-3">
<div class="section-heading wow bounceIn" data-wow-duration="1s" data-wow-delay="0.2s">
<h1>Why Join Us</h1>
</div>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row">
<div class="col-lg-4">
<div class="service-item wow bounceInUp" data-wow-duration="1s" data-wow-delay="0.3s">
<div class="row">
<div class="col-lg-4">
<div class="icon">
<img src="assets/img/dollar.png" alt="">
</div>
</div>
<div class="col-lg-8">
<div class="right-content">
<h4>Discounts</h4>
<p>Reduced rates on numerous products and services including conferences.</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="service-item wow bounceInUp" data-wow-duration="1s" data-wow-delay="0.4s">
<div class="row">
<div class="col-lg-4">
<div class="icon">
<img src="assets/img/allowances.png" alt="">
</div>
</div>
<div class="col-lg-8">
<div class="right-content">
<h4>Allowances</h4>
<p>Provision for travel grants, fellowships and scholarships.</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="service-item wow bounceInUp" data-wow-duration="1s" data-wow-delay="0.5s">
<div class="row">
<div class="col-lg-4">
<div class="icon">
<img src="assets/img/network.png" alt="">
</div>
</div>
<div class="col-lg-8">
<div class="right-content">
<h4>Professional Networking</h4>
<p>Chance to network with high-end professionals, scholars and like-minded people.</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="service-item wow bounceInUp" data-wow-duration="1s" data-wow-delay="0.6s">
<div class="row">
<div class="col-lg-4">
<div class="icon">
<img src="assets/img/calendar.gif" alt="">
</div>
</div>
<div class="col-lg-8">
<div class="right-content">
<h4>Updates</h4>
<p>Up-to-date knowledge on technical events around the globe.</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="service-item wow bounceInUp" data-wow-duration="1s" data-wow-delay="0.7s">
<div class="row">
<div class="col-lg-4">
<div class="icon">
<img src="assets/img/resources.png" alt="">
</div>
</div>
<div class="col-lg-8">
<div class="right-content">
<h4>Resources</h4>
<p>Access to thousands of scientific journals, e-books and articles.</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="service-item wow bounceInUp" data-wow-duration="1s" data-wow-delay="0.8s">
<div class="row">
<div class="col-lg-4">
<div class="icon">
<img src="assets/img/oppurtunity.png" alt="">
</div>
</div>
<div class="col-lg-8">
<div class="right-content">
<h4>Opportunity</h4>
<p>Innovative events and workshops to benefit all, to strengthen the technical, interpersonal and networking skills of all involved.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--Join Us completed-->
<!-- about the college title -->
<section class="college-2 section" id="college">
<div class="container" data-aos="fade-up">
<div class="row">
<div class="col-md">
<div class="title text-center">
<p><i>About Our College</i></p>
<h1><strong>GEC BARTON HILL</strong></h1>
</div>
</div>
<!--/about the college title-->
<div class="container pt-10">
<p style="text-align: justify;"><strong>Government Engineering College, Barton Hill</strong> was established by the Government of Kerala in the academic year 1999-2000. Within a short span of time since inception, the college has achieved notable academic excellence. The college is affiliated to <strong>APJ Abdul Kalam Kerala Technological University</strong> for all batches. It is under the administrative control of the Director of Technical Education, Government of Kerala. The present Principal of the college is <strong>Dr. N. Vijayakumar</strong>.</p>
<p style="text-align: justify;">Visit our college website for more details:- <a href="http://www.gecbh.ac.in/"><strong>www.gecbh.ac.in</strong></a></p>
</div>
</div>
</div>
</section>
<!--End of About college section-->
<!-- about the college title -->
<!-- ======= Counts Section ======= -->
<div class="numbersin" data-aos="fade-up" >
<p>2024 in Numbers</p>
<img src="assets/img/lines.svg" class="img-lines" alt="lines">
</div>
<section id="counts" class="counts">
<div class="container">
<div class="row counters">
<div class="col-lg-3 col-6 text-center">
<span data-purecounter-start="0" data-purecounter-end="167" data-purecounter-duration="1" class="purecounter"></span>
<p>Members</p>
</div>
<div class="col-lg-3 col-6 text-center">
<span data-purecounter-start="0" data-purecounter-end="46" data-purecounter-duration="1" class="purecounter"></span>
<p>R.R. (%)</p>
</div>
<div class="col-lg-3 col-6 text-center">
<span data-purecounter-start="0" data-purecounter-end="16" data-purecounter-duration="1" class="purecounter"></span>
<p>Awards</p>
</div>
<div class="col-lg-3 col-6 text-center">
<span data-purecounter-start="0" data-purecounter-end="109" data-purecounter-duration="1" class="purecounter"></span>
<p>Events</p>
</div>
<div class="col-lg-3 col-6 text-center">
<span data-purecounter-start="0" data-purecounter-end="12" data-purecounter-duration="1" class="purecounter"></span>
<p>Collaboration</p>
</div>
<div class="col-lg-3 col-6 text-center">
<span data-purecounter-start="0" data-purecounter-end="8" data-purecounter-duration="1" class="purecounter"></span>
<p>Conclaves</p>
</div>
<div class="col-lg-3 col-6 text-center">
<span data-purecounter-start="0" data-purecounter-end="7245" data-purecounter-duration="1" class="purecounter"></span>
<p>Participants</p>
</div>
<div class="col-lg-3 col-6 text-center">
<span data-purecounter-start="0" data-purecounter-end="65000" data-purecounter-duration="1" class="purecounter"></span>
<p>Cash Prize</p>
</div>
</div>
</div>
</section>
<!-- End Counts Section -->
<!--We promis to provide section-->
<div class="promise" data-aos="fade-up">
<p>We Promise To Provide</p>
<img src="assets/img/lines.svg" class="img-lines" alt="lines">
</div>
<div id="features" class="features section">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="features-content">
<div class="row">
<div class="col-lg-3">
<div class="features-item first-feature wow fadeInUp" data-wow-duration="1s" data-wow-delay="0s">
<div class="first-number number">
<h6>01</h6>
</div>
<div class="icon"></div>
<h4>Technology</h4>
<div class="line-dec"></div>
<p>A pathway to the technological realm, where our members can master skills that will prepare them for their careers</p>
</div>
</div>
<div class="col-lg-3">
<div class="features-item second-feature wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.2s">
<div class="second-number number">
<h6>02</h6>
</div>
<div class="icon"></div>
<h4>Exploration</h4>
<div class="line-dec"></div>
<p>A chance to explore new dimensions of technology and unleash your potential</p>
</div>
</div>
<div class="col-lg-3">
<div class="features-item third-feature wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.4s">
<div class="third-number number">
<h6>03</h6>
</div>
<div class="icon"></div>
<h4>Adaptability</h4>
<div class="line-dec"></div>
<p>Adaptability to different circumstances qualifying them to easily fit into any role throughout their life.</p>
</div>
</div>
<div class="col-lg-3">
<div class="features-item fourth-feature last-features-item wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.6s">
<div class="fourth-number number">
<h6>04</h6>
</div>
<div class="icon"></div>
<h4>Networking</h4>
<div class="line-dec"></div>
<p>Networking with like-minded people and leading professionals who are the best in the industry.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--We promise to provide section end-->
<!--Exordium Point-->
<!--
<div id="portfolio" class="our-portfolio section">
<div class="container">
<div class="row">
<div class="col-lg-5">
<div class="section-heading wow fadeInLeft" data-wow-duration="1s" data-wow-delay="0.3s">
<h4>Face of IEEE SB GECBH</h4>
<h2>EXORDIUM<br>The Flagship Event</h2>
</div>
</div>
</div>
</div>
<br><br><br>
<div class="container-fluid wow fadeIn" data-wow-duration="1s" data-wow-delay="0.7s">
<div class="row">
<div class="col-lg-12">
<div class="loop owl-carousel">
<div class="item">
<div class="portfolio-item">
<div class="thumb">
<img src="assets/img/arcadium.jpeg" alt="">
<div class="hover-content">
<div class="inner-content">
<h4>Arcadium</h4>
</div>
</div>
</div>
</div>
<div class="portfolio-item">
<div class="thumb">
<img src="assets/img/flutterwebinar.jpeg" alt="">
<div class="hover-content">
<div class="inner-content">
<h4>Workshop on Flutter and Agora App Builder</h4>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="portfolio-item">
<div class="thumb">
<img src="assets/img/disentangle.jpeg" alt="">
<div class="hover-content">
<div class="inner-content">
<h4>Disentangle</h4>
</div>
</div>
</div>
</div>
<div class="portfolio-item">
<div class="thumb">
<img src="assets/img/bestengineer.jpeg" alt="">
<div class="hover-content">
<div class="inner-content">
<h4>Best Engineer : Final Round</h4>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="portfolio-item">
<div class="thumb">
<img src="assets/img/spielboat.jpeg" alt="">
<div class="hover-content">
<div class="inner-content">
<h4>Spiel-Boat</h4>
</div>
</div>
</div>
</div>
<div class="portfolio-item">
<div class="thumb">
<img src="assets/img/matlympics.jpeg" alt="">
<div class="hover-content">
<div class="inner-content">
<h4>Matlympics</h4>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="portfolio-item">
<div class="thumb">
<img src="assets/img/debatable.jpeg" alt="">
<div class="hover-content">
<div class="inner-content">
<h4>It's Debatable</h4>
</div>
</div>
</div>
</div>
<div class="portfolio-item">
<div class="thumb">
<img src="assets/img/cognitionis.jpeg" alt="">
<div class="hover-content">
<div class="inner-content">
<h4>Cognitionis#10</h4>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="portfolio-item">
<div class="thumb">
<img src="assets/img/ansys.jpeg" alt="">
<div class="hover-content">
<div class="inner-content">
<h4>Workshop on ANSYS HFSS | 3D High Frequency Simulator</h4>
</div>
</div>
</div>
</div>
<div class="portfolio-item">
<div class="thumb">
<img src="assets/img/yptalk.jpeg" alt="">
<div class="hover-content">
<div class="inner-content">
<h4>YP Talk on AR and VR</h4>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="portfolio-item">
<div class="thumb">
<img src="assets/img/ieeepaper.jpeg" alt="">
<div class="hover-content">
<div class="inner-content">
<h4>Talk on Publishing a Research Paper in IEEE</h4>
</div>
</div>
</div>
</div>
<div class="portfolio-item">
<div class="thumb">
<img src="assets/img/womantalk.jpeg" alt="">
<div class="hover-content">
<div class="inner-content">
<h4>Talk on the Woman Entrepreneur - Can she have it all</h4>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="portfolio-item">
<div class="thumb">
<img src="assets/img/crusade.jpeg" alt="">
<div class="hover-content">
<div class="inner-content">
<h4>Crusade</h4>
</div>
</div>
</div>
</div>
<div class="portfolio-item">
<div class="thumb">
<img src="assets/img/cercetare.jpeg" alt="">
<div class="hover-content">
<div class="inner-content">
<h4>Cercetare</h4>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="portfolio-item">
<div class="thumb">
<img src="assets/img/ordonance.jpeg" alt="">
<div class="hover-content">
<div class="inner-content">
<h4>Ordonance</h4>
</div>
</div>
</div>
</div>
<div class="portfolio-item">
<div class="thumb">
<img src="assets/img/rfenergy.jpeg" alt="">
<div class="hover-content">
<div class="inner-content">
<h4>Talk on RF Energy Harvesting Sysytems : An Overview</h4>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="portfolio-item">
<div class="thumb">
<img src="assets/img/quizbuzz.jpeg" alt="">
<div class="hover-content">
<div class="inner-content">
<h4>Quizbuzz</h4>
</div>
</div>
</div>
</div>
<div class="portfolio-item">
<div class="thumb">
<img src="assets/img/uiux.jpeg" alt="">
<div class="hover-content">
<div class="inner-content">
<h4>Workshop on UI/UX Designing</h4>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="portfolio-item">
<div class="thumb">
<img src="assets/img/thequest.jpeg" alt="">
<div class="hover-content">
<div class="inner-content">
<h4>The Quest 2.0</h4>
</div>
</div>
</div>
</div>
<div class="portfolio-item">
<div class="thumb">
<img src="assets/img/l4series.jpeg" alt="">
<div class="hover-content">
<div class="inner-content">
<h4>L4 Series talk on Surface Electromagnetics : Physics Exploration and Engineering Applications</h4>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="portfolio-item">
<div class="thumb">
<img src="assets/img/coppel.jpeg" alt="">
<div class="hover-content">
<div class="inner-content">
<h4>Coppeliasim</h4>
</div>
</div>
</div>
</div>
<div class="portfolio-item">
<div class="thumb">
<img src="assets/img/procareer.jpeg" alt="">
<div class="hover-content">
<div class="inner-content">
<h4>Talk on Professional Career Development</h4>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
-->
<!--End of Exordium Point-->
<!-- JOIN IEEE start -->
<br><br>
<div class="join-ieee">
<div class="section-heading wow fadeInLeft" data-wow-duration="1s" data-wow-delay="0.3s">
<p style="text-align: center;"> </p>
<p style="text-align: center;"><em>Experience the Joy of Volunteering</em></p>
<h2 class="about_header" style="text-align: center;">JOIN IEEE</h2>
<div class="container pt-10">
<p style="text-align: justify;">Reach your full potential as part of the world’s largest technology community. Join professionals, experts, and advisors who can help shape your career, offer resources to acquire new skills, and advance your professional development.</p>
<p style="text-align: center;"><strong>To learn about IEEE Membership</strong></p>
<div class="main-green-button"><a href="pages/join-ieee.html">Learn More</a></div>
</div>
</div>
</div>
</div>
</div>
<!-- JOIN IEEE end -->
<br><br><br>
<div id="subscribe" class="subscribe" data-aos="fade-up">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="inner-content">
<div class="row">
<div class="col-lg-10 offset-lg-1">
<h2>Subscribe for our Events</h2>
<form id="subscribe" action="https://formspree.io/f/xjvjzgrz" method="POST">
<input type="text" name="name" id="name" placeholder="Your Name" required="">
<input type="text" name="email" id="email" pattern="[^ @]*@[^ @]*" placeholder="Your Email" required="">
<input type="hidden" name="_next" value="https://www.ieeegecbh.org">
<button type="submit" class="main-button ">Subscribe</button>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<br><br><br><br><br><br><br>
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-newsletter">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6">
<h4>Join Our Events</h4>
<p>Subscribe to get notified about the latest event hosted by IEEE SB GECBH</p>
<form action="https://formspree.io/f/xjvjzgrz" method="post">
<input type="email" name="email"><input type="submit" value="Subscribe">
<input type="hidden" name="_next" value="https://www.ieeegecbh.org/pages/thankyoupage.html">
</form>
</div>
</div>
</div>
</div>
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 footer-contact">
<h3>IEEE SB GECBH</h3>
<p>
Govt. Engineering College, Barton Hill<br>
Trivandrum - 695035<br>
India<br><br>
<strong>Email:</strong> [email protected]<br>
</p>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="https://www.ieee.org/">IEEE.org</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="https://ieeekerala.org/">IEEE Kerala Section</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="https://www.ieeer10.org/">IEEE Region 10</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="https://ieeexplore.ieee.org/Xplore/home.jsp">IEEE Xplore Digital Library</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="https://ieee-collabratec.ieee.org/">IEEE Collabratec</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="https://www.ieee.org/membership/join/index.html?WT.mc_id=hc_join">Join IEEE</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="https://www.ieee.org/sitemap.html">More Links</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Our Student Branch Chapters</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="pages/chap.cs.html">Computer Society</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="pages/chap.wie.html">Women In Engineering</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="pages/chap.ras.html">Robotics And Automation Society</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="pages/chap.aps.html">Antennas and Propagation Society</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="pages/chap.mtts.html">Microwave Theory & Techniques Society</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="./chap.sight.html">Special Interest Group on Humanitarian Technology</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Our Social Networks</h4>
<p>Follow us on our Social Media handle to stay updated with events and get notified</p>
<div class="social-links mt-3">
<a href="https://twitter.com/ieeegecbh" class="twitter"><i class="bx bxl-twitter"></i></a>
<a href="https://www.facebook.com/gecbieee/" class="facebook"><i class="bx bxl-facebook"></i></a>
<a href="https://instagram.com/ieeegecbh" class="instagram"><i class="bx bxl-instagram"></i></a>
<a href="https://www.linkedin.com/company/ieee-sb-gecbh" class="linkedin"><i class="bx bxl-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="container footer-bottom clearfix">
<div class="copyright">
© Copyright <strong><span>IEEE SB GECBH</span></strong>. All Rights Reserved
</div>
<div class="credits">
Designed by <strong><a href="pages/sb.excom.html#webteam">IEEE Web Development Committee GECBH</a></strong>
</div>
</div>
</footer>
<!-- End Footer -->
<a href="#" class="back-to-top"><i class="icofont-simple-up"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/jquery-sticky/jquery.sticky.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.jsseo.map"></script>
<script src="assets/js/owl-carousel.js"></script>
<script src="assets/js/animation.js"></script>
<script src="assets/js/imagesloaded.js"></script>
<script src="assets/js/custom.js"></script>
<script src="assets/vendor/purecounter/purecounter.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>