-
Notifications
You must be signed in to change notification settings - Fork 0
/
single.html
445 lines (428 loc) · 16.9 KB
/
single.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
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
<!--A Design by W3layouts
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
-->
<!DOCTYPE HTML>
<html>
<head>
<title> Single | Suraj stone art </title>
<link href="css/bootstrap.css" rel='stylesheet' type='text/css' />
<link href="css/style.css" rel='stylesheet' type='text/css' />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800' rel='stylesheet' type='text/css'>
<script
type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script>
<script src="js/jquery.min.js"></script>
<script type="text/javascript">
$(document).ready(function () {
$(".dropdown img.flag").addClass("flagvisibility");
$(".dropdown dt a").click(function () {
$(".dropdown dd ul").toggle();
});
$(".dropdown dd ul li a").click(function () {
var text = $(this).html();
$(".dropdown dt a span").html(text);
$(".dropdown dd ul").hide();
$("#result").html("Selected value is: " + getSelectedValue("sample"));
});
function getSelectedValue(id) {
return $("#" + id).find("dt a span.value").html();
}
$(document).bind('click', function (e) {
var $clicked = $(e.target);
if (!$clicked.parents().hasClass("dropdown"))
$(".dropdown dd ul").hide();
});
$("#flagSwitcher").click(function () {
$(".dropdown img.flag").toggleClass("flagvisibility");
});
});
</script>
<!----details-product-slider--->
<!-- Include the Etalage files -->
<link rel="stylesheet" href="css/etalage.css">
<script src="js/jquery.etalage.min.js"></script>
<!-- Include the Etalage files -->
<script>
jQuery(document).ready(function ($) {
$('#etalage').etalage({
thumb_image_width: 300,
thumb_image_height: 400,
show_hint: true,
click_callback: function (image_anchor, instance_id) {
alert('Callback example:\nYou clicked on an image with the anchor: "' + image_anchor + '"\n(in Etalage instance: "' + instance_id + '")');
}
});
// This is for the dropdown list example:
$('.dropdownlist').change(function () {
etalage_show($(this).find('option:selected').attr('class'));
});
});
</script>
<!----//details-product-slider--->
</head>
<body>
<!-- whatsapp fixed icon html start -->
<!-- for whatsapp flot icon start -->
<a class="whapp animated pulse"
href="https://wa.me/919460868012?text=hello%20Mahipal%20ji%20send%20me%20Suraj%20stone%20art%20catelog ."
target="_blank">
<div class="whapp-btn">
<img
src="https://uploads-ssl.webflow.com/62b5ca109278e030a060e942/62bf28776d90ec6fa2bec0f4_iconmonstr-whatsapp-1-240.png">
</div>
</a>
<!-- for whatsapp flot icon end -->
<!-- whatsapp fixed icon html end -->
<div class="header">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="header-left">
<div class="logo">
<a href="index.html"><img src="images/logo-1.png" alt="" /></a>
</div>
<div class="menu">
<a class="toggleMenu" href="#"><img src="images/nav.png" alt="" /></a>
<ul class="nav" id="nav">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About us</a></li>
<li><a href="products.html">Stone Products</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="contact.html">Contact</a></li>
<div class="clear"></div>
</ul>
<script type="text/javascript" src="js/responsive-nav.js"></script>
</div>
<div class="clear"></div>
</div>
<div class="header_right">
<!-- start search-->
<div class="search-box">
<div id="sb-search" class="sb-search">
<form>
<input class="sb-search-input" placeholder="Enter your search term..." type="search"
name="search" id="search">
<input class="sb-search-submit" type="submit" value="">
<span class="sb-icon-search"> </span>
</form>
</div>
</div>
<!----search-scripts---->
<script src="js/classie.js"></script>
<script src="js/uisearch.js"></script>
<script>
new UISearch(document.getElementById('sb-search'));
</script>
<!----//search-scripts---->
<ul class="icon1 sub-icon1 profile_img">
<li><a class="active-icon c1" href="#"> </a>
<ul class="sub-icon1 list">
<div class="product_control_buttons">
<a href="#"><img src="images/edit.png" alt="" /></a>
<a href="#"><img src="images/close_edit.png" alt="" /></a>
</div>
<div class="clear"></div>
<li class="list_img"><img src="images/1.jpg" alt="" /></li>
<li class="list_desc">
<h4><a href="#">stone</a></h4><span class="actual">1 x
₹12.00</span>
</li>
<div class="login_buttons">
<div class="check_button"><a href="checkout.html">Check out</a></div>
<div class="login_button"><a href="login.html">Login</a></div>
<div class="clear"></div>
</div>
<div class="clear"></div>
</ul>
</li>
</ul>
<div class="clear"></div>
</div>
</div>
</div>
</div>
</div>
<div class="main">
<div class="shop_top">
<div class="container">
<div class="row">
<div class="col-md-9 single_left">
<div class="single_image">
<ul id="etalage">
<li>
<a href="optionallink.html">
<img class="etalage_thumb_image" src="./images/single/HomeElevation-1.jpg" />
<img class="etalage_source_image" src="./images/single/HomeElevation-1.jpg" />
</a>
</li>
<li>
<img class="etalage_thumb_image" src="./images/single/HomeElevation-2.jpg" />
<img class="etalage_source_image" src="./images/single/HomeElevation-2.jpg" />
</li>
<li>
<img class="etalage_thumb_image" src="./images/single/HomeElevation-3.jpg" />
<img class="etalage_source_image" src="./images/single/HomeElevation-3.jpg" />
</li>
<li>
<img class="etalage_thumb_image" src="./images/single/HomeElevation-4.jpg" />
<img class="etalage_source_image" src="./images/single/HomeElevation-4.jpg" />
</li>
<li>
<img class="etalage_thumb_image" src="./images/single/HomeElevation-5.jpg" />
<img class="etalage_source_image" src="./images/single/HomeElevation-5.jpg" />
</li>
<li>
<img class="etalage_thumb_image" src="./images/single/HomeElevation-6.jpg" />
<img class="etalage_source_image" src="./images/single/HomeElevation-6.jpg" />
</li>
<!-- <li>
<img class="etalage_thumb_image" src="./images/single/HomeElevation-7.jpg" />
<img class="etalage_source_image" src="./images/single/HomeElevation-7.jpg" />
</li> -->
</ul>
</div>
<!-- end product_slider -->
<div class="single_right">
<h3>Jodhpuri Stone Front Elevation Home Stone </h3>
<!-- <p class="m_10">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse</p> -->
<ul>
<li><strong>Material:</strong> Authentic Jodhpuri Stone</li>
<li><strong>Craftsmanship:</strong> Meticulously carved by master artisans</li>
<li><strong>Quality:</strong> Unparalleled strength, durability, and resistance to
environmental factors</li>
<li><strong>Finish Options:</strong> Choose from a variety of finishes to suit your
aesthetic preferences</li>
<li><strong>Sizes:</strong> Select the perfect size to complement your home's elevation
</li>
<li><strong>Colors:</strong> Available in a spectrum of natural hues, ranging from
earthy browns to subtle grays</li>
</ul>
<br><br><br>
<!-- <ul class="options">
<h4 class="m_12">Select a Size(cm)</h4>
<li><a href="#">151</a></li>
<li><a href="#">148</a></li>
<li><a href="#">156</a></li>
<li><a href="#">145</a></li>
<li><a href="#">162(w)</a></li>
<li><a href="#">163</a></li>
</ul> -->
<!-- <ul class="product-colors">
<h3>available Colors</h3>
<li><a class="color1" href="#"><span> </span></a></li>
<li><a class="color2" href="#"><span> </span></a></li>
<li><a class="color3" href="#"><span> </span></a></li>
<li><a class="color4" href="#"><span> </span></a></li>
<li><a class="color5" href="#"><span> </span></a></li>
<li><a class="color6" href="#"><span> </span></a></li>
<div class="clear"> </div>
</ul> -->
<div class="btn_form">
<form>
<input type="submit" value="buy now" title="">
</form>
</div>
<ul class="add-to-links">
<li>a<img src="images/wish.png" alt=""><a href="#">Add to wishlist</a></li>
</ul>
<div class="social_buttons">
<h4>95 Items</h4>
<button type="button" class="btn1 btn1-default1 btn1-twitter" onclick="">
<i class="icon-twitter"></i> Tweet
</button>
<button type="button" class="btn1 btn1-default1 btn1-facebook" onclick="">
<i class="icon-facebook"></i> Share
</button>
<button type="button" class="btn1 btn1-default1 btn1-google" onclick="">
<i class="icon-google"></i> Google+
</button>
<button type="button" class="btn1 btn1-default1 btn1-pinterest" onclick="">
<i class="icon-pinterest"></i> Pinterest
</button>
</div>
</div>
<div class="clear"> </div>
</div>
<div class="col-md-3">
<div class="box-info-product">
<p class="price2">₹ 250</p>
<ul class="prosuct-qty">
<span>Quantity:</span>
<select>
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
<option>6</option>
</select>
</ul>
<button type="submit" name="Submit" class="exclusive">
<span>Add to cart</span>
</button>
</div>
</div>
</div>
<div class="desc">
<h4>Description</h4>
<p>Introducing our exquisite Jodhpuri Stone Front Elevation Home Stone, a testament to timeless
craftsmanship and natural beauty. Carved with meticulous precision by our master artisans, this
authentic Jodhpuri Stone boasts unparalleled strength, ensuring enduring durability and
resistance to environmental factors. Choose from a variety of finishes to tailor the stone's
appearance to your unique aesthetic preferences.
Select the perfect size to seamlessly complement your home's elevation, and explore a spectrum
of natural hues, ranging from earthy browns to subtle grays, to find the color that harmonizes
perfectly with your design vision. This stone not only elevates the visual appeal of your home
but also stands as a symbol of quality, tradition, and enduring beauty. Embrace the elegance of
Jodhpuri Stone and redefine the aesthetics of your living space.</p>
</div>
<div class="row">
<h4 class="m_11">Related Products in the same Category</h4>
<div class="col-md-4 product1">
<a href="single.html">
<img src="images/products/stone front elevtion/front_Elevation-1.jpg" class="img-responsive"
alt="" />
<span class="new-box">
<span class="new-label">New</span>
</span>
<span class="sale-box">
<span class="sale-label">Sale!</span>
</span>
<div class="shop_desc">
<h3><a href="#">Stone front elevation</a></h3>
<p>Stone front elevation combines timeless elegance and durability, transforming
structures into enduring works of architectural art.</p>
<span class="reducedfrom">₹ 66.00</span>
<span class="actual">₹ 12.00</span><br>
<ul class="buttons">
<li class="cart"><a href="#">Add To Cart</a></li>
<li class="shop_btn"><a href="#">Read More</a></li>
<div class="clear"> </div>
</ul>
</div>
</a>
</div>
<div class="col-md-4 product1">
<a href="single.html">
<img src="images/products/Stone compound wall/1.jpg" class="img-responsive" alt="" />
<span class="new-box">
<span class="new-label">New</span>
</span>
<div class="shop_desc">
<h3><a href="#">Stone Compound wall</a></h3>
<p>"Stone compound wall offers timeless strength and elegance."</p>
<span class="actual">₹ 12.00</span><br>
<ul class="buttons">
<li class="cart"><a href="#">Add To Cart</a></li>
<li class="shop_btn"><a href="#">Read More</a></li>
<div class="clear"> </div>
</ul>
</div>
</a>
</div>
<div class="col-md-4">
<a href="single.html">
<img src="images/products/stone cladding/1.jpg" class="img-responsive" alt="" />
<span class="new-box">
<span class="new-label">New</span>
</span>
<span class="sale-box">
<span class="sale-label">Sale!</span>
</span>
<div class="shop_desc">
<h3><a href="#">Stone Cladding</a></h3>
<p>"Stone cladding provides a durable and stylish exterior solution."</p>
<span class="reducedfrom">₹66.00</span>
<span class="actual">₹12.00</span><br>
<ul class="buttons">
<li class="cart"><a href="#">Add To Cart</a></li>
<li class="shop_btn"><a href="#">Read More</a></li>
<div class="clear"> </div>
</ul>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<div class="container">
<div class="row">
<div class="col-md-3">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3575.187492330443!2d72.89026747432014!3d26.352797083930447!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39419b8d9a79ea29%3A0x2a269789bdf9bf20!2sSuraj%20Stone%20Art!5e0!3m2!1sen!2sin!4v1708247855410!5m2!1sen!2sin"
width="250" height="300" style="border:0;" allowfullscreen="" loading="lazy"
referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
<div class="col-md-3">
<ul class="footer_box">
<h4>Products</h4>
<li><a href="#">Products-1</a></li>
<li><a href="#">Products-2</a></li>
<li><a href="#">Products-3</a></li>
<li><a href="#">Products-4</a></li>
</ul>
</div>
<div class="col-md-3">
<ul class="footer_box">
<h4>Links</h4>
<li><a href="./index.html">Home</a></li>
<li><a href="./team.html">About US</a></li>
<li><a href="./shop.html">Stone Product</a></li>
<li><a href="./experiance.html">Gallery</a></li>
<li><a href="./contact.html">Contact US</a></li>
<li><a href="./team.html">Our team</a></li>
<li><a href="#">Calalog Request</a></li>
</ul>
</div>
<div class="col-md-3">
<ul class="footer_box">
<h4>Newsletter</h4>
<div class="footer_search">
<form>
<input type="text" value="Enter your email" onfocus="this.value = '';"
onblur="if (this.value == '') {this.value = 'Enter your email';}">
<input type="submit" value="Go">
</form>
</div>
<ul class="social">
<li class="facebook"><a href="#"><span> </span></a></li>
<li class="twitter"><a href="#"><span> </span></a></li>
<li class="instagram"><a href="#"><span> </span></a></li>
<li class="pinterest"><a href="#"><span> </span></a></li>
<li class="youtube"><a href="#"><span> </span></a></li>
</ul>
</ul>
</div>
</div>
<div class="row footer_bottom">
<div class="copy">
<p>© 2024 | All rights reserved to suraj stone art | Designed by - Mahendra Singh Puniya</p>
</div>
<dl id="sample" class="dropdown">
<dt><a><span>Change Region</span></a></dt>
<dd>
<ul>
<li><a href="#">India<img class="flag" src="images/as.png" alt="" /><span
class="value">IN</span></a></li>
<li><a href="#">United State<img class="flag" src="images/as.png" alt="" /><span
class="value">USA</span></a></li>
<li><a href="#">Nepal<img class="flag" src="images/as.png" alt="" /><span
class="value">IN</span></a></li>
<li><a href="#">China<img class="flag" src="images/as.png" alt="" /><span
class="value">IN</span></a></li>
<li><a href="#">China<img class="flag" src="images/as.png" alt="" /><span
class="value">IN</span></a></li>
</ul>
</dd>
</dl>
</div>
</div>
</div>
</body>
</html>