-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsample.html
338 lines (313 loc) · 14.8 KB
/
sample.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
<!DOCTYPE HTML>
<html>
<head>
<title></title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function() {
$(".dropdown img.flag").addClass("flagvisibility");
$(".dropdown dt a").click(function() {
$(".dropdown dd ul").toggle();
});
$(".dropdown dd ul li a").click(function() {
var text = $(this).html();
$(".dropdown dt a span").html(text);
$(".dropdown dd ul").hide();
$("#result").html("Selected value is: " + getSelectedValue("sample"));
});
function getSelectedValue(id) {
return $("#" + id).find("dt a span.value").html();
}
$(document).bind('click', function(e) {
var $clicked = $(e.target);
if (! $clicked.parents().hasClass("dropdown"))
$(".dropdown dd ul").hide();
});
$("#flagSwitcher").click(function() {
$(".dropdown img.flag").toggleClass("flagvisibility");
});
});
</script>
<script type="text/javascript" src="js/jquery-1.7.2.min.js"></script>
<link rel="stylesheet" href="css/global.css">
<script src="js/slides.min.jquery.js"></script>
<script>
$(function(){
$('#products').slides({
preload: true,
preloadImage: 'img/loading.gif',
effect: 'slide, fade',
crossfade: true,
slideSpeed: 350,
fadeSpeed: 500,
generateNextPrev: true,
generatePagination: false
});
});
</script>
</head>
<body>
<div class="header">
<div class="wrap">
<div class="header-bot">
<div class="logo">
<a href="index.html"><img src="images/logo.png" alt=""></a>
</div>
<div class="cart">
<ul class="ph-no">
<li class="item first_item">
<div class="item_html">
<span class="text1">Order delivery:</span>
<span class="text2">+800-0005-5289</span>
</div>
</li>
</ul>
<div id="top-search">
<form method="get" action="http://livedemo00.template-help.com/jigoshop_45422/">
<input type="text" name="s" class="input-search"><input type="submit" value="Search" id="submit">
</form>
</div>
<div class="menu-main">
<ul class="dc_css3_menu">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
<div class="clear"></div>
</div>
</div>
<div class="clear"></div>
</div>
</div>
</div>
<div class="header-bottom">
<div class="wrap">
<div class="single">
<div class="box_wrapper"><h1>Ford EcoSport : (Rs 7.21 - 10.92 Lakh*)</h1></div>
<div class="single-top">
<div class="lsidebar span_1_of_s">
<div id="container">
<div id="products_example">
<div id="products">
<div class="slides_container">
<a href="#" target="_blank"><img src="images/pic10.jpg" alt=" " /></a>
<a href="#" target="_blank"><img src="images/pic9.jpg" alt=" " /></a>
<a href="#" target="_blank"><img src="images/pic8.jpg" alt=" " /></a>
<a href="#" target="_blank"><img src="images/pic11.jpg" alt=" " /></a>
<a href="#" target="_blank"><img src="images/pic12.jpg" alt=" " /></a>
<a href="#" target="_blank"><img src="images/pic13.jpg" alt=" " /></a>
</div>
<ul class="pagination">
<li><a href="#"><img src="images/t-pic10.jpg" alt=" " /></a></li>
<li><a href="#"><img src="images/t-pic9.jpg" alt=" " /></a></li>
<li><a href="#"><img src="images/t-pic8.jpg" alt=" " /></a></li>
<li><a href="#"><img src="images/t-pic11.jpg" alt=" " /></a></li>
<li><a href="#"><img src="images/t-pic12.jpg" alt=" " /></a></li>
<li><a href="#"><img src="images/t-pic13.jpg" alt=" " /></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="grid span_2_of_3">
<table class="table table-bordered table-responsive table-striped table-hover table-condensed">
<thead>
<tr>
<th class="text-center" style="font-family: broadway; ">Economy</th>
<th class="text-center" style="font-family: broadway; ">Performance</th>
</tr>
</thead>
<tbody class="text-center">
<tr>
<td>Mileage : 22.77kmpl</td>
<td>Engine : 1498cc</td>
</tr>
<tr>
<td>Fuel Type: Diesel</td>
<td>BHP: 98.59</td>
</tr>
<tr>
<td>Service Cost: Rs 3,973/yr</td>
<td>No. of cylinders : 4</td>
</tr>
<tr>
<td>Fuel Tank: 52L</td>
<td>No. of Gears : 5 Speed</td>
</tr>
</tbody>
</table>
<table class="table table-bordered table-responsive table-striped table-hover table-condensed">
<thead>
<tr>
<th class="text-center" style="font-family: broadway; ">Comfort</th>
<th class="text-center" style="font-family: broadway; ">Safety</th>
</tr>
</thead>
<tbody class="text-center">
<tr>
<td>Transmission : Manual</td>
<td>ABS : yes</td>
</tr>
<tr>
<td>Rear AC vents: No</td>
<td>Driver Airbag : yes</td>
</tr>
<tr>
<td>Seating capacity: 5</td>
<td>Parking Sensor : yes</td>
</tr>
<tr>
<td>Bootspace :346L</td>
<td>Air Bag: yes</td>
</tr>
</tbody>
</table>
</div><div class="clear"></div>
</div>
<table class="table table-bordered table-responsive table-striped table-hover table-condensed">
<thead>
<tr>
<th class="text-center" style="font-family: broadway; ">EcoSport highlights</th>
</tr>
</thead>
<tbody>
<tr>
<td>
Ford has introduced attractive offers for the current EcoSport. Customers can get a retail cash of up to Rs 28,500, a credit interest rate of 7.99 per cent, an exchange bonus (Rs 20,000 for Ford cars and Rs 15,000 for others) and a loyalty bonus of Rs 11,000, which can only be used to buy an extended warranty for the third year (up to 1 lakh km) and a membership to roadside assistance.
Ford India also introduced a new, naturally aspirated 1.5-litre, 3-cylinder petrol engine that will power the mid-life update of the EcoSport (expected before the end of 2017). It is tuned to produce a peak power output of 123PS @ 6,500 rpm and a maximum torque of 150Nm @ 4,500 rpm. Compared to the existing 1.5-litre, 4-cylinder petrol engine, the new engine produces 10 per cent more power and 7 per cent more torque. The engine will come mated to either a 5-speed manual transmission or a 6-speed automatic.
The current Ford EcoSport delivers a claimed mileage of 15.85kmpl and 22.27kmpl for the 1.5-litre petrol (15.60kmpl for AT) and 1.5-litre diesel, respectively. The 1.0-litre turbo petrol delivers 18.88kmpl.
On the inside, it gets an eight-inch touchscreen infotainment system which supports DVD playback, has built-in GPS navigation and a rearview camera support. The car also gets cruise control.
As far as safety features are concerned, the Ford EcoSport comes with dual-front airbags driver standard (ABS with EBD standard from the second trim onwards), while the top variants get segment-first six airbags. Also on offer are, SYNC voice guided audio system with emergency assistance, touchscreen infotainment system with navigation, climate control, ESP and TC (1.5-litre automatic petrol) among others. It goes up against the likes of the Vitara Brezza, TUV300, Honda WR-V and the Tata Nexon.
</td>
</tr>
</tbody>
</table>
<div class="links">
<ul>
<li><a href="#"><img src="images/blog-icon1.png" title="date"><span>june 14, 2013</span></a></li>
<li><a href="#"><img src="images/blog-icon2.png" title="Admin"><span>admin</span></a></li>
<li><a href="#"><img src="images/blog-icon3.png" title="Comments"><span>No comments</span></a></li>
<li><a href="#"><img src="images/blog-icon4.png" title="Lables"><span>View posts</span></a></li>
<li><a href="#"><img src="images/blog-icon5.png" title="permalink"><span>permalink</span></a></li>
</ul>
</div>
<div class="team">
<h2>Related Posts</h2>
<div class="section group">
<div class="col_1_of_4 span_1_of_4">
<img src="images/pic14.jpg" alt=""/>
</div>
<div class="col_1_of_4 span_1_of_4">
<img src="images/pic15.jpg" alt=""/>
</div>
<div class="col_1_of_4 span_1_of_4">
<img src="images/pic16.jpg" alt=""/>
</div>
<div class="col_1_of_4 span_1_of_4">
<img src="images/pic17.jpg" alt=""/>
</div>
<div class="clear"></div>
</div>
<div class="leave-comment"><a href="#" name="comment">Leave a Comment</a></div>
<div class="comments-area">
<form>
<p>
<label>Name</label>
<span>*</span>
<input type="text" value="">
</p>
<p>
<label>Email</label>
<span>*</span>
<input type="text" value="">
</p>
<p>
<label>Website</label>
<input type="text" value="">
</p>
<p>
<label>Subject</label>
<span>*</span>
<textarea></textarea>
</p>
<p>
<input type="submit" value="Post">
</p>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<div class="wrap">
<div class="footer-top">
<div class="col_1_of_5 span_1_of_5">
<div class="footer-grid twitts">
<h3>Latest Tweets</h3>
<p><label>@Lorem ipsum</label>dolor sit amet, consectetur adipisicing elit.</p>
<span>10 minutes ago</span>
<p><label>@consectetur</label>dolor sit amet, consectetur adipisicing elit.</p>
<span>15 minutes ago</span>
</div>
</div>
<div class="col_1_of_5 span_1_of_5">
<div class="footer-grid center-grid">
<h3>Recent posts</h3>
<ul>
<li><a href="#">eiusmod temporinc</a></li>
<li><a href="#">adipisicing elit, sed</a></li>
<li><a href="#">mod tempor incididunt</a></li>
<li><a href="#">dipisicing elit, sed do</a></li>
<li><a href="#">eiusmod temporinc</a></li>
</ul>
</div>
</div>
<div class="col_1_of_5 span_1_of_5">
<div class="footer-grid twitts">
<h3>Our Company</h3>
<div class="f_menu">
<ul>
<li>About your Company Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh eui</li>
<li>Terms & conditions Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh eui</li>
</ul>
</div>
</div>
</div>
<div class="col_1_of_5 span_1_of_5">
<div class="call_info">
<p class="txt_3">Call us toll free:</p>
<p class="txt_4">1 800 234 23456</p>
</div>
</div>
<div class="col_1_of_5 span_1_of_5">
<div class="footer-grid twitts">
<h3>Get in touch</h3>
<ul class="follow_icon">
<li><a href="#" style="opacity: 1;"><img src="images/follow_icon.png" alt=""></a></li>
<li><a href="#" style="opacity: 1;"><img src="images/follow_icon1.png" alt=""></a></li>
<li><a href="#" style="opacity: 1;"><img src="images/follow_icon2.png" alt=""></a></li>
<li><a href="#" style="opacity: 1;"><img src="images/follow_icon3.png" alt=""></a></li>
<li><a href="#" style="opacity: 1;"><img src="images/follow_icon4.png" alt=""></a></li>
<li><a href="#" style="opacity: 1;"><img src="images/follow_icon5.png" alt=""></a></li>
</ul>
<p>+1 111-111-1111</p>
<span>support(at)carssale.com</span>
</div>
</div>
<div class="clear"></div>
</div>
</div>
</div>
<div class="copy-right">
<div class="wrap">
<p>Design by <a href="http://w3layouts.com/"> W3layouts</a></p>
</div>
</div>
</body>
</html>