-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathparticular_product_page_4.html
282 lines (263 loc) · 9.62 KB
/
particular_product_page_4.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- displays site properly based on user's device -->
<link rel="stylesheet" href="css/particular_product_style.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@400;700&display=swap"
rel="stylesheet"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="./assets/particular_product_images/favicon-32x32.png"
/>
<script type="module" src="https://unpkg.com/@google/model-viewer/dist/model-viewer.min.js"></script>
<title>NODELAND
Glass table, Medium Brown</title>
<!-- Feel free to remove these styles or customise in your own stylesheet 👍 -->
</head>
<body>
<div class="body-wrapper"></div>
<!-- Overlay image Modal -->
<div class="overlay-container">
<div class="item-overlay">
<button class="item-overlay__btn">
<img
src="assets/particular_product_images/icon-close.svg"
alt="close image"
class="item-overlay__btn-img"
/>
</button>
<div class="item-overlay__mainImg">
<img
src="assets/particular_product_images/4image-product-1.jpg"
alt=""
class="item-overlay__img"
/>
<button class="item-overlay__btnlft overlay-btn">
<img
src="assets/particular_product_images/icon-next.svg"
alt="next symbol image"
class="item-overlay__btnlft-img overlay-btn__img"
/>
</button>
<button class="item-overlay__btnrgt overlay-btn">
<img
src="assets/particular_product_images/icon-next.svg"
alt="next symbol image"
class="item-overlay__btnrgt-img overlay-btn__img"
/>
</button>
</div>
<div class="overlay-img__btns">
<button class="overlay-img__btn" data-img="0">
<img
src="assets/particular_product_images/4image-product-1.jpg"
alt="shoe product image"
class="overlay-img__btn-img"
/>
</button>
<button class="overlay-img__btn" data-img="1">
<img
src="assets/particular_product_images/4image-product-2.jpg"
alt="shoe product image"
class="overlay-img__btn-img"
/>
</button>
<button class="overlay-img__btn" data-img="2">
<img
src="assets/particular_product_images/4image-product-3.jpg"
alt="shoe product image"
class="overlay-img__btn-img"
/>
</button>
<button class="overlay-img__btn" data-img="3">
<img
src="assets/particular_product_images/4image-product-4.jpg"
alt="shoe product image"
class="overlay-img__btn-img"
/>
</button>
</div>
</div>
</div>
<!-- Cart -->
<div class="head-cart">
<h3 class="head-cart__heading">Cart</h3>
<div class="head-cart__txt">Your cart is empty.</div>
<div class="head-cart__item">
<div class="head-cart__item-wrapper">
<img
src="assets/particular_product_images/4image-product-1.jpg"
alt="cart product image"
class="head-cart__item-img"
/>
<div class="head-cart__des">
<p class="head-cart__des-txt">Fall Limited Edition Sneakers</p>
<div class="head-cart__price">
<span class="head-cart__price-single">$125.00*3</span>
<span class="head-cart__price-total">$375.00</span>
</div>
</div>
<button class="head-cart__item-btn">
<img
src="assets/particular_product_images/icon-delete.svg"
alt="delete image"
class="head-cart__btn-img"
/>
</button>
</div>
<button class="head-cart__btn btn--orange">Checkout</button>
</div>
</div>
<!-- Header -->
<header class="head">
<div class="head-lft">
<button class="head-lft__btn">
<img
src="assets/particular_product_images/icon-menu.svg"
alt="menu image"
class="head-lft__btn-img"
/>
</button>
<img src="assets/particular_product_images/logo.svg" alt="logo" class="head-logo" />
<ul class="head-nav">
<li class="head-nav__item">Collections</li>
<li class="head-nav__item">Tables</li>
<li class="head-nav__item">Desks</li>
<li class="head-nav__item">About</li>
<li class="head-nav__item">Contact</li>
</ul>
</div>
<div class="head-rgt">
<button class="head-rgt__btn">
<img
src="assets/particular_product_images/icon-cart.svg"
alt="cart image"
class="head-cart__btn-img"
/>
</button>
<img
src="assets/particular_product_images/image-avatar.jpg"
alt="person image"
class="head-rgt__img"
/>
</div>
</header>
<!-- Main item container -->
<main class="item">
<section class="img">
<button class="img-main__btnlft img-main__btn">
<img
src="assets/particular_product_images/icon-next.svg"
alt="next symbol image"
class="img-main__btnlft-img img-main__btn-img"
/>
</button>
<button class="img-main__btnrgt img-main__btn">
<img
src="assets/particular_product_images/icon-next.svg"
alt="next symbol image"
class="img-main__btnrgt-img img-main__btn-img"
/>
</button>
<!-- <img src="assets/particular_product_images/4image-product-1.jpg" alt="" class="img-main" /> -->
<div class="img-main">
<!-- Model Viewer Element Start -->
<model-viewer src="./Table4.glb" ar ar-modes="webxr scene-viewer quick-look" shadow-intensity="2"
exposure="0.52" shadow-softness="0" camera-controls touch-action="pan-y" style="width: 500px; height: 300px;">
<button slot="ar-button"
style="background-color: gray; border-radius: 4px; border: none; position: absolute; bottom: 16px; right: 50%; ">
View in My Space
</button>
<!-- <button slot="exit-webxr-ar-button"
style="background-color: gray; border-radius: 4px; border: none; position: absolute; bottom: 16px; right: 50%; ">
Buy Now
</button> -->
<!-- <div class="annotation">Buy Now</div> -->
</model-viewer>
<!-- Model Viewer Element End -->
</div>
<div class="img-btns">
<button class="img-btn">
<img
src="assets/particular_product_images/4image-product-1.jpg"
alt="shoe product image"
class="img-btn__img"
/>
</button>
<button class="img-btn">
<img
src="assets/particular_product_images/4image-product-2.jpg"
alt="shoe product image"
class="img-btn__img"
/>
</button>
<button class="img-btn">
<img
src="assets/particular_product_images/4image-product-3.jpg"
alt="shoe product image"
class="img-btn__img"
/>
</button>
<button class="img-btn">
<img
src="assets/particular_product_images/4image-product-4.jpg"
alt="shoe product image"
class="img-btn__img"
/>
</button>
</div>
</section>
<section class="price">
<h2 class="price-sub__heading">FurnitureVerse</h2>
<h1 class="price-main__heading">NODELAND
Glass table, Medium Brown
</h1>
<p class="price-txt">
Introducing the sleek glass table - an ideal contemporary centerpiece for your living space. Crafted with premium glass, its chic design elevates any room, while the sturdy base ensures lasting stability.
</p>
<div class="price-box">
<div class="price-box__main">
<span class="price-box__main-new">$18.55</span>
<span class="price-box__main-discount"> 10%</span>
</div>
<span class="price-box__old">$20.00</span>
</div>
<div class="price-btnbox">
<div class="price-btns">
<button class="price-btn__add price-btn">
<img
src="assets/particular_product_images/icon-plus.svg"
alt="plus sign"
class="price-btn__add-img price-btn__img"
/>
</button>
<span class="price-btn__txt">0</span>
<button class="price-btn__remove price-btn">
<img
src="assets/particular_product_images/icon-minus.svg"
alt="minus sign"
class="price-btn__remove-img price-btn__img"
/>
</button>
</div>
<button class="price-cart__btn btn--orange">
<img
src="assets/particular_product_images/icon-cart.svg"
alt="cart image"
class="price-cart__btn-img"
/>
Add to cart
</button>
</div>
</section>
</main>
</body>
</html>