-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
724 lines (607 loc) · 25.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Home | TeamSwaG</title>
<!-- Font Awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.11.2/css/all.css">
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Material Design Bootstrap -->
<link href="css/mdb.min.css" rel="stylesheet">
<style>
html,
body,
header,
.intro-2 {
height: 100%;
}
@media (max-width: 740px) {
html,
body,
header,
.intro-2 {
height: 900px;
}
}
@media (min-width: 800px) and (max-width: 850px) {
html,
body,
header,
.intro-2 {
height: 900px;
}
}
</style>
</head>
<body class="creative-lp">
<!-- Navbar -->
<nav class="navbar navbar-expand-lg navbar-light fixed-top scrolling-navbar"><a class="navbar-brand" href="https://kiit.ac.in/" target="_blank">
<img src="teamswag-images/Logos/KIIT-logo.png" height="70px" class="d-inline-block align-top"
alt="KIIT logo">
</a>
<a class="navbar-brand" href="#">
<img src="teamswag-images/Logos/SR-logo.png" height="50px" class="d-inline-block align-top"
alt="Skyline Racing logo">
</a>
<a class="navbar-brand" href="./index.html">
<img src="teamswag-images/Logos/swag-Logo.png" height="70px" class="d-inline-block align-top"
alt="TeamSwaG logo">
</a>
<div class="container">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo02"
aria-controls="navbarTogglerDemo02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo02">
<ul class="navbar-nav mr-auto smooth-scroll">
<li class="nav-item">
<a class="nav-link title" href="./index.html">Home
<span class="sr-only">(current)</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link title" href="#about" data-offset="90">About</a>
</li>
<li class="nav-item">
<a class="nav-link title" href="#gallery" data-offset="90">Gallery</a>
</li>
<li class="nav-item">
<a class="nav-link title" href="#team" data-offset="90">Team</a>
</li>
<li class="nav-item">
<a class="nav-link title" href="./contact.html" data-offset="90">Contact</a>
</li>
</ul>
<!-- Social Icon -->
<ul class="navbar-nav nav-flex-icons">
<li class="nav-item">
<a class="nav-link" href="https://www.facebook.com/swayamchalitgadi/" target="_blank">
<i class="fab fa-facebook-f title"></i>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www.instagram.com/swayamchalit_gaadi/" target="_blank">
<i class="fab fa-instagram title"></i>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www.linkedin.com/company/teamswag/" target="_blank">
<i class="fab fa-linkedin-in title"></i>
</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarDropdownMenuLink-333" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
<i class="fas fa-user"></i>
</a>
<div class="dropdown-menu dropdown-menu-right dropdown-default"
aria-labelledby="navbarDropdownMenuLink-333">
<a id="nav-login" class="dropdown-item" href="./sign-in.html">Sign In</a>
<a id="nav-reg" class="dropdown-item" href="./register.html">Register</a>
</div>
</li>
</ul>
</div>
</div>
</nav>
<br>
<!--Intro Section-->
<section class="view intro-2"
style="background-image: url('teamswag-images/basic-img/bg.jpg');">
<div class="mask">
<div class="container h-100 d-flex justify-content-center align-items-center">
<div class="row flex-center pt-5 mt-3">
<div class="col-md-12 col-lg-6 text-center text-md-left margins">
<div class="dark-grey-text">
<h1 class="display-6 title mt-md-5 mt-lg-0 font-weight-bold wow fadeIn" data-wow-delay="0.3s">
<strong>Skyline Racing | Team SwaG</strong>
</h1>
<hr class="hr-light wow fadeIn" data-wow-delay="0.3s">
<h6 class="violet-text wow fadeIn" data-wow-delay="0.3s">
Everyone wants to be #1… but we really are!
</h6>
<br>
<a id="reg-button" class="btn btn-white btn-rounded blue-text font-weight-bold ml-lg-0 wow fadeIn"
data-wow-delay="0.3s" href="./register.html">Sign Up</a>
<a id="login-button" class="btn pink-gradient white-text btn-rounded font-weight-bold wow fadeIn"
data-wow-delay="0.3s" href="./sign-in.html">Sign In</a>
</div>
</div>
<div class="col-md-12 col-lg-6 wow fadeIn" data-wow-delay="0.3s">
<img src="teamswag-images/car/FB_IMG_1599406554300 cropped.jpg" alt="" class="img-fluid" style="height: 500px; width: 350px; margin-left: 200px;">
</div>
</div>
</div>
</div>
</section>
</header>
<!-- Navigation & Intro -->
<!-- Main content -->
<main>
<div class="container">
<!-- Section: About -->
<section id="about" class="about mt-5 mb-5 py-3 wow fadeIn" data-wow-delay="0.2s">
<!-- Grid row -->
<div class="row pt-2 mt-5">
<!-- Grid column -->
<div class="col-lg-5 col-md-12 mb-3 wow fadeIn" data-wow-delay="0.4s">
<!-- Image -->
<img src="teamswag-images/car/20200906_210748.jpg" class="img-fluid z-depth-1 rounded"
alt="My photo">
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-lg-6 ml-auto col-md-12 wow fadeIn" data-wow-delay="0.4s">
<!-- Secion heading -->
<h3 class="mb-5 dark-grey-text title font-weight-bold wow fadeIn" data-wow-delay="0.2s">
<strong>About us</strong>
</h3>
<!-- Description -->
<p align="justify" class="grey-text">Team SwaG | Skyline Racing is the best Racing Team in the greater Bhubaneswar area. After winning in national level competitions, Now our aim is to target international events. And for that we are focusing on Self-Driving Technologies.</p>
<p align="justify" class="grey-text mb-5">We're currently working on Intelligent Ground Vehicle (IGV) and we have a great team dedicated to this too. Everything is possible, provided we have your support with us.</p>
</div>
<!-- Grid column -->
</div>
<!-- Grid row -->
</section>
<!-- Section: About -->
</div>
<!-- Streak -->
<div class="streak streak-photo streak-long-2"
style="background-image: url('teamswag-images/basic-img/bg2.jpg');">
<div class="flex-center rgba-gradient-mask">
<div class="container">
<!-- Section heading -->
<h3 class="text-center mb-5 pb-4 white-text font-weight-bold wow fadeIn" data-wow-delay="0.2s">
<strong>Some facts about us</strong>
</h3>
<!--First row-->
<div class="row text-center">
<!--First column-->
<div class="col-md-3 mb-2">
<h1 class="white-text mb-1 font-weight-bold">11+</h1>
<p class="white-text">Sponsors</p>
</div>
<!--/First column-->
<!--Second column-->
<div class="col-md-3 mb-2">
<h1 class="white-text mb-1 font-weight-bold">5+</h1>
<p class="white-text">Awards won</p>
</div>
<!--/Second column-->
<!--Third column-->
<div class="col-md-3 mb-2">
<h1 class="white-text mb-1 font-weight-bold">8+</h1>
<p class="white-text">Vehicles Manufactured</p>
</div>
<!--/Third column-->
<!--Fourth column-->
<div class="col-md-3">
<h1 class="white-text mb-1 font-weight-bold">7+</h1>
<p class="white-text">Events attended</p>
</div>
<!--/Fourth column-->
</div>
<!--First row-->
</div>
</div>
</div>
<!-- Streak -->
<div class="container">
<section class="mt-3 mb-5 pt-1 pb-5">
<!-- Section heading -->
<h3 class="text-center title my-5 pt-4 pb-4 dark-grey-text font-weight-bold wow fadeIn" data-wow-delay="0.2s">
<strong>Gallery</strong>
</h3>
<!-- Grid row -->
<div class="row">
<!-- Grid column -->
<div class="col-md-12 d-flex justify-content-center mb-5 pb-2">
<button type="button" class="btn btn-rounded btn-white font-weight-bold waves-effect filter"
data-rel="all">All</button>
<button type="button" class="btn btn-rounded btn-white font-weight-bold waves-effect filter"
data-rel="1">Branding</button>
<button type="button" class="btn btn-rounded btn-white font-weight-bold waves-effect filter"
data-rel="2">web design</button>
<button type="button" class="btn btn-rounded btn-white font-weight-bold waves-effect filter"
data-rel="3">Cars</button>
</div>
<!-- Grid column -->
</div>
<!-- Grid row -->
<!-- Grid row -->
<div class="gallery" id="gallery">
<!-- Grid column -->
<div class="mb-3 pics animation all 2">
<img class="img-fluid" src="teamswag-images/team/FB_IMG_1599406589160.jpg" alt="Card image cap">
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="mb-3 pics animation all 1">
<img class="img-fluid" src="teamswag-images/team/FB_IMG_1599406578817.jpg" alt="Card image cap">
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="mb-3 pics animation all 3">
<img class="img-fluid" src="teamswag-images/car/20200906_210250.jpg" alt="Card image cap">
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="mb-3 pics animation all 3">
<img class="img-fluid" src="teamswag-images/car/20200906_210748.jpg" alt="Card image cap">
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="mb-3 pics animation all 3">
<img class="img-fluid" src="teamswag-images/car/FB_IMG_1599406554300.jpg" alt="Card image cap">
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="mb-3 pics animation all 3">
<img class="img-fluid" src="teamswag-images/car/FB_IMG_1599406609955.jpg" alt="Card image cap">
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="mb-3 pics animation all 3">
<img class="img-fluid" src="teamswag-images/car/FB_IMG_1599406619028.jpg" alt="Card image cap">
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="mb-3 pics animation all 3">
<img class="img-fluid" src="teamswag-images/car/FB_IMG_1599406640832.jpg" alt="Card image cap">
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="mb-3 pics animation all 1">
<img class="img-fluid" src="teamswag-images/team/FB_IMG_1599406544308.jpg" alt="Card image cap">
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="mb-3 pics animation all 2">
<img class="img-fluid" src="teamswag-images/FB_IMG_1599406529951.jpg" alt="Card image cap">
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="mb-3 pics animation all 2">
<img class="img-fluid" src="teamswag-images/team/FB_IMG_1599406596703.jpg" alt="Card image cap">
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="mb-3 pics animation all 1">
<img class="img-fluid" src="teamswag-images/team/FB_IMG_1599406625681.jpg" alt="Card image cap">
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="mb-3 pics animation all">
<img class="img-fluid" src="teamswag-images/20200906_210120.jpg" alt="Card image cap">
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="mb-3 pics animation all">
<img class="img-fluid" src="teamswag-images/20200906_210136.jpg" alt="Card image cap">
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="mb-3 pics animation all">
<img class="img-fluid" src="teamswag-images/20200906_210155.jpg" alt="Card image cap">
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="mb-3 pics animation all">
<img class="img-fluid" src="teamswag-images/20200906_210208.jpg" alt="Card image cap">
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="mb-3 pics animation all">
<img class="img-fluid" src="teamswag-images/20200906_210235.jpg" alt="Card image cap">
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="mb-3 pics animation all">
<img class="img-fluid" src="teamswag-images/20200906_210222.jpg" alt="Card image cap">
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="mb-3 pics animation all">
<img class="img-fluid" src="teamswag-images/20200906_210312.jpg" alt="Card image cap">
</div>
<!-- Grid column -->
</div>
<!-- Grid row -->
</section>
<hr class="mt-5">
<!-- Section: Team v.1 -->
<section class="team-section pb-5" id="team">
<!-- Section heading -->
<h3 class="text-center title my-5 dark-grey-text font-weight-bold wow fadeIn" data-wow-delay="0.2s">
<strong>Our Amazing Team</strong>
</h3>
<!-- Grid row -->
<div class="row text-center">
<!-- Grid column -->
<div class="col-lg-3 col-md-6 mb-4">
<div class="card card-body">
<div class="avatar mx-auto mt-3 mb-3">
<img src="teamswag-images/amazing-team/anshuman.jpg" alt="First sample avatar image">
</div>
<h6 class="font-weight-bold title">Anshuman</h6>
<p class="font-small grey-text">Team Lead</p>
<ul class="list-unstyled">
<!-- LinkedIn -->
<a class="p-2 m-2 fa-lg ins-ic" href="https://www.linkedin.com/in/anshuman-parhi-aab649159" target="_blank">
<i class="fab fa-linkedin-in orange-text"> </i>
</a>
</ul>
</div>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-lg-3 col-md-6 mb-4">
<div class="card card-body">
<div class="avatar mx-auto mt-3 mb-3">
<img src="teamswag-images/amazing-team/dwitindra.jpg" alt="First sample avatar image">
</div>
<h6 class="font-weight-bold title">Dwitindra</h6>
<p class="font-small grey-text">Marketing Head</p>
<ul class="list-unstyled">
<!-- LinkedIn -->
<a class="p-2 m-2 fa-lg ins-ic" href="https://www.linkedin.com/in/dwitindra-nath-sahoo-118461152/" target="_blank">
<i class="fab fa-linkedin-in orange-text"> </i>
</a>
</ul>
</div>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-lg-3 col-md-6 mb-4">
<div class="card card-body">
<div class="avatar mx-auto mt-3 mb-3">
<img src="teamswag-images/amazing-team/sujit.jpg" alt="First sample avatar image">
</div>
<h6 class="font-weight-bold title">Sujit</h6>
<p class="font-small grey-text">Cyber Tech</p>
<ul class="list-unstyled">
<!-- LinkedIn -->
<a class="p-2 m-2 fa-lg ins-ic" href="https://www.linkedin.com/in/sujit-sahoo-4ab122170/" target="_blank">
<i class="fab fa-linkedin-in orange-text"> </i>
</a>
</ul>
</div>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-lg-3 col-md-6 mb-4">
<div class="card card-body">
<div class="avatar mx-auto mt-3 mb-3">
<img src="teamswag-images/amazing-team/maitreya.jpg" alt="First sample avatar image">
</div>
<h6 class="font-weight-bold title">Maitreya</h6>
<p class="font-small grey-text">Software Department</p>
<ul class="list-unstyled">
<!-- LinkedIn -->
<a class="p-2 m-2 fa-lg ins-ic" href="https://www.linkedin.com/in/maitreya-mohapatra-2a1886148/" target="_blank">
<i class="fab fa-linkedin-in orange-text"> </i>
</a>
</ul>
</div>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-lg-3 col-md-6 mb-4">
<div class="card card-body">
<div class="avatar mx-auto mt-3 mb-3">
<img src="teamswag-images/amazing-team/ishan.jpg" alt="First sample avatar image">
</div>
<h6 class="font-weight-bold title">Ishan</h6>
<p class="font-small grey-text">Software Department</p>
<ul class="list-unstyled">
<!-- LinkedIn -->
<a class="p-2 m-2 fa-lg ins-ic" href="https://www.linkedin.com/in/ishangupta-ds/" target="_blank">
<i class="fab fa-linkedin-in orange-text"> </i>
</a>
</ul>
</div>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-lg-3 col-md-6 mb-4">
<div class="card card-body">
<div class="avatar mx-auto mt-3 mb-3">
<img src="teamswag-images/amazing-team/anand.jpg" alt="First sample avatar image">
</div>
<h6 class="font-weight-bold title">Anand</h6>
<p class="font-small grey-text">Electrical Department</p>
<ul class="list-unstyled">
<!-- LinkedIn -->
<a class="p-2 m-2 fa-lg ins-ic" href="https://www.linkedin.com/in/g-anand15/" target="_blank">
<i class="fab fa-linkedin-in orange-text"> </i>
</a>
</ul>
</div>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-lg-3 col-md-6 mb-4">
<div class="card card-body">
<div class="avatar mx-auto mt-3 mb-3">
<img src="teamswag-images/amazing-team/sourav.jpg" alt="First sample avatar image">
</div>
<h6 class="font-weight-bold title">Sourav</h6>
<p class="font-small grey-text">Electrical Department</p>
<ul class="list-unstyled">
<!-- LinkedIn -->
<a class="p-2 m-2 fa-lg ins-ic" href="https://www.linkedin.com/in/sourav-sahoo-152721194/" target="_blank">
<i class="fab fa-linkedin-in orange-text"> </i>
</a>
</ul>
</div>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-lg-3 col-md-6 mb-4">
<div class="card card-body">
<div class="avatar mx-auto mt-3 mb-3">
<img src="teamswag-images/amazing-team/ayush.jpg" alt="First sample avatar image">
</div>
<h6 class="font-weight-bold title">Ayush</h6>
<p class="font-small grey-text">Mechanical Department</p>
<ul class="list-unstyled">
<!-- LinkedIn -->
<a class="p-2 m-2 fa-lg ins-ic" href="https://www.linkedin.com/in/ayushkumar25/" target="_blank">
<i class="fab fa-linkedin-in orange-text"> </i>
</a>
</ul>
</div>
</div>
<!-- Grid column -->
</div>
<!-- Grid row -->
</section>
<!-- Section: Team v.1 -->
</div>
</main>
<!-- Main content -->
<!-- Footer -->
<footer class="page-footer text-center text-md-left unique-color-dark pt-0">
<!-- Footer Links -->
<div class="container text-center text-md-left">
<!-- Grid row -->
<div class="row">
<!--Second column-->
<div class="col-md-2 col-lg-2 col-xl-2 mx-auto mb-4"> <br>
<h6 class="spacing font-weight-bold">
<strong>Useful Links</strong>
</h6>
<hr class="pink accent-2 mb-4 mt-0 d-inline-block mx-auto" style="width: 60px;">
<p>
<a href="./index.html">Home</a>
</p>
<p>
<a href="#about">About us</a>
</p>
<p>
<a href="#">Teams</a>
</p>
<p>
<a href="#">Gallery</a>
</p>
</div>
<!--/.Second column-->
<!--Third column-->
<div class="col-md-4 col-lg-3 col-xl-3"> <br>
<h6 class="spacing font-weight-bold">
<strong>Contact</strong>
</h6>
<hr class="pink accent-2 mb-4 mt-0 d-inline-block mx-auto" style="width: 60px;">
<p>
<i class="fas fa-map-marker-alt mr-3"></i>Mechatronics Lab, SME, KIIT DU, Patia, Bhubaneswar, Odisha - 751024</p>
<p>
<i class="fas fa-envelope mr-3"></i>info@teamswag.in</p>
<p>
<i class="fas fa-phone mr-3"></i>(+91) 8117050510</p>
</div>
<!--/.Third column-->
<!-- Grid column -->
<div class="col-md-2 col-lg-2 text-center mx-auto my-4">
<!-- Social buttons -->
<h6 class="spacing font-weight-bold">
<strong>Follow us</strong>
</h6>
<hr class="pink accent-2 mb-4 mt-0 d-inline-block mx-auto" style="width: 60px;">
<br>
<!-- Facebook -->
<a type="button" class="btn-floating btn-fb" href="https://www.facebook.com/swayamchalitgadi/" target="_blank">
<i class="fab fa-facebook-f"></i>
</a>
<!-- Instagram -->
<a type="button" class="btn-floating btn-dribbble" href="https://www.instagram.com/swayamchalit_gaadi/" target="_blank">
<i class="fab fa-instagram"></i>
</a>
<!-- Linkedin +-->
<a type="button" class="btn-floating btn-gplus" href="https://www.linkedin.com/company/teamswag/" target="_blank">
<i class="fab fa-linkedin-in"></i>
</a>
<!-- Twitter -->
<a type="button" class="btn-floating btn-tw">
<i class="fab fa-twitter"></i>
</a>
</div>
<!-- Grid column -->
</div>
<!-- Grid row -->
</div>
<!-- Footer Links -->
<!-- Copyright -->
<div class="footer-copyright text-center py-3">© 2020 Copyright:
<a href="./index.html"> TeamSwaG</a>
</div>
<!-- Copyright -->
</footer>
<!-- Footer -->
<!-- JQuery -->
<script type="text/javascript" src="js/jquery-3.4.1.min.js"></script>
<!-- Bootstrap tooltips -->
<script type="text/javascript" src="js/popper.min.js"></script>
<!-- Bootstrap core JavaScript -->
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<!-- MDB core JavaScript -->
<script type="text/javascript" src="js/mdb.min.js"></script>
<!-- Custom scripts -->
<script>
// Animation init
new WOW().init();
// Gallery
$(function () {
var selectedClass = "";
$(".filter").click(function () {
selectedClass = $(this).attr("data-rel");
$("#gallery").fadeTo(100, 0.1);
$("#gallery div").not("." + selectedClass).fadeOut().removeClass('animation');
setTimeout(function () {
$("." + selectedClass).fadeIn().addClass('animation');
$("#gallery").fadeTo(300, 1);
}, 300);
});
});
</script>
<script>
if (localStorage.refresh) {
$("#reg-button").remove();
$("#login-button").remove();
document.getElementById("nav-login").text=localStorage["username"];
document.getElementById("nav-reg").text="Sign Out";
document.getElementById("nav-reg").href="#";
document.getElementById("nav-reg").id="nav-logout";
}
</script>
<script>
$('#nav-logout').click(function() {
localStorage.clear();
location.reload()
});
</script>
</body>
</html>