-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathproducts.html
236 lines (210 loc) · 7.75 KB
/
products.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
<!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" />
<link rel="stylesheet" href="/style/bootstrap.min.css" />
<link rel="stylesheet" href="/style/style.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css"
integrity="sha512-xh6O/CkQoPOWDdYTDqeRdPCVd1SpvCA9XXcUnZS2FmJNp1coAFzvtCN9BmamE+4aHK8yyUHUSCcJHgXloTyT2A=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<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/animate.css/4.1.1/animate.min.css"
/>
<link rel="icon" type="image/x-icon" href="/img/logo.jpg">
<title>our E-commerce</title>
</head>
<body onload="preloader()">
<div id="loading"></div>
<!-- header start -->
<header>
<!-- nav start -->
<nva class="navbar fixed-top navbar-expand-lg navbar-bg">
<a href="/index.html" class="navbar-brand mx-2">
<img src="/img/logo.jpg" alt="" style="width: 50px" />
</a>
<button
class="navbar-toggler"
data-bs-toggle="collapse"
data-bs-target="#mynav"
type="button"
>
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="mynav">
<ul class="navbar-nav mx-auto">
<li class="nav-item mx-2">
<a href="/index.html" class="nav-link">Home</a>
</li>
<li class="nav-item mx-2 nav-active">
<a href="/products.html" class="nav-link">Products</a>
</li>
<li class="nav-item mx-2">
<a href="/store.html" class="nav-link">Cart</a>
</li>
</ul>
<div class="navbar-icons d-flex">
<a class="navbar-icon mx-2 user-login">
<i class="fas fa-user"></i>
</a>
<a href="/store.html" class="navbar-icon mx-3 navbar-cart-icon">
<i class="fas fa-shopping-cart"></i>
<div class="cart-items" id="cart-item">0</div>
</a>
</div>
</div>
</nva>
<!-- nav end -->
<!-- user form start -->
<form id="form-data" class="d-none">
<div id="form" false class=" rounded-1 p-4 col-lg-6 ">
<div class="cross-container">
<span class=" my-2 btn btn-outline-dark" id="cross"><i class="fa-regular fa-circle-xmark"></i></span>
</div>
<h1 class="text-center text-capitalize p-2 bg-dark text-white">Sign in form</h1>
<div class="mb-3">
<label for="Email1" class="form-label " style="font-weight: bold;">Email address</label>
<input type="email" class="form-control" required id="Email1" >
</div>
<div class="mb-3">
<label for="InputPassword1" class="form-label" style="font-weight: bold;">Password</label>
<input type="password" class="form-control" required id="InputPassword1">
</div>
<div class="text-center">
<button type="submit" class="btn border-2 btn-outline-dark text-center mx-auto">Submit</button>
</div>
</div>
</form>
<!-- user form end -->
</header>
<!-- header end -->
<!-- product start -->
<div class="product">
<div class="container-fluid">
<div class="row">
<div
class="col-10 col-md-5 col-lg-3 mx-auto px-5 my-3 text-capitalize"
>
<!-- catrgories -->
<div class="product-categories-title my-4">
<h6 class="text-uppercase"> categories filter</h6>
<div class="product-categories-underline"></div>
</div>
<div class="d-block products-categories-link ">
<p class="mb-0" id="all" >All</p>
</div>
<div class="d-block products-categories-link">
<p class="mb-0" id="all">Sneaker</p>
</div>
<div class="d-block products-categories-link">
<p class="mb-0">Sport</p>
</div>
<div class="d-block products-categories-link">
<p class="mb-0">Football</p>
</div>
<!-- categories end -->
<div class="product-categories-title my-4">
<h6 class="text-uppercase"> price range</h6>
<div class="product-categories-underlink"></div>
</div>
<form>
<div class="form-group">
<label for="range text-capitalize" id="range">
range : 50</label
>
<input
type="range"
id="price-range"
name="price-range"
class="form-control-range"
value=""
min=""
max=""
/>
</div>
<div class="input-group my-2">
<input
type="text"
placeholder="search by name"
class="form-control text-capitalize"
id="search-input"
/>
</div>
</form>
<!-- categories end -->
<div class="product-categories-title my-4">
<h6 class="text-uppercase"> color filter</h6>
<div class="product-categories-underline"></div>
</div>
<p class="mb-0 colors-cat">
<span
class="d-inline-block products-color product-color-red"
>
</span>
white
</p>
<p class="mb-0 colors-cat">
<span
class="d-inline-block products-color product-color-black "
>
</span>black</p>
<p class="mb-0 colors-cat">
<span
class="d-inline-block products-color product-color-yellow "
>
</span
>blue</p>
<p class="mb-0 colors-cat">
<span
class="d-inline-block products-color product-color-green "
>
</span>
green
</p>
<p class="mb-0 colors-cat">
<span
class="d-inline-block products-color product-color-orange "
>
</span>
orange
</p>
<p class="mb-0 colors-cat">
<span
class="d-inline-block "
>
</span>
normal
</p>
<!-- categories end -->
</div>
<div class="col-10 col-md-7 col-lg-9 mx-auto my-3">
<div class="row" id="showdata">
<!-- our data insert here -->
</div>
</div>
</div>
</div>
</div>
</div>
<!-- product end -->
<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>
<script src="/js/index.js"></script>
<script src="/js/bootstrap.min.js"></script>
</body>
</html>