-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcart.html
More file actions
executable file
·186 lines (173 loc) · 9.5 KB
/
Copy pathcart.html
File metadata and controls
executable file
·186 lines (173 loc) · 9.5 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
<!DOCTYPE html>
<html>
<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">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300&family=Outfit:wght@200;300&family=Roboto:wght@300&display=swap" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<script src="https://kit.fontawesome.com/1e8cfb09f8.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous" />
<script src="https://kit.fontawesome.com/1e8cfb09f8.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous" />
<title>Cart</title>
<link rel="icon" href="./image/icon.PNG">
<link rel="stylesheet" href="./css/cart.css">
<link rel="stylesheet" href="./css/home.css">
</head>
<body>
<div id="header">
<div id="topHeader">
<a href="#"><i class="fab fa-facebook ms-4"></i></a>
<a href="#"><i class="fab fa-instagram ms-2"></i></a>
</div>
<!-- please make your list item active here -->
<nav class="navbar navbar-expand-lg navbar-light bg-light" id="fixedHeader">
<div class="container-fluid">
<a class="navbar-brand ms-4 me-4" href="./myShop-home.html" id="logo">myShop</a>
<div class="collapse navbar-collapse">
<ul id="navList" class="navbar-nav ms-5">
<!-- DO NOT FORGET removing active class from home-->
<li class="nav-item ms-4 "><a href="./myShop-home.html" class="nav-link ">Home</a>
</li>
<li class="nav-item ms-4"><a href="./alaaproject.html" class="nav-link">Women</a></li>
<li class="nav-item ms-4 "><a href="./men.html" class="nav-link ">Men</a></li>
<li class="nav-item ms-4"><a href="./phone.html" class="nav-link">Electronic Devices</a></li>
<li class="nav-item ms-4"><a href="./homedv.html" class="nav-link">Electric Devices</a></li>
<li class="nav-item ms-4 me-5"><a href="./contactus.html" class="nav-link">Contact Us</a></li>
<li class="nav-item ms-5 ">
<a href="" class="nav-link"><i class="fas fa-search"></i></a>
</li>
<li class="nav-item dropdown ms-4" id="profile">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
<i class="fas fa-user"></i>
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="./sigin.html">Sign in</a></li>
<li><a class="dropdown-item" href="./register.html">Register</a></li>
</ul>
</li>
<li class="nav-item ms-4">
<a href="./fav.html" class="nav-link"><i class="far fa-heart"></i></a>
</li>
<li class="nav-item ms-4">
<a href="./cart.html" class="nav-link active"><i class="fas fa-cart-plus"></i></a>
</li>
</ul>
</div>
</div>
</nav>
</div>
<!-- ***********endOfHeader************ -->
<br><br><br><br> <br><br>
<!-- Your page Here -->
<div class="cont-nav">
<h4>My CART</h4>
<a href="#">Home</a><span> > <a href="#">My Profile</a> > My Cart</span>
</div> <br><br><br>
<!-- <div class="cart-body">
<div class="order">
<div class="back">
<a href="#">
<div class="back-text"> <i class="fa fa-angle-left" style="font-size:24px"></i> Continue Shopping
</div>
</a>
</div>
</div>
<div class="check">
<div class="check-head">
<h3 style="font-weight: bolder;">Order Summary</h3>
</div>
<div class="check-price"></div>
<div class="check-total">
<div class="amount">
<h6 style="font-weight: bolder;">Total Amount: </h6>
</div>
<a href="#">
<div class="comp" style="padding-top: 2.5%;">COMPLET ORDEDR <i class="fa fa-angle-right" style="font-size:24px"></i></div>
</a>
</div>
</div>
</div> -->
<div class="container">
<div id="elm" class="row">
</div>
</div><br><br><br>
<!-- footer start -->
<footer class="container-fluid">
<div class="row" style="background-color: rgb(17, 17, 17);">
<div class="offset-1 col-md-2 mt-4">
<img src="images/—Pngtree—north face clothing logo vector_2261951.png" alt="" height="200px" width="200px">
</div>
<div class="col-md-3 mt-4">
<ul>
<li>
<h2 class="text-light text" style="font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;">
Fashion</h2>
</li>
<li>
<a href="./myShop-home.html">Home</a>
</li>
<li>
<a href="./men.html">Men Fashion</a>
</li>
<li>
<a href="./alaaproject.html">Women Fashion</a>
</li>
<li>
<a href="./homedv.html">Electric devices</a>
</li>
<li>
<a href="./phone.html">Electronic devices</a>
</li>
</ul>
</div>
<div class="col-md-3 mt-4">
<h2 class="text-light text" style="font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;">
Help & Support</h2>
<div class="d-flex icons ">
<img src="images/facebook.png" alt="facebook" width="30px" height="30px">
<img src="images/twitter.png" alt="twitter" width="30px" height="30px">
<img src="images/instagram.png" alt="instegram" width="30px" height="30px">
<img src="images/whatsapp.png" alt="whatsapp" width="30px" height="30px">
</div>
<ul>
<li>
<a href="#">Help</a>
</li>
<li>
<a href="#">About Us</a>
</li>
</ul>
</div>
<div class="col-md-3 mt-4">
<h3 class="text-light text" style="font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;">
Payment Methods</h3>
<div class="d-flex icons">
<img src="images/debit-card.png" alt="facebook" width="40px" height="40px">
<img src="images/cashless-payment.png" alt="twitter" width="40px" height="40px">
<img src="images/money.png" alt="facebook" width="40px" height="40px">
</div>
<div class="d-flex icons-payment">
<img src="images/visa.png" alt="facebook" width="60px" height="40px">
<img src="images/paypal.png" alt="twitter" width="60px" height="40px">
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 dark">
<p> Copyright 2021 © This Footer developed with <i class="fas fa-heart text-danger"></i> by H.Sonbol </p>
</div>
</div>
</footer>
<script src="js/user.js"></script>
<script src="js/test3.js"></script>
<script src="js/del2.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous">
</script>
</body>
</html>