-
Notifications
You must be signed in to change notification settings - Fork 0
/
shop.html
238 lines (223 loc) · 8.9 KB
/
shop.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
<!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>My Account</title>
<link rel="stylesheet" href="css/index.css" />
<link rel="stylesheet" href="/css/shop.css">
<link rel="icon" type="image/x-icon" href="/images/favicon.ico">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css"
integrity="sha512-1sCRPdkRXhBV2PBLUdRb4tMg1w2YPf37qatUFeS7zlBy7jJI8Lf4VHwWfZZfpXtYSLy85pkm9GaYVYMfw5BC1A=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body onload="loadding()">
<!-- header -->
<div id="account">
<ul>
<li><a href="">My Account</a></li>
<li><a href="">Our Location</a></li>
<li><a href="">Contact Us</a></li>
</ul>
<h4><a id="acc" href="/sign-in.html">Sign In/Up</a> <a id="logout" onclick=" logot()" href="index.html">Log
Out</a></h4>
</div>
<header id="up">
<span><a href="#">
<i class="fa-solid fa-arrow-up-long"></i>
</a></span>
<div class="container">
<a href="#">
<img src="/images/logo.png" alt="" />
</a>
<div class="links">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about-us.html">About Us</a></li>
<li class="prodo"><a href="#product">Product</a>
<div class="list-prod">
<ul>
<li>
<h3>TOP</h3>
</li>
<li><a href="">Jackets</a></li>
<li><a href="">Shirts</a></li>
<li><a href="">Sweaters&Cardigans</a></li>
<li><a href="">T-shirts</a></li>
</ul>
<ul>
<li>
<h3>BOTTOM</h3>
</li>
<li><a href="">Swimwear</a></li>
<li><a href="">Skirts</a></li>
<li><a href="">Jeans</a></li>
<li><a href="">Trousers</a></li>
</ul>
<ul>
<li>
<h3>CLOTHING</h3>
</li>
<li><a href="">Top Wear</a></li>
<li><a href="">Party wear</a></li>
<li><a href="">Bottom Wear</a></li>
<li><a href="">Indian Wear</a></li>
</ul>
<ul>
<li>
<h3>ACCESSORIES</h3>
</li>
<li><a href="">Bags</a></li>
<li><a href="">Sunglasses</a></li>
<li><a href="">Fragrances</a></li>
<li><a href="">Wallets</a></li>
</ul>
</div>
</li>
<li><a href="#">Shop</a></li>
<li><a href="services.html">Our Service</a></li>
<li><a href="contact-us.html">Contact Us</a></li>
</ul>
</div>
<div class="cart">
<input type="text" id="myInput" onkeyup="searchname()" placeholder="Search for product">
<a onclick="" href="">
<i class="fa-solid fa-magnifying-glass"></i>
</a>
<a href="carts.html">
<i class="fa-solid fa-bag-shopping"></i>
</a>
</div>
</div>
</header>
<section class="product">
<div class="container">
<div>
<img src="https://m.media-amazon.com/images/I/31zLEQC2jaL._AC_.jpg" alt="">
<div class="black"></div>
<h3>woman hat </h3>
<span>
<span>EGP</span>
50
</span>
<button onclick="cards1()">Add to Cart </button>
</div>
<div>
<img src="https://m.media-amazon.com/images/I/61cTBlCyprL._AC_SY550_.jpg" alt="">
<div class="black"></div>
<h3>man scarve </h3>
<span>
<span>EGP</span>
100
</span>
<button onclick="cards2()">Add to Cart </button>
</div>
<div>
<img src="https://m.media-amazon.com/images/I/51HqPDFAoAL._AC_.jpg" alt="">
<div class="black"></div>
<h3>labtop bag </h3>
<span>
<span>EGP</span>
600
</span>
<button onclick="cards3()">Add to Cart </button>
</div>
<div>
<img src="https://m.media-amazon.com/images/I/51zdV1iA-IL._AC_SY741_.jpg" alt="">
<div class="black"></div>
<h3>woman dress </h3>
<span>
<span>EGP</span>
400
</span>
<button onclick="cards4()">Add to Cart </button>
</div>
<div>
<img src="https://m.media-amazon.com/images/I/512mxMe8sXL._AC_SX679_.jpg" alt="">
<div class="black"></div>
<h3>woman sunglass </h3>
<span>
<span>EGP</span>
280
</span>
<button onclick="cards5()">Add to Cart </button>
</div>
<div>
<img src="https://m.media-amazon.com/images/I/51hXoK6pxZL._AC_SX569_.jpg" alt="">
<div class="black"></div>
<h3>basket jacket </h3>
<span>
<span>EGP</span>
480
</span>
<button onclick="cards6()">Add to Cart </button>
</div>
</div>
</section>
<!-- navFooter -->
<section class="navfooter">
<div class="container"></div>
</section>
<!-- footer -->
<footer>
<div class="container">
<div class="icons">
<h4>ABOUT THEWAYSHOP</h4>
<hr>
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Accusantium ad vel, cupiditate odit nam in
ducimus?
Animi natus ipsa eos saepe iusto impedit. Iure, alias tenetur possimus consequuntur autem
voluptatum.</p>
<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-linkedin"></i>
</a>
<a href="#">
<i class="fa-brands fa-google-plus"></i>
</a>
<a href="#">
<i class="fa-brands fa-pinterest"></i>
</a>
<a href="#">
<i class="fa-brands fa-whatsapp"></i>
</a>
</div>
<div>
<h4>INFORMATION</h4>
<hr>
<ul>
<li><a href="#">About Us</a></li>
<li><a href="#">Customer Service</a></li>
<li><a href="#">Our Sitemap</a></li>
<li><a href="#">Terms & Policy</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Delivery Information</a></li>
</ul>
</div>
<div>
<h4>CONTACT US</h4>
<hr>
<section>
<p><i class="fa-solid fa-location-dot"></i> Address: Michael I. Days 3756
Preston Street Wichita,
KS 67213</p>
</section>
<section>
<p><i class="fa-solid fa-square-phone"></i> Phone: <a href="">+1-888 705 770</a></p>
</section>
<section>
<p><i class="fa-solid fa-envelope"></i> Email: <a href="#">[email protected]</a></p>
</section>
</div>
</div>
</footer>
<script src="/js/shop.js"></script>
<script src="/js/sign-up.js"></script>
</body>
</html>