-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapply_code.html
272 lines (242 loc) · 14.6 KB
/
apply_code.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
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
<!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.css">
<link href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" rel="stylesheet">
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<title>Code Zone</title>
</head>
<body>
<nav class="sidebar close">
<header>
<div class="image-text">
<span class="image">
</span>
<div class="text logo-text">
<img src="logo_modified.png" width="120" height="100">
<span class="name">Shoe-<i>a</i>-holic</span>
<span class="profession"></span>
</div>
</div>
<i class='bx bx-chevron-right toggle'></i>
</header>
<div class="menu-bar">
<div class="menu">
<li class="search-box">
<i class='bx bx-search icon'></i>
<input type="text" id="sesrch-item" placeholder="Search..." onkeyup="search()">
</li>
<ul class="menu-links">
<li class="nav-link">
<a href="index.html">
<i class='bx bx-home-alt icon'></i>
<span class="text nav-text">Home</span>
</a>
</li>
<li class="nav-link" id="nav-link">
<a href="boy.html">
<i class='bx bx-male-sign icon'></i>
<span class="text nav-text">Male</span>
</a>
</li>
<li class="nav-link" id="nav-link">
<a href="girl.html">
<i class='bx bx-female-sign icon'></i>
<span class="text nav-text">Female</span>
</a>
</li>
<li class="nav-link">
<a href="cart.html">
<i class='bx bx-cart icon'></i>
<span class="text nav-text">Cart</span>
</a>
</li>
<li class="nav-link">
<a href="contact.html">
<i class='bx bxs-contact icon'></i>
<span class="text nav-text">Contact us</span>
</a>
</li>
</ul>
</div>
</div>
</nav>
<section class="home">
<div class="text">Shoe-<i>a</i>-holic</div>
<div class="text-pro">Apply Code and get Upto 50% OFF</div>
<section class="text-gray-600 body-font">
<div class="container px-5 py-24 mx-auto">
<div class="flex flex-wrap -m-4">
<div class="lg:w-1/4 md:w-1/2 p-4 w-full">
<a class="block relative h-48 rounded overflow-hidden">
<img alt="ecommerce" class="object-cover object-center w-full h-full block"
src="product_html/product2_img/6_1.jpg">
</a>
<div class="mt-4">
<h3 class="text-gray-500 text-xs tracking-widest title-font mb-1">NIKE</h3>
<h2 class="text-gray-900 title-font text-lg font-medium">Women's Renew in-S Training Shoes 9.5 US</h2>
<p class="mt-1"><i class='bx bx-rupee icon'></i>2855</p>
<a href="product_html/productg6.html" target="_blank"><button style="color: black;"><b>Open <i
class='bx bx-arrow-to-right icon'></i></b></button></a>
</div>
</div>
<div class="lg:w-1/4 md:w-1/2 p-4 w-full">
<a class="block relative h-48 rounded overflow-hidden">
<img alt="ecommerce" class="object-cover object-center w-full h-full block"
src="product_html/product_img/4_1.jpg">
</a>
<div class="mt-4">
<h3 class="text-gray-500 text-xs tracking-widest title-font mb-1">Reebok</h3>
<h2 class="text-gray-900 title-font text-lg font-medium">Reebok Unisex-Adult Nanoflex Tr Shoes</h2>
<p class="mt-1"><i class='bx bx-rupee icon'></i>4200</p>
<a href="product_html/product4.html" target="_blank"><button style="color: black;"><b>Open <i
class='bx bx-arrow-to-right icon'></i></b></button></a>
</div>
</div>
<div class="lg:w-1/4 md:w-1/2 p-4 w-full">
<a class="block relative h-48 rounded overflow-hidden">
<img alt="ecommerce" class="object-cover object-center w-full h-full block"
src="product_html/product_img/7_1.jpg">
</a>
<div class="mt-4">
<h3 class="text-gray-500 text-xs tracking-widest title-font mb-1">CATEGORY</h3>
<h2 class="text-gray-900 title-font text-lg font-medium">Blue and Leather work Design</h2>
<p class="mt-1"><i class='bx bx-rupee icon'></i>1751</p>
<a href="product_html/product7.html" target="_blank"><button style="color: black;"><b>Open <i
class='bx bx-arrow-to-right icon'></i></b></button></a>
</div>
</div>
<div class="lg:w-1/4 md:w-1/2 p-4 w-full">
<a class="block relative h-48 rounded overflow-hidden">
<img alt="ecommerce" class="object-cover object-center w-full h-full block"
src="product_html/product2_img/5_1.jpg">
</a>
<div class="mt-4">
<h3 class="text-gray-500 text-xs tracking-widest title-font mb-1">ABROS</h3>
<h2 class="text-gray-900 title-font text-lg font-medium">Women's Shoes Serena ASSL0141 Shoe's</h2>
<p class="mt-1"><i class='bx bx-rupee icon'></i>1125</p>
<a href="product_html/productg5.html" target="_blank"><button style="color: black;"><b>Open <i
class='bx bx-arrow-to-right icon'></i></b></button></a>
</div>
</div>
<div class="lg:w-1/4 md:w-1/2 p-4 w-full">
<a class="block relative h-48 rounded overflow-hidden">
<img alt="ecommerce" class="object-cover object-center w-full h-full block"
src="product_html/product_img/1_1.jpg">
</a>
<div class="mt-4">
<h3 class="text-gray-500 text-xs tracking-widest title-font mb-1">CATEGORY</h3>
<h2 class="text-gray-900 title-font text-lg font-medium">Black and White Stroke SNeakers</h2>
<p class="mt-1"><i class='bx bx-rupee icon'></i>5000.00</p>
<a href="product_html/product.html" target="_blank"><button style="color: black;"><b>Open <i
class='bx bx-arrow-to-right icon'></i></b></button></a>
</div>
</div>
<div class="lg:w-1/4 md:w-1/2 p-4 w-full">
<a class="block relative h-48 rounded overflow-hidden">
<img alt="ecommerce" class="object-cover object-center w-full h-full block"
src="product_html/product2_img/8_1.jpg">
</a>
<div class="mt-4">
<h3 class="text-gray-500 text-xs tracking-widest title-font mb-1">NIKE</h3>
<h2 class="text-gray-900 title-font text-lg font-medium">Women's Jr Phantom Blue</h2>
<p class="mt-1"><i class='bx bx-rupee icon'></i>2500</p>
<a href="product_html/productg8.html" target="_blank"><button style="color: black;"><b>Open <i
class='bx bx-arrow-to-right icon'></i></b></button></a>
</div>
</div>
<div class="lg:w-1/4 md:w-1/2 p-4 w-full">
<a class="block relative h-48 rounded overflow-hidden">
<img alt="ecommerce" class="object-cover object-center w-full h-full block"
src="product_html/product_img/3_1.jpg">
</a>
<div class="mt-4">
<h3 class="text-gray-500 text-xs tracking-widest title-font mb-1"></h3>
<h2 class="text-gray-900 title-font text-lg font-medium">Nike Men's 2020 Air Max 1 G Golf Shoes</h2>
<p class="mt-1"><i class='bx bx-rupee icon'></i>2000</p>
<a href="product_html/product3.html" target="_blank"><button style="color: black;"><b>Open <i
class='bx bx-arrow-to-right icon'></i></b></button></a>
</div>
</div>
<div class="lg:w-1/4 md:w-1/2 p-4 w-full">
<a class="block relative h-48 rounded overflow-hidden">
<img alt="ecommerce" class="object-cover object-center w-full h-full block"
src="product_html/product2_img/3_1.jpg">
</a>
<div class="mt-4">
<h3 class="text-gray-500 text-xs tracking-widest title-font mb-1">NIKE</h3>
<h2 class="text-gray-900 title-font text-lg font-medium">Women's Running Shoe</h2>
<p class="mt-1"><i class='bx bx-rupee icon'></i>4,819</p>
<a href="product_html/productg3.html" target="_blank"><button style="color: black;"><b>Open <i
class='bx bx-arrow-to-right icon'></i></b></button></a>
</div>
</div>
</div>
</div>
</section>
<!--Footer-->
<footer class="text-gray-600 body-font">
<div class="container px-5 py-8 mx-auto flex items-center sm:flex-row flex-col">
<a class="flex title-font font-medium items-center md:justify-start justify-center text-gray-900">
<img src="logo_modified.png" width="100" height="100">
<span class="ml-3 text-xl">Shoe-<i>a</i>-holic</span>
</a>
<p class="text-sm text-gray-500 sm:ml-4 sm:pl-4 sm:border-l-2 sm:border-gray-200 sm:py-2 sm:mt-0 mt-4" style="color:black;">
Thank You For Visiting US!
<a href="https://twitter.com/knyttneve" class="text-gray-600 ml-1" rel="noopener noreferrer"
target="_blank"></a>
</p>
<span class="inline-flex sm:ml-auto sm:mt-0 mt-4 justify-center sm:justify-start">
<a class="text-gray-500">
<svg fill="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
class="w-5 h-5" viewBox="0 0 24 24">
<path d="M18 2h-3a5 5 0 00-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 011-1h3z"></path>
</svg>
</a>
<a class="ml-3 text-gray-500">
<svg fill="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
class="w-5 h-5" viewBox="0 0 24 24">
<path
d="M23 3a10.9 10.9 0 01-3.14 1.53 4.48 4.48 0 00-7.86 3v1A10.66 10.66 0 013 4s-4 9 5 13a11.64 11.64 0 01-7 2c9 5 20 0 20-11.5a4.5 4.5 0 00-.08-.83A7.72 7.72 0 0023 3z">
</path>
</svg>
</a>
<a class="ml-3 text-gray-500">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"
stroke-width="2" class="w-5 h-5" viewBox="0 0 24 24">
<rect width="20" height="20" x="2" y="2" rx="5" ry="5"></rect>
<path d="M16 11.37A4 4 0 1112.63 8 4 4 0 0116 11.37zm1.5-4.87h.01"></path>
</svg>
</a>
<a class="ml-3 text-gray-500">
<svg fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"
stroke-width="0" class="w-5 h-5" viewBox="0 0 24 24">
<path stroke="none"
d="M16 8a6 6 0 016 6v7h-4v-7a2 2 0 00-2-2 2 2 0 00-2 2v7h-4v-7a6 6 0 016-6zM2 9h4v12H2z">
</path>
<circle cx="4" cy="4" r="2" stroke="none"></circle>
</svg>
</a>
</span>
</div>
</footer>
<!--js-->
<script>
const body = document.querySelector('body'),
sidebar = body.querySelector('nav'),
toggle = body.querySelector(".toggle"),
searchBtn = body.querySelector(".search-box"),
modeSwitch = body.querySelector(".toggle-switch"),
modeText = body.querySelector(".mode-text");
toggle.addEventListener("click", () => {
sidebar.classList.toggle("close");
})
searchBtn.addEventListener("click", () => {
sidebar.classList.remove("close");
})
</script>
</body>
</html>