-
Notifications
You must be signed in to change notification settings - Fork 0
/
about-us.html
376 lines (353 loc) · 17.4 KB
/
about-us.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
<!DOCTYPE html>
<html lang="zxx">
<head>
<meta charset="UTF-8">
<meta name="description" content="oorja - Solar car project of Model Engineering College , Thrikkakara">
<meta name="keywords" content="Oorja, Solar, car, html">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Oorja</title>
<link rel = "icon" href = "img/Logo/new/oorja_cr.jpg"
type = "image/x-icon">
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css?family=Work+Sans:400,500,600,700,800,900&display=swap"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap" rel="stylesheet">
<!-- Css Styles -->
<link rel="stylesheet" href="css/bootstrap.min.css" type="text/css">
<link rel="stylesheet" href="css/font-awesome.min.css" type="text/css">
<link rel="stylesheet" href="css/elegant-icons.css" type="text/css">
<link rel="stylesheet" href="css/owl.carousel.min.css" type="text/css">
<link rel="stylesheet" href="css/magnific-popup.css" type="text/css">
<link rel="stylesheet" href="css/slicknav.min.css" type="text/css">
<link rel="stylesheet" href="css/style.css" type="text/css">
</head>
<body>
<!-- Page Preloder -->
<div id="preloder">
<div class="loader"></div>
</div>
<!-- Header Section Begin -->
<header class="header-section">
<div class="container">
<div class="logo">
<a href="./index.html">
<img src="img/Logo/new/rsz.png" alt="">
</a>
</div>
<div class="nav-menu">
<nav class="mainmenu mobile-menu">
<ul>
<li ><a href="./index.html">Home</a></li>
<li class="active" ><a href="./about-us.html">About</a>
<ul class="dropdown">
<li><a href="./about-us.html">About Us</a></li>
<li><a href="./team.html">Team</a></li>
</ul>
</li>
<li><a href="./schedule.html">Timeline</a></li>
<li><a href="./blog.html">Blog</a></li>
<li><a href="./contact.html">Contacts</a></li>
</ul>
</nav>
<a href="./sponsor.html" class="primary-btn top-btn"><i class="fa fa-ticket"></i> Sponsor</a>
</div>
<div id="mobile-menu-wrap"></div>
</div>
</header>
<!-- Header End -->
<!-- Breadcrumb Section Begin -->
<section class="breadcrumb-section">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="breadcrumb-text">
<h2>About Us</h2>
<div class="bt-option">
<a href="#">Home</a>
<span>About</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Breadcrumb Section End -->
<!-- About Section Begin -->
<section class="about-section spad">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="section-title">
<h2>Something About Us</h2>
<p class="f-para">The Oorja Solar Car team is an independent, student-led organization that operates on the campus of Model Engineering College, India. With a large and active student body, the team works during the college year to design and construct solar vehicles, which are used in STEM outreach, and to compete in national solar car competitions which include the Surya Kranti Solar Car Race India </p>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-6">
<div class="about-pic">
<img src="img/sk.png" alt="">
</div>
</div>
<div class="col-lg-6">
<div class="about-text">
<h3>The 2021 Surya Kranthi Challenge</h3>
<p>SuryaKranti is a project undertaken by Vijnana Bhrati, a nation wide movement for the popularisation of India's rich scientific heritage. It will take the lead to coordinate different similar organisations to form a consortium to execute the project.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- About Section End -->
<!-- Story Section Begin -->
<section class="story-section spad">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="section-title">
<h2>Our Story</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-6">
<div class="story-left">
<div class="story-item">
<h2>Jan 2020</h2>
<div class="si-text">
<h4>Heading 1</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam molestie sit amet turpis luctus commodo. Suspendisse vestibulum viverra hendrerit. Aenean finibus, odio a egestas dapibus, eros nisi aliquet ipsum, eget iaculis erat lacus eu ante. Nam interdum sapien nec libero rhoncus placerat. In at feugiat turpis.</p>
</div>
</div>
<div class="story-item">
<h2>Feb 2020</h2>
<div class="si-text">
<h4>Heading 2</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam molestie sit amet turpis luctus commodo. Suspendisse vestibulum viverra hendrerit. Aenean finibus, odio a egestas dapibus, eros nisi aliquet ipsum, eget iaculis erat lacus eu ante. Nam interdum sapien nec libero </p>
</div>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="story-right">
<div class="story-item">
<h2>Marc 2020</h2>
<div class="si-text">
<h4>Heading 3</h4>
<p>TLorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam molestie sit amet turpis luctus commodo. Suspendisse vestibulum viverra hendrerit. Aenean finibus, odio a egestas dapibus, eros nisi aliquet ipsum, eget iaculis erat lacus eu ante. Nam interdum sapien nec libero .</p>
</div>
</div>
<div class="story-item">
<h2>Apr 2020</h2>
<div class="si-text">
<h4>heading 4</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam molestie sit amet turpis luctus commodo. Suspendisse vestibulum viverra hendrerit. Aenean finibus, odio a egestas dapibus, eros nisi aliquet ipsum, eget iaculis erat lacus eu ante. Nam interdum sapien nec libero </p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Story Section End -->
<!-- Testimonial Section Begin -->
<section class="testimonial-section spad">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="section-title">
<h2>Testimonials</h2>
<p>Our customers are our biggest supporters. What do they think of us?</p>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<div class="row">
<div class="testimonial-slider owl-carousel">
<div class="col-lg-6">
<div class="testimonial-item">
<div class="ti-author">
<div class="quote-pic">
<img src="img/quote.png" alt="">
</div>
<div class="ta-pic">
<img src="img/testimonial/testimonial-1.jpg" alt="">
</div>
<div class="ta-text">
<h5>Emma Sandoval</h5>
<span>Post Manager</span>
</div>
</div>
<p>“First impression is made by logo or its absence. To know the importance of a logo just answer one question: How many big, leading and famous companies don’t have logos?”</p>
</div>
</div>
<div class="col-lg-6">
<div class="testimonial-item">
<div class="ti-author">
<div class="quote-pic">
<img src="img/quote.png" alt="">
</div>
<div class="ta-pic">
<img src="img/testimonial/testimonial-2.jpg" alt="">
</div>
<div class="ta-text">
<h5>John Smith</h5>
<span>Post Manager</span>
</div>
</div>
<p>“There is no denying the fact that the success of an advertisement lies mostly in the headline. The headline should attract the reader and make him read the rest of the advertisement.”</p>
</div>
</div>
<div class="col-lg-6">
<div class="testimonial-item">
<div class="ti-author">
<div class="quote-pic">
<img src="img/quote.png" alt="">
</div>
<div class="ta-pic">
<img src="img/testimonial/testimonial-2.jpg" alt="">
</div>
<div class="ta-text">
<h5>John Smith</h5>
<span>Post Manager</span>
</div>
</div>
<p>“There is no denying the fact that the success of an advertisement lies mostly in the headline. The headline should attract the reader and make him read the rest of the advertisement.”</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Testimonial Section End -->
<!-- Newslatter Section Begin -->
<section class="newslatter-section about-newslatter">
<div class="container">
<div class="newslatter-inner set-bg" data-setbg="img/newslatter-bg.jpg">
<div class="ni-text">
<h3>Subscribe Newsletter</h3>
<p>Subscribe to our newsletter and don’t miss anything</p>
</div>
<form action="#" class="ni-form">
<input type="text" placeholder="Your email">
<button type="submit">Subscribe</button>
</form>
</div>
</div>
</section>
<!-- Newslatter Section End -->
<!-- Contact Section Begin -->
<section class="contact-section spad">
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="section-title">
<h2>Location</h2>
<p>Get directions to our College</p>
</div>
<div class="cs-text">
<div class="ct-address">
<span>Address:</span>
<p>Model Engineering College,<br/> Thrikkakara, Edappally,</br> Kochi, Kerala 682021 <br />India</p>
</div>
<ul>
<li>
<span>Phone:</span>
+91-1234567899
</li>
<li>
<span>Email:</span>
</li>
</ul>
</div>
</div>
<div class="col-lg-6">
<div class="cs-map">
<iframe
src="https://www.google.com/maps/embed/v1/place?q=place_id:ChIJARZJBlAMCDsRTWnURULhI88&key=AIzaSyD8X4BRqPHwUouKNy71muz8jl0JA-H5iIk"
height="400" style="border:0;" allowfullscreen=""></iframe>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section End -->
<!-- Footer Section Begin -->
<footer class="footer-section">
<div class="container">
<div class="partner-logo owl-carousel">
<a href="#" class="pl-table">
<div class="pl-tablecell">
<img src="img/partner-logo/logo-1.png" alt="">
</div>
</a>
<a href="#" class="pl-table">
<div class="pl-tablecell">
<img src="img/partner-logo/logo-2.png" alt="">
</div>
</a>
<a href="#" class="pl-table">
<div class="pl-tablecell">
<img src="img/partner-logo/logo-3.png" alt="">
</div>
</a>
<a href="#" class="pl-table">
<div class="pl-tablecell">
<img src="img/partner-logo/logo-4.png" alt="">
</div>
</a>
<a href="#" class="pl-table">
<div class="pl-tablecell">
<img src="img/partner-logo/logo-5.png" alt="">
</div>
</a>
<a href="#" class="pl-table">
<div class="pl-tablecell">
<img src="img/partner-logo/logo-6.png" alt="">
</div>
</a>
</div>
<div class="row">
<div class="col-lg-12">
<div class="footer-text">
<div class="ft-logo">
<a href="./index.html" class="footer-logo"><span class="fa fa-sun-o"><h2>Oorja</h2></span></a>
</div>
<ul>
<li><a href="./index.html">Home</a></li>
<li><a href="./about-us.html">About</a></li>
<li><a href="./schedule.html">Timeline</a></li>
<li><a href="./blog.html">Blog</a></li>
<li><a href="./contact.html">Contact</a></li>
</ul>
<div class="copyright-text"><p>
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | Made with <i class="fa fa-heart" aria-hidden="true"></i> by <a href="https://www.linkedin.com/in/adithyaanilkumar/" target="_blank">Adithya</a>
</p></div>
<div class="ft-social">
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="https://www.linkedin.com/in/oorja-solarteam-b440991a6/"><i class="fa fa-linkedin"></i></a>
<a href="https://www.instagram.com/oorja_solar_team/"><i class="fa fa-instagram"></i></a>
<a href="https://www.youtube.com/watch?v=12lE_dWZ3-Y"><i class="fa fa-youtube-play"></i></a>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- Footer Section End -->
<!-- Js Plugins -->
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/jquery.countdown.min.js"></script>
<script src="js/jquery.slicknav.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>