-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
541 lines (466 loc) · 23.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Team FootBrawlers</title>
<!--Meta tags for SEO-->
<meta
content="Team FootBrawlers is the first team in VIT under Creation Labs to work on building autonomous robots to play football, progressing and moving forward towards participating in higher level competitions, such as the RoboCup."
name="description">
<meta content="team-footbrawlers,football,robosoccer,soccer,creation-labs,vit,robots,autonomous" name="keywords">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="author" content="Akshat Gupta">
<meta name="copyright" content="Team FootBrawlers">
<meta name="language" content="en">
<meta name="url" content="https://teamfootbrawlersvit.netlify.com">
<meta name="category" content="Autonomous Robot Team">
<meta name="coverage" content="Worldwide">
<meta name="rating" content="General">
<meta name="og:email" content="[email protected]">
<meta name="og:phone_number" content="+918122382788">
<meta name="og:country-name" content="India">
<meta name="og:region" content="Pune">
<meta name="og:site_name" content="Team FootBrawlers">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta property="og:type" content="website">
<meta property="og:title" content="Team FootBrawlers">
<meta property="og:description"
content="Team FootBrawlers is the first team in VIT under Creation Labs to work on building autonomous robots to play football, progressing and moving forward towards participating in higher level competitions, such as the RoboCup.">
<meta property="og:url" content="https://teamfootbrawlersvit.netlify.com">
<meta property="og:site_name" content="Team FootBrawlers">
<meta name="twitter:card" content="website">
<meta name="twitter:site" content="Team FootBrawlers">
<meta name="twitter:title" content="Team FootBrawlers">
<meta name="twitter:description"
content="Team FootBrawlers is the first team in VIT under Creation Labs to work on building autonomous robots to play football, progressing and moving forward towards participating in higher level competitions, such as the RoboCup.">
<meta name="twitter:creator" content="@akshatvg">
<meta itemprop="name" content="Team FootBrawlers">
<meta itemprop="description"
content="Team FootBrawlers is the first team in VIT under Creation Labs to work on building autonomous robots to play football, progressing and moving forward towards participating in higher level competitions, such as the RoboCup.">
<link rel="canonical" href="https://teamfootbrawlersvit.netlify.com">
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/apple-touch-icon.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,600,600i,700,700i,900"
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/animate.css/animate.min.css" rel="stylesheet">
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<link rel="canonical" href="https://teamfootbrawlers.com">
</head>
<body>
<div id="preloader"></div>
<!-- ======= Top Bar ======= -->
<section id="topbar" class="d-none d-lg-block">
<div class="container clearfix">
<div class="contact-info float-left">
<i class="icofont-envelope"></i> [email protected]
<i class="icofont-phone"></i> +91 8122 3827 88
</div>
<div class="social-links float-right">
<a href="https://www.facebook.com/teamfootbrawlersvit" class="facebook" target="_blank"><i
class="icofont-facebook"></i></a>
<a href="https://www.instagram.com/team_footbrawlers" class="instagram" target="_blank"><i
class="icofont-instagram"></i></a>
<a href="https://www.linkedin.com/company/footbrawlers" class="linkedin" target="_blank"><i
class="icofont-linkedin"></i></a>
</div>
</div>
</section>
<!-- ======= Header ======= -->
<header id="header" style="background: #282828; color: white;">
<div class="container">
<div class="logo float-left">
<!-- <h1 class="text-light"><a href="index.html"><span>Team FootBrawlers</span></a></h1> -->
<a href="index.html"><img src="assets/img/logo-black.png" alt="" class="img-fluid"></a>
</div>
<nav class="nav-menu float-right d-none d-lg-block">
<ul>
<li class="active"><a href="#header">Home</a></li>
<li><a href="#about">About Us</a></li>
<li><a href="#sponsors">Our Sponsors</a></li>
<li><a href="#support">Support Us</a></li>
<li><a href="#team">Team</a></li>
<li><a href="#contact">Contact Us</a></li>
</ul>
</nav><!-- .nav-menu -->
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero">
<div class="hero-container">
<!-- Slide 1 -->
<div class="carousel-item active" style="background-image: url('assets/img/background-hero.jpg');">
<div class="carousel-container">
<div class="carousel-content container">
<h2 class="animated fadeInDown">Welcome to <span>Team FootBrawlers</span></h2>
<p class="animated fadeInUp"><q>Our robots shoot better than humans.</q></p>
<a href="#about" class="btn-get-started animated fadeInUp scrollto">About Us</a>
</div>
</div>
</div>
</div>
</section><!-- End Hero -->
<main id="main">
<!-- ======= About Us Section ======= -->
<section id="about" class="about">
<div class="container">
<div class="row no-gutters">
<div class="col-lg-6 video-box">
<img src="assets/img/logo.jpg" class="img-fluid" alt="">
</div>
<div class="col-lg-6 d-flex flex-column justify-content-center about-content">
<div class="section-title">
<h2 class="animated fadeInDown" style="color: #A91914;">About Us</h2>
<br>
<p class="animated fadeInUp">Team FootBrawlers is the first team in VIT under Creation Labs to work on
building
autonomous robots to play football, progressing and moving
forward towards participating in higher level competitions,
such as the RoboCup. Team FootBrawlers is the first team in
South India to work on an concept such as this. Owing to a
group of extremely talented and experienced students from all
disciplines, well versed with the applications and techniques
involved in their particular fields, the vision can be made a
clearer and a more solid one. All these departments together, a
team of 20 members, work day in and day out to make this
dream come true.</p>
</div>
</div>
</div>
</div>
</section><!-- End About Us Section -->
<!-- ======= About Lists Section ======= -->
<section class="about-lists" style="background-color: #282828" id="sponsors">
<div class="container">
<div class="section-title">
<h2 style="color: #A91914;" class="animated fadeInDown">Our Sponsors</h2>
</div>
<div class="row no-gutters">
<div class="col-lg-4 col-md-6 content-item" data-aos="fade-up">
<span>Beverage Partner</span>
<br>
<a href="https://www.redbull.com/in-en" target="_blank"><img src="assets/img/redbull.png" alt="RedBull"
class="img-fluid" style="max-height: 150px;height: 150px;" /></a>
</div>
<div class="col-lg-4 col-md-6 content-item" data-aos="fade-up" data-aos-delay="100">
<span>Monetary Sponsor</span>
<br>
<!-- <a href=""> -->
<img src="assets/img/coming-soon.png" alt="Coming Soon" class="img-fluid"
style="max-height: 150px;height: 150px;" />
<!-- </a> -->
</div>
<div class="col-lg-4 col-md-6 content-item" data-aos="fade-up" data-aos-delay="200">
<span>Monetary Sponsor</span>
<br>
<!-- <a href=""> -->
<img src="assets/img/coming-soon.png" alt="Coming Soon" class="img-fluid"
style="max-height: 150px;height: 150px;" />
<!-- </a> -->
</div>
<!-- <div class="col-lg-4 col-md-6 content-item" data-aos="fade-up" data-aos-delay="300">
<span>04</span>
<h4>Repellendus molestiae</h4>
<p>Inventore quo sint a sint rerum. Distinctio blanditiis deserunt quod soluta quod nam mider lando casa</p>
</div>
<div class="col-lg-4 col-md-6 content-item" data-aos="fade-up" data-aos-delay="400">
<span>05</span>
<h4>Sapiente Magnam</h4>
<p>Vitae dolorem in deleniti ipsum omnis tempore voluptatem. Qui possimus est repellendus est quibusdam</p>
</div>
<div class="col-lg-4 col-md-6 content-item" data-aos="fade-up" data-aos-delay="500">
<span>06</span>
<h4>Facilis Impedit</h4>
<p>Quis eum numquam veniam ea voluptatibus voluptas. Excepturi aut nostrum repudiandae voluptatibus corporis
sequi</p>
</div> -->
</div>
</div>
</section><!-- End About Lists Section -->
<!-- ======= Counts Section ======= -->
<section class="counts section-bg" id="support">
<div class="container">
<div class="section-title">
<h2 class="animated fadeInDown" style="color: #A91914;">Support Us</h2>
</div>
<div class="row">
<div class="col-12">
<p class="animated fadeInUp">
Your support is vital and helps our team build awesome bots.
</p>
<p class="animated fadeInUp">
Team FootBrawlers relies on support from a wide range of sources and there are many ways that you can
help us. You can donate as an
individual, or through a foundation, trust or company. Your support helps us to do the following:
</p>
<p class="animated fadeInUp">
1) Create world-class robots which play football,
<br>
2) Travel around the world for competitions,
<br>
3) Maintain our bot.
</p>
<p class="animated fadeInUp">
Sponsoring us will provide you with an excellent brand value and enhance your international outreach.
</p>
<p class="animated fadeInUp">
This will help create positive public relations and raise awareness of the organization as a whole. In
addition it will also benefit your corporate social responsibility.
</p>
<p class="animated fadeInUp">
We would greatly appreciate any kind support you can provide.</p>
</div>
</div>
<a href="assets/docs/Brochure.pdf" class="btn btn-custom animated fadeInUp mb-5 mt-2" target="_blank">Download
Our
Brochure</a>
</div>
</section><!-- End Counts Section -->
<!-- ======= Our Team Section ======= -->
<section id="team" class="team" style="background-color: #282828">
<div class="container">
<div class="section-title">
<h2 style="color: #A91914;">Our Team</h2>
</div>
<div class="row">
<div class="col-xl-3 col-lg-4 col-md-6" data-aos="fade-up">
<div class="member">
<div class="pic"><img src="assets/img/team/Anand_Suresh.jpg" class="img-fluid" alt="Anand Suresh"
style="max-height: 200px;height: 200px;"></div>
<div class="member-info">
<h4>Anand Suresh</h4>
<span>Captain</span>
<div class="social">
<a href="https://www.instagram.com/__anandsure" target="_blank"><i class="icofont-instagram"></i></a>
<a href="https://www.linkedin.com/in/anand-suresh" target="_blank"><i
class="icofont-linkedin"></i></a>
</div>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="100">
<div class="member">
<div class="pic"><img src="assets/img/team/Sai_Sandeep.jpeg" class="img-fluid" alt="Sai Sandeep"
style="max-height: 200px;height: 200px;"></div>
<div class="member-info">
<h4>Sai Sandeep Rayanuthala</h4>
<span>Operations Head</span>
<div class="social">
<a href="https://www.instagram.com/sandy.cpp" target="_blank"><i class="icofont-instagram"></i></a>
<a href="https://www.linkedin.com/in/sai-sandeep-r" target="_blank"><i
class="icofont-linkedin"></i></a>
</div>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="200">
<div class="member">
<div class="pic"><img src="assets/img/team/Ishan_Patel.png" class="img-fluid" alt="Ishan Patel"
style="max-height: 200px;height: 200px;"></div>
<div class="member-info">
<h4>Ishan Patel</h4>
<span>Electrical Head</span>
<div class="social">
<a href="https://www.instagram.com/patelishan1400" target="_blank"><i
class="icofont-instagram"></i></a>
<a href="https://www.linkedin.com/in/ishan-patel-654851152" target="_blank"><i
class="icofont-linkedin"></i></a>
</div>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="300">
<div class="member">
<div class="pic"><img src="assets/img/team/Anshul_Jose.jpg" class="img-fluid" alt="Anshul Jose"
style="max-height: 200px;height: 200px;"></div>
<div class="member-info">
<h4>Anshul Jose Anthony</h4>
<span>Mechanical Head</span>
<!-- <div class="social">
<a href="" target="_blank"><i class="icofont-instagram"></i></a>
<a href="" target="_blank"><i class="icofont-linkedin"></i></a>
</div> -->
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-xl-3 col-lg-4 col-md-6" data-aos="fade-up">
<div class="member">
<div class="pic"><img src="assets/img/team/Rohan_Mathur.jpg" class="img-fluid" alt="Rohan Mathur"
style="max-height: 200px;height: 200px;"></div>
<div class="member-info">
<h4>Rohan Mathur</h4>
<span>Electrical & Treasurer</span>
<div class="social">
<a href="https://www.instagram.com/rohanmathur827" target="_blank"><i
class="icofont-instagram"></i></a>
<a href="https://www.linkedin.com/in/rohan-mathur-42a360191" target="_blank"><i
class="icofont-linkedin"></i></a>
</div>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="100">
<div class="member">
<div class="pic"><img src="assets/img/team/Bhavnadar_Singh.jpeg" class="img-fluid" alt="Bhavnadar Singh"
style="max-height: 200px;height: 200px;"></div>
<div class="member-info">
<h4>Bhavnadar Singh</h4>
<span>Mechanical Team</span>
<div class="social">
<a href="https://www.instagram.com/bhavnadar13" target="_blank"><i class="icofont-instagram"></i></a>
</div>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="200">
<div class="member">
<div class="pic"><img src="assets/img/team/Avinash_Nambiar.jpg" class="img-fluid" alt="Avinash Nambiar"
style="max-height: 200px;height: 200px;"></div>
<div class="member-info">
<h4>Avinash Nambiar</h4>
<span>Mechanical Team</span>
<div class="social">
<a href="https://www.instagram.com/patelishan1400" target="_blank"><i
class="icofont-instagram"></i></a>
<a href="https://www.linkedin.com/in/ishan-patel-654851152" target="_blank"><i
class="icofont-linkedin"></i></a>
</div>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="300">
<div class="member">
<div class="pic"><img src="assets/img/team/Akshat_Gupta.jpeg" class="img-fluid" alt="Akshat Gupta"
style="max-height: 200px;height: 200px;"></div>
<div class="member-info">
<h4>Akshat Gupta</h4>
<span>Management Head</span>
<div class="social">
<a href="https://www.instagram.com/akshatvg" target="_blank"><i class="icofont-instagram"></i></a>
<a href="https://www.linkedin.com/in/akshatvg" target="_blank"><i class="icofont-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-xl-3 col-lg-4 col-md-6" data-aos="fade-up">
<div class="member">
<div class="pic"><img src="assets/img/team/Madhumita_Damerla.jpg" class="img-fluid"
alt="Madhumita Damerla" style="max-height: 200px;height: 200px;"></div>
<div class="member-info">
<h4>Madhumita Damerla</h4>
<span>Content Head</span>
<div class="social">
<a href="https://www.instagram.com/madhu_mita.8" target="_blank"><i class="icofont-instagram"></i></a>
</div>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="100">
<div class="member">
<div class="pic"><img src="assets/img/team/Aditya_Oke.jpg" class="img-fluid" alt="Aditya Oke"
style="max-height: 200px;height: 200px;"></div>
<div class="member-info">
<h4>Aditya Dinesh Oke</h4>
<span>Algorithms Head</span>
<div class="social">
<a href="https://www.linkedin.com/in/aditya-oke-99b74717a" target="_blank"><i
class="icofont-linkedin"></i></a>
</div>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="200">
<div class="member">
<div class="pic"><img src="assets/img/team/Afreen_Ahmed.png" class="img-fluid" alt="Afreen Ahmed"
style="max-height: 200px;height: 200px;"></div>
<div class="member-info">
<h4>Afreen Ahmed</h4>
<span>Design Head</span>
<div class="social">
<a href="https://www.instagram.com/a_freenahmed" target="_blank"><i class="icofont-instagram"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Our Team Section -->
<!-- ======= Contact Us Section ======= -->
<section id="contact" class="contact">
<div class="container">
<div class="section-title">
<h2 style="color: #A91914;">Contact Us</h2>
</div>
<div class="row">
<div class="col-lg-6 d-flex align-items-stretch" data-aos="fade-up">
<div class="info-box">
<i class="bx bx-map"></i>
<h3>Our Address</h3>
<p>Creation Labs, Vellore Institute of Technology, Vellore,<br>
Tamil Nadu, India - 632014.</p>
<div class="social-links mt-3">
<a href="https://www.facebook.com/teamfootbrawlersvit" class="facebook" target="_blank"><i
class="bx bxl-facebook"></i></a>
<a href="https://www.instagram.com/team_footbrawlers" class="instagram" target="_blank"><i
class="bx bxl-instagram"></i></a>
<a href="https://www.linkedin.com/company/footbrawlers" class="linkedin" target="_blank"><i
class="bx bxl-linkedin"></i></a>
</div>
</div>
</div>
<div class="col-lg-3 d-flex align-items-stretch" data-aos="fade-up" data-aos-delay="100">
<div class="info-box">
<i class="bx bx-envelope"></i>
<h3>Email Us</h3>
<p>[email protected]<br>[email protected]</p>
</div>
</div>
<div class="col-lg-3 d-flex align-items-stretch" data-aos="fade-up" data-aos-delay="200">
<div class="info-box ">
<i class="bx bx-phone-call"></i>
<h3>Call Us</h3>
<p>+91 8122 3827 88<br>+91 9492 6710 16</p>
</div>
</div>
</div>
</div>
</section><!-- End Contact Us Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="container">
<div class="copyright">
© Copyright <strong><span style="color: #A91914">Team FootBrawlers</span></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/waypoints/jquery.waypoints.min.js"></script>
<script src="assets/vendor/counterup/counterup.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>