-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproduct-earphones.html
288 lines (267 loc) · 9.8 KB
/
product-earphones.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="icon"
type="image/png"
sizes="32x32"
href="./assets/favicon-32x32.png"
/>
<link rel="stylesheet" href="css/style.css" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700&display=swap"
rel="stylesheet"
/>
<title>Frontend Mentor | Audiophile e-commerce website</title>
</head>
<body>
<div class="container">
<header>
<button
class="toggle-button"
aria-label="toggle button"
onclick="toggleBtn()"
></button>
<a href="index.html">
<img
class="header-logo"
src="/assets/shared/desktop/logo.svg"
alt="company logo"
/></a>
<nav class="subtitle" id="desktop-menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="headphones.html">Headphones</a></li>
<li><a href="speakers.html">Speakers</a></li>
<li><a href="earphones.html">Earphones</a></li>
</ul>
</nav>
<button class="cart-button" id="top-cart-button">
<span class="count-products-cart-nav">0</span>
</button>
<div class="cart-modal cart-content cart-content-hide">
<div class="cart-header">
<h6>Cart(<span class="count-products-cart">0</span>)</h6>
<a class="clear-storage-button">Remove all</a>
</div>
<div class="user-products"></div>
<div class="cart-total">
<p class="subtitle">Total</p>
<p class="total-price">0</p>
</div>
<a class="myButton button-warm checkout-button" href="/checkout.html"
>Checkout</a
>
</div>
<nav class="menu" id="mobile-menu">
<div class="headphones">
<h6>Headphones</h6>
<a href="headphones.html" class="subtitle">Shop</a>
</div>
<div class="speakers">
<h6>Speakers</h6>
<a href="speakers.html" class="subtitle">Shop</a>
</div>
<div class="earphones">
<h6>Earphones</h6>
<a href="earphones.html" class="subtitle">Shop</a>
</div>
</nav>
</header>
<main class="specific-product-page">
<a class="go-back-button" onclick="goBackButton()">Go Back</a>
<section>
<div class="card">
<div class="card-image xy1"></div>
<div class="card-text">
<p class="overline">New product</p>
<h1>YX1 Wireless Earphones</h1>
<p>
Tailor your listening experience with bespoke dynamic drivers
from the new YX1 Wireless Earphones. Enjoy incredible
high-fidelity sound even in noisy environments with its active
noise cancellation feature.
</p>
<h5>$599</h5>
<div class="add-cart-container">
<button
class="myButton button-warm add-cart"
data-product-name="YX1 Wireless Earphones"
>
Add to cart
</button>
<div class="product-quantity">
<button class="myButton" onclick="decreaseQuantity(this)">
-
</button>
<input class="myButton" type="number" value="1" min="1" />
<button class="myButton" onclick="increaseQuantity(this)">
+
</button>
</div>
</div>
</div>
</div>
</section>
<div class="specific-product-wrapper">
<section class="features">
<h3>Features</h3>
<p>
Experience unrivalled stereo sound thanks to innovative acoustic
technology. With improved ergonomics designed for full day
wearing, these revolutionary earphones have been finely crafted to
provide you with the perfect fit, delivering complete comfort all
day long while enjoying exceptional noise isolation and truly
immersive sound.
</p>
<p>
The YX1 Wireless Earphones features customizable controls for
volume, music, calls, and voice assistants built into both
earbuds. The new 7-hour battery life can be extended up to 28
hours with the charging case, giving you uninterrupted play time.
Exquisite craftsmanship with a splash resistant design now
available in an all new white and grey color scheme as well as the
popular classic black.
</p>
</section>
<section class="in-the-box">
<h3>In the box</h3>
<table>
<tr>
<td class="in-the-box-accent">2x</td>
<td>Earphone unit</td>
</tr>
<tr>
<td class="in-the-box-accent">6x</td>
<td>Multi-size earplugs</td>
</tr>
<tr>
<td class="in-the-box-accent">1x</td>
<td>User manual</td>
</tr>
<tr>
<td class="in-the-box-accent">1x</td>
<td>USB-C charging cable</td>
</tr>
<tr>
<td class="in-the-box-accent">1x</td>
<td>Travel pouch</td>
</tr>
</table>
</section>
<section class="product-images">
<div class="product-image-first xy1"></div>
<div class="product-image-second xy1"></div>
<div class="product-image-third xy1"></div>
</section>
</div>
<section class="similar-products">
<h3>You may also like</h3>
<div class="similar-products-container">
<div class="small-card">
<div class="first-image xy1"></div>
<h5>XX59 Mark I</h5>
<button
class="myButton button-warm"
onclick="location.href = 'product-xx99-mark-one-headphones.html';"
>
See product
</button>
</div>
<div class="small-card">
<div class="second-image xy1"></div>
<h5>XX59</h5>
<button
class="myButton button-warm"
onclick="location.href = 'product-xx59-headphones.html';"
>
See product
</button>
</div>
<div class="small-card">
<div class="third-image xy1"></div>
<h5>ZX9 Speaker</h5>
<button
class="myButton button-warm"
onclick="location.href = 'product-zx9-speaker.html';"
>
See product
</button>
</div>
</div>
</section>
<section class="category">
<div class="headphones">
<h6>Headphones</h6>
<a href="headphones.html" class="subtitle">Shop</a>
</div>
<div class="speakers">
<h6>Speakers</h6>
<a href="speakers.html" class="subtitle">Shop</a>
</div>
<div class="earphones">
<h6>Earphones</h6>
<a href="earphones.html" class="subtitle">Shop</a>
</div>
</section>
<section class="about">
<div class="image"></div>
<div class="text">
<h2>Bringing you the <span>best</span> audio gear</h2>
<p>
Located at the heart of New York City, Audiophile is the premier
store for high end headphones, earphones, speakers, and audio
accessories. We have a large showroom and luxury demonstration
rooms available for you to browse and experience a wide range of
our products. Stop by our store to meet some of the fantastic
people who make Audiophile the best place to buy your portable
audio equipment.
</p>
</div>
</section>
</main>
<footer>
<div class="footer-logo">
<img src="/assets/shared/desktop/logo.svg" alt="company logo" />
</div>
<nav class="subtitle footer-nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="headphones.html">Headphones</a></li>
<li><a href="speakers.html">Speakers</a></li>
<li><a href="earphones.html">Earphones</a></li>
</ul>
</nav>
<p class="footer-text">
Audiophile is an all in one stop to fulfill your audio needs. We're a
small team of music lovers and sound specialists who are devoted to
helping you get the most out of personal audio. Come and visit our
demo facility - we’re open 7 days a week.
</p>
<p class="footer-copyright">Copyright 2021. All Rights Reserved</p>
<div class="footer-social">
<a href="#"
><img
src="/assets/shared/desktop/icon-facebook.svg"
alt="facebook icon"
/></a>
<a href="#"
><img
src="/assets/shared/desktop/icon-twitter.svg"
alt="twitter icon"
/></a>
<a href="#"
><img
src="/assets/shared/desktop/icon-instagram.svg"
alt="instagram icon"
/></a>
</div>
</footer>
</div>
<script type="module" src="cart.js"></script>
<script src="scripts.js"></script>
</body>
</html>