-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
325 lines (301 loc) · 11.4 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Hsquare</title>
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Montserrat|Ubuntu"
rel="stylesheet"
/>
<!-- CSS stylesheets -->
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="styles.css" />
<!-- Font awesome -->
<script
defer
src="https://use.fontawesome.com/releases/v5.0.7/js/all.js"
></script>
<!-- bootstrap script -->
<script
src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"
></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"
></script>
<script
src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"
></script>
</head>
<body>
<section id="title">
<div class="container-fluid">
<nav class="navbar navbar-expand-lg navbar-light">
<a class="navbar-brand" href="">Hsquare</a>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarTogglerDemo01"
aria-controls="navbarTogglerDemo01"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo01">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="#ABOUT">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#features">Services</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#OFFERS">Cars</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#OFFERS">Bikes</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#cta">Contact</a>
</li>
</ul>
</div>
</nav>
<!-- Title -->
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-12 col-12">
<h1 class="big-heading">
Wanna buy good second hand vehicles at the best possible price.
</h1>
<button type="button" class="btn btn-dark btn-lg download-button">
<a class="Here" href="https://www.google.com/"> Click Here</a>
</button>
</div>
<div class="col-lg-2 col-md-2 col-sm-12 col-12">
<img class="img_1" src="im.jpg" alt="Reference_image" />
</div>
</div>
</div>
</section>
<!-- About Us -->
<section id ="ABOUT" class="grid-container">
<div class="col-lg-2 col-12">
<img class="img_2" src="bike.jpg" alt="Reference_image" />
</div>
<div class="col-lg-12 col-md-6 col-sm-12 col-12">
<h4 class="section-2">About Us...</h4>
<h1 class="small-heading">Hsquare is known for best deals of second hand vehicles and we also provide the best service possible in the country.</h1>
<div class="Ntg">
<button type="button" class="btn btn-dark btn-lg download-button">
<a href="https://www.google.com/" class="here"
> For More...</a
>
</button>
</div>
</div>
</section>
<!-- Current Best Deals -->
<section id="OFFERS" class=third>
<h1>Offers</h1>
<h3>August Month Offers</h3>
</section>
<!-- Testimonials -->
<section id="testimonials">
<div
id="testimonal-carousel"
class="carousel slide"
data-interval="1000"
data
ride="false"
>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="testimonial-image" src="bik.jpg" alt="Bike" />
<h2 class="testimonal-text clearfix">
Yamoha Gixer A-2000
</h2>
<h4 class="align">Market Price:Rs.45000/-</h4>
<h4 class="align">Our Price:Rs.39999/-</h4>
<button type="button" class="btn btn-dark btn-lg download-button">
<a href="https://www.google.com/" class="here"
> Buy</a
>
</button>
</div>
<div class="carousel-item" >
<img class="testimonial-image" src="car.jpeg" alt="Car" />
<h2 class="testimonal-text clearfix">
Mercades Benz A-7 Series
</h2>
<h4 class="align">Market Price:Rs.45,00,000/-</h4>
<h4 class="align">Our Price:Rs.40,39,999/-</h4>
<button type="button" class="btn btn-dark btn-lg download-button">
<a href="https://www.google.com/" class="here"
> Buy</a
>
</button>
</div>
<div class="carousel-item">
<img class="testimonial-image" src="truck.cms" alt="Truck" />
<h2 class="testimonal-text clearfix">
Mahendra Heavy A-5 Model
</h2>
<h4 class="align">Market Price:Rs.5,00,000/-</h4>
<h4 class="align">Our Price:Rs.4,39,999/-</h4>
<button type="button" class="btn btn-dark btn-lg download-button">
<a href="https://www.google.com/" class="here"
> Buy</a
>
</button>
</div>
</div>
<a
class="carousel-control-prev"
href="#testimonal-carousel"
role="button"
data-slide="prev"
>
<span class="carousel-control-prev-icon"></span>
</a>
<a
class="carousel-control-next"
href="#testimonal-carousel"
role="button"
data-slide="next"
>
<span class="carousel-control-next-icon"></span>
</a>
</div>
</section>
<!-- Pricing -->
<section id="pricing">
<h2 class="section-heading">
<strong>EMI Options</strong>
</h2>
<p class="pricing-first">EMI options available</p>
<div class="row">
<div class="pricing-column col-lg-4 col-md-4 col-sm-6 col-12">
<div class="card">
<div class="card-header">
<h3 class="pricing-title">Bikes<em>(inc.of taxes)</em></h3>
</div>
<div class="card-body">
<p>Rs.3499/mo->12 Months plan</p>
<p>Rs.2699/mo->18 Months plan</p>
<p>Rs.2399/mo->20 Months plan</p>
<p>Rs.1999/mo->24 Months plan</p>
<p>The EMI options mentioned above vary according to the price of the vehicle</p>
<button type="button" class="btn btn-dark btn-lg download-button" id="buttn">
More Info
</button>
</div>
</div>
</div>
<div class="pricing-column col-lg-4 col-md-4 col-sm-6 col-12">
<div class="card">
<div class="card-header">
<h3 class="pricing-title">Cars<em>(inc.of taxes)</em></h3>
</div>
<div class="card-body">
<p>Rs.3,99,999/mo->1 year plan</p>
<p>Rs.1,99,999/mo->2 year plan</p>
<p>Rs.1,29,999/mo->3 year plan</p>
<p>Rs.79,999/mo->5 year plan</p>
<p>The EMI options mentioned above vary according to the price of the vehicle</p>
<button
type="button"
class="btn btn-outline-dark btn-lg download-button" id="buttn"
>
More Info
</button>
</div>
</div>
</div>
<div class="pricing-column col-lg-4 col-md-4">
<div class="card">
<div class="card-header">
<h3 class="pricing-title">Heavy Vehicles<em>(inc.of taxes)</em></h3>
</div>
<div class="card-body">
<p>Rs.39,999/mo->1 year plan</p>
<p>Rs.12,999/mo->3 year plan</p>
<p>Rs.7,999/mo->5 year plan</p>
<p>Rs.3,999/mo->10 year plan</p>
<p>The EMI options mentioned above vary according to the price of the vehicle</p>
<button type="button" class="btn btn-dark btn-lg download-button" id="buttn">
More Info
</button>
</div>
</div>
</div>
</div>
</section>
<section id="features">
<h2>Services</h2>
<div class="row">
<div class="feature-box col-lg-4 col-md-4 col-sm-12 col-12">
<i class="icon fas fa-check-circle fa-4x"></i>
<h3 class="feature-title">Maintenance</h3>
<p>All types of repairs and servicing are done</p>
</div>
<div class="feature-box col-lg-4 col-md-4 col-sm-12 col-12">
<i class="icon fas fa-car fa-4x"></i>
<h3 class="feature-title" id= "design">Designing</h3>
<p>
We re-design vehicles also and give them new a look
</p>
</div>
<div class="feature-box col-lg-4 col-md-4 col-sm-12 col-12">
<i class="icon fas fa-heart fa-4x"></i>
<h3 class="feature-title" id= "work">Guarantee</h3>
<p>We provide Warranty on our Vehicles and service</p>
</div>
</div>
</section>
<section id="cta">
<div class="grid-call-container">
<div class="item1">
<button
type="button"
class="btn btn-outline-dark btn-lg download-button " id="butn">
<a id="icon_2" href="" >Contact Me</a>
</button>
</div>
<div class="item2">
<h2 class="clearfix" class="talk" id="ttm">Talk to me</h2>
<h3 class="clearfix" id="connect"><strong> I am Harsha Vasireddy</strong>,chairman of Hsquare Automobiles.My aim is that atleast 60% of Indian population buy vehicles from Hsquare.Feel free to contact me.</h3>
</div>
</div>
</section>
<footer id="footer">
<a href="https://twitter.com/?lang=en">
<i class="icon_3 fab fa-twitter fa-2x"></i>
</a>
<a href=https://www.facebook.com/>
<i class="icon_3 fab fa-facebook-f fa-2x"></i>
</a>
<a href=https://www.instagram.com/>
<i class="icon_3 fab fa-instagram fa-2x"></i>
</a>
<a href="https://www.envelopes.com/">
<i class="icon_3 fas fa-envelope fa-2x"></i>
</a>
<p>Terms and Conditions Apply</p>
<p>© Copyright 2021 Hsquare.All Right Reserved</p>
</footer>
<p id="Note"><strong>NOTE:</strong> The values mentioned in EMI options change according to the value of the price of the vehicle.</p>
</body>
</html>