This repository was archived by the owner on Feb 13, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlayout-product-page.html
398 lines (346 loc) · 17.2 KB
/
layout-product-page.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
<!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 name="title" content="Inova Product Name">
<title>Product Name - Best place to get profi frisbee gear</title>
<link href="./style.css" rel="stylesheet" type="text/css"/>
<link
href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Anton&display=swap"
rel="stylesheet"
/>
</head>
<body>
<header class="header">
<div class="container header__content">
<h2 class="visualy-hidden">Grabsee Webshop</h2>
<a href="./index.html" class="logo__link">
<img src="./assets/img/grabsbee.svg" alt="Grabsee Webshop logo" class="logo__img">
</a>
<ul class="header__drawers-list">
<li class="header__drawers-list__item">
<button class="button--no-styles header__buttons">
<span class="icon-search"></span>
<span class="visualy-hidden">Search From Trigger</span>
</button>
<div class="visualy-hidden">
<form>
<fieldset>
<legend tabindex="0">Grabsee search form</legend>
<label tabindex="0" for="search">Enter here your search term</label>
<input name="search" type="search"
placeholder="Enter here your search term"
aria-label="Search through site content">
<button class="button--no-styles">
<span class="icon-search"></span>
<span class="visualy-hidden">Search it</span>
</button>
</fieldset>
</form>
<button class="button--no-styles header__buttons">
<span>Close</span>
<span class="icon-x-circle"></span>
</button>
</div>
</li>
<li class="header__drawers-list__item">
<button class="button--no-styles header__buttons">
<span class="icon-shopping-cart"></span>
<span class="visualy-hidden">Cart</span>
</button>
<section class="visualy-hidden">
<h2>
<p>XY item in Cart</p>
</h2>
<button class="button--no-styles header__buttons">
<span>Close</span>
<span class="icon-x-circle"></span>
</button>
<ol>
<li>
<div>
<img src="" alt="Item name 1">
</div>
<div>
<h3>
<a href="">Item name 1</a>
</h3>
<dl>
<dt tabindex="0">Color</dt>
<dd tabindex="0">Black</dd>
<dt tabindex="0">Price</dt>
<dd tabindex="0">10$</dd>
<dt tabindex="0">Qty:</dt>
<dd>
<form>
<fieldset>
<legend>Items qty form</legend>
<label for="qty">Items in Cart</label>
<input name="qty" type="number">
</fieldset>
</form>
</dd>
</dl>
</div>
</li>
<li>
<div>
<img src="" alt="Item name 2">
</div>
<div>
<h3>
<a href="">Item name 2</a>
</h3>
<dl>
<dt tabindex="0">Color</dt>
<dd tabindex="0">Red</dd>
<dt tabindex="0">Price</dt>
<dd tabindex="0">12$</dd>
<dt tabindex="0">Qty:</dt>
<dd>
<form>
<fieldset>
<legend>Items qty form</legend>
<label for="qty">Items in Cart</label>
<input name="qty" type="number">
</fieldset>
</form>
</dd>
</dl>
</div>
</li>
</ol>
<table>
<caption>Your Cart Totals table</caption>
<tbody>
<tr>
<th tabindex="0">Subtotal</th>
<td tabindex="0">$$</td>
</tr>
</tbody>
</table>
<div>
<button>Proceed to checkout</button>
<a href="" title="Back to Cart page">View and edit cart</a>
</div>
<div>
<strong>You have no items in your shopping cart</strong>
</div>
</section>
</li>
<li class="header__drawers-list__item">
<button class="button--no-styles header__buttons visualy-hidden--desktop">
<span class="icon-menu"></span>
<span class="visualy-hidden">Navigation Trigger</span>
</button>
<nav class="visualy-hidden">
<ul>
<li>
<h2>Frisbees</h2>
<div>
<h3 tabindex="0">Ultimate Frisbees</h3>
<ul>
<li><a href="./layout-category-listing.html">Innova Pulsar</a></li>
<li><a href="">Xcom</a></li>
<li><a href="">Aviator - Marvel Captian America</a></li>
</ul>
</div>
<div>
<h3 tabindex="0">Recreational</h3>
<ul>
<li><a href="">Nite</a></li>
<li><a href="">Yikin</a></li>
</ul>
</div>
<div>
<h3>Contact us</h3>
<ul>
<li tabindex="0">Trg Slobode 6</li>
<li><a href="tel:+385958811630">+385 95 8811630</a></li>
<li><a href="mailto:[email protected]">[email protected]</a></li>
</ul>
</div>
</li>
<li>
<h2>Clothing</h2>
<div>
<h3 tabindex="0">Ultimate Frisbees</h3>
<ul>
<li><a href="./layout-category-listing.html">Innova Pulsar</a></li>
<li><a href="./layout-category-listing.html">Xcom</a></li>
<li><a href="./layout-category-listing.html">Aviator - Marvel Captian America</a></li>
</ul>
</div>
<div>
<h3>Recreational</h3>
<ul>
<li><a href="">Nite</a></li>
<li><a href="">Yikin</a></li>
</ul>
</div>
<div>
<h3 tabindex="0">Contact us</h3>
<ul>
<li tabindex="0">Trg Slobode 6</li>
<li><a href="tel:+385958811630">+385 95 8811630</a></li>
<li><a href="mailto:[email protected]">[email protected]</a></li>
</ul>
</div>
</li>
<li>
<h2>Accessories</h2>
</li>
<li>
<h2>Contact us</h2>
</li>
</ul>
<button class="button--no-styles header__buttons">
<span>Close</span>
<span class="icon-x-circle"></span>
</button>
</nav>
</li>
</ul>
</div>
</header>
<main class="container">
<ul class="breadcrumb" aria-label="breadcrumb">
<li class="breadcrumb__item" aria-label="breadcrumb">
<a class="breadcrumb__link" href="#" title="Grabsee Home">Home</a>
</li>
<li class="breadcrumb__item" aria-label="breadcrumb">
<a class="breadcrumb__link" href="#" title="Grabsee Main Category">Freesbe</a>
</li>
<li class="breadcrumb__item" aria-label="breadcrumb" aria-current="location" tabindex="0">Ultimate Frisbee</li>
</ul>
<div class="">
<picture>
<img src="" alt="">
</picture>
<ul>
<li>
<img src="" alt="">
</li>
<li>
<img src="" alt="">
</li>
<li>
<img src="" alt="">
</li>
</ul>
</div>
<div class="">
<h1>Inova Product Name</h1>
<p>In stock</p>
<p><strong>SKU</strong> WH12</p>
<small>Be the first to review this product</small>
<div class="price-box">
<span>As low as</span>
<span>$21.99</span>
</div>
<form action="">
<dl>
<dt>Color</dt>
<dd>Black</dd>
<dd>Blue</dd>
<dd>Cian</dd>
</dl>
<fieldset>
<legend>Item qty</legend>
<label for="qty">Qty:</label>
<input name="qty" type="number">
</fieldset>
<button class="button button--primary" type="submit">Add to Cart</button>
<ul>
<li>
<a href="" title="Add to wishlist">
<span class="icon-heart"></span> Add to Wishlist</a>
</li>
<li>
<a href="" title="Add to Compare">
<span class="icon-bar-chart"></span> Add to Compare</a>
</li>
</ul>
</form>
</div>
<section>
<details>
<summary>
<h2 aria-labeledby="" aria-controls="details" aria-selected="" aria-expanded="true" tabindex="0">Details</h2>
</summary>
<div aria-labelledby="" tabindex="0">
<p>Note: Stamp colour on disc may vary from pictured image.</p>
<p>This is not a Frisbee its a quality Flying Disc, if you dont know the difference think of the Frisbee as a toy and a Flying Disc as a quality piece of sports equipment.</p>
<p>USA Ultimate approved for tournament play, the Pulsar is the official disc of Major League Ultimate. This disc is not just a competition disc. It is also perfect for freestyling at the beach or for a game of throw and catch in the backyard or park. The Pulsar is also approved for Super Class and PDGA disc golf use.</p>
</div>
</details>
<details>
<summary>
<h2 aria-labeledby="" aria-controls="description" aria-selected="" aria-expanded="true" tabindex="0">More information</h2>
</summary>
<div aria-labelledby="" tabindex="0">
<p>USA Ultimate approved for tournament play, the Pulsar is the official disc of Major League Ultimate. This disc is not just a competition disc. It is also perfect for freestyling at the beach or for a game of throw and catch in the backyard or park. The Pulsar is also approved for Super Class and PDGA disc golf use.</p>
</div>
</details>
</section>
</main>
<footer class="footer">
<section class="newsletter__content">
<div class="container">
<h2 class="footer__title">Newsletter</h2>
<p tabindex="0">Sign up for our newsletter and be the first to find out about new products, discounts and more.</p>
<form action="">
<fieldset>
<legend class="visualy-hidden">Grabsee Newsletter Form</legend>
<label class="visualy-hidden" for="newsletter" tabindex="0">Enter your email in order to become the Grabsee subscriber</label>
<input placeholder="Enter your email address" name="newsletter" type="email">
<button class="button button--primary" type="submit">Subscibe</button>
</fieldset>
</form>
</div>
</section>
<section class="summary__content">
<div class="container">
<details class="footer__details" open>
<summary class="footer__summary">
<h2 class="footer__title footer__summary-title">Categories</h2>
</summary>
<ul class="">
<li>
<a class="summary__links" href="">Frisbee</a>
</li>
<li>
<a class="summary__links" href="">Gear</a>
</li>
<li>
<a class="summary__links" href="">Accessories</a>
</li>
<li>
<a class="summary__links" href="">Gifts</a>
</li>
</ul>
</details>
<details class="footer__details">
<summary class="footer__summary">
<h2 class="footer__title footer__summary-title">Contact us</h2>
</summary>
<ul>
<li tabindex="0"><address>Trg Slobode 6</address></li>
<li><a class="summary__links" href="tel:+385958811630">+385 95 8811630</a></li>
<li><a class="summary__links" href="mailto:[email protected]">[email protected]</a></li>
</ul>
</details>
</div>
</section>
<div class="container copyright">
<small class="copyright__text" tabindex="0">Copyright ® 2021 Grabsbee</small>
</div>
</footer>
</body>
</html>