-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcheckout.html
More file actions
215 lines (181 loc) · 7.59 KB
/
checkout.html
File metadata and controls
215 lines (181 loc) · 7.59 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Topoco is an online shop that offers a wide variety of products, ranging from electronics to fashion, with great deals and discounts. Shop now!">
<meta name="keywords" content="Topoco, online shopping, electronics, fashion, deals, discounts, gadgets, clothing, accessories">
<meta name="author" content="Mohamed Khaled">
<title>Checkout - Topico</title>
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css">
</head>
<body>
<header>
<div class="container top-nav">
<a href="index.html" class="logo"><img src="img/logo-black.png" alt="logo"></a>
<form action="" class="search">
<input type="search" name="" id="" placeholder="Search for products...">
<button type="submit">Search</button>
</form>
<div class="card_header">
<i onclick="open_cart()" class="fa-solid fa-basket-shopping"></i>
<span class="count_items">0</span>
</div>
<div class="total_price">
<p>My Cart:</p>
<p class="price_cart">$0</p>
</div>
</div>
<nav>
<div class="nav-container container">
<div class="links">
<i onclick="open_menu()" class="fa-solid fa-bars btn_open_menu"></i>
<ul id="menu">
<span onclick="close_menu()" class="bg-overlay"></span>
<i onclick="close_menu()" class="fa-regular fa-circle-xmark btn_close_menu"></i>
<img class="logo_menu" src="img/logo-black.png" alt="">
<li ><a href="index.html">Home</a></li>
<li><a href="all_products.html" >All Products</a></li>
<li><a href="aboutus.html">About Us</a></li>
<li ><a href="contactus.html">Contact</a></li>
</ul>
</div>
<div class="login_signup">
<a href="login.html">Login <i class="fa-solid fa-arrow-right-to-bracket"></i></a>
<a href="signup_page.html">Signup <i class="fa-solid fa-user-plus"></i></a>
</div>
</div>
</nav>
</header>
<!-- Cart Section -->
<div class="cart ">
<div class="top_cart">
<h3>My Cart <span class="count_items_cart"></span></h3>
<span onclick="close_cart()" class="close_cart"><i class="fa-regular fa-circle-xmark"></i></span>
</div>
<div class="items_in_cart">
</div>
<div class="bottom_cart">
<div class="total">
<p>Cart Subtotal</p>
<p class="price_cart_total">$0</p>
</div>
<div class="button_cart">
<a href="#" class="btn_cart">Proceed to Checkout</a>
<button class="btn_cart trans_bg">Shop More</button>
</div>
</div>
</div>
<section class="checkout">
<div class="container">
<form action="">
<div class="address">
<h2>Delivery address</h2>
<div class="inputs">
<label for="">Email</label>
<input type="email" name="" id="" placeholder="Enter your email">
<label for="">Name</label>
<input type="text" name="" id="" placeholder="Enter your name">
<label for="">Address</label>
<input type="text" name="" id="" placeholder="Enter your address">
<label for="">Phone</label>
<input type="number" name="" id="" placeholder="Enter your phone">
</div>
</div>
<div class="coupon">
<h2>Coupon Code</h2>
<div class="inputs">
<label for="">Coupon Code</label>
<input type="text" placeholder="Enter your code here">
</div>
</div>
</form>
<div class="ordersummary">
<h1>Order Summary</h1>
<div class="items">
<div class="item_cart">
<img src="img/product/product-1.jpg" alt="">
<div class="content">
<h4>Original Mobile Android Dual SIM Smart Phone G3</h4>
<p class="price_cart">Price : <span>185$</span></p>
</div>
</div>
<div class="item_cart">
<img src="img/product/product-2.jpg" alt="">
<div class="content">
<h4>Samsung Mobile </h4>
<p class="price_cart">Price : <span>145$</span></p>
</div>
</div>
<div class="total">
<p>Total</p>
<span>$330</span>
</div>
<div class="button_div">
<button>Place Order</button>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="big_row">
<img src="img/logo-white.png" alt="">
<div class="hotline">
<i class="fa-solid fa-headset"></i>
<div class="text">
<h5>Hotline Free 24/24:</h5>
<h6>(+100) 123 456 7890</h6>
</div>
</div>
<p>Lorem ipsum dolor sit amet.</p>
</div>
<div class="row">
<h4>FQA & Help</h4>
<div class="links">
<a href="#">FAQ's</a>
<a href="#">Ordering Tracking</a>
<a href="#">Contacts</a>
<a href="#">Events</a>
<a href="#">Help Center</a>
</div>
</div>
<div class="row">
<h4>Shipping & Delivery</h4>
<div class="links">
<a href="#">Delivery Information</a>
<a href="#">Discount</a>
<a href="#">Payment & Shipping</a>
<a href="#">Estimated Delivery Time</a>
<a href="#">Shipping Guide</a>
</div>
</div>
<div class="row">
<h4>Information</h4>
<div class="links">
<a href="#">Popular</a>
<a href="#">Our Services</a>
<a href="#">Your Account</a>
<a href="#">Privacy Policy</a>
<a href="#">Terms & Conditions</a>
</div>
</div>
</div>
<div class="bottom_footer">
<div class="container">
<p>Copyright © <span>Topico </span> All rights reserved</p>
<div class="payments_imgs">
<img src="img/payment-1.png" alt="">
<img src="img/payment-2.png" alt="">
<img src="img/payment-3.png" alt="">
<img src="img/payment-4.png" alt="">
</div>
</div>
</div>
</footer>
<script src="../js/main.js"></script>
</body>
</html>