forked from Nabhag8848/clubg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathevent.html
744 lines (690 loc) · 41 KB
/
event.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
<!DOCTYPE html>
<html lang="zxx">
<!-- Mirrored from rrdevs.net/demos/html/consulter/team.html by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 09 Dec 2022 05:44:42 GMT -->
<head>
<!-- ========== Meta Tags ========== -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="modinatheme">
<!-- ======== Page title ============ -->
<title>CONSULTER - Business Consulting HTML Template</title>
<!-- ========== Favicon Icon ========== -->
<link rel="shortcut icon" href="assets/img/favicon.png">
<!-- =========== All Stylesheet ================= -->
<!-- Icon css plugins -->
<link rel="stylesheet" href="assets/css/icons.css">
<!-- magnific-popup css plugins -->
<link rel="stylesheet" href="assets/css/magnific-popup.css">
<!-- slick slider menu css file -->
<link rel="stylesheet" href="assets/css/slick.min.css">
<!-- animate animation css file -->
<link rel="stylesheet" href="assets/css/animate.min.css">
<!-- Bootstrap css plugins -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<!-- template main style css file -->
<link rel="stylesheet" href="style.css">
</head>
<body class="body-wrapper">
<div id="preloader" class="preloader">
<div class="animation-preloader">
<div class="spinner">
</div>
<div class="txt-loading">
<span data-text-preloader="C" class="letters-loading">
C
</span>
<span data-text-preloader="L" class="letters-loading">
L
</span>
<span data-text-preloader="U" class="letters-loading">
U
</span>
<span data-text-preloader="B" class="letters-loading">
B
</span>
<span data-text-preloader=" " class="letters-loading">
</span>
<span data-text-preloader="G" class="letters-loading">
G
</span>
<span data-text-preloader="A" class="letters-loading">
A
</span>
<span data-text-preloader="M" class="letters-loading">
M
</span>
<span data-text-preloader="M" class="letters-loading">
M
</span>
<span data-text-preloader="A" class="letters-loading">
A
</span>
</div>
<p class="text-center">Loading</p>
</div>
<div class="loader">
<div class="row">
<div class="col-3 loader-section section-left">
<div class="bg"></div>
</div>
<div class="col-3 loader-section section-left">
<div class="bg"></div>
</div>
<div class="col-3 loader-section section-right">
<div class="bg"></div>
</div>
<div class="col-3 loader-section section-right">
<div class="bg"></div>
</div>
</div>
</div>
</div>
<header class="header header-1 header-3">
<div class="main-header-wraper">
<div class="container">
<div class="row">
<div class="col-12">
<div class="d-flex align-items-center justify-content-between">
<div class="header-logo">
<div class="logo">
<a href="index.html">
<img src="assets/img/logo/logo.png" alt="logo">
</a>
</div>
</div>
<div class="header-menu d-none d-xl-block">
<div class="main-menu">
<ul>
<li>
<a href="index.html">Home</a>
</li>
<li> <a href="about.html">About</a></li>
<li> <b> <a href="event.html">Events</a></b></li>
<li><a href="team.html">Team</a> </li>
</ul>
</div>
</div>
<div class="header-right d-flex align-items-center">
<div class="mobile-nav-bar d-block ml-3 ml-sm-5 d-xl-none">
<div class="mobile-nav-wrap">
<div id="hamburger">
<i class="fal fa-bars"></i>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<div class="mobile-nav mobile-nav-red">
<button type="button" class="close-nav">
<i class="fal fa-times-circle"></i>
</button>
<nav class="sidebar-nav">
<div class="navigation">
<div class="consulter-mobile-nav">
<ul>
<li>
<a href="index.html">Home</a>
</li>
<li><a href="about.html">About</a></li>
<li><a href="event.html">Events</a></li>
<li><a href="team.html">Team</a></li>
</ul>
</div>
<div class="sidebar-nav__bottom mt-20">
<div class="sidebar-nav__bottom-social">
<h6 class="color-black mb-5">Follow On:</h6>
<ul>
<li><a href="#"><i class="fab fa-facebook-f"></i></a></li>
<li><a href="#"><i class="fab fa-twitter"></i></a></li>
<li><a href="#"><i class="fab fa-instagram"></i></a></li>
<li><a href="#"><i class="fab fa-linkedin-in"></i></a></li>
</ul>
</div>
</div>
</div>
</nav>
</div>
<div class="offcanvas-overlay"></div> <!-- offcanvas-overlay -->
<!-- header end -->
<div class="header-gutter"></div><!-- header end -->
<!-- page-banner start -->
<section class="page-banner pt-xs-60 pt-sm-80 overflow-hidden">
<div class="container">
<div class="row align-items-center">
<div class="col-md-6">
<div class="page-banner__content mb-xs-10 mb-sm-15 mb-md-15 mb-20">
<div class="transparent-text">Our Events</div>
<div class="page-title">
<h1>Events <br><span>Organised</span></h1>
</div>
</div>
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="index.html">Home</a></li>
<li class="breadcrumb-item active" aria-current="page">Events</li>
</ol>
</nav>
</div>
<div class="col-md-6">
<div class="page-banner__media mt-xs-30 mt-sm-40">
<img src="assets/img/page-banner/page-banner-start.svg" class="img-fluid start" alt="">
<img src="assets/img/page-banner/page-banner.jpg" class="img-fluid" alt="">
</div>
</div>
</div>
</div>
</section>
<!-- page-banner end -->
<!-- team-area start -->
<section class="team pb-xs-80 pt-xs-80 pt-sm-100 pb-sm-100 pt-md-100 pb-md-100 pt-120 pb-115 overflow-hidden">
<div class="container">
<div class="row mb-minus-30">
<div class="col-xxl-12 col-lg-12 col-md-12" style="margin-bottom: 20px;">
<div class="team-item text-center mb-30 d-block overflow-hidden">
<div class="text d-flex align-items-center justify-content-center">
<div class="left">
<h6 class="title color-red" style="text-align: left;">22nd Aug 2020</h6>
<h5 class="title color-white">Intro to Git and GitHub</h5>
<span class="position color-white font-la fw-500">It was 3 hours hands-on workshop which
was conducted by our club for all students to
learn Git & GitHub so that they can
collaborate on professional projects with other developers.</span>
</div>
</div>
<a class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#faq-1"
aria-expanded="true" aria-controls="faq-1">
<i class="fas fa-long-arrow-alt-right"></i> View Details
</a>
</div>
<div id="faq-1" class="accordion-collapse collapse" aria-labelledby="h-faq-1" data-bs-parent="#faq">
<div class="accordion-body ">
<p>It was 3 hours hands-on workshop which was conducted by our club for all students to
learn Git & GitHub so that they can
collaborate on professional projects with other developers. Introduced university
students to Git and Github so that
they can efficiently use open source and make the most out of it. Target audience of
this workshop were second and third
year students. <br>
Workshop was taken by Rudra Barad and Chirayu Joshi <br>
<b> 1. Intro Part </b>
<ul>
<li style="list-style: disc;">What is Version Controlling?</li>
<li style="list-style: disc;">How to do it? (Intro to Git & GitHub)</li>
<li style="list-style: disc;">Installation Process</li>
</ul>
<b> 2. Starting with GitHub </b>
<ul>
<li style="list-style: disc;">Basics Terms of GitHub</li>
<li style="list-style: disc;">Tour of GitHub website</li>
</ul>
<b>3. Functions of GitHub</b>
<ul>
<li style="list-style: disc;">Creating a repo with Git GUI and also from Website</li>
<li style="list-style: disc;">What is README ?</li>
<li style="list-style: disc;">Creating, Editing, Committing and Pushing first file
through website</li>
<li style="list-style: disc;">Creating issue</li>
<li style="list-style: disc;">Creating pull request</li>
<li style="list-style: disc;">Merging pull request</li>
<li style="list-style: disc;">Solving git conflicts</li>
</ul>
<b> 4. Git CLI </b>
<ul>
<li style="list-style: disc;">Intro to GitBash</li>
<li style="list-style: disc;">Using inside any IDE (i.e VSCode)</li>
<li style="list-style: disc;">All the operations using Git CLI</li>
</ul>
<b> 5. Discussion Part</b>
<ul>
<li style="list-style: disc;">What is open source project?</li>
<li style="list-style: disc;">Student Developer Pack (You can get the SDP from here)
</li>
<li style="list-style: disc;">GitHub Developer Program
</li>
<li style="list-style: disc;">GitHub Pages (Just brief intro)
</li>
</ul>
<p> _For more resources you can visit this <span class="color-red"> Repository</span></p>
</p>
</div>
</div>
</div>
<div class="col-xxl-12 col-lg-12 col-md-12" style="margin-top: 20px;margin-bottom: 20px;">
<div class="team-item text-center mb-30 d-block overflow-hidden">
<div class="text d-flex align-items-center justify-content-center">
<div class="left">
<h6 class="title color-red" style="text-align: left;">29th Aug 2020</h6>
<h5 class="title color-white">Nailing Coding Interviews</h5>
<span class="position color-white font-la fw-500">This event will be useful for
pre-final and final year students placements are starting. This event will mostly
focus on
how to crack coding interviews at good product based companies, What care should be
taken and how to apply for the
interview and getting into it.</span>
</div>
</div>
<a class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#faq-2"
aria-expanded="true" aria-controls="faq-2">
<i class="fas fa-long-arrow-alt-right"></i> View Details
</a>
</div>
<div id="faq-2" class="accordion-collapse collapse " aria-labelledby="h-faq-2"
data-bs-parent="#faq">
<div class="accordion-body">
<p>In our university we are having 800+ students who are in pre-final and final year and
will appear for the interview.
Students have started to apply for the companies. We are organizing this event to
resolve their queries as well as make
them aware about what care should be taken while applying in the company and
enlightening them about MNCs giving off
campus placements and how to approach them. To solve the queries of community's students
we will be having Anjali
Viramgama, final year student at University of Maryland who is interning at Facebook.
</p>
</div>
</div>
</div>
<div class="col-xxl-12 col-lg-12 col-md-12" style="margin-top: 20px;margin-bottom: 20px;">
<div class="team-item text-center mb-30 d-block overflow-hidden">
<div class="text d-flex align-items-center justify-content-center">
<div class="left">
<h6 class="title color-red" style="text-align: left;">13th Sep 2020</h6>
<h4 class="title color-white">Micro-interactions with CSS Animations</h4>
<span class="position color-white font-la fw-500">This workshop mainly focuses on CSS
animations and how to use it on your websites, how to make attractive markdown file
for the projects. It is mostly intended to the people who have the clear foundation
of CSS. we will cover intermediate
to advance level topics of CSS animations.</span>
</div>
</div>
<a class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#faq-3"
aria-expanded="true" aria-controls="faq-3">
<i class="fas fa-long-arrow-alt-right"></i> View Details
</a>
</div>
<div id="faq-3" class="accordion-collapse collapse" aria-labelledby="h-faq-3" data-bs-parent="#faq">
<div class="accordion-body">
<p>This workshop mainly focuses on CSS animations and how to use it on your websites, how to
make attractive markdown file
for the projects. It is mostly intended to the people who have the clear foundation of
CSS. we will cover intermediate
to advance level topics of CSS animations.
</p>
<p>
<h4 style="margin-top: 20px;"><b> Speaker</b></h4>
<hr>
Ms. Tanisha Sabherwal, Intern at Goibibo
</p>
<p>
<h4 style="margin-top: 20px;"><b> Benefits of attending workshop</b></h4>
<hr>
Nowadays a web developer knows how to build a structure of a fully functionally website
but they sometimes lack in
making the website more interactive with the user and that leads to lower page visits.
So teaching them how to apply CSS
animations properly will result to a higher skilled web developer!
Resources related to the event are in this Repository
</p>
</div>
</div>
</div>
<div class="col-xxl-12 col-lg-12 col-md-12" style="margin-top: 20px;margin-bottom: 20px;">
<div class="team-item text-center mb-30 d-block overflow-hidden">
<div class="text d-flex align-items-center justify-content-center">
<div class="left">
<h6 class="title color-red" style="text-align: left;">01st -31st Oct 2020</h6>
<h4 class="title color-white">Hacktoberfest 2020</h4>
<span class="position color-white font-la fw-500">Hacktoberfest is a month-long
celebration of open source software run by DigitalOcean in partnership with GitHub
and
Twilio. We will put projects on different fields like Mobile App Development, Web
Development, Python, etc. We will
initialise some GitHub Repo and will make them open source.</span>
</div>
</div>
<a class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#faq-4"
aria-expanded="true" aria-controls="faq-4">
<i class="fas fa-long-arrow-alt-right"></i> View Details
</a>
</div>
<div id="faq-4" class="accordion-collapse collapse" aria-labelledby="h-faq-4" data-bs-parent="#faq">
<div class="accordion-body">
<p>Hacktoberfest is a month-long celebration of open source software run by DigitalOcean in
partnership with GitHub and
Twilio. <br>
Club Gamma is the community which aims to work together and grow together. We are going
to celebrate the Hacktoberfest
this year with a great enthusiasm. We will put projects on different fields like Mobile
App Development, Web
Development, Python, etc. We will initialise some GitHub Repo and will make them open
source. Anyone can contribute to
any of those projects during Hacktoberfest and avail the cool prizes by DigitalOcean,
GitHub, Twilio and Club Gamma
also. <br>
Workshop was taken by Ayush Bherwani and Harsh Patel
</p>
<p style="margin-top: 20px;">
<h5> <b>What you will get after contributing?
</b></h5>
<hr>
<ul>
<li style="list-style: disc;"> Exclusive Club gamma T-shirts and schwag (3 valid PRs on
our projects)</li>
<li style="list-style: disc;"> Hacktoberfest T-shirts and stickers (4 valid PRs on any
open-source projects)</li>
<li style="list-style: disc;"> Great Learning, Enhancement in resume, Enhancement in
skillset</li>
</ul>
For indetail information visit our website <span class="color-red"><a
href="https://clubgamma.github.io/hacktoberfest/" target="_blank"></a>
clubgamma.github.io/hacktoberfest2021</a></span>
</p>
<p style="margin-top: 20px;">
<h5> <b>We also arranged the event to explain what open-source is!
</b></h5>
<hr>
</p>
<p style="margin-top: 20px;">
<h5> <b>Hack the open source
</b></h5>
<hr>
<ul>
<li style="list-style: disc;"> Well, What is open source? How to contribute to open
source projects? Many more
questions will be hitting in your mind,
right??</li>
<li style="list-style: disc;"> Don't worry, we've got you back. We will be organizing
workshop which will include how
you can start contributing to
open-source projects.</li>
</ul>
<b> Workshop was taken by Ayush Bherwani and Harsh Patel</b>
</p>
</div>
</div>
</div>
<div class="col-xxl-12 col-lg-12 col-md-12" style="margin-top: 20px;margin-bottom: 20px;">
<div class="team-item text-center mb-30 d-block overflow-hidden">
<div class="text d-flex align-items-center justify-content-center">
<div class="left">
<h6 class="title color-red" style="text-align: left;">01st -31st Oct 2021</h6>
<h4 class="title color-white">Hacktoberfest 2021</h4>
<span class="position color-white font-la fw-500">Hacktoberfest is a month-long
celebration of open source software run by DigitalOcean in partnership with GitHub,
Intel,
Appwrite & Deepsource. Hacktoberfest encourages participation in the open source
community, which grows bigger every
year. Complete the 2021 challenge and earn a limited edition T-shirt. We have
different projects on our github, check it
out!</span>
</div>
</div>
<a class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#faq-5"
aria-expanded="true" aria-controls="faq-5">
<i class="fas fa-long-arrow-alt-right"></i> View Details
</a>
</div>
<div id="faq-5" class="accordion-collapse collapse" aria-labelledby="h-faq-5" data-bs-parent="#faq">
<div class="accordion-body">
<p>Hacktoberfest is a month-long celebration of open source software run by DigitalOcean in
partnership with GitHub, Intel,
Appwrite & Deepsource. <br>
Club Gamma is the community which aims to work together and grow together. We are going
to celebrate the Hacktoberfest
this year with a great enthusiasm. We will put projects on different fields like Mobile
App Development, Web
Development, Python, etc. We will initialise some GitHub Repo and will make them open
source. Anyone can contribute to
any of those projects during Hacktoberfest and avail the cool prizes by DigitalOcean,
GitHub, Twilio and Club Gamma
also.
</p>
<p style="margin-top: 20px;">
<h5> <b>What you will get after contributing?
</b></h5>
<hr>
<ul>
<li style="list-style: disc;"> Hacktoberfest T-shirts and stickers (4 valid PRs on any
open-source projects)</li>
<li style="list-style: disc;"> Great Learning, Enhancement in resume, Enhancement in
skillset</li>
</ul>
For indetail information visit our website <span class="color-red"><a
href="https://clubgamma.github.io/hacktoberfest2021/" target="_blank"></a>
clubgamma.github.io/hacktoberfest2021</a></span>
</p>
<p>
<h4 style="margin-top: 20px;"> <b>We also arranged the event to explain what open-source is!
</b></h4>
<hr>
</p>
<p style="margin-top: 20px;">
<h5> <b>Hack the open source
</b></h5>
<hr>
<ul>
<li style="list-style: disc;"> Well, What is open source? How to contribute to open
source projects? Many more
questions will be hitting in your mind,
right??</li>
<li style="list-style: disc;"> Don't worry, we've got you back. We will be organizing
workshop which will include how
you can start contributing to
open-source projects.</li>
</ul>
<b> Workshop was taken by Ayush Bherwani and Harsh Patel</b>
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- <section
class="services-details pb-xs-80 pt-xs-80 pt-sm-100 pb-sm-100 pt-md-100 pb-md-100 pt-20 pb-115 overflow-hidden">
<div class="container">
<div class="row" data-sticky_parent>
<div class="col-xl-12" data-sticky_column>
<h4>Frequently Asked Questions</h4>
<p>Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod
maxime placeat facere
possimus, omnis voluptas assumenda est, omnis dolor repellendus.</p>
<div class="faq mt-40 mt-md-35 mt-sm-25 mt-xs-20" id="faq">
<div class="accordion-item">
<h2 class="accordion-header" id="h-faq-1">
<button class="accordion-button" type="button" data-bs-toggle="collapse"
data-bs-target="#faq-1" aria-expanded="true" aria-controls="faq-1">
<i class="icon-question-4"></i> What should i included my personal details?
</button>
</h2>
<div id="faq-1" class="accordion-collapse collapse show" aria-labelledby="h-faq-1"
data-bs-parent="#faq">
<div class="accordion-body">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
incididunt ut labore
et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation
ullamco. Excepteur sint
occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim
id est laborum.</p>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="h-faq-2">
<button class="accordion-button" type="button" data-bs-toggle="collapse"
data-bs-target="#faq-2" aria-expanded="false" aria-controls="faq-2">
<i class="icon-question-4"></i> How do consultants solve problem?
</button>
</h2>
<div id="faq-2" class="accordion-collapse collapse" aria-labelledby="h-faq-2"
data-bs-parent="#faq">
<div class="accordion-body">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
incididunt ut labore
et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation
ullamco.</p>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="h-faq-3">
<button class="accordion-button" type="button" data-bs-toggle="collapse"
data-bs-target="#faq-3" aria-expanded="false" aria-controls="faq-3">
<i class="icon-question-4"></i> We can help your business to grow?
</button>
</h2>
<div id="faq-3" class="accordion-collapse collapse" aria-labelledby="h-faq-3"
data-bs-parent="#faq">
<div class="accordion-body">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
incididunt ut labore
et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation
ullamco.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section> -->
<!-- <section class="cta-banner overflow-hidden">
<div class="container">
<div class="row">
<div class="col-12">
<div
class="cta-banner__content d-flex flex-column flex-lg-row justify-content-between align-items-center pl-xs-20 pr-xs-20 pl-sm-30 pr-sm-30 pl-lg-50 pr-lg-50 pr-85 pl-85 overflow-hidden">
<div class="cta-banner__content-text">
<h3 class="title text-capitalize color-white">Small Business Grow Fast With Our Consulting
Services</h3>
</div>
<div class="cta-banner__content-btn">
<a href="contact.html" class="theme-btn btn-white">Let’s Work Together <i
class="far fa-chevron-double-right"></i></a>
</div>
</div>
</div>
</div>
</div>
</section> -->
<footer class="footer-1 overflow-hidden">
<div class="footer-top mb-xs-5 mb-sm-10 mb-md-15 mb-lg-20 mb-25 overflow-hidden">
<div class="container">
<div class="row justify-content-between">
<div class="col-md-6 col-xl-3">
<div class="single-footer-wid widget-description">
<a href="index.html" class="d-block mb-30 mb-xs-20">
<img src="assets/img/logo/logo.png" alt="">
</a>
<div class="description font-la color-white mb-40 mb-sm-30 mb-xs-25">
<p> If you any query related to Club Gamma, just mail us,
or else just ping us on social media as we are pretty
much active on every social media.</p>
</div>
</div>
<div class="header-right-socail d-flex align-items-center">
<h6 class="font-la color-white fw-normal" style="margin-right: 10px;">Follow On:</h6>
<div class="social-profile">
<ul>
<li>
<a href="https://www.facebook.com/clubgamma/"><i class="fab fa-facebook-f"></i></a>
</li>
<li>
<a href="https://twitter.com/club_gamma"><i class="fab fa-twitter"></i></a>
</li>
<li>
<a href="https://www.instagram.com/club_gamma/"><i class="fab fa-instagram"></i></a>
</li>
<li>
<a href="https://www.linkedin.com/company/clubgamma/"><i class="fab fa-linkedin-in"></i></a>
</li>
</ul>
</div>
</div>
</div>
<div class="col-md-6 col-xl-2">
<div class="single-footer-wid pl-xl-10 pl-50">
<h4 class="wid-title mb-30 color-white">Quick Link</h4>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="event.html">Event</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
<div class="col-md-6 col-xl-4">
<div class="single-footer-wid recent_post_widget pl-xl-10 pl-65 pr-50 pr-xl-30">
<h4 class="wid-title mb-30 color-white">Resent Events</h4>
<div class="recent-post-list">
<a href="blog.html" class="single-recent-post mb-20 pb-20 d-flex align-items-center">
<div class="thumb">
<img src="assets/img/footer/resent-post-1.png" alt="">
</div>
<div class="post-data">
<h5 class="color-white mb-10 fw-600">Why Purpose-Driven Employers Succeed</h5>
<span class="color-white d-flex ailign-items-center"><i
class="far fa-clock"></i>January 11,
2018</span>
</div>
</a>
<a href="blog.html" class="single-recent-post mb-20 pb-20 d-flex align-items-center">
<div class="thumb">
<img src="assets/img/footer/resent-post-2.png" alt="">
</div>
<div class="post-data">
<h5 class="color-white mb-10 fw-600">Saving Time Achieving Success in Business
</h5>
<span class="color-white d-flex ailign-items-center"><i
class="far fa-clock"></i>november 12,
2019</span>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer-bottom overflow-hidden">
<div class="container">
<div
class="footer-bottom-content d-flex flex-column flex-md-row justify-content-between align-items-center">
<div class="coppyright text-center text-md-start">
© 2022 <a href="index.html">Club Gamma</a> | All Rights
Reserved<a href="https://clubgamma.github.io/code-of-conduct/">
Code Of Conduct</a
>
</div>
<!-- <div class="footer-bottom-list last_no_bullet">
<ul>
<li><a href="#">Terms & Conditions</a></li>
<li><a href="#">Privacy Policy</a></li>
</ul>
</div> -->
</div>
</div>
</div>
</footer>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/modernizr.min.js"></script>
<script src="assets/js/jquery.easing.js"></script>
<script src="assets/js/popper.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/slick.min.js"></script>
<script src="assets/js/scrollUp.min.js"></script>
<script src="assets/js/counterup.min.js"></script>
<script src="assets/js/jquery.sticky-kit.js"></script>
<script src="assets/js/magnific-popup.min.js"></script>
<script src="assets/js/jquery.easypiechart.min.js"></script>
<script src="assets/js/active.js"></script>
</body>
</html>