-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathevents.html
365 lines (308 loc) · 12.3 KB
/
events.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
<!DOCTYPE html>
<html lang="en">
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-122003187-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-122003187-1');
</script>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Baja NITK Racing</title>
<link rel="icon" type="image/x-icon" href="./images/off_logo.png">
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css">
<!-- Custom CSS -->
<link href="css/style.css" rel="stylesheet">
<!-- Animate.css -->
<link href="css/animate.css" rel="stylesheet" media="all" type="text/css">
<!-- Custom Fonts -->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<!-- Owl Carousel Assets -->
<link href="owl-carousel/owl.carousel.css" rel="stylesheet">
<!-- <link href="owl-carousel/owl.theme.css" rel="stylesheet"> -->
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body id="page-top" class="sub-page">
<div class="wrap-body">
<div class="main-header" >
<!--Navigation-->
<nav id="menu" class="navbar">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="btn btn-navbar navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse"><i class="fa fa-bars"></i></button>
<a class="navbar-brand" href="#">
<h2 style="text-transform:none">BAJA NITK RACING</h2> </a>
</div>
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav">
<li><a href="index.html">Car</a></li>
<li ><a href="team.html">Team</a></li>
<li class="active"><a href="events.html">Events</a></li>
<li><a href="sponsor.html">Sponsor</a></li>
</ul>
</div>
</div>
</nav>
<div class="header-text">
<div class="header-text-inner">
</div>
</div>
</div>
</header>
<!--////////////////////////////////////Container-->
<section id="page-content" class="index-page">
<section class="box-content box-2 box-style-2" >
<h2 style="color: grey; opacity:.1 ;position: absolute; font-size:10vw; float:right; text-align: right;right:0">Social Media</h2>
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="ft-item wow fadeInLeft" data-wow-delay=".1s" data-wow-duration="1s">
<div class="row">
<div class="col-md-1">
<div class="ft-icon">
<i class="fa fa-angle-right"></i>
</div>
</div>
<div class="col-md-9">
<h5 style="font-size: 4vh">Event1</h5>
<p>
Content for Event1
</p>
</div>
</div>
</div>
</div>
<div class="col-md-6">
<div class="ft-b-image wow fadeIn" data-wow-delay=".1s" data-wow-duration="1s">
<img src="images/events/event1/pic.png" style="width: 100%" class="img-responsive"/>
</div>
</div>
</div>
</div>
</section>
<section class="box-content box-5 box-style-12" style="color:white">
<div class="container">
<div class="heading wow fadeInUp" data-wow-delay=".1s" data-wow-duration="1s">
<h2 style="color: white">Winner for ABC </h2>
<hr class="line" style="border-color:white">
</div>
</div>
</section>
<!-- ////////////Content Box 02 -->
<section class="box-content box-2 box-style-1" >
<h2 style="color: grey; opacity:.06;position: absolute; font-size:22vw; float:right; margin-top:-20vh">Incident</h2>
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="ft-item wow fadeInLeft" data-wow-delay=".1s" data-wow-duration="1s">
<div class="row">
<div class="col-md-1">
<div class="ft-icon">
<i class="fa fa-angle-right"></i>
</div>
</div>
<div class="col-md-9">
<h5 style="font-size: 4vh">Event2</h5>
<p>
Content for Event2
</p>
</div>
</div>
</div>
</div>
<div class="col-md-6">
<div class="ft-b-image wow fadeIn" data-wow-delay=".1s" data-wow-duration="1s">
<img src="images/events/event2/pic.png" style="width: 100%" class="img-responsive"/>
</div>
</div>
</div>
</div>
</section>
<!-- <section class="box-content box-2 box-style-2" >
<h2 style="color: grey; opacity:.1 ;position: absolute; font-size:20vw; float:right; text-align: right;right:0">Engineer</h2>
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="ft-b-image wow fadeIn" data-wow-delay=".1s" data-wow-duration="1s">
<img src="images/team/2022/team.JPG" style="width: 100%" class="img-responsive"/>
</div>
</div>
<div class="col-md-6">
<div class="ft-item wow fadeInLeft" data-wow-delay=".1s" data-wow-duration="1s">
<div class="row">
<div class="col-md-1">
<div class="ft-icon">
<i class="fa fa-angle-right"></i>
</div>
</div>
<div class="col-md-9">
<h5 style="font-size: 4vh">Engineer Exposure</h5>
<p>
Baja NITK Racing hosts dedicated stalls during Engineer, NITK's Annual Technical fest & South India's 2nd largest Tech Fest, with a <b>footfall of 25000+ students from 150+ colleges</b>.
The sponsors are publicized to a crowd of enthusiastic engineering students and industry experts that visit the campus from all over India.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section> -->
<section class="box-content box-5 box-style-145" style="color:white">
<div class="container">
<div class="heading wow fadeInUp" data-wow-delay=".1s" data-wow-duration="1s">
<h2 style="color: white">Team</h2>
<hr class="line" style="border-color:white">
</div>
</div>
</section>
<section class="box-content box-2 box-style-2" >
<h2 style="color: grey; opacity:.06;position: absolute; font-size:12vw; float:right; right:0">BAJA SAE</h2>
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="ft-b-image wow fadeIn" data-wow-delay=".1s" data-wow-duration="1s">
<img src="images/team/2022/IMG_8483.jpg" style="width: 100%" class="img-responsive"/>
</div>
</div>
<div class="col-md-6">
<div class="ft-item wow fadeInLeft" data-wow-delay=".1s" data-wow-duration="1s">
<div class="row">
<div class="col-md-1">
<div class="ft-icon">
<i class="fa fa-angle-right"></i>
</div>
</div>
<div class="col-md-9">
<h5 style="font-size: 4vh">Technical Team</h5>
<p>
The BAJA SAE India competition is telecast nationally, and globally on youtube. Our sponsors will receive national level branding in the form of stickers on our car, tshirts, banners in our stalls.
</br>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</section>
<!--////////////////////////////////////Footer-->
<footer id="footer">
<div class="container">
<div class="wrap-footer">
<div class="row">
<div class="col-md-7">
<div class="footer-contact-info">
<h1 class="footer-title">Get in touch</h1>
<div class="contact-info-item">
<div class="row">
<div class="col-md-6">
<h3>Dr.P.S.Suvin</h3>
<p>Faculty Advisor</p>
<p>+91 8762785431</p>
<a href="maito:[email protected]">[email protected]</a>
</div>
<div class="col-md-6">
<h3>Prasad G.M.</h3>
<p>Team Captain</p>
<p>+91 89717369751</p>
<a href="mailto:[email protected]">[email protected]</a>
</div>
</div>
</div>
</div>
<!-- <div class="footer-contact-form">
<h2 class="footer-title">Get in touch.</h2> -->
<!-- <form action="https://formspree.io/[email protected]" method="POST">
<div class="row">
<div class="col-md-6">
<div class="form-group">
<input type="text" class="form-control input-lg" name="name" id="name" placeholder="Enter name" required="required" />
</div>
<div class="form-group">
<input type="email" class="form-control input-lg" name="_replyto" id="email" placeholder="Enter email" required="required" />
</div>
<div class="form-group">
<input type="text" class="form-control input-lg" name="subject" id="subject" placeholder="Subject" required="required" />
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<textarea name="message" id="message" class="form-control" rows="4" cols="25" required="required" placeholder="Message" style="height: 190px;"></textarea>
</div>
</div>
</div>
<button type="submit" class="btn btn-skin" name="submit" id="submitcontact" value="Send">Send</button>
</form> -->
<!-- </div> -->
</div>
<div class="col-md-5">
<div class="footer-contact-info">
<div class="contact-info-item">
<div class="row">
<div class="col-md-1">
<div class="contact-info-icon">
<i class="fa fa-map-marker"></i>
</div>
</div>
<div class="col-md-10">
<h3>Location</h3>
<p>National Institute of Technology Karnataka, NH 66, Srinivas Nagar, Surathkal, Mangaluru, Karnataka 575025</p>
</div>
</div>
</div>
<div class="contact-info-item">
<div class="row">
<div class="col-md-1">
<div class="contact-info-icon">
<i class="fa fa-envelope"></i>
</div>
</div>
<div class="col-md-10">
<h3>Email</h3>
<p> [email protected]</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="bottom-footer">
<ul class="list-inline footer-link link">
<li><a style="font-size:40px" class="fa fa-facebook" target="_blank" href="https://www.facebook.com/BajaNITKRacing"></a></li>
<li><a style="font-size:40px" class="fa fa-instagram" target="_blank" href="https://www.instagram.com/bajanitkracing/"></a></li>
<li><a style="font-size:40px" class="fa fa-linkedin" target="_blank" href="https://www.linkedin.com/company/baja-nitk-racing/"></a></li>
</ul>
<div class="copyright">
<span> © 2022 Copyright BAJA NITK | Design by <a href="https://github.com/MBSA-INFINITY">Baja NITK'22 Web Team</a></span>
</div>
</div>
</div>
</footer>
<!-- Footer -->
<div id="page-top"><a href="#page-top" class="btn btn-toTop"><i class="fa fa-angle-double-up"></i></a></div>
<!-- ========== Scripts ========== -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.localScroll.min.js"></script>
<script src="js/jquery.scrollTo.min.js"></script>
<script src="js/SmoothScroll.js"></script>
<script src="js/wow.min.js"></script>
<!-- Owl Carousel JS -->
<script src="owl-carousel/owl.carousel.js"></script>
<!-- Definity JS -->
<script src="js/main.js"></script>
</div>
</body>
</html>