-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
905 lines (804 loc) · 42.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Alumni Meet GECB</title>
<!-- Favicon -->
<link href="./assets/img/abgecLogo/favicon.ico" rel="icon">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Google Fonts -->
<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=Inter+Tight:wght@300&family=Kanit:wght@300&family=Merriweather+Sans:wght@500&family=Noto+Serif+JP:wght@200&family=Playfair+Display&display=swap"
rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="./assets/vendor/aos/aos.css" rel="stylesheet">
<link href="./assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="./assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="./assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="./assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- CSS -->
<link rel="stylesheet" href="https://unpkg.com/flickity@2/dist/flickity.min.css">
</head>
<body>
<!-- ======= Hero Section ======= -->
<section id="hero">
<div class="hero-container" data-aos="zoom-in" data-aos-delay="100">
<img src="./assets/img/abgecLogo/logo-college-1.png" alt="Hero Logo">
<h1><span>Welcome to</span><span style="color: rgb(255, 136, 0);"> ABGEC</span></h1>
<h2>Alumni of Bilaspur Government Engineering College</h2>
<div id="para">
<strong>It's time to look and reminisce on days when all seemed bright & clear.</strong><br>
<strong>Let us celebrate all that was & all that is .....</strong><br>
</div>
</div>
</section>
<!-- End Hero Section -->
<!--marquee tag-->
<div class="mar">
<marquee id="marquee" scrollamount="12" loop="Infinite">Registrations are open for Global Alumni Meet 2022.
<a id="marquee-link" href="#contact">Click here to register !</a>
Registrations are open for Global
Alumni Meet 2022.
<a id="marquee-link" href="#contact">Click here to register!</a>
Registrations are open for
Global Alumni Meet 2022.
<a id="marquee-link" href="#contact">Click here to register!</a>
</marquee>
</div>
<!--marquee tag end-->
<!-- ======= Main start ======= -->
<main id="main">
<!-- ======= About Section ======= -->
<div class="aboutABGEC">
<h2 class="aboutABGEC-head">
<span
style="background: -webkit-linear-gradient(#0000ff,#000000); -webkit-background-clip: text; -webkit-text-fill-color: transparent;">About
ABGEC</span>
</h2>
<div class="about-square">
<div class="about-square-img">
<img src="./assets/img/about.png" alt="">
</div>
<!-- <p><br></p> -->
<p>As the world comes together through this pandemic, it's time for us to unite as well. Government Engineering
College, Bilaspur is providing an opportunity to learn from each other as we are adjusting to the new normal
in our individual and social life. The college has constituted the Alumni Association with a view to establish
and strengthen the close relation of its alumni with the college.</p>
<p>The alumni association plays an important role in helping to shape the future of our college by representing
the views of its members and contributing to building an engaged and supportive alumni community to world’s
class society.</p>
<p>Government Engineering College (GEC), Bilaspur provides a stage to connect the alumni with the GEC Institute
through ABGEC. In striving to meet its commitment to good relations with the alumni, the GEC Bilaspur
Institute organizes a host of activities to enhance this interaction.</p>
<p>ABGEC a platform to understand great achievements from our GEC, Bilaspur Family, and also a chance to
network/learn with them.</p>
</div>
</div>
<!-- ======= About Section End ======= -->
<!-- Feature SECTION -->
<div id="features">
<h2 class="title feature-head"><span style="color: white;">FEATURE</span></h2>
<div class="main-carousel"
data-flickity='{ "cellAlign": "center", "contain": true , "wrapAround":true, "autoPlay":true, "pauseAutoPlayOnHover": false, "prevNextButtons": false,"pageDots": false}'>
<div class="carousel-cell slider-container">
<p>“The smallest act of kindness is worth more than the grandest intention.” <br><strong>NSS -
GECB</strong></p>
</div>
<div class="carousel-cell slider-container">
<p>“It's not the team with best players that wins. It's the players with the best team that wins!!”
<br><strong>SPORTS CLUB - GECB</strong>
</div>
<div class="carousel-cell slider-container">
<p>“Literacy is most basic currency of the knowledge economy.” <br><strong>LITERARY CLUB - GECB</strong>
</p>
</div>
<div class="carousel-cell slider-container">
<p>“Culture is the arts elevated to a set of beliefs..” <br><strong>CULTURAL CLUB - GECB</strong></p>
</div>
<div class="carousel-cell slider-container">
<p>“The definition of success constantly evolves for the truly ambitious.” <br><strong>DEVELOPER'S CLUB -
GECB</strong></p>
</div>
</div>
</div>
<!-- Feature SECTION end -->
<!-- ======= Messages ======= -->
<h2 class="message-heading">Golden Words by Committee Members</h2>
<!-- President Message -->
<div class="message">
<div class="square">
<div class="president-msg-photo "></div>
<div class="msg-content">
<p>Beginning with three branches and limited faculties, Government Engineering College, Bilaspur has now
become a premier institute offering prestigious degrees for under-graduates as well as post-graduates. The
institute aims to shape the achievers of future and equip them with all the required skills and top class
capabilities to shine in their chosen field. It gives me immense satisfaction that our Institution is able
to contribute to society by producing capable students who are given sound professional training, besides
enlightened by inculcating moral values in them. </p>
<p>Spreading education among masses is perhaps the greatest gift one can give to society. It enlightens and
empowers people, humanizes them and gives meaning to their existence, thereby bringing peace and prosperity
in the society and makes this universe more live-able. Government Engineering College, Bilaspur offers the
best of infrastructure, libraries stocked with standard books, creative project facilities and an enabling
and interacting environment for learning.</p>
<p>Time is a limited resource. If the students have the ambition to make a mark in any field the only way is
to choose the right direction and strive to achieve the goal. I look forward to the continuous and
harmonious development through care, compassion and concern so that students may go out in the world to
glitter and glow. I wish all students a bright academic future, an illustrious career, and happy life.</p>
</div>
</div>
</div>
<!-- President Message end-->
<!-- PRINCIAPL MESSAGE -->
<div class="message">
<div class="square">
<div class="principal-msg-photo "></div>
<div class="msg-content">
<p>ASK - Always Seek Knowledge. There are three principal means of acquiring knowledge... observation of
nature, reflection, and experimentation. Observation collects facts; reflection combines them;
experimentation verifies the results of that combination. I wish the most effective of fortune, peace, and
prosperity to all or any people who contribute to the noble task of spreading education and its manifest
qualities, aims, and objectives. Success for all students is ensured at our institute by the delivery of an
enriching, child-centered, balanced, and structured curriculum and a full institute specialize in student
welfare that focuses on the positive recognition of student achievements. During this age of globalization,
survival without new learning is unthinkable. So, we must not ever forget to encourage every effort of the
youngsters to enhance their every act of generosity and honesty and celebrate even the tiniest of
achievements.</p>
<p>The world around us is continually changing and that we are aware that there are many challenges that lie
before us as we navigate around this world of adjusting demands. We plan the moon, we all know that whether
or not we miss, we are going to land somewhere among the celebs. The requirement of the hour is to
collaborate, innovate, and continue to grow so as to stay pace with the changes that are inevitable.
Education and training today are to be aligned and geared to satisfy these remarkable challenges.</p>
<p>I also encourage and promote research activities and integrate them with the teaching-learning process. We
believe lifelong learning and training, resulting in the benefits of society. Our core values of data,
character, excellence, integrity, transparency, quality, teamwork, execution with passion, trust, and
continuous and student-centric learning are all closely integrated into our academic programmes.</p>
</div>
</div>
</div>
<!-- PRINCIAPL MESSAGE end-->
<!-- SECRETARY MESSAGE -->
<div class="message">
<div class="square">
<div class="secretary-msg-photo "></div>
<div class="msg-content">
<p>"When you have a dream, you've got to grab it and never let go."</p>
<p>In an era of firm competition, success can only be achieved if one makes the right kind of effort at the
right time. I am happy to note that Government Engineering College, Bilaspur, is following the ideals of
integrated learning by giving opportunities to students to develop their personality through different
co-curricular as well as extracurricular activities and soft skill courses. An important component of
academic excellence is remarkable faculty who teach with skill and passion.</p>
<p>I seek to foster increased engagement among students, parents, teachers, and policy makers to not only help
youth achieve their highest potential but also to raise the happiness and fulfillment index. We provide
personalized, top grade education delivered by an experienced and well-qualified faculty who bring an
intellectual rigor and practical focus to their classrooms. We draw students from diverse and multi-cultural
backgrounds, which provide a very vibrant and stimulating college environment. </p>
<p>Our efforts also are enhanced by the vital involvement of inspirational alumni, who are doing innovative
and transformative things in their personal and professional lives and serve as shining examples for our
society. They are making their marks on just about every profession and walk of life imaginable—proof that
an engineering degree can lead to great things.</p>
</div>
</div>
</div>
<!-- SECRETARY MESSAGE end-->
<!-- ======= Messages End======= -->
<!-- ======= Invitation Section ======= -->
<section id="invitation">
<div class="container" data-aos="fade-up">
<div class="row invitation-container">
<div class="col-lg-12 content order-lg-1">
<h2 class="title invitation-head" style="background: -webkit-linear-gradient(#0000ff,#000000);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
">GLOBAL ALUMNI MEET - 2022</h2>
<h2 class="title invitation-subHead" style="background: -webkit-linear-gradient(rgb(23, 23, 183) ,black);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
">
(1<sup style="background: -webkit-linear-gradient(rgb(23, 23, 183) ,black);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;">st</sup> batch <strong>1969 to 2015</strong> passout)</h2>
<h2 class=" title" style=" background: -webkit-linear-gradient(blue,black);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;">
<strong>INVITATION</strong>
</h2>
<h4 class="invitation-quote"><strong>Old Leaves, Stronger Roots</strong></h4>
<h4 class="invitation-quote" style=" color: rgb(22, 9, 168);"><i>Life gives us a brief moment with
another...</i></h4>
<h4 class="invitation-quote" style="colorclass: rgb(22, 9, 168);"><i>but sometimes, in those brief moments,
we get memories that last for
a lifetime.</i></h4>
<p><strong style="font-size: 23px;">Dear Alumni/Alumnae,</strong></p>
<p><strong style="color: rgb(22, 9, 168); font-size: 23px;">Warm Greetings!</strong></p>
<p>As the world comes together through this pandemic, it's time for us to unite more. This is often an
opportunity to be told from each other as we are adjusting to the new normal in our individual and social
life. It's a platform to know great achievements from our <strong
style="color: rgb(22, 9, 168); font-size:22px;">ABGEC and GEC, Bilaspur Family</strong>, and also a
chance to network/learn with them. <strong style="color: rgb(22, 9, 168); font-size:22px;">ABGEC,
Bilaspur, and GEC, Bilaspur</strong> is organizing one of the most important <strong
style="color: rgb(22, 9, 168); font-size:22px;">“Global Alumni Meet - 2022”</strong> on the <strong
style="color: rgb(22, 9, 168); font-size:22px;">10<sup>th</sup> and 11<sup>th</sup> of December,
2022</strong>. Please mark
your calendar now to attend this event. Because of your generous support for alumni associates within the
past, an honest deal of fine work has been done through the Alumni Association.</p>
<p>
We are glad to inform the conduction of Special Recognition Programme for the celebration of the <strong
style="color: rgb(22, 9, 168); font-size:22px;">Golden Jubilee</strong>, <strong
style="color: rgb(22, 9, 168); font-size:22px;">40<sup>th</sup> Year</strong>, <strong
style="color: rgb(22, 9, 168); font-size:22px;">30<sup>th</sup> Year</strong> and <strong
style="color: rgb(22, 9, 168); font-size:22px;">Silver Jubilee</strong> for pass-out years <strong
style="color: rgb(22, 9, 168); font-size:22px;">1969-72, 1982, 1992 and 1997</strong> respectively.
</p>
<p>Please register as soon as possible through the registration link. Please convey this message to your GEC
Bilaspur friends.</p>
<p>You are our prized possession and valued ambassador and that we crave for your continued association with
us.</p>
<p>Looking forward to seeing you at the event!</p>
<p>With kind regards and best wishes,</p>
<p>Yours sincerely</p>
<p><strong style="font-size :23px;">Er. Tavinderpal Singh Arora</strong></p>
<p>Chairman</p>
<p><strong style="font-size:23px;">Dr. B.S. Chawla</strong></p>
<p>Principal</p>
<p>Government Engineering College, Bilaspur</p>
</div>
</div>
</div>
</section>
<!-- ======= Invitation Section ======= -->
<!-- ======= programme schedule Section ======= -->
<section id="schedule">
<div class="container" data-aos="fade-up">
<div class="section-header">
<h3 class="section-title">
<span style="color: white;">programme SCHEDULE</span>
</h3>
</div>
<h4 class="title"><a href="">10<sup>th</sup> & 11<sup>th</sup> December, 2022</a></h4>
<div class="row">
<div class="col-lg-4" data-aos="zoom-in">
<div class="box">
<div class="icon"><a href=""><i class="fa fa-calendar"></i></a></div>
<p>Inaugural Function</p>
<p>Address by the Chief Guest</p>
<p>CEO's Conclave</p>
<p>Women Conclave</p>
<p>Young Achievers Conclave</p>
</div>
</div>
<div class="col-lg-4" data-aos="zoom-in">
<div class="box">
<div class="icon"><a href=""></a><i class="fa fa-calendar"></i></a></div>
<p>Global Alumni Invitation (Virtual)</p>
<p>Entrepreneurs Conclave</p>
<p>Departments/Hostels Visit</p>
<p>Cultural Events Night</p>
<p>Honour of Faculties</p>
</div>
</div>
<div class="col-lg-4" data-aos="zoom-in">
<div class="box">
<div class="icon"><a href=""></a><i class="fa fa-calendar"></i></a></div>
<p style="text-decoration: underline ;">SPECIAL ATTRACTION OF THE MEET -</p>
<p>Golden Jubilee Celebration (1969-72 Passout)</p>
<p>Silver Jubilee Celebration (1997 Passout)</p>
<p>40<sup>th</sup> Year Celebration (1982 Passout)</p>
<p>30<sup>th</sup> Year Celebration (1992 Passout)</p>
</div>
</div>
</div>
</div>
</section>
<!-- programme schedule Section -->
<!-- ======= Executive Team Section heading ======= -->
<section class="one">
<h2 class="title title-executive">
<span class="color-h" style="background: -webkit-linear-gradient(#0000ff,#000000);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;"> EXECUTIVE TEAM</span>
</h2>
</section>
<!-- ======= Executive team Section ======= -->
<div class="two">
<section id="testimonials" class="testimonials">
<div class="container">
<div class="testimonials-slider swiper" data-aos="fade-up" data-aos-delay="100">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="testimonial-item">
<div class="img-area">
<img src="./assets/img/team/tavindersingh.jpg" class="testimonial-img" alt="">
</div>
<h3>Er. Tavinderpal Singh Arora</h3>
<h4>President</h4>
<h4>1977 Mech</h4>
<h4>+91 94252-19490</h4>
</div>
</div>
<div class="swiper-slide">
<div class="testimonial-item">
<div class="img-area">
<img src="./assets/img/team/bschawla.jpeg" class="testimonial-img" alt="">
</div>
<h3>Dr. Balbir Singh Chawla</h3>
<h4>Principal | Vice President</h4>
<h4>1981 Mech</h4>
<h4>+91 94241-44099</h4>
</div>
</div>
<div class="swiper-slide">
<div class="testimonial-item">
<div class="img-area">
<img src="./assets/img/team/sudheergupta.jpeg" class="testimonial-img" alt="">
</div>
<h3>Er. Sudheer Gupta</h3>
<h4>Secretary</h4>
<h4>1982 Civil</h4>
<h4>+91 99935-96555</h4>
</div>
</div>
<div class="swiper-slide">
<div class="testimonial-item">
<div class="img-area">
<img src="./assets/img/team/rkagrawal.jpeg" class="testimonial-img" alt="">
</div>
<h3>Er. Rajkumar Agrawal</h3>
<h4>Vice President</h4>
<h4>1977 Mech</h4>
<h4>+91 93003-21500</h4>
</div>
</div>
<div class="swiper-slide">
<div class="testimonial-item">
<div class="img-area">
<img src="./assets/img/team/rkawasthi.jpeg" class="testimonial-img" alt="">
</div>
<h3>R.K. Awasthi</h3>
<h4>Vice President</h4>
<h4>1979 Elect</h4>
<h4>+91 98261-16738 </h4>
</div>
</div>
<div class="swiper-slide">
<div class="testimonial-item">
<div class="img-area">
<img src="./assets/img/team/jyotirmayarya.png" class="testimonial-img" alt="">
</div>
<h3>Er. Jyotirmay Arya</h3>
<h4>Vice President</h4>
<h4>1979 Mech</h4>
<h4>+91 98261-30163</h4>
</div>
</div>
<div class="swiper-slide">
<div class="testimonial-item">
<div class="img-area">
<img src="./assets/img/team/paramjeetsaluja.jpeg" class="testimonial-img" alt="">
</div>
<h3>Er. Paramjeet Saluja</h3>
<h4>Treasurer</h4>
<h4>1988 Mech</h4>
<h4>+91 94252-20140</h4>
</div>
</div>
<div class="swiper-slide">
<div class="testimonial-item">
<div class="img-area">
<img src="./assets/img/team/hsdhingra.jpeg" class="testimonial-img" alt="">
</div>
<h3>Er. H.S. Dhingra</h3>
<h4>Executive Member</h4>
<h4>1980 Civil</h4>
<h4>+91 94255-30164</h4>
</div>
</div>
<div class="swiper-slide">
<div class="testimonial-item">
<div class="img-area">
<img src="./assets/img/team/rkshivhare.jpeg" class="testimonial-img" alt="">
</div>
<h3>Er. R.K. Shivhare</h3>
<h4>Executive Member</h4>
<h4>1980 Civil</h4>
<h4>+91 94252-23378</h4>
</div>
</div>
<div class="swiper-slide">
<div class="testimonial-item">
<div class="img-area">
<img src="./assets/img/team/sanjaysharma.jpeg" class="testimonial-img" alt="">
</div>
<h3>Er. Sanjay Sharma</h3>
<h4>Executive Member</h4>
<h4>1985 Civil</h4>
<h4>+91 94241-52590</h4>
</div>
</div>
<div class="swiper-slide">
<div class="testimonial-item">
<div class="img-area">
<img src="./assets/img/team/abhijeetsinha.jpeg" class="testimonial-img" alt="">
</div>
<h3>Er. Abhijeet Sinha</h3>
<h4>Executive Member</h4>
<h4>1989 Mech</h4>
<h4>+91 81305-55119</h4>
</div>
</div>
<div class="swiper-slide">
<div class="testimonial-item">
<div class="img-area">
<img src="./assets/img/team/umeshshri.jpeg" class="testimonial-img" alt="">
</div>
<h3>Er. Umesh Shrivastava</h3>
<h4>Executive Member</h4>
<h4>1992 Mech</h4>
<h4>+91 97020-18696</h4>
</div>
</div>
<div class="swiper-slide">
<div class="testimonial-item">
<div class="img-area">
<img src="./assets/img/team/ravindra.jpeg" class="testimonial-img" alt="">
</div>
<h3>Er. Ravindra Kumar</h3>
<h4>Executive Member</h4>
<h4>1992 Mining</h4>
<h4>+91 65947-73668</h4>
</div>
</div>
<div class="swiper-slide">
<div class="testimonial-item">
<div class="img-area">
<img src="./assets/img/team/gopalthakur.jpeg" class="testimonial-img" alt="">
</div>
<h3>Er. Gopal Singh Thakur</h3>
<h4>Executive Member</h4>
<h4>1992 Civil</h4>
<h4>+91 99935-96513</h4>
</div>
</div>
<div class="swiper-slide">
<div class="testimonial-item">
<div class="img-area">
<img src="./assets/img/team/anupamtiwari.png" class="testimonial-img" alt="">
</div>
<h3>Er. Anupam Tiwari</h3>
<h4>Executive Member</h4>
<h4>1993 Civil</h4>
<h4>+91 99935-96615</h4>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<!-- ======= Executive team end ======= -->
<!-- ======= REgistration Section ======= -->
<section id="contact">
<div class="container reg-container">
<div class="section-header">
<h3 class="section-title reg-title"><span style="background: -webkit-linear-gradient(#0000ff,#000000);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;">Registration</span></h3>
<h4 class="section-title" style="font-size:2rem; background: -webkit-linear-gradient(#0000ff,#000000);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;">(1<sup style="font-size:1.2rem; background: -webkit-linear-gradient(#0000ff,#000000);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;">st</sup> batch 1969 to 2015 passout)</h4>
<p class="section-description reg-content">
<strong style="color: rgb(22, 9, 168);">
We are glad to inform you that we have launched a separate link, especially for the "Global Alumni Meet
2022". We
request all the alumni to register as soon as possible and confirm their participation in order to make
the event success.
</strong>
</p>
<p class="reg-content">
<h4><u style="color: blue;">Registration fees (Excluding Lodging and Travelling Expenses)</u></h4>
<ul>
<li><strong>Individual - <i class="fa fa-rupee"></i> <span class="number-font">5000.0</span></strong></li>
<li><strong>Spouse - <i class="fa fa-rupee"></i> <span
class="number-font">3000.0</span></strong></li>
<li><strong>Children - <i class="fa fa-rupee"></i> <span class="number-font">3000.0</span> (For age
above 10 years)</strong>
</li>
</ul>
</p>
<p class="reg-content">
<h4><u style="color: blue;">For Online Payment:</u></h4>
<strong>Name of Account : ALUMNI OF BILASPUR GEC MEET</strong><br>
<strong>Account No. :
<span class="number-font">2149104000066477</span></strong><br>
<strong>IFSC
Code :
<span class="number-font">IBKL0002149</span></strong><br>
<strong>Bank :
IDBI Bank, Dayalband, Bilaspur (C.G.)</strong><br>
<br>
</p>
<p class="reg-content">
<h4><u style="color: blue;">Accomodation:</u></h4>
<p class="reg-text-format">
Lodging and Traveling arrangements have to be made by each participant <strong>on their own</strong> for the
stay on the day of event. In this
regard, proper accommodation arrangements are suggested in the following hotels in Bilaspur, where
onlinebooking can also be done as per convenience.</p>
<ul class="reg-text-format">
<li><strong>Hotel Marriott</strong>, Near 36 Mall, Mungeli Road</li>
<li><strong>Hotel Central Point</strong>, Raipur Road, Near High Court</li>
<li><strong>Motel Bilaspur City</strong>, Near Raipur Road, Bus Stand</li>
<li><strong>Hotel Ananda</strong>, Vyapar Vihar Road</li>
<li><strong>Hotel Grand Amba</strong>, Agrasen Chowk</li>
<li><strong>Hotel East Park</strong>, Agrasen Chowk</li>
<li><strong>Hotel Silver Oak</strong>, Magar Para</li>
<li><strong>Hotel Intercity</strong>, Jagmal Chowk</li>
</ul>
</p>
<p class="reg-content">
<h4><u style="color: blue;">Travel:</u></h4>
<p class="reg-text-format">For Traveling, a vehicle can be booked from any traveling company as per
convenience. Traveling
arrangements are to be made by each participant <strong>on their own</strong>. The names and mobile numbers
of some traveling companies are as follows:</p>
<ul class="reg-text-format number-font">
<li><strong>Rajendra Gupta Aastha Travels</strong>, +91 98271-32131, 98006-72005</li>
<li><strong>Rahul Travels Raipur Bilaspur</strong>, +91 98934-11411, +91 99814-11411</li>
<li><strong>Travels Zone Rahul Agarwal</strong>, +91 98271-65005</li>
</ul>
<p class="reg-text-format">For the last 3 years, Bilaspur has been connected by air to <strong>Delhi,
Jabalpur, Prayagraj and
Indore</strong>. Air facility can also be availed.</p>
</p>
<br>
<!--Note-->
<div class="justify-content-center container note">
<h2>Note</h2>
<p>Dear Alumni,<br>
Please complete your registration in the following steps :
</p>
<ol type="1">
<li class="ol-list">Fill your personal details, and decide the number of participants attending the
<b>Global Alumni Meet 2022</b>.
</li>
<li class="ol-list">Go to the QR code and make payment by using GPay, Paytm, PhonePe, WhatsApp payment
app, PayPal, Bhim, or net banking online payment modes.
<br><br>
<span>The payment by these apps can also be made by entering the following details :</span>
<ul style="list-style-type:disc; font-weight:bolder;">
<li class="number-font">Account holder name : ALUMNI OF BILASPUR GEC</li>
<li class="number-font">Account number :
2149104000066477</li>
<li class="number-font">IFSC code
:
IBKL0002149</li>
</ul>
<br>(Note:<span style="color: red; font-weight:bolder"> Keep the transaction Id for further
processing</span>)
</li>
<li>Next, come back to the registration page, and in the transaction details section, please enter the
transaction Id and other relevant information. Then <b>SUBMIT</b> your form.</li>
</ol>
<p>This will complete your registration.</p>
<p>The confirmation will be sent to you by ABGEC Team via <b>E-mail</b> or <b>WhatsApp</b>.</p>
</div>
<!--Note End-->
<div class="button-div">
<a class="reg-button" href="./registration.html">CLICK HERE FOR REGISTRATION!</a>
</div>
<!--<p class="members-link">
<a href="./members_table.html" target="_blank">View all the registered members</a>
</p>-->
<p class="reg-date number-font">LAST DATE FOR REGISTRATION: 30<sup>th</sup> NOV 2022</p>
<div class="special-note">
<p><strong style="color: blue;">NOTE</strong> : For any query related to registration, please
contact</p>
<a href="mailto:[email protected]">Email Id: <strong>[email protected]</strong></a>
<p class="number-font" style="font-weight: bold;">Front Desk : +91 89621-30661</p>
</div>
<p class="reg-content">
<h4><u style="color: blue;">Co-ordinators:</u></h4>
<p class="reg-text-format">To make the event successful, the Co-ordinators for various cities and their
surrounding areas are as
follows:</p>
</p>
<div style="overflow-x:scroll">
<table class="cordinator" cellpadding="5" cellspacing="3" width="100%" border="1" frame=void rules=rows>
<tr>
<th>REGION</th>
<th>NAME</th>
<th>BRANCH</th>
<th>CONTACT NO.</th>
</tr>
<tr>
<td>Bilaspur</td>
<td>Mr. Sanjay Sharma</td>
<td>1985-Civil</td>
<td class="number-font">94241-52590</td>
</tr>
<tr>
<td>Raipur</td>
<td>Mr. H.S. Dhingra</td>
<td>1980-Civil</td>
<td class="number-font">94255-30164</td>
</tr>
<tr>
<td>Bhilai</td>
<td>Mr. Diljeet Sidana</td>
<td>1982-Civil</td>
<td class="number-font">98271-11776</td>
</tr>
<tr>
<td>Korba</td>
<td>Mr. Gaurav Soni</td>
<td>2004-Mech</td>
<td class="number-font">99811-54523</td>
</tr>
<tr>
<td>Madhya Pradesh</td>
<td>Mrs. Rinku Das</td>
<td>1981-Electrical</td>
<td class="number-font">94256-02033</td>
</tr>
<tr>
<td>Mumbai</td>
<td>Mr. Umesh Shrivastava</td>
<td>1992-Mech</td>
<td class="number-font">97020-18696</td>
</tr>
<tr>
<td>Pune</td>
<td>Mr. S.K. Soni</td>
<td>1980-Civil</td>
<td class="number-font">96650-55140</td>
</tr>
<tr>
<td>Delhi</td>
<td>Mr. Abhijeet Sinha</td>
<td>1989-Mech</td>
<td class="number-font">81305-55119</td>
</tr>
<tr>
<td>Bangalore</td>
<td>Mr. Alok Shrivastava</td>
<td>1986-Mech</td>
<td class="number-font">98452-45417</td>
</tr>
<tr>
<td>Gujrat</td>
<td>Mr. Basant Dave</td>
<td>1981-Civil</td>
<td class="number-font">98987-92675</td>
</tr>
<tr>
<td>For International</td>
<td>Mr. Umesh Shrivastava</td>
<td>1992-Mech</td>
<td class="number-font">97020-18696</td>
</tr>
</table>
</div>
</div>
</div>
</section>
<!-- ======= REgistration Section end ======= -->
</main>
<!-- ======= Main End ======= -->
<!-- ======= Contact us start ======= -->
<section id="contact-us">
<h1 class="contactus-head" style="background: -webkit-linear-gradient(#0000ff,#000000);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;"><span>CONTACT US</span></h1>
<div class="container-fluid text-center">
<div class="row">
<!-- col1 -->
<div class="col contact-first">
<h5 class="contact-name" style="color: rgb(22, 9, 168);"><strong>Mr. Tavinder Pal Singh Arora</strong></h5>
<div>
<p><strong>President</strong></p>
<p>Mechanical 1977</p>
<a href="mailto:[email protected]"><strong>[email protected]</strong></a>
<p class="number-font"><strong>Contact No.:</strong> +91 94252-19490</p>
</div>
</div>
<!-- col2 -->
<div class="col contact-middle ">
<h5 class="contact-name" style="color: rgb(22, 9, 168);"><strong>Mr. R.K. Awasthi</strong></h5>
<div>
<p><strong>Vice President</strong></p>
<p>Electrical 1979</p>
<a href="mailto:[email protected]"><strong>[email protected]</strong> </a>
<p class="number-font"><strong>Contact No.:</strong> +91 98261-16738</p>
</div>
</div>
<!-- col3 -->
<div class="col contact-middle">
<h5 class="contact-name" style="color: rgb(22, 9, 168);"><strong>Dr. B.S. Chawla</strong></h5>
<div>
<p><strong>Vice President</strong></p>
<p>Mechanical 1981</p>
<a href="mailto:[email protected]"><strong>[email protected]</strong></a>
<p class="number-font"><strong>Contact No.:</strong> +91 94241-44099</p>
</div>
</div>
<!-- col4 -->
<div class="col contact-last">
<h5 class="contact-name" style="color: rgb(22, 9, 168);"><strong>Mr. Sudheer Gupta</strong></h5>
<div></div>
<p><strong>Secretary</strong></p>
<p>Civil 1982</p>
<a href="mailto:[email protected]"><strong>[email protected]</strong> </a>
<p class="number-font"><strong>Contact No.:</strong> +91 99935-96555</p>
</div>
</div>
</div>
</div>
<div class="social-media-links">
<div class="address">
<h4>Office Address:</h4>
<p>Near Luthra Hospital, </p>
<p>Nehru Nagar</p>
<p><strong>Bilaspur, 495001 (C.G.)</strong></p>
<p><strong>Email Id:</strong><a href="mailto:[email protected]"
style="color: white;">[email protected]</a></p>
<p><strong>ABGEC Website:</strong><a href="https://abgec.in/" target="_blank"
style="color: white;">www.abgec.in</a>
</p>
<p><strong>GEC Bilaspur Website:</strong><a href="https://gecbsp.ac.in/" target="_blank"
style="color: white;">www.gecbsp.ac.in</a></p>
</div>
<div class="social-media-links">
<a href="https://www.facebook.com/gecbofficial" target="_blank"> <i class="fa fa-facebook social-media"></i>
</a>
<a href="mailto:[email protected]" target="_blank"> <i class="fa fa-envelope social-media"></i> </a>
<a href="https://www.linkedin.com/company/government-engineering-college-bilaspur/?originalSubdomain=in"
target="_blank"> <i class="fa fa-linkedin social-media"></i> </a>
<a href="https://twitter.com/nssgecbsp?t=_jBUIV9aakGGyaxGqu7YHw&s=08" target="_blank"> <i
class="fa fa-twitter social-media"></i></a>
<a href="https://youtube.com/c/GECBILASPUROFFICIAL" target="_blank"> <i class="fa fa-youtube social-media"></i>
</a>
<a href="https://www.google.com/maps/place/Government+Engineering+College,+Koni,+Bilaspur/@22.1367028,82.1279231,17z/data=!3m1!4b1!4m5!3m4!1s0x3a280bf8dea4bc07:0x8bd676cd9b08051a!8m2!3d22.1367028!4d82.1301118"
target="_blank">
<i class="fa fa-map-marker social-media"></i> </a>
</div>
</div>
</section>
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
</div>
</div>
<div class="container">
<div class="copyright">
© Copyright <strong>ABGEC</strong>. All Rights Reserved
</div>
</div>
</footer>
<!-- End Footer -->
<!--back to top-->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i
class="bi bi-arrow-up-short"></i></a>
<!-- JS Files -->
<script src="./assets/vendor/aos/aos.js"></script>
<script src="./assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="./assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<!-- JavaScript -->
<script src="https://unpkg.com/flickity@2/dist/flickity.pkgd.min.js"></script>
<script>
</script>
<!-- JS File -->
<script src="./assets/js/team.js"></script>
<script src="./assets/js/main.js"></script>
</body>
</html>