forked from notsammy002/stage-1-project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtesla.html
463 lines (405 loc) · 18.2 KB
/
tesla.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.1/css/all.min.css"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
integrity="sha512-SfTiTlX6kk+qitfevl/7LibUOeJWlt9rbyDn92a1DqWOw9vWG2MFoays0sgObmWazO5BQPiFucnnEAjpAB+/Sw=="
crossorigin="anonymous"
/>
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="fontawesome-free-5.6.3-web/css/all.css">
<link rel="stylesheet" href="css/about_us.css">
<title>TESLA - Electric Cars</title>
</head>
<body class="bodystyle">
<header>
<div>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<a class="navbar-brand" href="#">Electric Car</a>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="aboutus.html">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact_page.html">Contact Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="faq_page.html">FAQ</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="#"
><i class="fa fa-search" aria-hidden="true"></i>
<span class="sr-only">(current)</span></a
>
</li>
<li>
<input
class="form-control mr-sm-2"
type="text"
placeholder="Search"
/>
<button class="btn btn-success" type="submit">Search</button>
</li>
</ul>
</form>
</div>
</nav>
</div>
</header>
<section class="breadcrumbs-section">
<div class="container p-1 p-sm-3">
<div class="row">
<div class="col-12">
<h2>TESLA</h2>
</div>
</div>
</div>
</section>
<div class="parallax" style="background-image: url(imgs/tesla/giga.png);min-height:500px; background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;"></div>
<section class="about-company-section">
<div class="background"></div>
<div class="container p-1 p-sm-3">
<div class="panel pricing-table">
<div class="row">
<div class="col-12 text-center">
<h2>Model S</h2>
<hr />
</div>
<div class="col-md-3 zoom">
<img class="img-fluid" src="imgs/tesla/model s.png" alt="">
</div>
<div class="col-md-1"></div>
<div class="col-md-8">
<p>
Latest Update: Tesla has revealed the facelifted Model S sedan.
</p>
<p>
Tesla Model S Launch: The electric sedan is expected to be launched in late-2021 in India.
</p>
<p>Tesla Model S Price: It is expected to be priced at Rs 1.5 crore (ex-showroom).</p>
<p>Tesla Model S Powertrain: Tesla offers the international-spec Model S in three electric powertrain options: Long Range, Plaid and Plaid+.</p>
<p style="text-align:right; margin-right: 16px"><a href="ModelS.html" class="pricing-button">Know more</a></p>
</div>
</div>
</div>
</div>
</section>
<section class="about-company-section">
<div class="container p-1 p-sm-3">
<div class="panel pricing-table">
<div class="row">
<div class="col-12 text-center">
<h2>Model 3</h2>
<hr />
</div>
<div class="col-md-3 zoom">
<img class="img-fluid" src="imgs/tesla/model 3.png" alt="">
</div>
<div class="col-md-1"></div>
<div class="col-md-8">
<p>
Latest Update: Tesla is expected to launch the Model 3 in the first half of 2021.</p>
<p>
Tesla Model 3 Price: The electric sedan could be priced from Rs 60 lakh onwards (ex-showroom).
</p>
<p>Tesla Model 3 Powertrain: The US-spec Model 3 is offered in three electric powertrain options: Standard Plus, Long Range and Performance.</p>
<p style="text-align:right; margin-right: 16px"><a href="#" class="pricing-button">Know more</a></p>
</div>
</div>
</div>
</div>
</section>
<section class="about-company-section">
<div class="background"></div>
<div class="container p-1 p-sm-3">
<div class="panel pricing-table">
<div class="row">
<div class="col-12 text-center">
<h2>Model X</h2>
<hr />
</div>
<div class="col-md-3 zoom">
<img class="img-fluid" src="imgs/tesla/model x.png" alt="">
</div>
<div class="col-md-1"></div>
<div class="col-md-8">
<p>
Latest Update: Tesla has revealed the facelifted Model X SUV.
</p>
<p>
Tesla Model X Launch: The electric SUV is expected to go on sale in late-2021 in India.
</p>
<p>Tesla Model X Price: It is expected to be priced at Rs 2 crore (ex-showroom).</p>
<p>Tesla Model X Powertrain: Tesla offers the international-spec Model X in two electric powertrains: Long Range and Plaid.</p>
<p style="text-align:right; margin-right: 16px"><a href="#" class="pricing-button">Know more</a></p>
</div>
</div>
</div>
</div>
</section>
<!-- START : Home page 5rd section - Newsletter section -->
<section class="about-company-section">
<div class="container p-1 p-sm-3">
<div class="panel pricing-table">
<div class="row">
<div class="col-12 text-center">
<h2>Model Y</h2>
<hr />
</div>
<div class="col-md-3 zoom">
<img class="img-fluid" src="imgs/tesla/model y.png" alt="">
</div>
<div class="col-md-1"></div>
<div class="col-md-8">
<p>
Latest Update: Tesla is expected to launch the Model Y in the first half of 2021.</p>
<p>
Tesla Model Y Price: The electric sedan could be priced from Rs 50 lakh onwards (ex-showroom).
</p>
<p>Tesla Model Y Powertrain: The US-spec Model Y is offered in three electric powertrain options: Standard Plus, Long Range and Performance.</p>
<p style="text-align:right; margin-right: 16px"><a href="#" class="pricing-button">Know more</a></p>
</div>
</div>
</div>
</div>
</section>
<div class="row">
<div class="col text-center">
<h2><br>Comparision</h2>
</div>
</div>
<div class="background">
<div class="container">
<div class="row">
<div class="panel pricing-table">
<div class="pricing-plan">
<img src="imgs/tesla/model s.png" alt="" class="pricing-img">
<h2 class="pricing-header">Model S</h2>
<ul class="pricing-features">
<li class="pricing-features-item">Range : 412 miles</li>
<li class="pricing-features-item">Seatig up to :<p> 5 seats</p></li>
<li class="pricing-features-item">Cargo capacity :<p>28 cu ft</p></li>
<li class="pricing-features-item">Drive : AWD dual motor</li>
<li class="pricing-features-item">Acceleration : <p>0-60 mph in 3.1s</p></li>
<li class="pricing-features-item">Top Speed : 155 mph</li>
</ul>
<span class="pricing-price">Rs.1.5 Cr</span><br>
<a href="ModelS.html" class="pricing-button">Know more</a>
</div>
<div class="pricing-plan">
<img src="imgs/tesla/model 3.png" alt="" class="pricing-img">
<h2 class="pricing-header">Model 3</h2>
<ul class="pricing-features">
<li class="pricing-features-item">Range : 263 miles</li>
<li class="pricing-features-item">Seatig up to :<p> 5 seats</p></li>
<li class="pricing-features-item">Cargo capacity :<p>15 cu ft</p></li>
<li class="pricing-features-item">Drive : RWD single motor</li>
<li class="pricing-features-item">Acceleration : <p>0-60 mph in 5.3s</p></li>
<li class="pricing-features-item">Top Speed : 140 mph</li>
</ul>
<span class="pricing-price">Rs.60 Lakh</span><br>
<a href="#" class="pricing-button">Know more</a>
</div>
<div class="pricing-plan">
<img src="imgs/tesla/model x.png" alt="" class="pricing-img">
<h2 class="pricing-header">Model X</h2>
<ul class="pricing-features">
<li class="pricing-features-item">Range : 360 miles</li>
<li class="pricing-features-item">Seatig up to :<p> 7 seats</p></li>
<li class="pricing-features-item">Cargo capacity :<p>28 cu ft</p></li>
<li class="pricing-features-item">Drive : AWD dual motor</li>
<li class="pricing-features-item">Acceleration : <p>0-60 mph in 3.8s</p></li>
<li class="pricing-features-item">Top Speed : 155 mph</li>
</ul>
<span class="pricing-price">Rs.2.00 Cr</span><br>
<a href="#" class="pricing-button">Know more</a>
</div>
<div class="pricing-plan">
<img src="imgs/tesla/model y.png" alt="" class="pricing-img">
<h2 class="pricing-header">Model Y</h2>
<ul class="pricing-features">
<li class="pricing-features-item">Range : 326 miles</li>
<li class="pricing-features-item">Seatig up to :<p> 7 seats</p></li>
<li class="pricing-features-item">Cargo capacity :<p>68 cu ft</p></li>
<li class="pricing-features-item">Drive : AWD dual motor</li>
<li class="pricing-features-item">Acceleration : <p>0-60 mph in 4.8s</p></li>
<li class="pricing-features-item">Top Speed : 135 mph</li>
</ul>
<span class="pricing-price">Rs.50 Lakh</span><br>
<a href="#" class="pricing-button">Know more</a>
</div>
</div>
</div>
</div>
</div>
<section class="pt-3 pb-4 clients-section">
<div class="container">
<div class="row">
<div class="col text-center">
<h3><br>Future cars</h3>
<hr>
</div>
<div class="container my-4">
<!--Carousel Wrapper-->
<div id="multi-item-example" class="carousel slide carousel-multi-item" data-ride="carousel">
<!--Slides-->
<div class="carousel-inner" role="listbox">
<!--First slide-->
<div class="carousel-item active">
<div class="col-md-8" style="float:left">
<div class="card mb-2">
<img class="card-img-top"
src="imgs/tesla/cybertruck.png " alt="Card image cap">
<div class="card-body">
<h4 class="card-title">CyberTruck</h4>
<p class="card-text">The Cybertruck is scheduled to be released in late 2021 for the dual-motor AWD version. The single-motor versions will be released in late 2022. Currently, it's estimated that a half million Cybertrucks have been pre-ordered. It is the most powerful car tesla have ever built, engineered with 100 cubic feet of exterior, lockable storage</p>
<a class="btn btn-primary">Info</a>
</div>
</div>
</div>
<div class="col-md-3" style="float:left">
<div class="card mb-2">
<img class="card-img-top"
src="imgs/tesla/cybertruck1.png" alt="Card image cap">
<div class="card-body">
<h4 class="card-title">Cybertruck</h4>
<p class="card-text">The base price for a single-motor, rear-wheel-drive Tesla Cybertruck is Rs.3 cr, not including destination charges. The Dual Motor all-wheel drive version starts at Rs.3.6 cr and the top of the line Tri Motor all-wheel-drive Cybertruck costs Rs.5 cr.</p>
<a class="btn btn-primary">Info</a>
</div>
</div>
</div>
</div>
<!--/.First slide-->
<!--Second slide-->
<div class="carousel-item">
<div class="col-md-8" style="float:left">
<div class="card mb-2">
<img class="card-img-top"
src="imgs/tesla/roadster.png" alt="Card image cap">
<div class="card-body">
<h4 class="card-title">Roadster</h4>
<p class="card-text">The Tesla Roadster is an upcoming all-electric battery-powered four-seater sports car concept in development by Tesla, Inc. Tesla has claimed that it will be capable of 0 to 60 mph (0 to 97 km/h) in 1.9 seconds, which would be quicker than any street legal production car as of the announcement in 2017.
card's content.</p>
<a class="btn btn-primary">Info</a>
</div>
</div>
</div>
<div class="col-md-3" style="float:left">
<div class="card mb-2">
<img class="card-img-top"
src="imgs/tesla/roadster1.png" alt="Card image cap">
<div class="card-body">
<h4 class="card-title">Roadster</h4>
<p class="card-text">Tesla Roadster claimed to be fastest production car ever in 2020. When announcing the car back in 2017, Musk said it would be capable of a sprint to 60mph in 1.9secs. It would push on, he said, to 161km/h in just 4.2 seconds, on its way to a seemingly impossible top speed of 402km/h.</p>
<a class="btn btn-primary">Info</a>
</div>
</div>
</div>
</div>
<!--/.Second slide-->
</div>
<!--/.Slides-->
<!--Controls-->
<div class="controls-top">
<a class="btn-floating" href="#multi-item-example" data-slide="prev"><i class="fas fa-chevron-left"></i></a>
<a class="btn-floating" href="#multi-item-example" data-slide="next"><i
class="fas fa-chevron-right"></i></a>
</div>
<!--/.Controls-->
<!--Indicators-->
<ol class="carousel-indicators">
<li data-target="#multi-item-example" data-slide-to="0" class="active"></li>
<li data-target="#multi-item-example" data-slide-to="1"></li>
</ol>
<!--/.Indicators-->
</div>
</div>
<!--/.Carousel Wrapper-->
<div class="col text-center">
<h3>
Ev companies
</h3>
</div>
</div>
<hr>
<div class="row">
<div class="col-md-2 col-6">
<img class="img-fluid feature-img p-2" src="imgs/clients/tesla.png" alt="Card image cap">
</div>
<div class="col-md-2 col-6">
<img class="img-fluid feature-img p-2" src="imgs/clients/bmw.png" alt="Card image cap">
</div>
<div class="col-md-2 col-6">
<img class="img-fluid feature-img p-2" src="imgs/clients/audi.png" alt="Card image cap">
</div>
<div class="col-md-2 col-6">
<img class="img-fluid feature-img p-2" src="imgs/clients/ford.png" alt="Card image cap">
</div>
<div class="col-md-2 col-6">
<img class="img-fluid feature-img p-2" src="imgs/clients/porsche.png" alt="Card image cap">
</div>
<div class="col-md-2 col-6">
<img class="img-fluid feature-img p-2" src="imgs/clients/mg.png" alt="Card image cap">
</div>
</div>
</section>
<footer class="full-footer">
<div class="container top-footer p-md-3 p-1">
<div class="row">
<div class="col-md-3 pl-4 pr-4">
<img class="img-fluid" src="imgs/logo_text_white_small.png" alt="">
<h3>ELECTRIC CARS</h3>
<a href="#">Know more...</a><br>
</div>
<div class="col-md-3 pl-4 pr-4">
<h3>Important Links</h3>
<a href="#">Privacy Policy</a><br>
<a href="#">Youtube Channel Link </a><br>
<a href="#">Blog Articles </a><br>
<a href="#">Social Media</a>
</div>
<div class="col-md-3 pl-4 pr-4">
<h3>Location</h3>
<p>CENTRAL UNIVERSITY OF HARYANA</p>
</div>
<div class="col-md-3 pl-4 pr-4">
<h3>Contact Info</h3>
<a href="#"><i class="fas fa-phone"></i> +(91) 9090909090 </a><br>
<a href="#"><i class="fas fa-envelope"></i> [email protected] </a><br>
</div>
</div>
</div>
</footer>
<script src="bootstrap/js/jquery-3.3.1.slim.min.js"></script>
<script src="bootstrap/js/popper.min.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
</body>
</html>