-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodify.html
336 lines (309 loc) · 10.2 KB
/
modify.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
<!DOCTYPE html>
<html>
<head>
<title>WHEELS ON FIRE</title>
<link rel="stylesheet" href="home.css"></link>
<link rel="stylesheet" href="modify.css"></link>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
</head>
<body> <header>
<div class="banner">
<div class="circle-image">
<img width="189" height="120" style="border-radius: 50%;" src="logo1.jpg" loading="eager" alt=" Best place to buy New and Used Cars in India">
<div class="search-container">
<form action="/search" method="GET">
<input type="text" name="query" placeholder="Search...">
<input type="submit" value="Search">
</form>
</div>
<div class="log">
<button class="button login-button">Log In</button>
<button class="button signup-button">Sign Up</button>
</div>
</div>
</div>
<nav class="navbar navbar-expand-lg navbar navbar-dark bg-dark">
<a class="navbar-brand" href="newcar.html">New car</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link" href="usedcar.html">Used car <span class="sr-only"></span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="SELLCAR.HTML">Sell car</a>
</li>
<li class="nav-item">
<a class="nav-link" href="modify.html">Modify</a>
</li>
<li class="nav-item">
<a class="nav-link " href="NEWS.HTML">News and Reviews</a>
</li>
<li class="nav-item">
<div class="dropdown">
<h5 class="more">More</h5>
<div class="dropdown-content">
<a href="HOMEPAGE.HTML">HOME PAGE</a>
<a href="store_car.php">Your Listed Car</a>
<a href="CART.HTML">YOUR CART</a>
</div>
</li>
</ul>
</div>
</nav>
<DIV style="margin-top: 10px;"><H1> SHOP FOR WHEELS </H1></DIV>
<div class="product-card">
<img src="W1.jpg" alt="Product 1">
<h3>Product 1A</h3>
<p>Horse power</p>
<div class="price">₹35k</div>
<button onclick="addToCart('Product 1A', 35000)">Add to Cart</button>
</div>
<div class="product-card">
<img src="W21.jpg" alt="Product 2">
<h3>Product 2A</h3>
<p>Lion power</p>
<div class="price">₹60k</div>
<button onclick="addToCart('Product 2A', 60000)">Add to Cart</button>
</div>
<div class="product-card">
<img src="W3.jpg" alt="Product 3">
<h3>product 3A</h3>
<p>Leopard power</p>
<div class="price">₹70k</div>
<button onclick="addToCart('Product 3A', 70000)">Add to Cart</button>
</div>
<div class="product-card">
<img src="W4.jpg" alt="Product 3">
<h3>Product 4A</h3>
<p>Feat Power</p>
<div class="price">₹100000</div>
<button onclick="addToCart('Product 4A', 100000)">Add to Cart</button>
</div>
<DIV><H1> SHOP FOR PREMIUM SEATCOVERS </H1></DIV>
<div class="product-card">
<img src="S1.webp" alt="Product 1">
<h3>Product 1B</h3>
<p>Leather</p>
<div class="price">₹70k</div>
<button onclick="addToCart('Product 1B', 70000)">Add to Cart</button>
</div>
<div class="product-card">
<img src="S2.webp" alt="Product 2">
<h3>Product 2B</h3>
<p>Nylon</p>
<div class="price">₹90k</div>
<button onclick="addToCart('Product 2B', 90000)">Add to Cart</button>
</div>
<div class="product-card">
<img src="S3.webp" alt="Product 3">
<h3>Product 3B</h3>
<p>Synthetic</p>
<div class="price">₹150000</div>
<button onclick="addToCart('Product 3B',150000)">Add to Cart</button>
</div>
<div class="product-card">
<img src="S4.jpg" alt="Product 3">
<h3>Product 4B</h3>
<p>Leather 2</p>
<div class="price">₹100000</div>
<button onclick="addToCart('Product 4B', 100000)">Add to Cart</button>
</div>
<DIV><H1> SHOP FOR INFOTAINMENT SYSTEM </H1></DIV>
<div class="product-card">
<img src="I1.webp" alt="Product 1">
<h3>Product 1C</h3>
<p>SONY</p>
<div class="price">₹70k</div>
<button onclick="addToCart('Product 1C', 70000)">Add to Cart</button>
</div>
<div class="product-card">
<img src="I2.webp" alt="Product 2">
<h3>PRODUCT 2C</h3>
<p>RED GEAR</p>
<div class="price">₹90k</div>
<button onclick="addToCart('Product 2C', 90000)">Add to Cart</button>
</div>
<div class="product-card">
<img src="I3.webp" alt="Product 3">
<h3>Product 3C</h3>
<p>AUTO MACH</p>
<div class="price">₹150000</div>
<button onclick="addToCart('Product 3C', 150000)">Add to Cart</button>
</div>
<div class="product-card">
<img src="I5.jpg" alt="Product 3">
<h3>Product 4C</h3>
<p>APPLE CAR PLAY</p>
<div class="price">₹120000</div>
<button onclick="addToCart('Product 4C', 120000)">Add to Cart</button>
</div>
<DIV><H1> SHOP FOR CAR WRAPS </H1></DIV>
<div class="product-card">
<img src="WR1.jpg" alt="Product 1">
<h3>Product 1D</h3>
<p>HORIZON</p>
<div class="price">₹70k</div>
<button onclick="addToCart('Product 1D', 70000)">Add to Cart</button>
</div>
<div class="product-card">
<img src="WR2.jpg" alt="Product 2">
<h3>Product 2D</h3>
<p>NEEVE PETAL</p>
<div class="price">₹90k</div>
<button onclick="addToCart('Product 2D', 90000)">Add to Cart</button>
</div>
<div class="product-card">
<img src="WR3.jpg" alt="Product 3">
<h3>Product 3D</h3>
<p> STRIPES</p>
<div class="price">₹150000</div>
<button onclick="addToCart('Product 3D',150000)">Add to Cart</button>
</div>
<div class="product-card">
<img src="WR4.jpg" alt="Product 3">
<h3>Product 4D</h3>
<p>ORION</p>
<div class="price">₹139000</div>
<button onclick="addToCart('Product 4D', 139000)">Add to Cart</button>
</div>
<div class="bottom-nav">
<a href="https://www.facebook.com">Facebook</a>
<a href="https://www.instagram.com">Instagram</a>
<a href="https://www.twitter.com">Twitter</a>
<a href="https://www.linkedin.com">LinkedIn</a>
</div>
<div class="foot1">
<!-- Footer -->
<footer class="text-center text-lg-start bg-dark text-muted">
<!-- Section: Social media -->
<section class="d-flex justify-content-center justify-content-lg-between p-4 border-bottom">
<!-- Left -->
<div class="me-5 d-none d-lg-block">
<span>Get connected with us on social networks:</span>
</div>
<!-- Left -->
<!-- Right -->
<div>
<a href="" class="me-4 text-reset">
<i class="fab fa-facebook-f"></i>
</a>
<a href="" class="me-4 text-reset">
<i class="fab fa-twitter"></i>
</a>
<a href="" class="me-4 text-reset">
<i class="fab fa-google"></i>
</a>
<a href="" class="me-4 text-reset">
<i class="fab fa-instagram"></i>
</a>
<a href="" class="me-4 text-reset">
<i class="fab fa-linkedin"></i>
</a>
<a href="" class="me-4 text-reset">
<i class="fab fa-github"></i>
</a>
</div>
<!-- Right -->
</section>
<!-- Section: Social media -->
<!-- Section: Links -->
<section class="">
<div class="container text-center text-md-start mt-5">
<!-- Grid row -->
<div class="row mt-3">
<!-- Grid column -->
<div class="col-md-3 col-lg-4 col-xl-3 mx-auto mb-4">
<!-- Content -->
<h6 class="text-uppercase fw-bold mb-4">
<i class="fas fa-gem me-3"></i>Company name
</h6>
<p>
Here you can use rows and columns to organize your footer content. Lorem ipsum
dolor sit amet, consectetur adipisicing elit.
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-2 col-lg-2 col-xl-2 mx-auto mb-4">
<!-- Links -->
<h6 class="text-uppercase fw-bold mb-4">
Products
</h6>
<p>
<a href="#!" class="text-reset">Angular</a>
</p>
<p>
<a href="#!" class="text-reset">React</a>
</p>
<p>
<a href="#!" class="text-reset">Vue</a>
</p>
<p>
<a href="#!" class="text-reset">Laravel</a>
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-3 col-lg-2 col-xl-2 mx-auto mb-4">
<!-- Links -->
<h6 class="text-uppercase fw-bold mb-4">
Useful links
</h6>
<p>
<a href="#!" class="text-reset">Pricing</a>
</p>
<p>
<a href="#!" class="text-reset">Settings</a>
</p>
<p>
<a href="#!" class="text-reset">Orders</a>
</p>
<p>
<a href="#!" class="text-reset">Help</a>
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-4 col-lg-3 col-xl-3 mx-auto mb-md-0 mb-4">
<!-- Links -->
<h6 class="text-uppercase fw-bold mb-4">Contact</h6>
<p><i class="fas fa-home me-3"></i> New York, NY 10012, US</p>
<p>
<i class="fas fa-envelope me-3"></i>
</p>
<p><i class="fas fa-phone me-3"></i> + 01 234 567 88</p>
<p><i class="fas fa-print me-3"></i> + 01 234 567 89</p>
</div>
<!-- Grid column -->
</div>
<!-- Grid row -->
</div>
</section>
<!-- Section: Links -->
<!-- Copyright -->
<div class="text-center p-4" style="background-color: rgba(0, 0, 0, 0.05);">
© 2021 Copyright:
<a class="text-reset fw-bold" href="https://mdbootstrap.com/">MDBootstrap.com</a>
</div>
<!-- Copyright -->
</footer>
</div>
<script>
// JavaScript code for adding products to the cart
function addToCart(productName, price) {
var cartItems = document.getElementById("cartItems");
var listItem = document.createElement("li");
listItem.textContent = productName + " - $" + price.toFixed(2);
cartItems.appendChild(listItem);
}
</script>
<div class="shoplist">
<h2>Shopping Cart</h2>
<ul id="cartItems"></ul>
</div>
</body>
</html>