-
Notifications
You must be signed in to change notification settings - Fork 1
/
shop.html
159 lines (139 loc) · 6.5 KB
/
shop.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM" crossorigin="anonymous">
<title>AutoParts Shop</title>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light pad">
<a class="navbar-brand" href="index.html"><img src="images/Autoparts _logo_only.jpg" alt="AutoParts_logo" class="logo-small"></a>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mx-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link current" href="shop.html">Shop</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="service.html">Service</a>
</li>
</ul>
</div>
<a href="#"><button class="btn btn-primary rounded-4" id="checkout">Checkout</button></a>
</nav>
<br>
<h3 class="text-center">Autoparts Online Shop</h3>
<h6 class="text-center">Conveniently order your car parts and accessories here</h6>
<section>
<div>
<ul class="cart-items">
<li>
<img src="images/door.jpg" alt="Door">
<h6 class="product-name">Door</h6>
<h6 class="product-price">₦ 10000 </h6>
<div class="checkout"><a href="#"><button class="cart btn btn-primary">Add to Cart</button></a></p></div>
</li>
<li>
<img src="images/engine_oil.jpeg" alt="engine_oil">
<h6 class="product-name">Engine Oil</h6>
<h6 class="product-price">₦ 3600</h6>
<div class="checkout"><a href="#"><button class="cart btn btn-primary">Add to Cart</button></a></p></div>
</li>
<li>
<img src="images/car_seat.jpg" alt="Car Seat">
<h6 class="product-name">Car Seat</h6>
<h6 class="product-price">₦ 5500</h6>
<div><a href="#"><button class="cart btn btn-primary">Add to Cart</button></a></p></div>
</li>
<li>
<img src="images/tyre.png" alt="Tyre">
<h6 class="product-name">Tyre</h6>
<h6 class="product-price">₦ 11000</h6>
<div><a href="#"><button class="cart btn btn-primary">Add to Cart</button></a></p></div>
</li>
<li>
<img src="images/steering.jpeg" alt="steering">
<h6 class="product-name">Steering</h6>
<h6 class="product-price">₦ 6000</h6>
<div><a href="#"><button class="cart btn btn-primary">Add to Cart</button></a></p></div>
</li>
<li>
<img src="images/rear_bumper.jpg" alt="Rear bumper">
<h6 class="product-name">Rear Bumper</h6>
<h6 class="product-price">₦ 8000</h6>
<div><a href="#"><button class="cart btn btn-primary">Add to Cart</button></a></p></div>
</li>
<li>
<img src="images/headlight.png" alt="Headlight">
<h6 class="product-name">Headlight</h6>
<h6 class="product-price">₦ 7000</h6>
<div><a href="#"><button class="cart btn btn-primary">Add to Cart</button></a></p></div>
</li>
<li>
<img src="images/car_bumper.jpg" alt="car bumber">
<h6 class="product-name">car Bumper</h6>
<h6 class="product-price">₦ 4900</h6>
<div><a href="#"><button class="cart btn btn-primary">Add to Cart</button></a></p></div>
</li>
</ul>
<p class="text-lg-end"><a href="#">view all</a></p>
</div>
</section>
<footer class="w-100 py-4 flex-shrink-0">
<div class="container py-4">
<div class="row gy-4 gx-5">
<div class="col-lg-12 col-md-6 text-lg-center">
<h5 class="text-white mb-3">Sign up to get 30% off</h5>
<p class="small gray">Get regular updates about our new arrivals, discounts and offers.</p>
<form action="#">
<div class="mb-3">
<input class="form-control border-0 border-bottom input-style rounded-0 text-white justify-content-center input-width" type="text" placeholder="Email" aria-label="Email">
<br>
<button class="btn btn-light text-dark rounded-0" type="button">Send</button>
</div>
</form>
</div>
</div>
<hr class="hr-custom-color">
<button class="btn btn-dark text-white rounded-0 custom-button">Autoparts</button>
<p class="text-white force-text-right"> Copyright © 2023 Autoparts. All rights reserved </p>
</div>
</footer>
<style>
nav{
border-bottom: 0.1px solid gray;
box-shadow: 0 0.1px 5px black;
}
a {
color: black !important;
}
.pad {
padding-left: 10px;
padding-right: 10px;
}
.current {
color:#0E4C92 !important;
}
section {
margin-top: 50px;
}
.cart-items {
display: grid;
grid-template-columns: 25% 25% 25% 25%;
text-align: center;
}
img {
width: 150px !important;
height: 150px !important;
}
</style>
<script src="signUp.js"></script>
</body>
</html>