-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
552 lines (548 loc) · 21.2 KB
/
index.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
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
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
<!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="description" content="The best barbershop in the world" />
<title>BarberShop</title>
<!-- Fonts -->
<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=Open+Sans:wght@400;600;700&family=Raleway:wght@700&display=swap"
rel="stylesheet"
/>
<!-- Normalize -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/modern-normalize/1.1.0/modern-normalize.min.css"
integrity="sha512-wpPYUAdjBVSE4KJnH1VR1HeZfpl1ub8YT/NKx4PuQ5NmX2tKuGu6U/JRp5y+Y8XG2tV+wKQpNHVUX03MfMFn9Q=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<!-- Custom styles -->
<link rel="stylesheet" href="./css/styles.css" />
</head>
<body>
<!-- Header section -->
<header class="header" data-header>
<div class="header-container container">
<a class="header-link" href="" aria-label="BarberSop logo">
<svg class="header-logo" width="68" height="56">
<use href="./images/icons.svg#logo"></use>
</svg>
</a>
<nav class="header-nav">
<ul class="header-list list">
<li class="header-item">
<a class="header-nav-link current link" href="#about">About</a>
</li>
<li class="header-item">
<a class="header-nav-link link" href="#price">Services and prices</a>
</li>
<li class="header-item">
<a class="header-nav-link link" href="#team">Barbers</a>
</li>
<li class="header-item">
<a class="header-nav-link link" href="#contacts">Contacts</a>
</li>
</ul>
</nav>
<div class="header-group">
<a class="header-contact link" href="tel:+380441111111">+38 044 111 11 11</a>
<button class="btn btn-theme-dark" type="button">
<span class="btn-txt">Online-booking</span>
</button>
</div>
</div>
</header>
<!-- Main section -->
<main>
<!-- Hero section -->
<section class="hero">
<div class="hero-container container">
<div class="hero-left-side">
<ul class="media-list list">
<li class="media-item">
<a class="media-link link" href="">Instagram</a>
</li>
<li class="media-item">
<a class="media-link link" href="">Youtube</a>
</li>
</ul>
</div>
<div class="hero-right-side">
<p class="uppertitle uppertitle-theme-dark">A hair salon for men in Kyiv</p>
<h1 class="main-title">BarberShop</h1>
<p class="hero-undertitle undertitle undertitle-theme-dark">
We are experts in trendy men’s haircuts. We work quickly, carefully and with style.
</p>
</div>
<ul class="slider-pagination list">
<li class="slider-pagination-item active"></li>
<li class="slider-pagination-item"></li>
<li class="slider-pagination-item"></li>
</ul>
<ul class="slider-controls list">
<li class="slider-item">
<button class="slider-btn disable" type="button">Back</button>
</li>
<li class="slider-item">
<button class="slider-btn" type="button">Forward</button>
</li>
</ul>
</div>
</section>
<!-- About section -->
<section class="about section" id="about">
<div class="about-container container">
<ul class="about-list list">
<li class="about-item">
<img
class="about-img"
src="./images/about/img-1.jpg"
alt="Beard shaving"
width="270"
height="445"
/>
</li>
<li class="about-item">
<img
class="about-img"
src="./images/about/img-2.jpg"
alt="Haircut"
width="270"
height="445"
/>
</li>
</ul>
<div class="about-right-side">
<p class="uppertitle">About</p>
<h2 class="title">Best Barbershop in your city</h2>
<p class="undertitle">
If you want to add more confidence to your image, you should definitely visit us.
</p>
<p class="about-desc">
We are a team that never stops at what has been achieved and are thirsty for changes.
And when you fall into the hands of our master, you will never be the same again. We
are a team that is always "on the same wave" with clients. Therefore, we are always
ready to improve everyone who comes to us!
</p>
<button class="btn" type="button">online-booking</button>
</div>
</div>
</section>
<!-- Price section -->
<section class="price section" id="price">
<div class="container">
<p class="uppertitle uppertitle-theme-dark">spend your time with the best masters</p>
<h2 class="title title-theme-dark">Services and prices</h2>
<div class="price-block">
<ul class="price-list list">
<li class="price-item">
<span class="price-service">Men’s haircut</span> from 300 uah.
</li>
<li class="price-item">
<span class="price-service">Beard trim</span> from 300 uah.
</li>
<li class="price-item">
<span class="price-service">Mustache trim</span> from 200 uah.
</li>
<li class="price-item">
<span class="price-service">Straight razor shave</span> from 200 uah.
</li>
</ul>
<ul class="price-list list">
<li class="price-item">
<span class="price-service">Trainee’s haircut</span> from 50 uah.
</li>
<li class="price-item">
<span class="price-service">Haircut under the nozzle</span> from 200 uah.
</li>
<li class="price-item">
<span class="price-service">Children’s haircut (0-12 y.o.)</span> from 300 uah.
</li>
<li class="price-item">
<span class="price-service">Camouflage of gray hair</span> from 200 uah.
</li>
</ul>
</div>
<button class="price-btn btn btn-theme-dark" type="button">online-booking</button>
</div>
</section>
<!-- Benefits section -->
<section class="benefits section">
<div class="container">
<ul class="benefits-list list">
<li class="benefits-item">
<p class="benefits-quantity">600 <sup class="benefits-decor">+</sup></p>
<p class="benefits-text">Satisfied customers per day</p>
</li>
<li class="benefits-item">
<p class="benefits-quantity">50 <sup class="benefits-decor">+</sup></p>
<p class="benefits-text">Awards for excellent service</p>
</li>
<li class="benefits-item">
<p class="benefits-quantity">20 <sup class="benefits-decor">+</sup></p>
<p class="benefits-text">Kyiv’s best barbers</p>
</li>
<li class="benefits-item">
<p class="benefits-quantity">100 <sup class="benefits-decor">+</sup></p>
<p class="benefits-text">Gifts for regular customers</p>
</li>
</ul>
<div>
<p class="uppertitle">old traditional school</p>
<h2 class="title">Why people come to us?</h2>
<p class="undertitle">
Only good things are said about us. But it's better to see and feel 1 time than read
10 times.
</p>
</div>
</div>
</section>
<!-- Team section -->
<section class="team section" id="team">
<div class="container">
<p class="uppertitle">for true enjoyers of the atmosphere</p>
<h2 class="title">Our barbers</h2>
<ul class="team-list list">
<li class="team-item">
<img
class="team-avatar"
src="./images/team/team-1.jpg"
alt="John Smith"
width="370"
height="346"
/>
<div class="team-wrapper">
<h3 class="team-name">John Smith</h3>
<p class="team-position">Extreme Barber</p>
<ul class="socials list">
<li class="socials-item">
<a
class="socials-link link"
href="https://instagram.com"
target="_blank"
rel="nofollow noopener noreferrer"
aria-label="Instagram icon"
>
<svg class="socials-icon" width="20" height="20">
<use href="./images/icons.svg#instagram"></use>
</svg>
</a>
</li>
<li class="socials-item">
<a
class="socials-link link"
href="https://twitter.com"
aria-label="Twitter icon"
target="_blank"
rel="nofollow noopener noreferrer"
>
<svg class="socials-icon" width="20" height="20">
<use href="./images/icons.svg#twitter"></use>
</svg>
</a>
</li>
<li class="socials-item">
<a
class="socials-link link"
href="https://facebook.com"
aria-label="Facebook icon"
target="_blank"
rel="nofollow noopener noreferrer"
>
<svg class="socials-icon" width="20" height="20">
<use href="./images/icons.svg#facebook"></use>
</svg>
</a>
</li>
<li class="socials-item">
<a
class="socials-link link"
href="https://linkedin.com"
aria-label="LinkedIn icon"
target="_blank"
rel="nofollow noopener noreferrer"
>
<svg class="socials-icon" width="20" height="20">
<use href="./images/icons.svg#linkedin"></use>
</svg>
</a>
</li>
</ul>
</div>
</li>
<li class="team-item">
<img
class="team-avatar"
src="./images/team/team-2.jpg"
alt="Michele Doe"
width="370"
height="346"
/>
<div class="team-wrapper">
<h3 class="team-name">Michele Doe</h3>
<p class="team-position">Extreme Barber</p>
<ul class="socials list">
<li class="socials-item">
<a
class="socials-link link"
href="https://instagram.com"
target="_blank"
rel="nofollow noopener noreferrer"
aria-label="Instagram"
>
<svg class="socials-icon" width="20" height="20">
<use href="./images/icons.svg#instagram"></use>
</svg>
</a>
</li>
<li class="socials-item">
<a
class="socials-link link"
href="https://twitter.com"
aria-label="Twitter"
target="_blank"
rel="nofollow noopener noreferrer"
>
<svg class="socials-icon" width="20" height="20">
<use href="./images/icons.svg#twitter"></use>
</svg>
</a>
</li>
<li class="socials-item">
<a
class="socials-link link"
href="https://facebook.com"
aria-label="Facebook"
target="_blank"
rel="nofollow noopener noreferrer"
>
<svg class="socials-icon" width="20" height="20">
<use href="./images/icons.svg#facebook"></use>
</svg>
</a>
</li>
<li class="socials-item">
<a
class="socials-link link"
href="https://linkedin.com"
aria-label="LinkedIn"
target="_blank"
rel="nofollow noopener noreferrer"
>
<svg class="socials-icon" width="20" height="20">
<use href="./images/icons.svg#linkedin"></use>
</svg>
</a>
</li>
</ul>
</div>
</li>
<li class="team-item">
<img
class="team-avatar"
src="./images/team/team-3.jpg"
alt="Alan Black"
width="370"
height="346"
/>
<div class="team-wrapper">
<h3 class="team-name">Alan Black</h3>
<p class="team-position">Extreme Barber</p>
<ul class="socials list">
<li class="socials-item">
<a
class="socials-link link"
href="https://instagram.com"
target="_blank"
rel="nofollow noopener noreferrer"
aria-label="Instagram"
>
<svg class="socials-icon" width="20" height="20">
<use href="./images/icons.svg#instagram"></use>
</svg>
</a>
</li>
<li class="socials-item">
<a
class="socials-link link"
href="https://twitter.com"
aria-label="Twitter"
target="_blank"
rel="nofollow noopener noreferrer"
>
<svg class="socials-icon" width="20" height="20">
<use href="./images/icons.svg#twitter"></use>
</svg>
</a>
</li>
<li class="socials-item">
<a
class="socials-link link"
href="https://facebook.com"
aria-label="Facebook"
target="_blank"
rel="nofollow noopener noreferrer"
>
<svg class="socials-icon" width="20" height="20">
<use href="./images/icons.svg#facebook"></use>
</svg>
</a>
</li>
<li class="socials-item">
<a
class="socials-link link"
href="https://linkedin.com"
aria-label="LinkedIn"
target="_blank"
rel="nofollow noopener noreferrer"
>
<svg class="socials-icon" width="20" height="20">
<use href="./images/icons.svg#linkedin"></use>
</svg>
</a>
</li>
</ul>
</div>
</li>
</ul>
</div>
</section>
<!-- Gallery section -->
<section class="gallery section">
<div class="container">
<p class="gallery-uppertitle uppertitle">in Latin, "barba" means "beard"</p>
<h2 class="visually-hidden">Our gallery</h2>
<ul class="gallery-list list">
<li class="gallery-item">
<img
class="gallery-img"
src="./images/gallery/gallery-img-1.jpg"
alt="gallery"
width="270"
height="360"
/>
</li>
<li class="gallery-item">
<img
class="gallery-img"
src="./images/gallery/gallery-img-2.jpg"
alt="gallery"
width="270"
height="360"
/>
</li>
<li class="gallery-item">
<img
class="gallery-img"
src="./images/gallery/gallery-img-3.jpg"
alt="gallery"
width="270"
height="360"
/>
</li>
<li class="gallery-item">
<img
class="gallery-img"
src="./images/gallery/gallery-img-4.jpg"
alt="gallery"
width="270"
height="360"
/>
</li>
</ul>
</div>
</section>
<!-- Booking & Contatcs sections -->
<div class="contatcs-group">
<div class="contatcs-group-container container">
<section class="booking section">
<h2 class="title title-theme-dark">Online-booking</h2>
<form class="booking-form">
<div>
<label>
<span>name*</span>
<input type="text" />
</label>
<label>
<span>phone*</span>
<input type="text" />
</label>
</div>
<label>
<span>message</span>
<textarea name="" id="" cols="30" rows="10"></textarea>
</label>
<button type="submit">send</button>
</form>
</section>
<section class="contacts section" id="contacts">
<h2 class="title title-theme-dark">Contacts</h2>
<address class="contacts-address">
<ul class="contacts-list list">
<li class="contacts-item">
<a
class="contacts-link link"
href="https://goo.gl/maps/UgYU75aT7GZat5ea9"
target="_blank"
rel="noopener noreferrer"
>
<svg class="contacts-icon contacts-icon-top" width="24" height="24">
<use href="./images/icons.svg#map-pin"></use>
</svg>
<span class="contacts-text">
st. Vasilkovaya, 7A <br />
Kiev, 08132s
</span>
</a>
</li>
<li class="contacts-item">
<a class="contacts-link link" href="tel:+380441111111">
<svg class="contacts-icon" width="24" height="24">
<use href="./images/icons.svg#phone"></use>
</svg>
<span class="contacts-text"> +38 044 111 11 11 </span>
</a>
</li>
<li class="contacts-item">
<a class="contacts-link link" href="mailto:[email protected]">
<svg class="contacts-icon" width="24" height="24">
<use href="./images/icons.svg#mail"></use>
</svg>
<span class="contacts-text"> [email protected] </span>
</a>
</li>
</ul>
</address>
<div>
<p class="contacts-uppertitle">working hours</p>
<p class="contacts-schedule">
Every day from <time datetime="09:00">9:00</time> to
<time datetime="22:00">22:00</time>
</p>
</div>
</section>
</div>
</div>
</main>
<!-- Footer section -->
<footer class="footer">
<div class="footer-container container">
<p class="footer-copyright">© Copyright 2020</p>
<ul class="media-list list">
<li class="media-item">
<a class="media-link footer-media-link link" href="">Instagram</a>
</li>
<li class="media-item">
<a class="media-link footer-media-link link" href="">Youtube</a>
</li>
</ul>
</div>
</footer>
<script src="./js/header-scroll.js"></script>
</body>
</html>