-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcart.html
More file actions
173 lines (155 loc) · 5.95 KB
/
cart.html
File metadata and controls
173 lines (155 loc) · 5.95 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>volkanShop</title>
<link rel="stylesheet" href="style.css">
<script src="https://kit.fontawesome.com/bffc59eac1.js" crossorigin="anonymous"></script>
</head>
<body>
<!-- header -->
<section id="header">
<a href="#"><img src="img/logo.png" alt="logo" class="logo"></a>
<div>
<ul id="navbar">
<li><a href="index.html">Home</a></li>
<li><a href="shop.html">Shop</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
<li id="lg-bag"><a href="cart.html"><i class="fa-solid fa-cart-shopping"></i></a></li>
<a href="#" id="close"><i class="fas fa-times"></i></a>
</ul>
</div>
<div id="mobile">
<a class="active" href="cart.html"><i class="fa-solid fa-cart-shopping"></i></a>
<i id="bar" class="fas fa-outdent"></i>
</div>
</section>
<!-- hero -->
<section id="cart-hero">
<h1>#Cart</h1>
<h4>Add your coupon code & SAVE upto 70% !</h4>
</section>
<section id="basket">
<table width="100%">
<thead>
<tr>
<td><h3>REMOVE</h3></td>
<td><h3>IMAGE</h3></td>
<td> <h3>PRODUCT</h3></td>
<td><h3>PRICE</h3></td>
<td><h3>QUANTITY</h3></td>
<td><h3>SUBTOTAL</h3></td>
</tr>
</thead>
<tbody>
<tr>
<td><i class="fa-regular fa-circle-xmark"></i></td>
<td><img src="img/products/f1.jpg" alt=""></td>
<td> <p>Avva T-shirt</p></td>
<td> <p>$118.19</p></td>
<td><input type="number" value="3"></td>
<td> <p>$236.38</p></td>
</tr>
<tr>
<td><i class="fa-regular fa-circle-xmark"></i></td>
<td><img src="img/products/f2.jpg" alt=""></td>
<td> <p>Avva T-shirt</p></td>
<td> <p>$118.19</p></td>
<td><input type="number" value="2"></td>
<td> <p>$236.38</p></td>
</tr>
<tr>
<td><i class="fa-regular fa-circle-xmark"></i></td>
<td><img src="img/products/f4.jpg" alt=""></td>
<td> <p>Avva T-shirt</p></td>
<td> <p>$118.19</p></td>
<td><input type="number" value="1"></td>
<td> <p>$236.38</p></td>
</tr>
</tbody>
</table>
</section>
<section id="cart">
<div class="cart-sum">
<div class="coupon">
<h3>Apply Coupon</h3>
<input type="text" placeholder="Enter Your Coupon">
<button type="submit">Apply</button>
</div>
<div class="card-totals">
<h3>Cart Totals</h3>
<table>
<tr>
<td>Cart Subtotal</td>
<td>$335</td>
</tr>
<tr>
<td>Shipping</td>
<td>Free</td>
</tr>
<tr>
<td><b>Total</b></td>
<td>$335</td>
</tr>
</table>
<button>Checkout</button>
</div>
</div>
</section>
<!-- footer -->
<footer class="section-p1">
<div class="col">
<img src="img/logo.png" alt="" class="logo">
<h4><b>Contact</b></h4>
<ul>
<li><a href=""><b>Address: </b>Turkey Sakarya / Serdivan</a></li>
<li><a href=""><b>Phone: </b><a href="tel:02566571112">0256 657 11 12</a></a></li>
<li><a href=""><b>Hours: </b>10.00-18.00 Mon-Sat</a></li>
</ul>
<br />
<h4><b>Follow Us</b></h4>
<a href="#"><i class="fa-brands fa-facebook"></i></a>
<a href="#"><i class="fa-brands fa-twitter"></i></a>
<a href="#"><i class="fa-brands fa-instagram"></i></a>
<a href="#"><i class="fa-brands fa-pinterest"></i></a>
<a href="#"><i class="fa-brands fa-youtube"></i></a>
</div>
<div class="col">
<h4><b>About</b></h4>
<ul>
<li><a href="#">About Us</a></li>
<li><a href="#">Delivery Information</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Terms & Conditions</a></li>
<li><a href="#">Contact Us</a></li>
</ul>
</div>
<div class="col">
<h4><b>My Account</b></h4>
<ul>
<li><a href="#">Sign In</a></li>
<li><a href="#">View Cart</a></li>
<li><a href="#">My Wishlist</a></li>
<li><a href="#">Track My Order</a></li>
<li><a href="#">Help</a></li>
</ul>
</div>
<div class="col">
<h4><b>Install App</b></h4>
<p>From App Store or Google Play</p>
<img class="border" src="img/pay/app.jpg" alt="">
<img class="border" src="img/pay/play.jpg" alt="">
<p>Secured Payment Gateways</p>
<img src="img/pay/pay.png" alt="">
</div>
</footer>
<section class="copyright section-p1">
<center>© 2022 VolkanShop All Right Reversed</center>
</section>
<script src="script.js"></script>
</body>
</html>