forked from arunava001OS/SaeWebsiteNitD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbaja.html
333 lines (300 loc) · 13.6 KB
/
baja.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
{% load static %}
<!DOCTYPE html>
<html lang="en">
<head>
{% load static %}
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>SAE</title>
<!-- Bootstrap core CSS -->
<link href="{% static 'index/vendor/bootstrap/css/bootstrap.min.css' %}" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="{% static 'index/vendor/fontawesome-free/css/all.min.css' %}" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'>
<!-- Custom styles for this template -->
<link href="{% static 'index/css/agency.css' %}" rel="stylesheet">
<!-- Bootstrap core JavaScript -->
<script src="{% static 'index/vendor/jquery/jquery.min.js' %}"></script>
<script src="{% static 'index/vendor/bootstrap/js/bootstrap.bundle.min.js' %}"></script>
<!-- Plugin JavaScript -->
<script src="{% static 'index/vendor/jquery-easing/jquery.easing.min.js' %}"></script>
<script src="{% static 'index/vendor/scrollreveal/scrollreveal.min.js' %}"></script>
<script src="{% static 'index/vendor/magnific-popup/jquery.magnific-popup.min.js' %}"></script>
<!-- Custom scripts for this template -->
<script src="{% static 'index/js/agency.min.js' %}"></script>
<style>
@media (min-width: 992px) {
#mainNav {
background-color: transparent;
}
}
@media screen and (min-width:250px) and (max-width:485px)
{
#homeimg
{
height: 400px;
padding-top: 117px;
}
#def
{
height: 225px;
width: 350px;
}
}
@media screen and (min-width:486px) and (max-width:770px)
{
#homeimg
{
height: 625px;
padding-top: 120px;
padding-left: 35px;
}
#def
{
height: 130px;
width: 225px;
}
}
@media (min-width: 777px)
{
.navbar
{
height: 75px;
}
#logimg
{
margin-left: -25px;
}
#mainNav
{
background-color: #212529;
}
#homeimg
{
height: 717px;
}
#def
{
height: 190px;
width: 300px;
}
}
/*@media screen and (min-width:250px) and (max-width:500px)
{
#homeimg
{
height: 400px;
padding-top: 117px;
}
}
@media screen and (min-width:510px)
{
#homeimg
{
height: 717px;
}
#mainNav
{
background-color: #212529;
}
}
@media (min-width: 600px)
{
.navbar
{
height: 75px;
}
#logimg
{
margin-left: -100px;
}
}
*/
#ndors{
padding-bottom: 100px;
}
#mahindra{
padding-top: 50px;
padding-bottom: 10px;
}
#workshops{
padding-top: 50px;
padding-bottom: 10px;
}
#teambaha{
padding-top: 50px;
padding-bottom: 10px;
}
</style>
</head>
<body id="home">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="/"><img src="{% static 'index/img/saelogo.png' %}" width="180px" height="190px" alt="saelogo" id="logimg" /></a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav text-uppercase ml-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="/#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#ndors">Ndors</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#mahindra">Mahindra</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#workshops">Workshops</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#teambaha">Team</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="/#contact">Contact Us</a>
</li>
</ul>
</div>
</div>
</nav>
<br>
<section id="ndors">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">TEAM NDORS</h2>
</div>
</div>
<p class="text-muted"><b>SAEINDIA</b> is India's leading resource for mobility technology. It is a strategic alliance partner of SAE International registered in India as an Indian nonprofit engineering and scientific society dedicated to the advancement of mobility industry in India.
<br><b>SAE India collegiate chapter of NIT Durgapur</b> was conceived in 2007 with an idea to integrate the students of the college into international fabric of automobile engineering. Presently 200 students are enjoying the benefits of SAE India membership.
We organize a number of innovative events, workshops and lectures round the year and a competitive place where the sharpest minds battle in the quest to achieve disctinction. SAE along with MNTC and GLUG organises <b>Aavishkar - The TechFest</b> which is the official technical fest of NIT Durgapur. SAE NIT Durgapur also publishes its annual magazine called <b>Autopia</b> for automobile enthusiasts to know about latest technologies at one place. <b>BAJA SAE</b> is a part of SAE NIT Durgapur which takes part in BAJA competition organised by SAE India. They represent NIT Durgapur at this national level competition under the team name NDORS.</p>
</div>
</section>
<section id="mahindra">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">MAHINDRA</h2>
</div>
</div>
<p class="text-muted"><b>SAEINDIA</b> is India's leading resource for mobility technology. It is a strategic alliance partner of SAE International registered in India as an Indian nonprofit engineering and scientific society dedicated to the advancement of mobility industry in India.
<br><b>SAE India collegiate chapter of NIT Durgapur</b> was conceived in 2007 with an idea to integrate the students of the college into international fabric of automobile engineering. Presently 200 students are enjoying the benefits of SAE India membership.
We organize a number of innovative events, workshops and lectures round the year and a competitive place where the sharpest minds battle in the quest to achieve disctinction. SAE along with MNTC and GLUG organises <b>Aavishkar - The TechFest</b> which is the official technical fest of NIT Durgapur. SAE NIT Durgapur also publishes its annual magazine called <b>Autopia</b> for automobile enthusiasts to know about latest technologies at one place. <b>BAJA SAE</b> is a part of SAE NIT Durgapur which takes part in BAJA competition organised by SAE India. They represent NIT Durgapur at this national level competition under the team name NDORS.</p>
</div>
</section>
<section id="workshops">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">WORKSHOPS</h2>
</div>
</div>
<p class="text-muted"><b>SAEINDIA</b> is India's leading resource for mobility technology. It is a strategic alliance partner of SAE International registered in India as an Indian nonprofit engineering and scientific society dedicated to the advancement of mobility industry in India.
<br><b>SAE India collegiate chapter of NIT Durgapur</b> was conceived in 2007 with an idea to integrate the students of the college into international fabric of automobile engineering. Presently 200 students are enjoying the benefits of SAE India membership.
We organize a number of innovative events, workshops and lectures round the year and a competitive place where the sharpest minds battle in the quest to achieve disctinction. SAE along with MNTC and GLUG organises <b>Aavishkar - The TechFest</b> which is the official technical fest of NIT Durgapur. SAE NIT Durgapur also publishes its annual magazine called <b>Autopia</b> for automobile enthusiasts to know about latest technologies at one place. <b>BAJA SAE</b> is a part of SAE NIT Durgapur which takes part in BAJA competition organised by SAE India. They represent NIT Durgapur at this national level competition under the team name NDORS.</p>
</div>
</section>
<section id="teambaha">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">TEAM MEMBERS</h2>
</div>
</div>
<p class="text-muted"><b>SAEINDIA</b> is India's leading resource for mobility technology. It is a strategic alliance partner of SAE International registered in India as an Indian nonprofit engineering and scientific society dedicated to the advancement of mobility industry in India.
<br><b>SAE India collegiate chapter of NIT Durgapur</b> was conceived in 2007 with an idea to integrate the students of the college into international fabric of automobile engineering. Presently 200 students are enjoying the benefits of SAE India membership.
We organize a number of innovative events, workshops and lectures round the year and a competitive place where the sharpest minds battle in the quest to achieve disctinction. SAE along with MNTC and GLUG organises <b>Aavishkar - The TechFest</b> which is the official technical fest of NIT Durgapur. SAE NIT Durgapur also publishes its annual magazine called <b>Autopia</b> for automobile enthusiasts to know about latest technologies at one place. <b>BAJA SAE</b> is a part of SAE NIT Durgapur which takes part in BAJA competition organised by SAE India. They represent NIT Durgapur at this national level competition under the team name NDORS.</p>
</div>
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="team-member">
<img class="mx-auto rounded-circle" src="{% static 'index/img/team/anand.jpg' %}" alt="">
<h4>Anand Jhunjhunwala</h4>
<p class="text-muted">General Secretary</p>
<ul class="list-inline social-buttons">
<li class="list-inline-item">
<a href="#">
<i class="fas fa-phone" data-toggle="tooltip" title="9903322358"></i>
</a>
</li>
<li class="list-inline-item">
<a href="https://www.facebook.com/anand.jhunjhunwala.315" target='_blank'>
<i class="fab fa-facebook-f"></i>
</a>
</li>
<li class="list-inline-item">
<a href="mailto:anand.13696@gmail.com">
<i class="fas fa-envelope" data-toggle="tooltip" title="anand.13696@gmail.com"></i>
</a>
</li>
</ul>
</div>
</div>
<div class="col-lg-6">
<div class="team-member">
<img class="mx-auto rounded-circle" src="{% static 'index/img/team/anand.jpg' %}" alt="">
<h4>Anand Jhunjhunwala</h4>
<p class="text-muted">General Secretary</p>
<ul class="list-inline social-buttons">
<li class="list-inline-item">
<a href="#">
<i class="fas fa-phone" data-toggle="tooltip" title="9903322358"></i>
</a>
</li>
<li class="list-inline-item">
<a href="https://www.facebook.com/anand.jhunjhunwala.315" target='_blank'>
<i class="fab fa-facebook-f"></i>
</a>
</li>
<li class="list-inline-item">
<a href="mailto:anand.13696@gmail.com">
<i class="fas fa-envelope" data-toggle="tooltip" title="anand.13696@gmail.com"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-lg-8 mx-auto text-center">
<a class="btn btn-primary btn-xl text-uppercase js-scroll-trigger" href="/allteam/">Meet All Members</a>
</div>
</section>
</body>
<!-- Portfolio Grid -->
<!-- Footer -->
<footer style="background-color:whitesmoke">
<div class="container">
<div class="row">
<div class="col-md-4">
<span class="copyright">Copyright © Sae-NIT Durgapur 2018</span>
</div>
<div class="col-md-4">
</div>
<div class="col-md-4">
<ul class="list-inline social-buttons">
<li class="list-inline-item">
<a href="https://www.facebook.com/SAENITD/">
<i class="fab fa-facebook-f"></i>
</a>
</li>
<li class="list-inline-item">
<a href="mailto:sae.nitdgp1@gmail.com">
<i class="fas fa-envelope"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
</html>