generated from renaerdelyi/HTML_CSS_Lectia_1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
246 lines (245 loc) · 8.47 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Lectia 1 HTML&CSS</title>
<link
rel="stylesheet"
href="node_modules/modern-normalize/modern-normalize.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=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<!--Header Section-->
<header class="header">
<div class="container">
<div class="header__logo">
<a href="#"><img src="./images/logo.svg" alt="Logo" /></a>
</div>
<nav class="header__navigation">
<ul>
<li><a href="#about-section">About</a></li>
<li><a href="#prices-section">Services and Prices</a></li>
<li><a href="#our-barbers-section">Barbers</a></li>
<li><a href="#contacts-section">Contacts</a></li>
</ul>
</nav>
<div class="header__info">
<a href="tel:+380441111111">+38 044 111 11 11</a>
</div>
<button class="header__booking button" type="button">
Book a Service
</button>
</div>
</header>
<!--Portiunea principala a paginii web-->
<main>
<!--Hero section-->
<section class="hero-section">
<div class="container">
<h5 class="hero-section__subtitle">A hair salon for men in Kyiv</h5>
<h1 class="hero-section__title">BarberShop</h1>
<p class="hero-section__text">
We are experts in trendy men's haircuts. <br />
We work quickly, carefully, and tastefully.
</p>
</div>
</section>
<!--About section-->
<section class="about">
<div class="container">
<!--Div cu imagini-->
<div class="about__images">
<img
class="about__image"
src="./images/img-1.jpg"
alt="img-1"
width="100"
/>
<img
class="about__image"
src="./images/img-2.jpg"
alt="img-2"
width="100"
/>
</div>
<!--Div cu info-->
<div class="about__info">
<h5 class="about__subtitle">About</h5>
<h2 class="about__title">The Best Barbershop <br />in Your City</h2>
<p class="about__text">
If you want to add more confidence to your image, you are
definitely in the right place.
</p>
<p class="about__text-smaller">
We are a team that never rests on its laurels and yearns for
change. And once 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
wavelength with clients. Therefore, we are always ready to improve
everyone who comes to us!
</p>
<button class="about__button button">Book a service</button>
</div>
</div>
</section>
<!--Prices & services section-->
<section class="services">
<div class="container">
<h5 class="services__subtitle">
Spend time in the company of the best craftsmen
</h5>
<h2 class="services__title">Services and Prices</h2>
<div class="service__container">
<ul class="services__list">
<li class="services__item">
<p class="services__description">
Men's Haircut
<span class="services__price">from 300 UAH </span>
</p>
</li>
<li class="services__item">
<p class="services__description">
Beard Trim <span class="services__price">from 200 UAH</span>
</p>
</li>
<li class="services__item">
<p class="services__description">
Mustache Trim
<span class="services__price">from 200 UAH</span>
</p>
</li>
<li class="services__item">
<p class="services__description">
Straight Razor Shave
<span class="services__price">from 200 UAH</span>
</p>
</li>
</ul>
<ul class="services__list">
<li class="services__item">
<p class="services__description">
Trainee Haircut
<span class="services__price">from 50 UAH</span>
</p>
</li>
<li class="services__item">
<p class="services__description">
Buzz Cut <span class="services__price">from 200 UAH</span>
</p>
</li>
<li class="services__item">
<p class="services__description">
Kids Haircut (12 y.o.)
<span class="services__price">from 300 UAH</span>
</p>
</li>
<li>
<p>Gray Coverage <span>from 200 UAH</span></p>
</li>
</ul>
</div>
<button class="services__button button">Book a service</button>
</div>
</section>
<!--Reviews section-->
<section class="reviews">
<div class="container">
<ul class="reviews__list">
<li>
<p class="reviews__number">
<strong> 600<sup>+</sup></strong>
</p>
<p class="reviews__info">Satisfied Customers <br />per Day</p>
</li>
<li>
<p class="reviews__number"><strong>20</strong><sup>+</sup></p>
<p class="reviews__info">The Best Barbers <br />of Kyiv</p>
</li>
<li>
<p class="reviews__number">
<strong>50 <sup>+</sup></strong>
</p>
<p class="reviews__info">Excellent Service <br />Awards</p>
</li>
<li>
<p class="reviews__number">
<strong>100 <sup>+</sup></strong>
</p>
<p class="reviews__info">Gifts for Regular <br />Customers</p>
</li>
</ul>
<div>
<h5 class="reviews__subtitle">Old school</h5>
<h2 class="reviews__title">Why do they come to us?</h2>
<p class="reviews__text">
Only good things are said about us. But it is better to see and
feel 1 time than to read 10 times.
</p>
</div>
</div>
</section>
<!--Our barbers section-->
<section>
<div class="container">
<h5>for true connoisseurs of the atmosphere</h5>
<h2>Our Barbers</h2>
<!--container cu carduri despre frizeri-->
<div>
<!--container1-->
<div>
<img src="./images/John-Smith.jpg" alt="John Smith" width="100" />
<p>John Smith</p>
<p>Extreme Barber</p>
</div>
<!--container2-->
<div>
<img
src="./images/Michale-Doe.jpg"
alt="Michael Doe"
width="100"
/>
<p>Michele Doe</p>
<p>Extreme Barber</p>
</div>
<!--container3-->
<div>
<img src="./images/Alan-Black.jpg" alt="Alan Black" width="100" />
<p>Alan Black</p>
<p>Extreme Barber</p>
</div>
</div>
</div>
</section>
<!--Our place section-->
<section class="our-place">
<div class="container">
<h5 class="our-place__subtitle">In Latin, "barba" means "beard"</h5>
<div>
<img src="./images/Foto-1.jpg" alt="Foto-1" />
<img src="./images/Foto-2.jpg" alt="Foto-2" />
<img src="./images/Foto-3.jpg" alt="Foto-3" />
<img src="./images/Foto-4.jpg" alt="Foto-4" />
</div>
</div>
</section>
<!--Contacts section-->
<section></section>
</main>
<!--Footer section-->
<footer>
<div class="container">
<p>©Copyright 2022</p>
<ul>
<li>Instagram</li>
<li>Youtube</li>
</ul>
</div>
</footer>
</body>
</html>