forked from SUMAN-24/Royal-Enfield
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinterceptor.html
More file actions
390 lines (327 loc) · 15.9 KB
/
Copy pathinterceptor.html
File metadata and controls
390 lines (327 loc) · 15.9 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="https://store.royalenfield.com/media/favicon/stores/1/favicon-128x128.png">
<!-- FONT AWESOME -->
<script src="https://kit.fontawesome.com/8d91ab7046.js" crossorigin="anonymous"></script>
<!-- CSS Link -->
<link rel="stylesheet" href="./Styles/interceptor.css">
<link rel="stylesheet" href="./Styles/common.css">
<title>RE Interceptor 650 Price, Colours, Images & Mileage in India | Royal Enfield</title>
</head>
<body>
<!-- HEADER AREA - NAVBAR -->
<div class="navbar">
<div class="logo">
<a href="index.html">
<img src="https://www.royalenfield.com/content/dam/royal-enfield/india/logos/logo.svg" alt="Royal Enfield Logo">
</a>
</div>
<div class="menu">
<div class="links">
<a href="motorcycles_landing.html">Motorcycles</a>
</div>
<div class="links">
<a href="#">Service</a>
</div>
<div class="links">
<a href="locate_us.html">Locate Us</a>
</div>
<div class="links">
<a href="#">Rides</a>
</div>
<div class="links">
<a href="#">Accessories</a>
</div>
<div class="links">
<a href="apparel_landing.html">Apparel</a>
</div>
<div class="links">
<a href="#">Our World</a>
</div>
<div class="links">
<a href="#">Support</a>
</div>
</div>
<div id="login">
<div class="links">
<a href="login.html">Login</a>
</div>
<div class="links">
<a href="#">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-search" viewBox="0 0 16 16">
<path d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z"/>
</svg>
</a>
</div>
<div id="location" class="links">
<a href="#">
<img src="https://www.royalenfield.com/content/dam/royal-enfield/india/maps/flags/india-flag-icon-128.png" alt="India"> En
</a>
</div>
</div>
<div id="userLoginIcon">
<a href="login.html">
<i class="fa-solid fa-user"></i>
</a>
</div>
<div id="dropdownMenu">
<div class="menu-line"></div>
<div class="menu-line"></div>
<div class="menu-line"></div>
</div>
</div>
<!-- MAIN BODY CONTENT -->
<div id="mainBodyContainer">
<nav id="interceptorHeader">
<div id="headerLinks">
<div class="access">
Interceptor 650
</div>
<div class="access">
<a href="">Colours | </a>
</div>
<div class="access">
<a href="">Specifications |</a>
</div>
<div class="access">
<a href="">Gallery </a>
</div>
</div>
<div id="buttons">
<button id="configure">
Configure Now >
</button>
<button id="bookride">
Book A Test Ride >
</button>
</div>
</nav>
<nav id="breadcrumbs">
<i class="fa-solid fa-house"></i>
<p> > Motorcycles </p>
<p> > Interceptor 650 </p>
</nav>
</div>
<!-- TOP IMAGE BANNER -->
<div id="topImageBanner">
<img src="https://www.royalenfield.com/content/dam/royal-enfield/india/motorcycles/interceptor/banner/desktop/interceptor-easy-got-back.jpg" alt="Interceptor 650">
</div>
<!-- REVIEWS IMAGE BANNER -->
<div id="reviewImgBanner">
<img class="bannerImg" src="https://www.royalenfield.com/content/dam/royal-enfield/india/motorcycles/interceptor/banner/desktop/interceptor-reviews.jpg" alt="Reviews">
<a href="" class="explore">Read All Reviews ></a>
</div>
<!-- INTERCEPTOR STORY -->
<div id="interceptorStory">
<img class="bannerImg" src="https://www.royalenfield.com/content/dam/royal-enfield/india/motorcycles/interceptor/the-story/desktop/interceptor-the-story.jpg" alt="Interceptor Story">
<p>
Inspired by the iconic 60’s Interceptor with its greatest following in the American west coast, fitting perfectly into the easy-going, fun narrative of the time, the new Interceptor 650 Twin reimagines the sun-drenched California beach lifestyle. This modern classic is the essence of a British roadster with a dash of a California Desert Racer blending timeless style and contemporary performance.
</p>
<a href="" class="explore">Watch The Film ></a>
</div>
<!-- EASY COME EASY GO STORY -->
<div id="easygoStory">
<img class="bannerImg" src="https://www.royalenfield.com/content/dam/royal-enfield/india/motorcycles/interceptor/features/desktop/new/easy-come-easy-go.jpg" alt="Ease Come Easy Go">
<p>
The frame, developed in conjunction with the legendary Harris Performance, thoroughly tested for durability, offers superior balance and handling. Together with the finely tuned suspension with ‘piggy-back’ gas-charged twin shocks for optimum blend of comfort & feel, the chassis ensures the Interceptor 650 is dynamic & responsive, nimble in the city, planted on the highways & agile on the twisties.
</p>
</div>
<!-- HEART OF IT ALL STORY -->
<div id="performanceStory">
<img class="bannerImg" src="https://www.royalenfield.com/content/dam/royal-enfield/india/motorcycles/interceptor/features/desktop/new/at-the-heart-of-all.jpg" alt="Heart of All">
<p>
An air/oil-cooled parallel twin configuration chosen for its authentic uncluttered lines, the 648 cc engine is built for real world riding, with sufficient power to make light work of city traffic or cruise effortlessly on the open road. A twin throttle-body paired to a highly precise Bosch fuel injection system and EMS tune results in excellent throttle response throughout the rev range.
</p>
</div>
<!-- SMOOTH OPERATOR -->
<div id="smoothStory">
<img class="bannerImg" src="https://www.royalenfield.com/content/dam/royal-enfield/india/motorcycles/interceptor/features/desktop/new/smooth-operator.jpg" alt="Smooth Operator">
<p>
Classic aesthetics of R18 alloy-rimmed wheels are shod with Ceat Zoom Cruz tyres the structure and the compound of which were especially developed for Royal Enfield to complement the chassis and suspension in all riding conditions. The combination of twin-piston Brembo derived callipers on floating front disc and Bosch dual-channel ABS provide assured braking with progressive feedback.
</p>
</div>
<!-- PERSONALISE -->
<div id="personaliseStory">
<img class="bannerImg" src="https://www.royalenfield.com/content/dam/royal-enfield/india/motorcycles/interceptor/make-it-yours/desktop/make-it-yours.jpg" alt="Make It Yours">
<p>
Personalise your Interceptor, your way from Day 1 with Make it Yours(MIY) feature on the Royal Enfield App or visit the configurator page on your website by clicking on the MIY button below
</p>
<a href="" class="explore">Configure Now ></a>
</div>
<!-- BIKE COLOR CAROUSEL -->
<!-- <div style="width: 100%; height: 200px; background-color: grey;">
</div> -->
<!-- SPECIFICATIONS -->
<div id="specStory">
<img class="bannerImg" src="https://www.royalenfield.com/content/dam/royal-enfield/india/motorcycles/interceptor/specifications/desktop/interceptor-specifications.jpg" alt="Specifications">
<a href="" class="explore">Download ></a>
</div>
<!-- QUICK START GUIDE -->
<div id="quickstart">
<img class="bannerImg" src="https://www.royalenfield.com/content/dam/royal-enfield/india/motorcycles/interceptor/digital-quick-book/desktop/digital-quickstart-interceptor.jpg" alt="Quick Start">
<h2>Quick Start Guide</h2>
<a href="" class="explore">Explore ></a>
</div>
<!-- IMAGES GALLERY -->
<div id="galleryDiv">
<div> <h2>Gallery</h2> </div>
<div id="galleryContainer">
<div><img src="https://www.royalenfield.com/content/dam/royal-enfield/india/motorcycles/interceptor/gallery/new/gallery-1.jpg" alt="" class="galleryimg"></div>
<div><img src="https://www.royalenfield.com/content/dam/royal-enfield/india/motorcycles/interceptor/gallery/new/gallery-2.jpg" alt="" class="galleryimg"></div>
<div><img src="https://www.royalenfield.com/content/dam/royal-enfield/india/motorcycles/interceptor/gallery/new/gallery-4.jpg" alt="" class="galleryimg"></div>
<div><img src="https://www.royalenfield.com/content/dam/royal-enfield/india/motorcycles/interceptor/gallery/new/gallery-5.jpg" alt="" class="galleryimg"></div>
<div><img src="https://www.royalenfield.com/content/dam/royal-enfield/india/motorcycles/interceptor/gallery/new/gallery-6.jpg" alt="" class="galleryimg"></div>
<div><img src="https://www.royalenfield.com/content/dam/royal-enfield/india/motorcycles/interceptor/gallery/new/gallery-7.jpg" alt="" class="galleryimg"></div>
<div><img src="https://www.royalenfield.com/content/dam/royal-enfield/india/motorcycles/interceptor/gallery/new/gallery-8.jpg" alt="" class="galleryimg"></div>
<div><img src="https://www.royalenfield.com/content/dam/royal-enfield/india/motorcycles/interceptor/gallery/new/gallery-9.jpg" alt="" class="galleryimg"></div>
</div>
</div>
<!-- RECOMMENDED GEAR -->
<div id="recommended">
<div> <h2>Recommended Gear</h2> </div>
<div id="recommendedDiv">
<img class="bannerImg" src="https://www.royalenfield.com/content/dam/royal-enfield/india/motorcycles/interceptor/recommended-gear/new/desktop/recommended-gear.jpg" alt="">
<p>
Gear to keep you safe for sun, sand and everything in betwee.
</p>
<a href="" class="explore">Know More ></a>
</div>
</div>
<!-- FOOTER BEGINS -->
<footer>
<div id="footerIconsDiv">
<div class="footerIcons">
<div>
<i class="fa-solid fa-motorcycle"></i>
</div>
<p class="footerIconText">
Book A Test Ride >
</p>
</div>
<div class="footerIcons">
<div>
<i class="fa-solid fa-map-location-dot"></i>
</div>
<p class="footerIconText">
Find A Store >
</p>
</div>
<div class="footerIcons">
<div>
<i class="fa-solid fa-map-location-dot"></i>
</div>
<p class="footerIconText">
Ride Out >
</p>
</div>
</div>
<div id="quicklinksArea">
<div id="socialmediaLinks">
Join the Conversation
<a href="https://www.facebook.com/royalenfield"><i class="fa-brands fa-facebook-square" id="fb"></i></a>
<a href="https://twitter.com/royalenfield"><i class="fa-brands fa-twitter" id="tw"></i></a>
<a href="https://www.youtube.com/channel/UCyxUUHqmz9IiAnrROJc0mag"><i class="fa-brands fa-youtube" id="ytb"></i></a>
<a href="https://www.instagram.com/royalenfield"><i class="fa-brands fa-instagram-square" id="insta"></i></a>
</div>
<div id="quicklinksText">
<div class="footer">
<div class="motor">
<h3>Motorcycles</h3>
<ul>
<li>Classic 350 </li>
<li>Meteor</li>
<li>Interceptor</li>
<li>Continental Gt</li>
<li>Himalayan</li>
</ul>
</div>
<div>
<h3>Rides & Events</h3>
<ul>
<li>Rides</li>
<li>Events</li>
<li>Ride Out</li>
</ul>
</div>
<div>
<h3>Support</h3>
<ul>
<li>Service Centres</li>
<li>Stores</li>
<li>Owener's Manual</li>
<li>Contact Us</li>
<li>Book a Test Ride</li>
<li>Make It Yours</li>
<li>Became a Dealer</li>
<li>Became a Genuine Parts</li>
<li>Distributor</li>
</ul>
</div>
<div>
<h3>About Us</h3>
<ul>
<li>Since 1901</li>
<li>About Eicher Motors</li>
</ul>
</div>
<div>
<h3>News & Media</h3>
<ul>
<li>News</li>
<li>Press Releases</li>
<li>Media Kit</li>
<li>Events</li>
</ul>
</div>
<div>
<h3>Careers</h3>
<ul>
<li>Our Culture</li>
<li>Job Opening</li>
</ul>
</div>
<div>
<h3>Ours World</h3>
<ul>
<li>Royal Enfield App</li>
<li>Custom World</li>
<li>News and Media</li>
<li>Since 1901</li>
<li>Wallpapers</li>
<li>Forum</li>
<li>Trip Stories</li>
</ul>
</div>
</div>
</div>
<div id="policySection">
<small>
© 2022. Royal Enfield. | *T&C apply. Images shown here may differ from the actual product.
</small>
<small>
<a href="">Private Import Policy |</a>
<a href="">Privacy |</a>
<a href="">Terms & Conditions |</a>
<a href="">Cookies | </a>
<a href="">Sitemap </a>
</small>
</div>
</div>
</footer>
</body>
</html>
<script src="./Scripts/common.js"></script>
<!-- <script>
var aTags = document.querySelectorAll("a");
for(var i=0; i<aTags.length; i++){
aTags[i].addEventListener("click", findtag);
}
function findtag(event){
event.preventDefault();
console.log(event);
}
</script> -->