-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshop_checkout.html
281 lines (266 loc) · 12 KB
/
shop_checkout.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Car Selling Website</title>
<!-- Swiper css CDN -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css"/>
<!-- Custom Css -->
<link rel="stylesheet" href="style.css">
<!-- BoxIcon CDN -->
<link rel="stylesheet" href="https://unpkg.com/boxicons@latest/css/boxicons.min.css">
</head>
<body>
<!-- Top Header -->
<div class="top-header">
<div class="out-box">
<div class="inside-box">
<div class="col-1">
<span><i class='bx bxs-envelope'></i><a href="mailto:mratikrishna@gmail.com" style="text-decoration: none; color: white;">mratikrishna@gmail.com</a></span>
<span><i class='bx bxs-phone-call' ></i><a href="tel:+91 1234567890" style="text-decoration: none; color: white;">+91 1234567890</a></span>
<span><i class='bx bx-alarm' ></i>Sun - Fri (08 AM - 10 PM)</span>
</div>
<div class="col-2">
<a href="login.html"><i class='bx bx-arrow-to-right'></i>Login</a>
<a href="signup.html"><i class='bx bxs-user'></i>Register</a>
<span>Follow Us:</span>
<div class="social">
<i class='bx bxl-facebook-circle' ></i>
<i class='bx bxl-twitter' ></i>
<i class="bx bxl-instagram"></i>
<i class="bx bxl-linkedin"></i>
</div>
</div>
</div>
</div>
</div>
<!-- Navbar Section Start -->
<header class="header">
<div class="logo">
<img src="img/logo/logo.png" alt="">
</div>
<nav>
<div class="navbar">
<ul class="navLink">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="#">Pages<i class='bx bxs-chevron-down'></i></a>
<ul class="drop-down">
<li><a href="inventory.html">Inventory</a></li>
<li><a href="price.html">Subscription</a></li>
<li><a href="calculator.html">Calculator</a></li>
<li><a href="price.html">Our Team</a></li>
<li><a href="reset.html">Reset Password</a></li>
<li><a href="blog-single.html">Blog Single</a></li>
<li><a href="inventory-single.html">Inventory Single</a></li>
<li><a href="shop-single.html">Shop Single</a></li>
<li><a href="shop_checkout.html" class="active">Shop Checkout</a></li>
<li><a href="services_single.html">Services Single</a></li>
</ul>
</li>
<li><a href="services.html">Services</a></li>
<li><a href="shop.html">Shop</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<div class="others">
<i class='bx bx-search-alt-2' ></i>
<a href="shop_cart.html"><i class='bx bx-cart-download cart'></i></a>
<button class="addBtn"><i class='bx bx-plus-circle'></i>Add Listing</button>
<i class='bx bx-menu-alt-left' id="menuBtn" ></i>
</div>
</nav>
</header>
<!-- Shop Checkout page -->
<div class="inventory">
<h2>Shop Checkout</h2>
<div class="link">
<a href="index.html">Home</a>
<span>>>></span>
<p>Shop Checkout</p>
</div>
</div>
<!-- Shop Checkout Section Start -->
<div class="checkout">
<div class="billing">
<div class="left">
<h2>Billing Address</h2>
<div class="row">
<div class="inputBx">
<label for="">First Name</label>
<input type="text" placeholder="Your First Name">
</div>
<div class="inputBx">
<label for="">Last Name</label>
<input type="text" placeholder="Your Last Name">
</div>
</div>
<div class="row">
<div class="inputBx">
<label for="">Phone</label>
<input type="text" placeholder="Your Phone">
</div>
<div class="inputBx">
<label for="">Email</label>
<input type="text" placeholder="Your Email">
</div>
</div>
<div class="inputBx">
<label for="">Address</label>
<input type="text" placeholder="Your Address">
</div>
</div>
<div class="right">
<h2>Cart Summary</h2>
<div class="summary_info">
<div class="sum-col">
<p>Product Qty:</p>
<span>5</span>
</div>
<div class="sum-col">
<p>Shipping Cost:</p>
<span>₹ 25.00</span>
</div>
<div class="sum-col">
<p>Discount:</p>
<span>₹ 5.00</span>
</div>
<div class="sum-col">
<p>Vat:</p>
<span>₹ 5.00</span>
</div>
<div class="sum-col">
<p>Sub Total:</p>
<span>₹ 4,560.00</span>
</div>
<div class="sum-col amount">
<p>Total Pay:</p>
<span class="total">₹ 4,560.00</span>
</div>
<a href="payment.html">
confirm Payment
<i class="bx bx-right-arrow-alt"></i>
</a>
</div>
</div>
</div>
<!-- Payment Info Section Start -->
<div class="payment">
<h2>Payment Information</h2>
<div class="row">
<div class="inputBx">
<label for="">Card Holder Name</label>
<input type="text" placeholder="Name On Card">
</div>
<div class="inputBx">
<label for="">Card Number</label>
<input type="text" placeholder="Your Card Number">
</div>
</div>
<div class="row">
<div class="inputBx">
<label for="">Expire Date</label>
<input type="text" placeholder="Expire">
</div>
<div class="inputBx">
<label for="">CVV</label>
<input type="password" placeholder="CVV">
</div>
</div>
</div>
<!-- Shipping Section Start -->
<div class="shipping">
<h2>Shipping Address</h2>
<div class="row">
<div class="inputBx">
<label for="">First Name</label>
<input type="text" placeholder="Your First Name">
</div>
<div class="inputBx">
<label for="">Last Name</label>
<input type="text" placeholder="Your Last Name">
</div>
</div>
<div class="row">
<div class="inputBx">
<label for="">Phone</label>
<input type="text" placeholder="Phone Number">
</div>
<div class="inputBx">
<label for="">Email</label>
<input type="text" placeholder="Your Email">
</div>
</div>
<div class="row">
<div class="inputBx">
<label for="">Address 1</label>
<input type="text" placeholder="Your Address">
</div>
<div class="inputBx">
<label for="">Address 2</label>
<input type="text" placeholder="Your Address">
</div>
</div>
<div class="inputBx">
<label for="">Additional Info</label>
<textarea cols="30" rows="5" placeholder="Additional Info"></textarea>
</div>
</div>
</div>
<!-- Footer Section Start -->
<div class="footer">
<div class="footer-row">
<div class="footer-col">
<img src="img/logo/logo-light.png" alt="">
<p class="text">Lorem ipsum dolor sit amet consectetur adipisicing elit. Nulla recusandae blanditiis aliquam.</p>
<span><i class="bx bx-phone"></i>+91 123 456 7890</span>
<span><i class="bx bx-location-plus"></i>15/B Main Road, Puri</span>
<span><i class="bx bx-envelope"></i>mratikrishna@gmail.com</span>
</div>
<div class="footer-col">
<h5>Quick Links</h5>
<a href="#"><i class="bx bx-chevron-right"></i>About Us</a>
<a href="#"><i class="bx bx-chevron-right"></i>Update News</a>
<a href="#"><i class="bx bx-chevron-right"></i>Testimonials</a>
<a href="#"><i class="bx bx-chevron-right"></i>Terms of Services</a>
<a href="#"><i class="bx bx-chevron-right"></i>Privacy Policy</a>
<a href="#"><i class="bx bx-chevron-right"></i>Our Dealers</a>
</div>
<div class="footer-col">
<h5>Support Center</h5>
<a href="#"><i class="bx bx-chevron-right"></i>FAQ's</a>
<a href="#"><i class="bx bx-chevron-right"></i>Affiliates</a>
<a href="#"><i class="bx bx-chevron-right"></i>Booking Tips</a>
<a href="#"><i class="bx bx-chevron-right"></i>Sell Vehicles</a>
<a href="#"><i class="bx bx-chevron-right"></i>Contact Us</a>
<a href="#"><i class="bx bx-chevron-right"></i>Sitmap</a>
</div>
<div class="footer-col">
<h5>Newsletter</h5>
<p class="text">Lorem ipsum dolor sit amet consectetur adipisicing.</p>
<input type="text" placeholder="Your Mail">
<button>Subscribe Now <i class="bx bxl-telegram"></i></button>
</div>
</div>
<div class="footer-bottom">
<p>© Copyright 2024 <span>MOTOB</span> All Right Reserved.</p>
<div class="social">
<i class="bx bxl-facebook"></i>
<i class="bx bxl-twitter"></i>
<i class="bx bxl-linkedin"></i>
<i class="bx bxl-youtube"></i>
</div>
</div>
<!-- Scroll Top Animation -->
<a href="#" class="scrollBtn">
<i class="bx bxs-chevrons-up"></i>
</a>
</div>
<!-- Swiper JS CDN -->
<script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>
<!-- Custom JS File -->
<script src="script.js"></script>
</body>
</html>