forked from aakarsh604/Gearbest-Clone
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcart.html
153 lines (142 loc) · 4.7 KB
/
cart.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
<!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>Cart Page | Gearbest.com</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="shortcut icon" href="https://img.ecommercedb.com/gearbest.com-75ioegxvb6cx.png" type="image/x-icon">
<link
href="https://fonts.googleapis.com/css2?family=Barlow&family=Baskervville&family=Merienda&family=Montserrat:wght@100&family=Mulish:wght@200&family=Open+Sans:wdth,wght@96.3,300;100,300;100,500&family=Quattrocento+Sans&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="./styles/cart.css" />
<link rel="stylesheet" href="./styles/footer.css" />
<script
src="https://kit.fontawesome.com/24c494a6b6.js"
crossorigin="anonymous"
></script>
</head>
<body>
<div id="top-sec">
<img
id="logo"
src="https://uidesign.gbtcdn.com/GB/images/promotion/2019/a_evan/Gearbest/logo_gearbest.png?imbypass=true"
alt="logo"
/>
</div>
<div id="bar">
<img src="./content/cartbar.png" alt="" />
</div>
<!-- Products in cart will be appended from here -->
<div id="CartCss">
<div id="Scart"></div>
<div id="Scart2"></div>
<div id="Scart6"></div>
<div id="Scart3"></div>
<div id="Scart4"></div>
<div id="Scart5"></div>
</div>
<div id="total-box">
<div id="total-sub1">
<div>
<div class="sub-sub1">
<div>
<img
src="https://css.gbtcdn.com/imagecache/gbw/img/site/money_back@.png"
alt=""
/>
</div>
<div>
<h4>45 Days</h4>
<p>Money Back Guarantee</p>
</div>
</div>
<div class="sub-sub1">
<div>
<img
src="https://css.gbtcdn.com/imagecache/gbw/img/site/repair@.png"
alt=""
/>
</div>
<div>
<h4>360 days</h4>
<p>Free Repair Warranty</p>
</div>
</div>
</div>
<div id="totol-display">
<div>
<div>Your subtotal</div>
<div id="subtotal-div">₹0.00</div>
</div>
<div>
<div>Promotion</div>
<div>₹0.00</div>
</div>
<div>
<div><b>Total</b></div>
<div id="total-div">₹0.00</div>
</div>
</div>
</div>
<div id="total-sub2">
<div><a href="index.html">Continue shopping ></a></div>
<div>
<img
id="paypal"
src="https://css.gbtcdn.com/imagecache/gbw/img/buynow_en.93a4b6e.png"
alt=""
/>
<p>OR</p>
<img
id="paytm"
src="https://css.gbtcdn.com/imagecache/gbw/img/paypal_credit_en.10b3871.png"
alt=""
/>
<p>OR</p>
<button id="btn">Check Out</button>
</div>
</div>
</div>
<!-- HTML product display part -->
<h2 id="dis">You Might Also Like</h2>
<div id="main5">
<div>
<img src="https://gloimg.gbtcdn.com/soa/gb/item/6866325577285169152/16409/goods_thumb_220-v1/5b7959d3089f.jpg" alt="">
<p>Flashlight Strong Light Rechargeable Zoom Gian...</p>
<p>RRP: ₹569.00</p>
<p>₹688.00</p>
</div>
<div>
<img src="https://gloimg.gbtcdn.com/soa/gb/item/6878391336429613056/16414/goods_thumb_220-v1/5f26bc001550.jpg" alt="">
<p>Original Xiaomi Redmi Buds 3 Lite Youth Edition... X</p>
<p>RRP: ₹4635.00</p>
<p>₹5315.00</p>
</div>
<div>
<img src="https://gloimg.gbtcdn.com/soa/gb/item/6901962188706213888/16473/goods_thumb_220-v5/2f6731bcaf17.jpg" alt="">
<p>New Smartwatch 2022 KOSPET TANK M1 Rugged...</p>
<p>RRP: ₹3619.00</p>
<p>₹4354.00</p>
</div>
<div>
<img src="https://gloimg.gbtcdn.com/soa/gb/item/6878402251153666048/16416/goods_thumb_220-v3/2aa7f1192758.jpg" alt="">
<p>XIAOMI ENCHEN BlackStone 3 Electric...</p>
<p>RRP: ₹1941.00</p>
<p>₹2450.00</p>
</div>
<div>
<img src="https://gloimg.gbtcdn.com/soa/gb/item/6870745450383863808/16433/goods_thumb_220-v3/c4c9f31f34d4.jpg" alt="">
<p>FIIDO D2S Folding Moped Electric Bike Gear Shifting...</p>
<p>RRP: ₹9799.00</p>
<p>₹7639.00</p>
</div>
</div>
<!-- Footer starts form here -->
<div id="footer"></div>
</body>
</html>
<script src="./scripts/cart.js" type="module"></script>