-
Notifications
You must be signed in to change notification settings - Fork 0
/
catalog.html
526 lines (471 loc) · 25 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
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
<!DOCTYPE html>
<html class="page" lang="ru">
<head>
<meta charset="utf-8">
<title>Техномарт - каталог</title>
<link href="https://fonts.googleapis.com/css2?family=Cuprum:ital,wght@0,400;0,700;1,400;1,700&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/style.min.css">
</head>
<body class="page-body">
<header class="body-header">
<!-- Верхняя линия (Лого, поиск, заказ) -->
<section class="header-top">
<div class="head-line container">
<a class="logo-technomart" href="index.html">
<img src="img/logo-technomart.svg" height="18" width="108" alt="Logo">
</a>
<form class="search-form" action="https://echo.htmlacademy.ru" method="GET">
<input class="header-word search" type="search" name="search" id="search" placeholder="Поиск:" aria-label="Поиск по магазину">
<svg aria-hidden="true" focusable="false" width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd"
clip-rule="evenodd"
d="M13.458 12.044L17 15.586L15.586 17L12.044 13.458C10.782 14.421 9.21 15 7.5 15C3.35786 15 0 11.6421 0 7.5C0 3.35786 3.35786 0 7.5 0C11.6421 0 15 3.35786 15 7.5C15.0001 9.14309 14.4581 10.7403 13.458 12.044ZM7.5 2C4.467 2 2 4.467 2 7.5C2.00331 10.5362 4.4638 12.9967 7.5 13C10.532 13 13 10.532 13 7.5C13 4.467 10.532 2 7.5 2Z" fill="white"/>
</svg>
</form>
<a class="header-word bookmark" href="#">
Закладки: 0
</a>
<a class="header-word cart" href="#">
Корзина: 0
</a>
<a class="header-word" href="#">
<span>Оформить заказ</span>
</a>
</div>
</section>
<!-- Средняя линия (Текст, контакты, логин) -->
<section class="header-info">
<div class="container">
<div class="middle-info">
<h1 class="site-description">Интернет-магазин строительных материалов и инструментов для ремонта</h1>
<div class="header-contacts">
<a class="header-phone" href="tel:+78125550555" aria-label="Наш телефон"> +7 (812) 555-05-55</a>
<p class="adress">г. Санкт-Петербург, ул. Б. Конюшенная, д. 19/8</p>
</div>
<div class="login-registration my-login">
<div class="my-login-top">
<a class="user-img" href="#" aria-label="Перейти в личный кабинет">
<svg aria-hidden="true" focusable="false" width="20" height="18" viewBox="0 0 20 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M17.881 14.166C15.737 13.431 13.625 12.5 12.674 11.776C12.017 11.275 11.904 10.158 12.157 9.361C13.275 8.458 14.021 6.884 14.021 5.083C14.021 2.276 12.221 0 10 0C7.77902 0 5.97901 2.276 5.97901 5.083C5.97901 6.884 6.72501 8.457 7.84201 9.36C8.09501 10.158 7.98302 11.275 7.32502 11.776C6.37502 12.5 4.26201 13.43 2.11801 14.166C-0.0259852 14.902 1.48343e-05 18 1.48343e-05 18H20C20 18 20.025 14.901 17.881 14.166Z" fill="#C5C5C5"/>
</svg>
</a>
<a class="user-name" href="#" aria-label="Имя пользователя">Равшан Джамшутович</a>
<a class="Logout" href="#" aria-label="Выйти из профиля">
<svg aria-hidden="true" focusable="false" width="20" height="17" viewBox="0 0 20 17" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M20 8.5L11.125 0V6H5.125V11H11.125V17L20 8.5Z" fill="#C5C5C5"/>
<path d="M2.10598 13.952V3.048C2.12398 2.672 2.27698 1.991 3.11598 1.991H8.14297V0H3.11598C0.937975 0 0.111975 1.81 0.0869751 3.027V13.973C0.111975 15.189 0.937975 17 3.11598 17H8.14297V15.01H3.11598C2.27698 15.01 2.12398 14.327 2.10598 13.952Z" fill="#C5C5C5"/>
</svg>
</a>
</div>
<ul class="my-login-bottom">
<li>
<a class="my-offers" href="#">Мои заказы</a>
</li>
<li>
<a class="personal" href="#">Личный кабинет</a>
</li>
</ul>
</div>
</div>
<!-- Нижняя линия (Навигация) -->
<nav class="header-navigation">
<ul class="site-navigation">
<li class="navigation-item">
<a class="navigation-word" href="index.html">
Главная
</a>
</li>
<li class="navigation-item">
<a class="navigation-word" href="#">
Компания
</a
></li>
<li class="navigation-item">
<a class="navigation-word" href="catalog.html">
Каталог
</a>
</li>
<li class="navigation-item">
<a class="navigation-word" href="#">
Новости
</a>
</li>
<li class="navigation-item">
<a class="navigation-word" href="#">
Спецпредложения
</a>
</li>
<li class="navigation-item">
<a class="navigation-word" href="#">
Доставка
</a>
</li>
<li class="navigation-item">
<a class="navigation-word" href="#">
Контакты
</a>
</li>
</ul>
</nav>
</div>
</section>
</header>
<main class="main-catalog">
<!-- BreadCrumbs -->
<ul class="breadcrumbs">
<li>
<a class="breadcrumb-point point-home" href="index.html" aria-label="Перейти на страницу Главная"></a>
</li>
<li>
<a class="breadcrumb-point" href="#" aria-label="Перейти на страницу">Каталог</a>
</li>
<li>
<a class="breadcrumb-point" href="#" aria-label="Перейти на страницу">Инструмент</a>
</li>
<li>
<a class="breadcrumb-point current-point" href="#" aria-label="Текущая страница">Перфораторы</a>
</li>
</ul>
<div class="container device-name-container">
<h2>Перфораторы</h2>
</div>
<div class="catalog-content">
<!-- Filter -->
<section class="filters">
<div class="main-head">
<span>Фильтр:</span>
</div>
<form class="filter-form" method="get" action="https://echo.htmlacademy.ru">
<fieldset class="filter-item filter-item-price">
<legend class="filter-legend legend-price">Цена:</legend>
<div class="range-filter">
<div class="range-controls">
<div class="scale">
<div class="bar" style="width: 80%;
margin-left: 5%"></div>
</div>
<div class="toggle toggle-min" tabindex="0" style="left: 5%" aria-label="Минимальная цена"></div>
<div class="toggle toggle-max" tabindex="0" style="left: 70%" aria-label="Максимальная цена"></div>
</div>
<div class="price-controls">
<label class="min-price">
<input type="text" name="min-price" value="0">
</label>
<label class="max-price">
<input type="text" name="max-price" value="30000">
</label>
</div>
</div>
</fieldset>
<fieldset class="filter-item filter-item-manufacturer">
<legend class="filter-legend legend-manufacturer" aria-label="Фильтр">Производители:</legend>
<ul>
<li class="filter-option filter-checkbox">
<input class="visually-hidden filter-input-checkbox filter-input" type="checkbox" name="bosch" id="filter-bosch" checked>
<label for="filter-bosch">Bosch</label>
</li>
<li class="filter-option filter-checkbox">
<input class="visually-hidden filter-input-checkbox filter-input" type="checkbox" name="interskol" id="filter-interskol">
<label for="filter-interskol">Интерскол</label>
</li>
<li class="filter-option filter-checkbox">
<input class="visually-hidden filter-input-checkbox filter-input" type="checkbox" name="makita" id="filter-makita" checked>
<label for="filter-makita">Makita</label>
</li>
<li class="filter-option filter-checkbox">
<input class="visually-hidden filter-input-checkbox filter-input" type="checkbox" name="dewalt" id="filter-dewalt">
<label for="filter-dewalt">Dewalt</label>
</li>
<li class="filter-option filter-checkbox">
<input class="visually-hidden filter-input-checkbox filter-input" type="checkbox" name="hitachi" id="filter-hitachi">
<label for="filter-hitachi">Hitachi</label>
</li>
</ul>
</fieldset>
<fieldset class="filter-item filter-item-power">
<legend class="filter-legend legend-power" aria-label="Фильтр">Питание:</legend>
<ul>
<li class="filter-option filter-radio">
<input class="visually-hidden filter-input-radio filter-input" type="radio" name="power-type" value="battery" id="filter-battery" checked>
<label for="filter-battery">Аккумуляторные</label>
</li>
<li class="filter-option filter-radio">
<input class="visually-hidden filter-input-radio filter-input" type="radio" name="power-type" value="mains-supply" id="filter-supply">
<label for="filter-supply">Сетевые</label>
</li>
</ul>
</fieldset>
<button type="submit" class="filter-button button" aria-label="Применить фильтры">Показать</button>
</form>
</section>
<!--Sorting-->
<section class="goods-content">
<div class="sorting">
<span>Сортировка:</span>
<ul class="sorting-list">
<li>
<a href="#" class="sorting-type sorting-current">
По цене
</a>
</li>
<li >
<a href="#" class="sorting-type">
По типу
</a>
</li>
<li>
<a href="#" class="sorting-type">
По функционалу
</a>
</li>
</ul>
<div class="sorting-direction">
<a href="#" class="sorting-button button-up sorting-direction-current" aria-label="Сортировка по возрастанию"></a>
<a href="#" class="sorting-button button-down" aria-label="Сортировка по убыванию"></a>
</div>
</div>
<!--Goods Area-->
<ul class="goods-list goods-list--catalog">
<!-- First Row -->
<li class="catalog-item" tabindex="0" aria-label="Карточка товара">
<div class="goods-img">
<img src="img/bosch-bfg-6k.jpg" height="128" width="144" alt="Фото товара BOSCH BFG 6000">
</div>
<span class="goods-name">Перфоратор BOSCH BFG 6000</span>
<span class="old-price" aria-label="Старая цена">30500 Р.</span>
<span class="current-price" aria-label="Текущая стоимость">25500 Р.</span>
<div class="item-hover-buy">
<a class="hover-button buy" href="#">
купить
</a>
<a class="hover-button wishlist" href="#">
в закладки
</a>
</div>
</li>
<li class="catalog-item" tabindex="0" aria-label="Карточка товара">
<div class="goods-img">
<img src="img/bosch-bfg-6k.jpg" height="128" width="144" alt="Фото товара BOSCH BFG 6000">
</div>
<span class="goods-name">Перфоратор BOSCH BFG 6000</span>
<span class="old-price" aria-label="Старая цена">30500 Р.</span>
<span class="current-price" aria-label="Текущая стоимость">25500 Р.</span>
<div class="item-hover-buy">
<a class="hover-button buy" href="#">
купить
</a>
<a class="hover-button wishlist" href="#">
в закладки
</a>
</div>
</li>
<li class="catalog-item" tabindex="0" aria-label="Карточка товара">
<div class="goods-img">
<img src="img/bosch-bfg-6k.jpg" height="128" width="144" alt="Фото товара BOSCH BFG 6000">
</div>
<span class="goods-name">Перфоратор BOSCH BFG 6000</span>
<span class="old-price" aria-label="Старая цена">30500 Р.</span>
<span class="current-price" aria-label="Текущая стоимость">25500 Р.</span>
<div class="item-hover-buy">
<a class="hover-button buy" href="#">
купить
</a>
<a class="hover-button wishlist" href="#">
в закладки
</a>
</div>
</li>
<!-- Second Row -->
<li class="catalog-item" tabindex="0" aria-label="Карточка товара">
<div class="goods-img">
<img src="img/bosch-bfg-3k.jpg" height="112" width="127" alt="Фото товара BOSCH BFG 3000">
</div>
<span class="goods-name">Перфоратор BOSCH BFG 3000</span>
<span class="old-price" aria-label="Старая цена">22500 Р.</span>
<span class="current-price" aria-label="Текущая стоимость">15500 Р.</span>
<div class="item-hover-buy">
<a class="hover-button buy" href="#">
купить
</a>
<a class="hover-button wishlist" href="#">
в закладки
</a>
</div>
</li>
<li class="catalog-item" tabindex="0" aria-label="Карточка товара">
<div class="goods-img">
<img src="img/bosch-bfg-6k.jpg" height="128" width="144" alt="Фото товара BOSCH BFG 6000">
</div>
<span class="goods-name">Перфоратор BOSCH BFG 6000</span>
<span class="old-price" aria-label="Старая цена">30500 Р.</span>
<span class="current-price" aria-label="Текущая стоимость">25500 Р.</span>
<div class="item-hover-buy">
<a class="hover-button buy" href="#">
купить
</a>
<a class="hover-button wishlist" href="#">
в закладки
</a>
</div>
</li>
<li class="catalog-item" tabindex="0" aria-label="Карточка товара">
<div class="goods-img">
<img src="img/bosch-bfg-2k.jpg" height="112" width="127" alt="Фото товара BOSCH BFG 2000">
</div>
<span class="goods-name">Перфоратор BOSCH BFG 2000</span>
<span class="old-price"></span>
<span class="current-price" aria-label="Текущая стоимость">12500 Р.</span>
<div class="item-hover-buy">
<a class="hover-button buy" href="#">
купить
</a>
<a class="hover-button wishlist" href="#">
в закладки
</a>
</div>
</li>
<!-- Third Row -->
<li class="catalog-item" tabindex="0" aria-label="Карточка товара">
<div class="goods-img">
<img src="img/bosch-bfg-3k.jpg" height="112" width="127" alt="Фото товара BOSCH BFG 3000">
</div>
<span class="goods-name">Перфоратор BOSCH BFG 3000</span>
<span class="old-price" aria-label="Старая цена">22500 Р.</span>
<span class="current-price" aria-label="Текущая стоимость">15500 Р.</span>
<div class="item-hover-buy">
<a class="hover-button buy" href="#">
купить
</a>
<a class="hover-button wishlist" href="#">
в закладки
</a>
</div>
</li>
<li class="catalog-item" tabindex="0" aria-label="Карточка товара">
<div class="goods-img">
<img src="img/bosch-bfg-6k.jpg" height="128" width="144" alt="Фото товара BOSCH BFG 6000">
</div>
<span class="goods-name">Перфоратор BOSCH BFG 6000</span>
<span class="old-price" aria-label="Старая цена">30500 Р.</span>
<span class="current-price" aria-label="Текущая стоимость">25500 Р.</span>
<div class="item-hover-buy">
<a class="hover-button buy" href="#">
купить
</a>
<a class="hover-button wishlist" href="#">
в закладки
</a>
</div>
</li>
<li class="catalog-item" tabindex="0" aria-label="Карточка товара">
<div class="goods-img">
<img src="img/bosch-bfg-2k.jpg" height="112" width="127" alt="Фото товара BOSCH BFG 2000">
</div>
<span class="goods-name">Перфоратор BOSCH BFG 2000</span>
<span class="old-price"></span>
<span class="current-price" aria-label="Текущая стоимость">12500 Р.</span>
<div class="item-hover-buy">
<a class="hover-button buy" href="#">
купить
</a>
<a class="hover-button wishlist" href="#">
в закладки
</a>
</div>
</li>
</ul>
<ul class="pagination-list">
<li class="pagination-item pagination-item-current">
<a class="pagination-point pagination-current-point" href="#" aria-label="Перейти на страницу каталога">1</a>
</li>
<li class="pagination-item">
<a class="pagination-point" href="#" aria-label="Перейти на страницу каталога">2</a>
</li>
<li class="pagination-item">
<a class="pagination-point" href="#" aria-label="Перейти на страницу каталога">3</a>
</li>
<li class="pagination-item pagination-next">
<a class="pagination-point next-point" href="#" aria-label="Перейти на страницу каталога">Следующая</a>
</li>
</ul>
</section>
</div>
</main>
<!--Нижняя область-->
<section class="about-device">
<div class="container">
<h2>Пара слов о перфораторах</h2>
<p>Перфоратор — универсальный строительный инструмент. Предназначен для сверления и долбления отверстий в кирпиче, бетоне и камне.
<p>Существуют электромеханические и пневматические перфораторы. Современные модели могут выполнять функции дрели, шуруповерта и отбойного молотка.
В ассортиментном ряду есть выбор «трехрежимников»: в одном устройстве будут совмещены отбойный молоток и ударная дрель.</p>
</div>
</section>
<!--Footer-->
<footer class="body-footer">
<section class="footer-top">
<div class="container">
<div class="footer-contacts">
<a class="logo-technomart" href="index.html">
<img src="img/logo-technomart.svg" height="23" width="138" alt="Logo">
</a>
<p>
г. Санкт-Петербург, ул. Б. Конюшенная, д. 19/8
<a href="tel:+78125550555" aria-label="Наш телефон">
+7 (812) 555-05-55
</a>
</p>
</div>
<div class="footer-navigation">
<ul class="footer-navigation-top">
<li><a href="#" aria-label="Открыть страницу">Компания</a></li>
<li><a href="#" aria-label="Открыть страницу">Новости</a></li>
<li><a href="catalog.html" aria-label="Открыть страницу">Каталог</a></li>
<li><a href="#" aria-label="Открыть страницу">Доставка</a></li>
<li><a href="#" aria-label="Открыть страницу">Контакты</a></li>
</ul>
<ul class="footer-navigation-bottom">
<li><a href="#" aria-label="Перейти в список">Материалы</a></li>
<li><a href="#" aria-label="Перейти в список">Техника</a></li>
<li><a href="#" aria-label="Перейти в список">Инструмент</a></li>
<li><a href="#" aria-label="Перейти в список">Спецпредложения</a></li>
</ul>
</div>
</div>
</section>
<section class="footer-bottom">
<div class="container">
<p class="copy">© 2010-2019 Компания «Техномарт» Все права защищиены</p>
<div class="social">
<a class="social-button" href="#" aria-label="Наша группа Вконтакте">
<img src="img/icon-vk.svg" height="15" width="26" alt="vk">
</a>
<a class="social-button" href="#" aria-label="Наша страница на Facebook">
<img src="img/icon-fb.svg" height="22" width="12" alt="fb">
</a>
<a class="social-button" href="#" aria-label="Наш Instagram">
<img src="img/icon-insta.svg" height="21" width="21" alt="instagram">
</a>
</div>
<div class="feedback">
<p>Обратная связь: <a class="email" href="mailto:[email protected]">[email protected]</a></p>
<p>Разработано — <a class="email" href="https://htmlacademy.ru/intensive/htmlcss"><span>htmlacademy.ru</span></a></p>
</div>
</div>
</section>
</footer>
<section class="modal modal-buying">
<div class="modal-buying-container">
<div class="buying-top">
<p>Товар добавлен в корзину!</p>
</div>
<div class="buying-bottom">
<a href="#" class="button modal-button-buy">Оформить заказ</a>
<a href="#" class="button modal-button-continue">Продолжить покупки</a>
</div>
<button type="button" class="close-button buying-close" aria-label="Закрыть"></button>
</div>
</section>
<script src="js/script.min.js"></script>
</body>
</html>