-
Notifications
You must be signed in to change notification settings - Fork 0
/
Disney-Satin-Sand-Color-Bow-Clips.html
329 lines (266 loc) · 11.9 KB
/
Disney-Satin-Sand-Color-Bow-Clips.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
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Product</title>
<!-- bootstrap link -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>
<!-- font awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css"
integrity="sha384-DyZ88mC6Up2uqS4h/KRgHuoeGwBcD4Ng9SiP4dIRy0EXTlnuz47vAwmeGwVChigm" crossorigin="anonymous" />
<!-- google font -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Sofia">
<!-- stylesheet link -->
<link rel="stylesheet" href="singleproductcss.css">
</head>
<body>
<header>
<div id="navbar" class="nav_bar">
<!-- Home button -->
<button class="btn"><a class="fa fa-home" href="index.html"></a></button>
<!-- heading -->
<div class="heading">AXOCEAN</div>
<!-- transparent button in navbar grid -->
<!-- dropdown list code below -->
<div class="dropdown">
<button class="dropbtn">
<!-- <span id="hamburgerline1" class="span1">|</span>
<span id="hamburgerline2">|</span>
<span id="hamburgerline3" class="span3">|</span> -->
<i class="fas fa-bars" id="hamburger" onmouseover="hamburgerMouseOver()" onmouseout="hamburgerMouseOut()" onclick="myFunction()" id="rotatebtn"></i>
</button>
</div>
<!-- dropdown list code above -->
</div>
</header>
<!-- dropdown list code here -->
<div class="dropdownlist" id="ddlist">
<div class="firstlinkcontainer">
<a href="" id="dropdownlistlink1" class="dropdownlink link1" onmouseover="hoverIn()"
onmouseout="hoverOut()">PRODUCTS</a></div>
<div>
<a href="" id="dropdownlistlink2" class="dropdownlink link2" onmouseover="hoverIn2()"
onmouseout="hoverOut2()">SPECIAL</a></div>
<div>
<a href="" id="dropdownlistlink3" class="dropdownlink link3" onmouseover="hoverIn3()"
onmouseout="hoverOut3()">ABOUT</a></div>
<div>
<a href="" id="dropdownlistlink4" class="dropdownlink link4" onmouseover="hoverIn4()" onmouseout="hoverOut4()">GO TO
FLIPKART</a></div>
<button id="exitbutton" onclick="hidedropdownFunction()" onmouseover="exitbuttonAddcolor()" onmouseout="exitbuttonRemovecolor()">✕</button>
</div>
<!-- dropdown list code ends here -->
<div id="navbar2" class="nav_bar2"></div>
<!-- design details heading -->
<div class="productdetailscontainer">
<div class="productdetailsheading"><span>PRODUCT DETAILS</span></div>
<div class="main-product-container">
<div class="productimageandtitlecontainer">
<!-- image slider -->
<div class="imageslidermaincontainer">
<!-- bootstrap carousel -->
<div id="carouselExampleIndicators" class="carousel slide" data-bs-ride="true">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="EDITED-IMG-20221113-WA0006.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="detailspic2.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="detailspic3.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="detailspic4.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="detailspic5.jpg" class="d-block w-100" alt="...">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide="prev">
<!-- <span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span> -->
<span>‹</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide="next">
<!-- <span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span> -->
<span>›</span>
</button>
<div class="carousel-indicators ">
<img src="EDITED-IMG-20221113-WA0006.jpg" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="0" class="active h-50 w-auto" aria-current="true" aria-label="Slide 1"></img>
<img src="detailspic2.jpg"type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="1"class=" h-50 w-auto" aria-label="Slide 2"></img>
<img src="detailspic3.jpg" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="2" class=" h-50 w-auto"aria-label="Slide 3"></img>
<img src="detailspic4.jpg" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="3" class=" h-50 w-auto"aria-label="Slide 4"></img>
<img src="detailspic5.jpg" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="4" class=" h-50 w-auto"aria-label="Slide 5"></img>
</div>
</div>
</div><!-- image slider main container -->
<!-- slider ends -->
<!-- <div class="colorchangingcontainer">
<img src="sample4(1).jpg" alt="">
<img src="sample4(2).jpg" alt=""> ---- for color-change
<img src="sample4(3).jpg" alt="">
<img src="sample4(4).jpg" alt="">
</div> -->
</div> <!-- productimageandtitlecontainer -->
<div class="descriptionmaincontainer">
<span class="title">Disney Satin Sand Color Bow Clips</span>
<span class="newprize"><span class="oldprize">₹499.00</span> ₹250.00</span>
<span class="tax-included">tax included.</span>
<ul class="para">
<li>Fabric Color - Shades of Purple</li>
<li>Favric Type - Silk Satin</li>
<li>Silk satan fabric which is cozy and glam at the same time !</li>
<li>Favric Type - Silk Satin</li>
<li>Silk satan fabric which is cozy and glam at the same time !</li>
</ul>
<button class="button">GO TO FLIPKART</button>
</div>
</div> <!-- main-product-container -->
</div><!-- productdetailscontainer -->
<div class="moredescriptioncontainer">
<button>Product Details</button>
<div class="long-description">
<span class="long-description-span">Fabric Color - Shades of Purple,Favric Type - Silk Satin,Silk satan fabric which is cozy and glam at the same time !,Silk satan fabric which is cozy and glam at the same time !,Silk satan fabric which is cozy and glam at the same time !,Silk satan fabric which is cozy and glam at the same time !</span>
</div>
</div>
<div class="related-products-section">
<div class="related-product-heading">
<span>RELATED PRODUCTS</span>
</div>
<div class="related-products-slider">
<a class="design-a-tag" href="Disney-Baby-Pink-Bow-Clips.html">
<div class=" design design1">
<div class="productimagediv">
<img src="EDITED-IMG-20221113-WA0005.jpg" alt="">
</div><!-- productimagediv -->
<div class="productdescription">
<h1>Disney Baby Pink Bow Clips</h1>
<h3>Starting From...</h3>
<div class="prizesection"><span class="prize">₹499</span>
</div>
<div class="viewbutton"><button>VIEW</button></div>
</div> <!-- productdesciption -->
</div><!-- design design1 -->
</a><!-- design-a-tag -->
<a class="design-a-tag" href="singleproduct.html">
<div class=" design design2">
<div class="productimagediv">
<img src="EDITED-IMG-20221113-WA0008.jpg" alt="">
</div><!-- productimagediv -->
<div class="productdescription">
<h1>Satin Forest Color Bow Clips</h1>
<h3>Starting From...</h3> <div class="prizesection"><span class="prize">₹159</span>
</div> <div class="viewbutton"><button>VIEW</button> </div>
</div><!-- productdesciption -->
</div><!-- design design2 -->
</a><!-- design-a-tag -->
<a class="design-a-tag" href="singleproduct.html">
<div class=" design design3">
<div class="productimagediv">
<img src="EDITED-IMG-20221113-WA0012.jpg" alt="">
</div><!-- productimagediv -->
<div class="productdescription">
<h1>Deep Blue Ocean Color Bow Clips</h1>
<h3>Pack of 2</h3> <div class="prizesection"><span class="prize">₹499</span>
</div> <div class="viewbutton"><button>VIEW</button> </div>
</div><!-- productdesciption -->
</div><!-- design design6-->
</a><!-- design-a-tag -->
</div>
</div>
<!-- footer code -->
<footer>
<div class="footercontainer">
<h3 class="websiteheading">AXOCEAN</h3>
<p class="description">'Hair Accessories Takes It To The Next Level.'</p>
<ul class="socialmedialogos">
<li><a class="fab fa-instagram" id="instagram" href="#"></a></li>
<li><a class="fab fa-pinterest-p" id="pinterest" href="#"></a></li>
<li><a class="fab fa-facebook-f" id="facebook" href="#"></a></li>
</ul>
</div>
<div class="footerbottom">
<p> © 2022 <span>AXOCEAN</span> All rights reserved</p>
<p>Hand Crafted in Jaipur, Rajasthan</p>
</div>
<button class="fas" id="backtotopbutton" onclick="scrolltoTopfunction()">↑</button>
</footer>
<script>
let mybutton = document.getElementById("backtotopbutton");
window.onscroll = function(){
scrollFunction()
};
function scrollFunction(){
if(document.body.scrollTop > 400 || document.documentElement.scrollTop > 400)
{
mybutton.style.display = "block";
}
else{
mybutton.style.display = "none";
}
}
function scrolltoTopfunction(){
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
//dropdownlist toggle
function myFunction() {
document.getElementById("ddlist").classList.toggle("show")
// document.getElementById("rotatebtn").classList.toggle("rotate")
}
function hidedropdownFunction(){
document.getElementById("ddlist").classList.remove("show")
}
// mouse hover on dropdownlist
// link 1
function hoverIn() {
document.getElementById("dropdownlistlink1").style.color = "#ed7a3c";
}
function hoverOut() {
document.getElementById("dropdownlistlink1").style.color = "black";
}
// link 2
function hoverIn2() {
document.getElementById("dropdownlistlink2").style.color = "#ed7a3c";
}
function hoverOut2() {
document.getElementById("dropdownlistlink2").style.color = "black";
}
// link 3
function hoverIn3() {
document.getElementById("dropdownlistlink3").style.color = "#ed7a3c";
}
function hoverOut3() {
document.getElementById("dropdownlistlink3").style.color = "black";
}
// link 4
function hoverIn4() {
document.getElementById("dropdownlistlink4").style.color = "#ed7a3c";
}
function hoverOut4() {
document.getElementById("dropdownlistlink4").style.color = "black";
}
// Code Of Mouse hover on dropdown list links ends here ----->
// Code of hamburger hover effects starts from here
function hamburgerMouseOver() {
document.getElementById("hamburger").style.color = "#ed7a3c";
}
function hamburgerMouseOut() {
document.getElementById("hamburger").style.color = "black";
}
// exit button hover effect------
function exitbuttonAddcolor() {
document.getElementById("exitbutton").style.color = "#ed7a3c";
}
function exitbuttonRemovecolor() {
document.getElementById("exitbutton").style.color = "black";
}
$(function(){
})
</script>
</body>
</html>