-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
453 lines (423 loc) · 21 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
<!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 class="active"><a href="./index.html">Home</a></li>
<li><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 -->
<!-- Hero Section Begin -->
<section class="hero-section set-bg" data-setbg="img/Luminos_Main_Picture.jpg">
<div class="container">
<div class="row">
<div class="col-lg-7">
<div class="hero-text">
<span>Students of Govt. Model Engineering College presents,</span>
<h2>Project Oorja</h2>
<a href="./sponsor.html" class="primary-btn">Sponsor Us</a>
</div>
</div>
</div>
</div>
</section>
<!-- Hero Section End -->
<!-- Counter Section Begin -->
<section class="counter-section bg-gradient">
<div class="container">
<div class="row">
<div class="col-lg-4">
<div class="counter-text">
<span>Competition Date</span>
<h3>Count Every Second <br />Until the Event</h3>
</div>
</div>
<div class="col-lg-8">
<div class="cd-timer" id="countdown">
<div class="cd-item">
<span>40</span>
<p>Days</p>
</div>
<div class="cd-item">
<span>18</span>
<p>Hours</p>
</div>
<div class="cd-item">
<span>46</span>
<p>Minutes</p>
</div>
<div class="cd-item">
<span>32</span>
<p>Seconds</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Counter Section End -->
<!-- Home About Section Begin -->
<section class="home-about-section spad">
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="ha-pic">
<img src="img/solar_car_abt.webp" alt="">
</div>
</div>
<div class="col-lg-6">
<div class="ha-text">
<h2>About Us</h2>
<p>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>
<ul>
<li><span class="fa fa-sun-o"></span> Design</li>
<li><span class="fa fa-sun-o"></span> Manufacture</li>
<li><span class="fa fa-sun-o"></span> Test</li>
<li><span class="fa fa-sun-o"></span> Race!</li>
</ul>
<a href="./about-us.html" class="ha-btn">Learn More</a>
</div>
</div>
</div>
</div>
</section>
<!-- Home About Section End -->
<!-- Pricing Section Begin -->
<section class="pricing-section set-bg spad" data-setbg="img/mec.jpeg">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="mec">
<h2 >Govt. Model Engineering College</h2>
<p>Evolve into an academy of excellence to serve the emerging knowledge - society. </p>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-4 col-md-8">
<div class="price-item">
<p style="padding: 30px">
For the past 28 years Govt. Model Engineering College has empowered its students to pave the way for excellence and innovation in the field of engineering and technology. The institute is affiliated to the APJ Abdul Kalam Technological University (KTU), and was the first engineering college to be established by the Government of Kerala under the aegis of the institute of Human Resource Development (IHRD). The college was previously affiliated to Cochin University of Science and Technology (CUSAT) and has witnessed record breaking placements year after year. MEC was featured 37 among the top 100 engineering colleges in India by Outlook magazine and 21 among the top 25 Govt. Engineering colleges in India by DataQuest.
</p>
<a href="https://www.mec.ac.in/" class="price-btn">Visit <span class="arrow_right"></span></a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Pricing 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 team is our lifeline. 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>Name 1</h5>
<span>Operatiom 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>Name 2</h5>
<span>Electronics Llead</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>Name 3</h5>
<span>Electronics Llead</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 -->
<!-- Pricing Section Begin -->
<section class="pricing-section set-bg spad" data-setbg="img/pricing-bg.jpg">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="section-title">
<h2>We want you to be a part of our journey!</h2>
<p>Get Onboard!</p>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-4 col-md-8">
<div class="price-item top-rated">
<h4>Sponsor Us</h4>
<ul>
<li>We are pleased to invite your company to take part to the success of this event as a sponsor and be with us throough each and every part of the journey.The logo of your company will be displayed on our car as well as our website.</li>
</ul>
<a href="./sponsor.html" class="price-btn">Let's Go <span class="arrow_right"></span></a>
</div>
</div>
</div>
</div>
</section>
<!-- Pricing Section End -->
<!-- latest BLog Section Begin -->
<section class="latest-blog spad">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="section-title">
<h2>Latest News</h2>
<p>Do not miss anything about the event</p>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-6">
<div class="latest-item set-bg large-item" data-setbg="img/news_1.jpg">
<div class="li-tag">India</div>
<div class="li-text">
<h4><a href="https://www.thehindu.com/sci-tech/energy-and-environment/santhosh-thannikats-suryakranti-a-dream-to-bring-a-solar-car-race-to-india/article28506084.ece">Santhosh Thannikat’s SuryaKranti: A dream to bring a solar car race to India </a></h4>
<span><i class="fa fa-clock-o"></i> July 17, 2019</span>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="latest-item set-bg" data-setbg="img/news-2.jpg">
<div class="li-tag">India</div>
<div class="li-text">
<h5><a href="https://www.carandbike.com/news/isro-demonstrates-solar-hybrid-electric-car-1688371">ISRO Demonstrates Solar Hybrid Electric Car</a></h5>
<span><i class="fa fa-clock-o"></i> 19th May, 2019</span>
</div>
</div>
<div class="latest-item set-bg" data-setbg="img/blog/latest-b/latest-3.jpg">
<div class="li-tag">Europe</div>
<div class="li-text">
<h5><a href="./blog-details.html">Something from Blog</a></h5>
<span><i class="fa fa-clock-o"></i> 19th May, 2019</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- latest BLog Section End -->
<!-- Newslatter Section Begin -->
<section class="newslatter-section">
<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>