-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcatalog.html
465 lines (442 loc) · 25.6 KB
/
catalog.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
<!DOCTYPE html>
<html class="site-page" lang="ru">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Каталог: Магазин электроники Device</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon.png">
</head>
<body class="catalog-page">
<h1 class="visually-hidden">Магазин электроники Device</h1>
<header class="site-header container-center">
<!-- Шапка сайта, повторяется на всех страницах -->
<nav class="navigation">
<h2 class="visually-hidden">Навигация по магазиу</h2>
<a class="header-logo" href="index.html">
<img class="logo-image" src="images/logo-header.svg" width="145" height="37" alt="Логотип магазина.">
</a>
<div class="utilits-wrapper">
<form class="navigation-search" action="https://echo.htmlacademy.ru/" method="post">
<label class="search-label">
<input class="search-input" type="search" name="search" placeholder="Текст поиска" required>
<span class="visually-hidden">Поле ввода строки для поиска</span>
</label>
<button class="button-submit" type="submit">Найти</button>
</form>
<ul class="navigtion-menu user-menu">
<li class="menu-item authorisation-links">
<!-- с помощью класса switch-on включаем имя пользователя -->
<a class="menu-link user-name switch-on" href="user_profile.html" id="user_id">
<span class="menu-icon icon-login">
<svg class="enter-icon" aria-hidden="true" focusable="false" width="13" height="13" viewBox="0 0 13 13"
xmlns="http://www.w3.org/2000/svg">
<path
d="M0 12.39h13c-.2-2.6-2.1-4.8-4.7-5.5 1-.6 1.7-1.7 1.7-3 0-1.9-1.6-3.5-3.5-3.5S3 1.99 3 3.89c0 1.3.7 2.4 1.7 3-2.6.7-4.5 2.9-4.7 5.5Z"
fill="#000" />
</svg>
</span>
Коля Петухов
</a>
<!-- с помощью класса switch-on вкл/выкл кнопки -->
<a class="menu-link log-in-text" href="login.html">
<span class="menu-icon icon-login">
<svg class="enter-icon" aria-hidden="true" focusable="false" width="13" height="13" viewBox="0 0 13 13"
xmlns="http://www.w3.org/2000/svg">
<path
d="M0 12.39h13c-.2-2.6-2.1-4.8-4.7-5.5 1-.6 1.7-1.7 1.7-3 0-1.9-1.6-3.5-3.5-3.5S3 1.99 3 3.89c0 1.3.7 2.4 1.7 3-2.6.7-4.5 2.9-4.7 5.5Z"
fill="#000" />
</svg>
</span>
Войти
</a>
<a class="menu-link log-out-text switch-on" href="logout.html">Выйти</a>
</li>
<li class="menu-item">
<a class="menu-link" href="compare.html">
<span class="menu-icon">
<svg class="compare-icon" aria-hidden="true" focusable="false" width="10" height="13" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path d="M6 .39H4v12h2v-12ZM2 4.39H0v8h2v-8ZM10 3.39H8v9h2v-9Z" fill="#000" />
</svg>
</span>
Сравнить
</a>
</li>
<li class="menu-item">
<a class="menu-link cart-link" href="cart.html">
<span class="cart-goods">2</span>
<span class="menu-icon">
<svg class="cart-icon" aria-hidden="true" focusable="false" width="16" height="15"
xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#a)">
<path
d="m15.3 5.39-3.5.2L8.6.69c-.1-.2-.4-.3-.6-.3-.2 0-.5.1-.6.3l-3.2 4.9H.7c-.4 0-.7.3-.7.7v.2l1.9 6.8c.2.7.7 1.1 1.4 1.1h9.4c.7 0 1.2-.4 1.4-1.1l1.9-6.9v-.2c0-.4-.3-.8-.7-.8ZM8 2.29l2.2 3.2H5.9L8 2.29Z"
fill="#000" />
</g>
</svg>
</span>
Корзина
</a>
<div class="popover-wrapper">
<ol class="cart-list">
<li class="cart-item">
<a class="cart-item-link" href="catalog.html">
<img class="cart-item-thumbnail" src="images/catalog/product-1.jpg" width="39" height="43" alt="">
<span class="cart-item-name">Любительская селфи-палка</span>
</a>
<button class="item-del" type="button">
<span class="visually-hidden">Удалить позицию из корзины</span>
</button>
</li>
<li class="cart-item">
<a class="cart-item-link" href="catalog.html">
<img class="cart-item-thumbnail" src="images/catalog/product-2.jpg" width="39" height="43" alt="">
<span class="cart-item-name">Профессиональная
селфи-палка</span>
</a>
<button class="item-del" type="button">
<span class="visually-hidden">Удалить позицию из корзины</span>
</button>
</li>
<li class="cart-item cart-lumpsum">
<span class="total-items">Товаров: 2</span>
<span class="total-price">Сумма: 2000 ₽</span>
</li>
<li class="cart-item open-cart">
<button class="cart-open-button" type="button">Открыть корзину</button>
</li>
</ol>
</div>
</li>
</ul>
</div>
<ul class="navigation-menu">
<li class="menu-item submenu-inside">
<a class="menu-button" href="catalog.html">
<span class="button-text">Каталог товаров</span>
<p class="button-toggle">
<span class="visually-hidden">Подменю категорий</span>
</p>
</a>
<ul class="submenu-categories" id="submenu">
<!-- Вкл/выкл классом .submenu-active -->
<li class="category-group" data-category="category-group-1">
<!-- Вместо "category-group-1" будет подставляться alias группы категорий или ее id-номер -->
<a class="category-link active-link" href="catalog.html">Виртуальная реальность</a>
<a class="category-link" href="catalog.html">Моноподы для cелфи</a>
<a class="category-link" href="catalog.html">Экшн-камеры</a>
</li>
<li class="category-group" data-category="category-group-2">
<a class="category-link" href="catalog.html">Фитнес-браслеты</a>
<a class="category-link" href="catalog.html">Умные часы</a>
</li>
<li class="category-group" data-category="category-group-3">
<a class="category-link" href="catalog.html">Квадрокоптеры</a>
</li>
</ul>
</li>
<li class="menu-item">
<a class="menu-link" href="#delivery">доставка</a>
</li>
<li class="menu-item">
<a class="menu-link" href="#warranty">гарантия</a>
</li>
<li class="menu-item">
<a class="menu-link" href="#contacts">контакты</a>
</li>
</ul>
</nav>
</header>
<main class="catalog-content">
<!-- Основное содержимое страницы Каталога -->
<div class="container-center">
<h2 class="content-title">Моноподы для селфи</h2>
<header class="content-header">
<h3 class="visually-hidden">Маршрут к странице</h3>
<ul class="breadcramps-list">
<li class="breadcramps-item">
<a class="breadcramps-link" href="index.html">Главная</a>
<!-- декоративное изображение стрелки вправо - background-image у псевдо-элемнта breadcramps-item::after -->
</li>
<li class="breadcramps-item">
<a class="breadcramps-link" href="catalog.html">Каталог товаров</a>
</li>
<li class="breadcramps-item">
<a class="breadcramps-link" href="catalog.html">Моноподы для селфи</a>
<!-- стрелки у всех кроме последнего элемента -->
</li>
</ul>
</header>
</div>
<div class="container-catalog">
<section class="catalog-body container-center">
<h2 class="visually-hidden">Каталог </h2>
<form class="catalog-filters" action="https://echo.htmlacademy.ru/" method="post">
<p class="filters-groups-label">фильтр:</p>
<fieldset class="filters-group">
<p class="group-name">Стоимость</p>
<div class="range-slider">
<div class="range-bar" style="left: 0; right: 81px;">
<button class="min-pin" type="button">
<span class="visually-hidden">Изментить минимальную цену</span>
</button>
<button class="max-pin" type="button">
<span class="visually-hidden">Изментить максимальную цену</span>
</button>
</div>
</div>
<div class="range-inputs-wrapper">
<label class="input-label">
<span class="focus-mark visually-hidden">Минимальная цена</span>от 
<input class="input-price" type="number" name="min-price" value="0">
<span class="focus-mark"></span>
</label>
<label class="input-label">
<span class="focus-mark visually-hidden">Максимальная цена</span>До
<input class="input-price" type="number" name="max-price" value="5000">
<span class="focus-mark"></span>
</label>
</div>
</fieldset>
<fieldset class="filters-group">
<p class="group-name">Цвет</p>
<ul class="filters-list">
<li class="filters-item">
<label class="item-label" for="black">
<input class="visually-hidden control-input" type="checkbox" id="black" name="colors" value="black"
checked>
<span class="control-mark"></span>
Черный</label>
</li>
<li class="filters-item">
<label class="item-label" for="white">
<input class="visually-hidden control-input" type="checkbox" id="white" name="colors" value="white"
checked>
<span class="control-mark"></span>
Белый</label>
</li>
<li class="filters-item">
<label class="item-label" for="blue">
<input class="visually-hidden control-input" type="checkbox" id="blue" name="colors" value="blue">
<span class="control-mark"></span>
Синий</label>
</li>
<li class="filters-item">
<label class="item-label" for="red">
<input class="visually-hidden control-input" type="checkbox" id="red" name="colors" value="blue">
<span class="control-mark"></span>
Красный</label>
</li>
<li class="filters-item">
<label class="item-label" for="pink">
<input class="visually-hidden control-input" type="checkbox" id="pink" name="colors" value="blue">
<span class="control-mark"></span>
Розовый</label>
</li>
</ul>
</fieldset>
<fieldset class="filters-group">
<p class="group-name">Bluetooth</p>
<ul class="filters-list">
<li class="filters-item">
<label class="item-label" for="affirmative">
<input class="visually-hidden control-input" type="radio" id="affirmative" name="bluetooth"
value="affirmative" checked>
<span class="control-mark"></span>
Есть</label>
</li>
<li class="filters-item">
<label class="item-label" for="negative">
<input class="visually-hidden control-input" type="radio" id="negative" name="bluetooth"
value="negative">
<span class="control-mark"></span>
Нет</label>
</li>
</ul>
</fieldset>
<button class="button" type="submit">Показать</button>
</form>
<div class="catalog-wrapper">
<form class="catalog-sorting" action="https://echo.htmlacademy.ru/" method="post">
<label class="sorting-label" for="sorting">сортировка:</label>
<select class="sorting-select" name="sorting" id="sorting">
<option class="sorting-type" value="popular" selected>Популярные</option>
<option class="sorting-type" value="cheap">Дешевые</option>
<option class="sorting-type" value="expensive">Дорогие</option>
<option class="sorting-type" value="chinese">Китайские</option>
</select>
<button class="visually-hidden" type="submit">Отсортировать по критерию</button>
<div class="container-sorting-buttons">
<a class="sorting-button-ascending" href="catalog.html">
<span class="visually-hidden">Отсортировать по возрастанию</span>
<svg class="icon-sort" aria-hidden="true" focusable="false" width="12" height="10"
xmlns="http://www.w3.org/2000/svg">
<path d="m6 0 5.5 10H.5" />
</svg>
</a>
<a class="sorting-button-descending" href="catalog.html">
<span class="visually-hidden">Отсортировать по убыванию</span>
<svg class="icon-sort" aria-hidden="true" focusable="false" width="12" height="10"
xmlns="http://www.w3.org/2000/svg">
<path d="m6 0 5.5 10H.5" />
</svg>
</a>
</div>
</form>
<ul class="products-list">
<li class="products-item">
<div class="product-wrapper">
<img class="product-image" src="images/catalog/product-1.jpg" width="360" height="380"
alt="Любительская селфи-палка.">
<a class="product-link" href="product_card.html">
<span class="button">Подробнее</span>
<span class="visually-hidden">Информация о Любительская селфи-палка</span>
</a>
</div>
<h3 class="product-name">Любительская<br> селфи-палка</h3>
<p class="product-price">500 ₽</p>
</li>
<li class="products-item new-item">
<div class="product-wrapper">
<img class="product-image" src="images/catalog/product-2.jpg" width="360" height="380"
alt="Профессиональная селфи-палка.">
<a class="product-link" href="product_card.html">
<span class="button">Подробнее</span>
<span class="visually-hidden">Информация о Профессиональная селфи-палка</span>
</a>
</div>
<h3 class="product-name">Профессиональная селфи-палка</h3>
<p class="product-price">1 500 ₽</p>
</li>
<li class="products-item">
<div class="product-wrapper">
<img class="product-image" src="images/catalog/product-3.jpg" width="360" height="380"
alt="Непотопляемая селфи-палка.">
<a class="product-link" href="product_card.html">
<span class="button">Подробнее</span>
<span class="visually-hidden">Информация о Непотопляемая селфи-палка</span>
</a>
</div>
<h3 class="product-name">Непотопляемая<br> селфи-палка</h3>
<p class="product-price">2 500 ₽</p>
</li>
<li class="products-item">
<div class="product-wrapper">
<img class="product-image" src="images/catalog/product-4.jpg" width="360" height="380"
alt="Селфи-палка «Следуй за мной».">
<a class="product-link" href="product_card.html">
<span class="button">Подробнее</span>
<span class="visually-hidden">Информация о Селфи-палка «Следуй за мной»</span>
</a>
</div>
<h3 class="product-name">Селфи-палка «Следуй за мной»</h3>
<p class="product-price">1 500 ₽</p>
</li>
</ul>
<div class="catalog-footer">
<button class="catalog-more" type="button">Загрузить ещЁ</button>
<ul class="pagination-list">
<!-- С помощью класса scroll-available реализуем появление/скрытие подписей кнопок прокрутки -->
<!-- С помощью классов scroll-prev и scroll-next зададим стили и реализуем прокурутку списка страниц -->
<li class="pagination-item scroll-prev scroll-available">
<a class="pagination-link scroll" href="catalog.html">Назад</a></li>
<li class="pagination-item"><a class="pagination-link" href="catalog.html">1</a></li>
<li class="pagination-item"><a class="pagination-link" href="catalog.html">2</a></li>
<li class="pagination-item"><a class="pagination-link" href="catalog.html">3</a></li>
<li class="pagination-item"><span class="pagination-link">...</span></li>
<li class="pagination-item"><a class="pagination-link" href="catalog.html">15</a></li>
<li class="pagination-item scroll-next scroll-available">
<a class="pagination-link scroll" href="catalog.html">Вперёд</a></li>
</ul>
</div>
</div>
</section>
</div>
</main>
<footer class="site-footer">
<div class="container-center">
<h2 class="visually-hidden">Подвал сайта</h2>
<section class="footer-about">
<h3 class="visually-hidden">О нас</h3>
<a class="footer-about-logo" href="index.html">
<img class="logo-image" src="images/logo-footer.svg" width="145" height="37" alt="Логотип магазина.">
</a>
<address class="footer-about-address">Санкт-Петербург, набережная
реки Карповки, 5, литера П.</address>
<!-- декоративное изображение полоски снизу - (CSS) псевдо-элемнт footer-about::before -->
</section>
<div class="links-wrapper">
<section class="footer-menu">
<h3 class="visually-hidden">Дополнительные услуги</h3>
<ul class="footer-menu-list">
<li class="footer-menu-item">
<a class="footer-menu-link" href="#delivery">доставка</a>
</li>
<li class="footer-menu-item">
<a class="footer-menu-link" href="#warranty">гарантия</a>
</li>
<li class="footer-menu-item">
<a class="footer-menu-link" href="#contacts">контакты</a>
</li>
</ul>
</section>
<section class="footer-socials">
<h3 class="visually-hidden">МЫ в социальных сетях</h3>
<ul class="socials-list">
<li class="socials-item">
<a class="socials-button" href="https://www.facebook.com/htmlacademy/">
<span class="visually-hidden">Facebook</span>
<svg class="icon-facebook" aria-hidden="true" focusable="false" width="40" height="40"
xmlns="http://www.w3.org/2000/svg">
<circle cx="20" cy="20" r="20" />
<path
d="M22.5 14H25v-3h-3.4c-2.8 0-3.6 1.7-3.6 4.2V17h-2v3h2v9h3v-9h3.3l.6-3H21v-1.5c0-.8.3-1.5 1.5-1.5Z" />
</svg>
</a>
</li>
<li class="socials-item">
<a class="socials-button" href="https://www.instagram.com/htmlacademy/">
<span class="visually-hidden">Instagramm</span>
<svg class="icon-instagramm" aria-hidden="true" focusable="false" width="40" height="40"
xmlns="http://www.w3.org/2000/svg">
<circle cx="20" cy="20" r="20" />
<path d="M20 22a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z" fill="#444" />
<path
d="M26.7 13.3c-.9-.9-2-1.3-3.4-1.3h-6.6c-2.8 0-4.7 1.9-4.7 4.7v6.6c0 1.4.4 2.6 1.4 3.4.9.9 2 1.3 3.3 1.3h6.6c1.4 0 2.6-.4 3.4-1.3.8-.9 1.3-2 1.3-3.4v-6.6c0-1.4-.4-2.6-1.3-3.4ZM20 24.1c-2.2 0-4.1-1.8-4.1-4.1s1.9-4.1 4.1-4.1c2.2 0 4.1 1.8 4.1 4.1s-1.9 4.1-4.1 4.1Zm4.6-7.4c-.7 0-1.3-.5-1.3-1.3s.5-1.3 1.3-1.3c.7 0 1.3.6 1.3 1.3 0 .7-.6 1.3-1.3 1.3Z" />
</svg>
</a>
</li>
<li class="socials-item">
<a class="socials-button" href="https://twitter.com/htmlacademy_ru/">
<span class="visually-hidden">Twitter</span>
<svg class="icon-twitter" aria-hidden="true" focusable="false" width="40" height="40"
xmlns="http://www.w3.org/2000/svg">
<circle cx="20" cy="20" r="20" />
<path
d="M22.7 13.16c1.5-.5 2.6.3 3.2 1.1.5-.2 1.1-.4 1.7-.6 0 .8-.5 1.4-.8 1.6.7.2 1.2-.4 1.2-.4-.1.9-.9 1.7-1.4 1.9-.2 6.3-2.8 10.4-8.9 10.3h-.4c-.3 0-3.7-.4-4.3-1.8 2 .2 3.4-.4 4.1-1.1-.8-.3-2.4-.4-2.6-2.8.3.2.5.3 1.1.2-1.1-.8-2.3-1.5-2.2-3.5.3.3.9.5 1.2.4-.6-.2-1.8-3.1-.8-4.6 1.6 1.7 3.3 3.4 6.3 3.5.2-2.1 1-3.5 2.6-4.2Z" />
</svg>
</a>
</li>
</ul>
</section>
</div>
<div class="info-wrapper">
<a class="contacts-phone" href="tel:+78128121212">Тел.: +7 (812) 812-12-12</a>
<section class="footer-developers">
<!-- Секция о разработчиках проекта -->
<h3 class="visually-hidden">Разработчики проекта</h3>
<a class="developers-link" href="https://htmlacademy.ru/">
<svg class="developer-logo" aria-hidden="true" focusable="false" width="115" height="33"
xmlns="http://www.w3.org/2000/svg">
<path
d="M0 12.9v2.6h2.5v-2.6H0ZM11.6 4.5c-1.6 0-2.8.7-3.6 1.7h-.1V0h-2v15.5h2v-5.3c0-2.1 1.3-3.6 3.3-3.6 1.8 0 2.9 1.4 2.9 3.2v5.7h2V9.4c.1-3-1.8-4.9-4.5-4.9ZM26.6 4.8h-4.8V1.1h-2v3.8h-1.9v2h1.9v6c0 1.7 1 2.7 2.7 2.7h4.1v-2h-3.7c-.7 0-1.1-.4-1.1-1.1V6.8h4.8v-2ZM41.1 4.6c-1.6 0-2.9.8-3.5 2.1h-.1c-.6-1.2-1.8-2.1-3.4-2.1-1.4 0-2.5.8-3.1 1.8h-.1V4.8H29v10.6h2V10c0-2 1-3.5 2.6-3.5 1.5 0 2.4 1 2.4 2.6v6.3h2V9.8c0-2.4 1.4-3.3 2.6-3.3 1.5 0 2.4 1 2.4 2.6v6.3h2V8.9c.1-2.5-1.4-4.3-3.9-4.3ZM47.8 12.7c0 1.7 1 2.7 2.8 2.7h2v-2h-1.7c-.7 0-1.1-.4-1.1-1.1V0h-2v12.7ZM28.9 19.7c-.9-1.1-2.2-1.8-3.9-1.8-3.1 0-5.4 2.3-5.4 5.6s2.3 5.6 5.4 5.6c1.8 0 3-.8 3.8-1.9h.1v1.6h2V18.2h-2v1.5Zm-3.6 7.4c-2.2 0-3.6-1.6-3.6-3.6s1.4-3.6 3.6-3.6 3.6 1.6 3.6 3.6c0 1.9-1.4 3.6-3.6 3.6ZM44.2 22c-.5-2.4-2.6-4.1-5.4-4.1a5.4 5.4 0 0 0-5.6 5.6c0 3.1 2.2 5.6 5.6 5.6 2.8 0 4.9-1.8 5.4-4.2h-2.1a3.4 3.4 0 0 1-3.3 2.3c-2.2 0-3.6-1.6-3.6-3.6s1.4-3.6 3.6-3.6c1.6 0 2.8 1 3.3 2.2h2.1V22ZM55.1 19.7c-.9-1.1-2.2-1.8-3.9-1.8-3.1 0-5.4 2.3-5.4 5.6s2.3 5.6 5.4 5.6c1.8 0 3-.8 3.8-1.9h.1v1.6h2V18.2h-2v1.5Zm-3.6 7.4c-2.2 0-3.6-1.6-3.6-3.6s1.4-3.6 3.6-3.6 3.6 1.6 3.6 3.6c0 1.9-1.5 3.6-3.6 3.6ZM68.7 19.8c-.9-1.1-2.2-1.9-3.9-1.9-3.1 0-5.4 2.3-5.4 5.6s2.2 5.6 5.4 5.6c1.7 0 3-.8 3.8-1.8h.1v1.5h2V13.4h-2v6.4Zm-3.6 7.3c-2.2 0-3.6-1.6-3.6-3.6s1.4-3.6 3.6-3.6 3.6 1.6 3.6 3.6c-.1 2-1.5 3.6-3.6 3.6ZM78.3 17.9c-3.3 0-5.5 2.5-5.5 5.6 0 3 2.1 5.6 5.5 5.6 2.5 0 4.5-1.3 5.2-3.6h-2.1c-.5 1-1.6 1.6-3 1.6-1.9 0-3.3-1.3-3.4-2.9h8.8c.2-3.6-2-6.3-5.5-6.3Zm0 1.9c1.7 0 3 1 3.3 2.6h-6.5c.3-1.5 1.5-2.6 3.2-2.6ZM98.2 17.9c-1.6 0-2.9.8-3.6 2h-.1c-.6-1.2-1.8-2-3.4-2-1.4 0-2.5.7-3.1 1.8v-1.5h-1.9v10.6h2v-5.4c0-2 1-3.4 2.6-3.5 1.5 0 2.4 1 2.4 2.6v6.3h2v-5.6c0-2.4 1.4-3.3 2.6-3.3 1.5 0 2.4 1 2.4 2.6v6.3h2v-6.5c.1-2.6-1.4-4.4-3.9-4.4ZM109.4 27l-3.6-8.9h-2.2l4.8 11.6c-.3.9-.7 1.2-1.7 1.2h-2.5v2h2.5c1.8 0 2.8-.8 3.5-2.6l4.7-12.2h-2.1l-3.4 8.9Z" />
</svg>
<span class="visually-hidden">сайт HTML Академии</span>
</a>
</section>
</div>
</div>
</footer>
</body>
</html>