-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathModelS.html
239 lines (221 loc) · 10.6 KB
/
ModelS.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Tesla Model S</title>
<link rel="stylesheet" href="css/modelS_css.css" />
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css" />
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;900&display=swap" rel="stylesheet" />
<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="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<script defer src="JS/modelS-date.js"></script>
</head>
<body class="bodystyle">
<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 class="container">
<div class="content">
<div class="w3-container w3-left w3-animate-left">
<h1>Tesla Model S</h1>
</div>
<p class="w3-container w3-left w3-animate-left">With the longest range and quickest acceleration of any electric vehicle in production, Model S Plaid is the highest performing sedan ever built.</p>
<!--<button type="button">Comparision</button>-->
</div>
<img src="images/Model-S2_prev_ui.png" class="car-image" />
<div class="bottom-menu">
<div class="w3-container w3-center w3-animate-bottom">
<img src="images/icon1.png" />
<p>155 mph</p>
</div>
<div class="w3-container w3-center w3-animate-bottom">
<img src="images/icon2.png" />
<p>503 hp</p>
</div>
<div class="w3-container w3-center w3-animate-bottom">
<img src="images/icon3.png" />
<p>243 lb·ft</p>
</div>
<div class="w3-container w3-center w3-animate-bottom">
<img src="images/icon4.png" />
<p>Rs. 1.50 Cr</p>
</div>
</div>
</div>
<div class="TheDataDiv">
<div id="the-car-data-table">
<div class="switch-field">
<input class="switcher" type="radio" id="radio-one" name="switch-one" value="Simple" onclick="switchEDIT(event, 'sim-edit')" checked />
<label for="radio-one">  Plaid  </label>
<input class="switcher" type="radio" id="radio-two" name="switch-one" value="Trumbowyg" onclick="switchEDIT(event, 'trum-edit')" />
<label for="radio-two">Long Range</label>
</div>
<div id="data-table"></div>
</div>
<div>
<img src="images/modelSspecs.jpg" alt="Model S" />
</div>
</div>
<div class="modelsframe">
<div class="flip-box">
<div class="flip-box-inner">
<div class="flip-box-front">
<h2>High Impact Protection</h2>
<p>
<br />
Model S is built from the ground up as an electric vehicle, with a high-strength architecture and floor-mounted battery pack for incredible occupant protection and low rollover risk. Every Model S includes
Tesla’s latest active safety features, such as Automatic Emergency Braking, at no extra cost.
</p>
</div>
<div class="flip-box-back">
<h2>Simple Quotes</h2>
<p>
Electric cars are going to be very important for urban transportation <br />
-
Carlos Ghosn
</p>
<p>
We will not stop until every car on the road is electric <br />
-
Elon Musk
</p>
<p>
The time is right for electric cars - in fact the time is critical<br />
- Carlos Ghosn
</p>
</div>
</div>
</div>
<section class="estyle2"></section>
</div>
<br />
<div class="power">
<section class="estyle"></section>
<div class="flip-box">
<div class="flip-box-inner">
<div class="flip-box-front">
<h2>Electric Powertrain</h2>
<br />
<p style="margin-right: 10px">
Long Range and Plaid platforms unite powertrain and battery technologies for unrivaled performance, range and efficiency. New module and pack thermal architecture allows faster charging and gives you more
power and endurance in all conditions.
</p>
</div>
<div class="flip-box-back">
<h2>Pro Facts</h2>
<h5>Long Range</h5>
<p>Dual Motor All-Wheel Drive platform allows for the longest range, and now delivers insane power and acceleration.</p>
<h5>Plaid</h5>
<p>Tri Motor All-Wheel Drive platform with torque vectoring features three independent motors, each with a carbon-sleeved rotor that maintains peak power output all the way to top speed.</p>
</div>
</div>
</div>
</div>
<div class="front">
<div>
<h2>Refined Styling</h2>
<p>Exterior design combines an iconic look with elegant proportions.</p>
<p>
Tesla Model S exterior features revised bumpers and chrome elements being replaced with a gloss black finish. There are new alloy wheels on offer as well and that's pretty much it as far as the outside of the
car is concerned.
</p>
<br />
<h2>Optimized Aerodynamics</h2>
<p>Attention to detail on all exterior surfaces makes Model S the most aerodynamic production car on Earth.</p>
</div>
<section class="front_1"></section>
</div>
<div class="front">
<section class="front_2"></section>
<br /><br /><br />
<div>
<h2>Responsive Performance</h2>
<p>
Staggered, performance-focused wheels and tyres keep the car planted and transfer even more power down to the road. The Model S Plaid will supposedly be capable of over 520 miles of range, a 200-mph top speed,
and a 0-60 mph time under two seconds.
</p>
</div>
</div>
<div class="card_iframe">
<div class="pav1"><iframe name="360Image" src="https://msnautosblob.akamaized.net/izmo-prod/360index.html?market=en-us&year=2015&make=tesla&model=model s" scrolling="no"></iframe></div>
<div class="container1">
<h2>Exterior View of Model-S</h2>
<p style="font-size: 20px;"> Here is the 360 deg exterior view of Model-S </p>
</div>
</div>
<footer class="full-footer">
<div class="container-footer 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>