-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
490 lines (430 loc) · 11.9 KB
/
index.html
File metadata and controls
490 lines (430 loc) · 11.9 KB
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
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
<!doctype html>
<html lang="en" class="page">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0"
/>
<title>Nothing</title>
<link
rel="icon"
href="src/image/logo-1.png"
/>
<link
rel="preconnect"
href="https://fonts.googleapis.com"
/>
<link
rel="preconnect"
href="https://fonts.gstatic.com"
crossorigin="anonymous"
/>
<link
href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;700&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="./src/styles/main.scss"
/>
</head>
<body class="page__body">
<header
class="header"
id="top"
>
<div class="header__content">
<div class="top-bar">
<a
href="#top"
class="top-bar__logo-link"
>
<img
src="src/image/logo-1.png"
alt="Nothing logo"
class="top-bar__logo"
/>
</a>
<div class="top-bar__icons">
<a
href="tel:+123455555555"
class="icon icon--phone"
aria-label="Call us"
></a>
<a
href="#menu"
class="icon icon--menu"
aria-label="Open menu"
></a>
</div>
</div>
<div class="header__bottom">
<h1 class="header__title">
Bring joy back
<br />
to the everyday
</h1>
</div>
</div>
</header>
<aside
class="menu page__menu"
id="menu"
>
<div class="menu__content">
<div class="top-bar menu__top">
<a
href="#top"
class="top-bar__logo-link"
>
<img
src="src/image/logo-1.png"
alt="Nothing logo"
class="top-bar__logo"
/>
</a>
<a
href="#"
class="icon icon--close"
aria-label="Close menu"
></a>
</div>
<nav class="nav menu__nav">
<ul class="nav__list">
<li class="nav__item">
<a
href="#recommended"
class="nav__link"
>
Recommended
</a>
</li>
<li class="nav__item">
<a
href="#categories"
class="nav__link"
>
Categories
</a>
</li>
<li class="nav__item">
<a
href="#about"
class="nav__link"
>
About us
</a>
</li>
<li class="nav__item">
<a
href="#contacts"
class="nav__link"
>
Contact us
</a>
</li>
</ul>
</nav>
<a
href="tel:+123455555555"
class="menu__phone-number"
>
+1 234 5555-55-55
</a>
<a
href="tel:+123455555555"
class="menu__call-to-order"
>
call to order
</a>
</div>
</aside>
<main class="main">
<div class="main__content">
<section
class="recommended"
id="recommended"
>
<h2 class="section-title">
Recommended
</h2>
<div class="recommended__products">
<article class="recommended__product product">
<a
href="#"
class="product__link"
>
<img
src="src/image/capa2.png"
alt="Phone (1)"
class="product__image"
/>
</a>
<h3 class="product__title">
Phone (1)
</h3>
<p class="product__description">
Designed with instinct, to bring joy back to the everyday.
Through the Glyph Interface, a perfected OS and exceptional
dual camera.
</p>
<p class="product__price">
$ 499.00
</p>
</article>
<article class="recommended__product product">
<a
href="#"
class="product__link"
>
<img
src="src/image/fone1.png"
alt="Ear (2)"
class="product__image"
/>
</a>
<h3 class="product__title">
Ear (2)
</h3>
<p class="product__description">
Perfecting the path from artist to ear.
So that music sounds just as it was intended.
</p>
<p class="product__price">
$ 149.00
</p>
</article>
<article class="recommended__product product">
<a
href="#"
class="product__link"
>
<img
src="src/image/fone3.png"
alt="Ear (stick)"
class="product__image"
/>
</a>
<h3 class="product__title">
Ear (stick)
</h3>
<p class="product__description">
Tech you can’t feel. Leaving just space for sound to come
to life.
</p>
<p class="product__price">
$ 119.00
</p>
</article>
</div>
</section>
<section
class="categories"
id="categories"
>
<h2 class="section-title section-title--align-left">
Browse Nothing products by category
</h2>
<div class="categories__images">
<article class="category">
<div class="category__photos">
<a
href="#"
class="category__link category__link--large"
>
<img
src="src/image/capa3.png"
alt="All products"
class="category__photo"
/>
</a>
<a
href="#"
class="category__link category__link--small"
>
<img
src="src/image/foneaberto.png"
alt="All products"
class="category__photo"
/>
</a>
</div>
<h3 class="category__title">
All products
</h3>
</article>
<article class="category">
<div class="category__photos">
<a
href="#"
class="category__link category__link--small"
>
<img
src="src/image/foneunico.png"
alt="Audio"
class="category__photo"
/>
</a>
<a
href="#"
class="category__link category__link--large"
>
<img
src="src/image/fone2.png"
alt="Audio"
class="category__photo"
/>
</a>
</div>
<h3 class="category__title">
Audio
</h3>
</article>
<article class="category">
<div class="category__photos">
<a
href="#"
class="category__link category__link--large"
>
<img
src="src/image/capa1.png"
alt="Accessories"
class="category__photo"
/>
</a>
<a
href="#"
class="category__link category__link--small"
>
<img
src="src/image/carregador.png"
alt="Accessories"
class="category__photo"
/>
</a>
</div>
<h3 class="category__title">
Accessories
</h3>
</article>
</div>
<a
href="#"
class="view-all"
>
View all
</a>
</section>
<section class="about__banner">
<img
src="src/image/capa.png"
alt="Nothing banner"
class="about__banner-image"
/>
</section>
<section
class="about"
id="about"
>
<h2 class="section-title section-title--align-left">
About us
</h2>
<p>
We’re a London-based tech company on a mission to remove
barriers between people and technology.
</p>
<p>
To do this, we’re crafting intuitive, flawlessly connected
products that improve our lives without getting in the way.
</p>
<p>
No confusing tech-speak. No silly product names.
Just artistry, passion and trust.
</p>
<p>
Because beautiful tech shouldn’t be complicated.
</p>
</section>
<section
class="contacts"
id="contacts"
>
<h2 class="section-title section-title--align-left">
Contact us
</h2>
<div class="contacts__wrapper">
<form
class="contacts__form"
onsubmit="this.reset(); return false;"
>
<input
type="text"
name="name"
placeholder="Name"
required
class="contacts__input"
/>
<input
type="email"
name="email"
placeholder="Email"
required
class="contacts__input"
/>
<textarea
name="message"
placeholder="Message"
required
class="contacts__textarea"
></textarea>
<button class="contacts__button">
Send
</button>
</form>
<div class="contacts__info">
<div class="contacts__block">
<p class="contacts__label">
Phone
</p>
<a
href="tel:+123455555555"
class="contacts__value"
>
+1 234 5555-55-55
</a>
</div>
<div class="contacts__block">
<p class="contacts__label">
Email
</p>
<a
href="mailto:hello@nothing.com"
class="contacts__value"
>
hello@nothing.com
</a>
</div>
<div class="contacts__block">
<p class="contacts__label">
Address
</p>
<a
href="https://maps.google.com"
target="_blank"
class="contacts__value"
>
400 first ave.
<br />
suite 700
<br />
Minneapolis, MN 55401
</a>
</div>
</div>
</div>
</section>
</div>
</main>
</body>
</html>