-
Notifications
You must be signed in to change notification settings - Fork 0
/
sproductDunkPanda.html
189 lines (166 loc) · 9 KB
/
sproductDunkPanda.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
<!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;">
<title>Resell Stock Ireland Store</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/x-icon" href="img/rsfavicon.jpg">
</head>
<body>
<section id="header">
<a href="index"><img src="img/rs-transparentweb.png" class="logo" alt=""></a>
<div>
<ul id="navbar">
<li><a href="index">Home</a></li>
<li><a href="shop">Shop</a></li>
<li><a href="about">About</a></li>
<li><a href="contact">Contact</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="prodetails" class="section-p1">
<div class="single-pro-image">
<img src="img/products/DunkPanda/nike-dunk-low-panda-1.webp" width=100% id="mainImg" alt="">
<div class="small-img-group">
<div class="small-img-col">
<img src="img/products/DunkPanda/nike-dunk-low-panda-1.webp" width="100%" class="small-img" alt="">
</div>
<div class="small-img-col">
<img src="/img/products/DunkPanda/nike-dunk-low-retro-black-white-front-1_w900.jpg.webp" width="100%" class="small-img" alt="">
</div>
<div class="small-img-col">
<img src="/img/products/DunkPanda/nike-dunk-low-retro-black-white-middle_w900.jpg.webp" width="100%" class="small-img" alt="">
</div>
<div class="small-img-col">
<img src="/img/products/DunkPanda/nike-dunk-low-retro-black-white-on-foot_w900.jpg.webp" width="100%" class="small-img" alt="">
</div>
</div>
</div>
<div class="single-pro-details">
<h6>Home / Dunks</h6>
<h4>Nike Dunk Low Panda</h4>
<h2>€170</h2>
<select>
<option>Select Size</option>
<option>UK 8</option>
</select>
<a href="https://square.link/u/EfTLVwog"><button class="normal">Buy Now</button></a>
<h2 class="productDet">Product Details</h2>
<span>The Nike Dunk Low "Panda" is a stylish and versatile sneaker that combines classic design with modern technology. The shoe features a white leather upper with black leather accents, creating a playful panda-inspired look. The low-cut design provides a sleek and athletic look, while the padded collar and tongue offer added comfort and support. The durable rubber sole features a herringbone pattern for improved traction and durability. The shoe also features Nike's iconic swoosh logo on the side. The Nike Dunk Low "Panda" is perfect for everyday wear or for making a statement on the street.</span>
</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="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 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>
<script>
var mainImage = document.getElementById("mainImg");
var smallImage = document.getElementsByClassName("small-img");
smallImage[0].onclick = function(){
mainImage.src = smallImage[0].src;
}
smallImage[1].onclick = function(){
mainImage.src = smallImage[1].src;
}
smallImage[2].onclick = function(){
mainImage.src = smallImage[2].src;
}
smallImage[3].onclick = function(){
mainImage.src = smallImage[3].src;
}
</script>
<script src="script.js"></script>
</body>
</html>