-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
298 lines (263 loc) · 12.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-----FAVICON----->
<link rel="icon" href="./src/icons8-car-service-96.png" type="image/gif" sizes="32x32" />
<!-----STYLESHEETS----->
<!-----OWL CAROUSEL----->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css" />
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css" />
<!-----BOOTSTRAP----->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/css/bootstrap.min.css" />
<!-----FONT AWESOME----->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
<!-----USER STYLESHEET----->
<link rel="stylesheet" href="./css/style.css" />
<title>A+ Automotive</title>
</head>
<body>
<!-----NAVBAR----->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container-fluid">
<a class="navbar-brand" href="./index.html">
<img src="./src/piston-svgrepo-com.svg" alt="" width="40vw" class="d-inline-block align-text-top" />
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarTogglerDemo01"
aria-expanded="false" aria-controls="navbarTogglerDemo01" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span><span></span><span></span>
</button>
<div class="navbar-collapse collapse" id="navbarTogglerDemo01">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./pages/products.html">Products</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./pages/contactUs.html">Contact Us</a>
</li>
<li class="nav-item">
<a href="./pages/cart.html" class="nav-link" style="margin: 0;"><img
src="https://img.icons8.com/fluent/36/000000/shopping-cart.png" /></a>
</li>
</ul>
</div>
</div>
</nav>
<!-----HEADER----->
<header class="header text-center text-white d-flex">
<div class="carousel-item active">
<img src="./src/img/pexels-george-sultan-1409999-min.png" class="img1 d-block w-100">
<div class="position-absolute top-50 start-50 translate-middle">
<h1 class="text-uppercase">A+ Automotive</h1>
<button type="button" class="title-btn btn1" id="btn1">Start Shopping</button>
<a href="#aboutus"><button type="button" class="title-btn">About Us</button></a>
</div>
</div>
</header>
<main>
<!-----PRODUCTS CAROUSEL----->
<section>
<h2 class="carousel-heading">
<span style="display: inline; padding-right: 2rem; color:#EE541B; background-color: white;">Featured
Products</span>
</h2>
<div class="carousel-wrapper">
<div class="owl-carousel owl-theme">
<div class="carousel-itema grow">
<img src="./src/img/Alloy Wheel - 7200.png" alt=""><span class="car-text">Alloy Wheel</span>
</div>
<div class="carousel-itema grow">
<img src="./src/img/Custom Leather Seat Covers - 7000 per piece.png" alt=""><span class="car-text">Custom
Leather Seat Covers</span>
</div>
<div class="carousel-itema grow">
<img src="./src/img/Car Headlights - 110002.png" alt=""><span class="car-text">Car Headlights</span>
</div>
<div class="carousel-itema grow">
<img src="./src/img/Sony subwoofer 420rms - 79002.png" alt=""><span class="car-text">Sony Subwoofer</span>
</div>
<div class="carousel-itema grow">
<img src="./src/img/BOSCH Rear Brake Shoe - 969.jpg" alt=""><span class="car-text">BOSCH Rear Brake
Shoes</span>
</div>
<div class="carousel-itema grow">
<img src="./src/img/Car Mat - 2000.png" alt=""><span class="car-text">Car Mat</span>
</div>
<div class="carousel-itema grow">
<img src="./src/img/Castrol Engine Oil 5L - 1700.png" alt=""><span class="car-text">Castrol Engine Oil -
5L</span>
</div>
<div class="carousel-itema grow">
<img src="./src/img/Exide Car Battery - 6000.png" alt=""><span class="car-text">Exide Car Battery</span>
</div>
<div class="carousel-itema grow">
<img src="./src/img/Sony Infotainment System - 17000.png" alt=""><span class="car-text">Sony Infotainment
System</span>
</div>
</div>
<a href="./pages/products.html" class="view-more">View More</a>
</div>
</section>
<!-----BENEFITS----->
<section>
<h2 class="carousel-heading">
<span style="display: inline; color:#EE541B; background-color: white;">A+ Benefits</span>
</h2>
<div class="container align-middle">
<div class="row" style="text-align: center; margin: 2vw;">
<div class="col-3" style="padding-left: 2vw;">
<div><img src="./src/img/quality-assure.png" alt=""></div>
<div>
<h3 style="margin-top: 1rem;">Quality Assurance</h3>
<p class="benefits" style="padding: 0.7rem;">By purchasing from us you get an official dealer warranty. Before sending a
part, it is checked again.</p>
</div>
</div>
<div class="col-3" style="padding-left: 2vw;">
<div><img src="./src/img/15-days-delivery.png" alt=""></div>
<div>
<h3 style="margin-top: 1rem;">15 Days Return</h3>
<p class="benefits" style="padding: 0.7rem;">We offer 15 days no questions asked returns for all our products for your
satisfaction.</p>
</div>
</div>
<div class="col-3" style="padding-left: 2vw;">
<div><img src="./src/img/delivery.png" alt=""></div>
<div>
<h3 style="margin-top: 1rem;">Express Delivery</h3>
<p class="benefits" style="padding: 0.7rem;">At A+ Auto we deliver your products to you as early as possible.</p>
</div>
</div>
<div class="col-3" style="padding-left: 2vw;">
<div><img src="./src/img/fitment.png" alt=""></div>
<div>
<h3 style="margin-top: 1rem;">Fitment Gurantee</h3>
<p class="benefits" style="padding: 0.7rem;">We take fitment gurantee for all our products. They are always checked before
they are posted here.</p>
</div>
</div>
</div>
</div>
</section>
<!-----REVIEWS----->
<section>
<div class="container.fluid">
<h2 class="carousel-heading"><span
style="display: inline; padding-right: 2rem; color:#EE541B; background-color: white;">Customer
Reviews</span></h2>
<div class="row">
<div class="col">
<div class="container review-container">
<div class="reviews">
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i><br>
<span class="review-name">Noor Arora, </span> <span class="review-date">Mar 6, 2021</span>
<p class="review-content">A+ Automotive is the best place to buy car spare parts online. I’ve been
gathering from them for over a year now and they have always delivered the best product at wonderful
prices. 10/10 recommended.</p>
<hr>
</div>
<div class="reviews">
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i><br>
<span class="review-name">Mohit Garg, </span> <span class="review-date">Jan 2, 2021</span>
<p class="review-content">As ford owner in India, A+ Automotive has helped me to source reliable parts
at affordable rates. This saves us from sevice centres trying to cheat you.</p>
<hr>
</div>
<div class="reviews">
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i><br>
<span class="review-name">Garvit Kapoor, </span> <span class="review-date">Dec 17, 2020</span>
<p class="review-content">I’ve been collecting spare parts to upgrade my car since an year and A+
Automotive is the only place where you will get the best product at the best price. I would definitely
recommend this to everyone.</p>
</div>
<a href="./pages/customerReviews.html" class="view-more">View More</a>
</div>
</div>
</div>
</div>
</section>
<!-----ABOUT US----->
<section>
<div class="container" id="aboutus">
<h2 class="carousel-heading" style="font-size: 2.5rem;"> <span style="display: inline; padding-right: 2rem; color:#f14d12; background-color: white;">About Us</span></h2>
<div class="row">
<div class="col">
<ul>
<li>A+ Automotive is an online portal for quality aftermarket automotive parts and accessories. Usually,
after some repair work for your vehicle, you end up feeling that the money paid for the replacement
parts was not justified. A+ Automotive is here to help you out, by providing parts at low prices, with
good quality and hassle free service.</li><br>
<li>Our aim is to bring more transparency in this majorly unorganised sector, our utmost priority lies in
the simplicity of the whole process and transparency for complete customer satisfaction.</li><br>
<li> We at A+ Automotive strive to gain the customer's trust by not only providing them with good quality
products, but also make them aware of the application, use and care of each automotive part.</li><br>
<li>Our vision is that we want to take away the hassles of maintenance and make you the righteous BOSS of
your vehicle.</li>
</ul>
</div>
</div>
</div>
</section>
</main>
<!-----BACK TO TOP----->
<section>
<div style="text-align: center; margin: 2rem;">
<a href="#" class="link-dark">Back to top</a>
</div>
</section>
<!-----FOOTER----->
<footer>
<div class="footer-content">
<h3>A+ Automotive</h3>
<ul class="socials" style="transform: translateX(-7%);">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-google-plus"></i></a></li>
<li><a href="#"><i class="fa fa-youtube"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin-square"></i></a></li>
</ul>
<ul class="socials ">
<li><a href="./pages/contactUs.html">Contact Us</a></li>
<li><a href="./pages/contactUs.html#returnpol">Return Policy</a></li>
<li><a href="./pages/contactUs.html#privacypol">Privacy Policy</a></li>
<li><a href="./pages/customerReviews.html">Customer Reviews</a></li>
</ul>
</ul>
</div>
<div class="footer-bottom">
<p>Copyright © A+ Automotive. All rights reserved</p>
</div>
</footer>
<!-----SCRIPTS----->
<!-----JQUERY----->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"
integrity="sha512-894YE6QWD5I59HgZOGReFYm4dnWc1Qt5NtvYSaNcOP+u1T9qYdvdihz0PPSiiqn/+/3e7Jo4EaG7TubfWGUrMQ=="
crossorigin="anonymous"></script>
<!-----BOOTSTRAP----->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-JEW9xMcG8R+pH31jmWH6WWP0WintQrMb4s7ZOdauHnUtxwoG2vI5DkLtS3qm9Ekf"
crossorigin="anonymous"></script>
<!-----OWL CAROUSEL----->
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.js"
integrity="sha512-gY25nC63ddE0LcLPhxUJGFxa2GoIyA5FLym4UJqHDEMHjp8RET6Zn/SHo1sltt3WuVtqfyxECP38/daUc/WVEA=="
crossorigin="anonymous"></script>
<!-----USER SCRIPT----->
<script src="js/script.js"></script>
</body>
</html>