-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
303 lines (262 loc) · 13.2 KB
/
index.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
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
<!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">
<meta http-equiv="Content-Security-Policy"
content="script-src 'self' 'unsafe-inline' 'unsafe-eval' apis.google.com;">
<script src="script.js"></script>
<title>Resell Stock Ireland Store</title>
<link rel="icon" type="image/x-icon" href="img/rsfavicon.jpg">
<link rel="stylesheet" href="style.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/kute.min.js"></script>
</head>
<body>
<section id="header">
<a href="index"><img src="img/rs-transparentweb.png" class="logo" alt=""></a>
<div>
<ul id="navbar">
<li><a class="active" href="index">Home</a></li>
<li><a href="shop">Shop</a></li>
<li><a href="about">About</a></li>
<li><a href="contact">Conact</a></li>
<a href="#" id="close"><img src="img/close.png" alt=""></a>
</ul>
</div>
<div id="mobile">
<img src="img/hamburger.png" alt="" id="bar">
</div>
</section>
<section id="hero" class="button-container">
<h4>Legit pairs</h4>
<h2>Buy 100% authentic sneakers!</h2>
<h1>Jordan's, Dunks, Yeezy's and more.</h1>
<p>Save up to 20% off platform costs!</p>
<a href="shop"><button>SHOP NOW</button></a>
</section>
<section>
<div class="blob">
<svg viewBox="0 0 500 500" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
width="100%" id="blobSvg">
<defs>
<linearGradient id="gradient1" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color: #ff5f6d;"></stop>
<stop offset="100%" style="stop-color: #ffc371;"></stop>
</linearGradient>
</defs>
<path fill="url(#gradient)">
<animate attributeName="d" dur="10000ms" repeatCount="indefinite"
values="M410.5,365.5Q325,481,190,436.5Q55,392,61,254.5Q67,117,193.5,76Q320,35,408,142.5Q496,250,410.5,365.5Z;
M408.5,366Q325,482,187.5,439Q50,396,55.5,254Q61,112,193,65Q325,18,408.5,134Q492,250,408.5,366Z;
M400,365Q325,480,191,435Q57,390,60.5,252.5Q64,115,192,74.5Q320,34,397.5,142Q475,250,400,365Z;
M401.5,363.5Q324,477,189,434.5Q54,392,52.5,249Q51,106,188.5,61Q326,16,402.5,133Q479,250,401.5,363.5Z;
M403.5,361.5Q322,473,193,429Q64,385,58.5,246Q53,107,190,60.5Q327,14,406,132Q485,250,403.5,361.5Z;
M410.5,365.5Q325,481,190,436.5Q55,392,61,254.5Q67,117,193.5,76Q320,35,408,142.5Q496,250,410.5,365.5Z;">
</animate>
</path>
</svg>
</div>
<!-- GLOW EFFECT -->
<div class="blob">
<svg viewBox="0 0 500 500" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
width="100%" id="blobSvg">
<defs>
<linearGradient id="gradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color: rgb(255, 95, 109);"></stop>
<stop offset="100%" style="stop-color: rgb(255, 195, 113);"></stop>
</linearGradient>
</defs>
<path fill="url(#gradient)">
<animate attributeName="d" dur="10000ms" repeatCount="indefinite"
values="M410.5,365.5Q325,481,190,436.5Q55,392,61,254.5Q67,117,193.5,76Q320,35,408,142.5Q496,250,410.5,365.5Z;
M408.5,366Q325,482,187.5,439Q50,396,55.5,254Q61,112,193,65Q325,18,408.5,134Q492,250,408.5,366Z;
M400,365Q325,480,191,435Q57,390,60.5,252.5Q64,115,192,74.5Q320,34,397.5,142Q475,250,400,365Z;
M401.5,363.5Q324,477,189,434.5Q54,392,52.5,249Q51,106,188.5,61Q326,16,402.5,133Q479,250,401.5,363.5Z;
M403.5,361.5Q322,473,193,429Q64,385,58.5,246Q53,107,190,60.5Q327,14,406,132Q485,250,403.5,361.5Z;
M410.5,365.5Q325,481,190,436.5Q55,392,61,254.5Q67,117,193.5,76Q320,35,408,142.5Q496,250,410.5,365.5Z;">
</animate>
</path>
</svg>
</div>
</section>
<section id="feature" class=".section-p1">
<div class="fe-box">
<img src="img/features/free-delivery.png" alt="">
<h4>Free Shipping</h4>
</div>
<div class="fe-box">
<img src="img/features/order.png" alt="">
<h4>Online Orders</h4>
</div>
<div class="fe-box">
<img src="img/features/salary.png" alt="">
<h4>Save Money</h4>
</div>
<div class="fe-box">
<img src="img/features/sourcing.png" alt="">
<h4>Sourcing</h4>
</div>
<div class="fe-box">
<img src="img/features/loudspeaker.png" alt="">
<h4>Discounts</h4>
</div>
</section>
<section id="product1" class=".section-p1">
<h2>Featured Products</h2>
<p>Most popular items</p>
<div class="pro-container">
<div class="pro" onclick="window.location.href='sproductDunkPanda';">
<img src="img/products/DunkPanda/nike-dunk-low-panda-1.webp" class="productImage" alt="">
<div class="des">
<span>Nike</span>
<h5>Dunk Low Panda</h5>
<h4>€170</h4>
</div>
<a href="#"><img src="img/shopping-cart.png" class="cart" alt=""></a>
</div>
<div class="pro" onclick="window.location.href='sproductDunkLowTwoToneGrey';">
<img src="img/products/DunkLowTwoToneGrey/dunkLowTwoToneGrey-1.jpg" class="productImage" alt="">
<div class="des">
<span>Nike</span>
<h5>Dunk Low Two Tone Grey</h5>
<h4>€150</h4>
</div>
<a href="#"><img src="img/shopping-cart.png" class="cart" alt=""></a>
</div>
<div class="pro" onclick="window.location.href='sproductDunkLowActiveFuchsia';">
<img src="img/products/DunkLowActiveFuchsia/dunk-low-fuchsia-1.jpg" class="productImage" alt="">
<div class="des">
<span>Nike</span>
<h5>Nike Dunk Low Active Fuchsia</h5>
<h4>€170</h4>
</div>
<a href="#"><img src="img/shopping-cart.png" class="cart" alt=""></a>
</div>
<div class="pro" onclick="window.location.href='sproductSupremeSS22Sweatshirt';">
<img src="img/products/SupremeSS22SweatShirtYellow/SupremeSSSweatshirtYellow1.jpg" class="productImage"
alt="">
<div class="des">
<span>Supreme</span>
<h5>Supreme Box Logo Crewneck (FW22)</h5>
<h4>€220</h4>
</div>
<a href="#"><img src="img/shopping-cart.png" class="cart" alt=""></a>
</div>
</section>
<section id="banner" class="section-m1">
<h4>Deals</h4>
<h2><span>10% Off</span> Clothing!</h2>
<a href="shop"><button class="normal">Explore More</button></a>
</section>
<section id="product1" class=".section-p1">
<h2>New Arrivals</h2>
<p>The newest releases</p>
<div class="pro-container">
<div class="pro">
<img src="img/products/Corteiz95/corteiz95-01.jpg" class="productImage" alt=""
onclick="window.location.href='sproductCorteizAirMax95';">
<div class="des">
<span>Nike</span>
<h5>Nike x Corteiz Air Max 95 SP Aegean Storm</h5>
<h4>€400</h4>
</div>
<a href="#"><img src="img/shopping-cart.png" class="cart" alt=""></a>
</div>
<div class="pro">
<img src="img/products/SupremeSS22SweatShirtYellow/SupremeSSSweatshirtYellow1.jpg" class="productImage"
alt="" onclick="window.location.href='sproductSupremeSS22Sweatshirt';">
<div class="des">
<span>Supreme</span>
<h5>Supreme Box Logo Crewneck (FW22)</h5>
<h4>€220</h4>
</div>
<a href="#"><img src="img/shopping-cart.png" class="cart" alt=""></a>
</div>
<div class="pro">
<img src="img/products/J1LowTravisOlive/J1TravisLowOlive-1.jpg" class="productImage" alt=""
onclick="window.location.href='sproductJ1LowTravisScottOlive';">
<div class="des">
<span>Jordan</span>
<h5>Travis Scott x Air Jordan 1 Low OG Olive</h5>
<h4>€600</h4>
</div>
<a href="#"><img src="img/shopping-cart.png" class="cart" alt=""></a>
</div>
<div class="pro">
<img src="img/products/jordan1blackwhite1.jpg" class="productImage" alt="">
<div class="des">
<span>Jordan</span>
<h5>Jordan 1 High 85 Black White</h5>
<h4>€280</h4>
</div>
<a href="#"><img src="img/shopping-cart.png" class="cart" alt=""></a>
</div>
</section>
<section id="sm-banner" class="section-p1">
<div class="banner-box">
<h4>Go to pairs</h4>
<h2>Dunk Lows</h2>
<span>The best classic pair to suit every outfit</span>
<a href="shop"><button class="black">Shop Now</button></a>
</div>
<div class="banner-box banner-box2">
<h4>Timeless pairs</h4>
<h2>Jordan 1 High</h2>
<span>A timeless classic to suit any occasion</span>
<a href="shop"><button class="black">Shop Now</button></a>
</div>
</section>
<section id="newsletter" class="section-p1 section-m1" action="https://formsubmit.co/[email protected]"
method="POST">
<div class="newstext">
<h4>Sign up for exclusive deals.</h4>
<p>Get email updates and <span>email only discounts</span> on all pairs.</p>
</div>
<div class="newsletterInput">
<form action="https://formsubmit.co/2e33f972235f598e9cdf1f90f80f772a" method="POST">
<!-- Honeypot -->
<input type="text" name="_honey" style="display: none;">
<!-- Disable Captcha-->
<input type="hidden" name="_captcha" value="false">
<input class="emailInput" id="email" type="text" placeholder="Your email address" name="email" required>
<input class="normal" type="submit" value="Sign Up" id="signup">
</form>
</div>
</section>
<footer class="" section-p1>
<div class="col">
<img class="logo" src="img/rs-transparentweb.png" alt="">
<h4>Contact</h4>
<p><strong>Email:</strong> [email protected]</p>
<div class="follow">
<h4>Follow us</h4>
<div class="icon">
<a href="https://www.instagram.com/resellstockireland/" target="_blank"><img
src="/img/social/instagram.png" alt=""></a>
<a href="https://www.tiktok.com/@resellstockireland" target="_blank"><img
src="/img/social/tik-tok.png" alt=""></a>
</div>
</div>
</div>
<div class="col about">
<h4>About</h4>
<a href="about">About Us</a>
<a href="deliveryInfo">Delivery Information</a>
<a href="privacyPolicy">Privacy Policy</a>
<a href="termsConditions.html">Terms & Conditions</a>
<a href="contact">Contact Us</a>
<a href="https://parcelsapp.com/">Track My Order</a>
</div>
<div class="paymentInfo">
<p>Secured Payment Gateways</p>
<img class="cards" src="img/cards.png" alt="">
<img class="qr" src="img/RS-QR.png" alt="">
</div>
<div class="copyright">
<p>© 2023, Resell Stock Ireland</p>
<p>Designed by <a href="https://www.linkedin.com/in/scott-lloyd-111a91222">Scott Lloyd</a></p>
</div>
</footer>
</body>
</html>