-
Notifications
You must be signed in to change notification settings - Fork 0
/
chevrolet trailblazer.php
284 lines (246 loc) · 11.9 KB
/
chevrolet trailblazer.php
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
<?php
session_start();
?>
<!DOCTYPE HTML>
<html>
<head>
<title>trailblazer</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="" style ="width:450px; height: 160px;"></a>
</div>
<div class="cart">
<div class="menu-main">
<?php
if(isset($_SESSION['s_name']))
{
echo '<ul class="dc_css3_menu">' ;
echo '<li class="active"><a href="indexlogin.php">Home</a></li>' ;
echo '<li><a href="services.php">Brands</a></li>' ;
echo '<li><a href="booking.php">Book</a></li>' ;
echo '<li><a href="orders.php">Orders</a></li>';
echo '<li><a href="logout.php">logout</a></li>' ;
echo '</ul>' ;
}
else
{
echo '<ul class="dc_css3_menu">';
echo '<li class="active"><a href="index.php">Home</a></li>';
echo '<li><a href="about.html">About</a></li>';
echo '<li><a href="services.php">Brands</a></li>';
echo '<li><a href="contact.php">Contact</a></li>';
echo '<li><a href="login.php">Login</a></li>';
echo '<li><a href="register.php">Signup</a></li>';
echo '</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>Chevrolet Trailblazer : (Rs 23.95 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/t-1.jpg" alt=" " height=210px width=560px/></a>
<a href="#" target="_blank"><img src="images/t-2.jpg" alt=" " height=210px width=560px/></a>
<a href="#" target="_blank"><img src="images/t-3.jpg" alt=" " height=210px width=560px/></a>
<a href="#" target="_blank"><img src="images/t-4.jpg" alt=" " height=210px width=560px/></a>
</div>
<ul class="pagination">
<li><a href="#"><img src="images/t-1.jpg" alt=" " /></a></li>
<li><a href="#"><img src="images/t-2.jpg" alt=" " /></a></li>
<li><a href="#"><img src="images/t-3.jpg" alt=" " /></a></li>
<li><a href="#"><img src="images/t-4.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 11.45 kmpl</td>
<td>Engine 2776 cc</td>
</tr>
<tr>
<td>Fuel Type: Diesel</td>
<td>BHP: 197.2</td>
</tr>
<tr>
<td>Service Cost: Rs 23,975/yr</td>
<td>No. of cylinders : 4</td>
</tr>
<tr>
<td>Fuel Tank: 76L</td>
<td>No. of Gears : 6 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/Automatic</td>
<td>ABS : Yes</td>
</tr>
<tr>
<td>Rear AC vents: Yes</td>
<td>Driver Airbag : Yes</td>
</tr>
<tr>
<td>Seating capacity: 7</td>
<td>Parking Sensor : Yes</td>
</tr>
<tr>
<td>Bootspace :205L</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; ">TRAILBLAZER highlights</th>
</tr>
</thead>
<tbody>
<tr>
<td>
Chevrolet India will discontinue sales of all of its products in India effective December 31, 2017. Its Indian facilities will be utilised for export markets only.
Chevrolet has launched the Trailblazer to compete with the Toyota Fortuner and the Ford Endeavour. The body-on-frame Trailblazer has replaced the monocoque Chevrolet Captiva in GM India's line-up. The SUV made its way to India via a CBU (Completely Built Up) route and is only offered in a single variant (LTZ) in a 2WD (two wheel drive) setup. Powering the Trailblazer is Chevrolet's 2.8-litre DuraMax diesel engine mated to a six-speed automatic transmission. The oil burner musters class-leading 200PS of peak power and max torque of 500Nm. Chevrolet India has started testing the updated 2017 Trailblazer in the country. The car was recently spied in the NCR region. It is expected to come early next year with more variants and a 4WD (four wheel drive) option, while mechanically it will remain unaltered. In order to give the current Trailblazer a sales boost, Chevrolet has slashed the SUV's price by Rs 3.04 lakh and it now retails for Rs 23.95 lakh, ex-showroom, Delhi.
</td>
</tr>
</tbody>
</table>
<div class="container">
<div class="row">
<div class="col-sm-4">
</div>
<div class="col-sm-4">
<?php
if(isset($_SESSION['s_name']))
{
echo '<a href="booking.php" class="btn btn-primary" style =" padding-left: 110px;"><h3>BOOK THE CAR</h3> </a>';
}else
{
echo '<a href="login.php" class="btn btn-primary" style =" padding-left: 110px;"><h3>BOOK THE CAR</h3> </a>';
}
?>
</div>
<div class="col-sm-4">
</div>
</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>Our Company</h3>
<div class="f_menu">
<ul>
<li>This is a CAR selling dealer</li>
<li>Please read our Terms and Conditions </li>
</ul>
</div>
</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@autoexpress.com</span>
</div>
</div>
<div class="clear"></div>
</div>
</div>
</div>
</body>
</html>