-
Notifications
You must be signed in to change notification settings - Fork 0
/
catalog.html
178 lines (173 loc) · 7.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
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="utf-8">
<title>Барбершоп - страница каталога</title>
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<header class="catalog-header">
<div class="container">
<nav class="main-navigation">
<a class="index-logo" href="index.html"><img src="img/barbershop-logo.png" width="111" height="24" alt="Барбершоп"></a>
<ul>
<li>
<a href="#">Информация</a>
</li>
<li>
<a href="#">Новости</a>
</li>
<li>
<a href="#">Прайс-лист</a>
</li>
<li>
<a href="#">Магазин</a>
</li>
<li>
<a href="#">Контакты</a>
</li>
</ul>
</nav>
<div class="user-block">
<a class="login" href="#">Вход</a>
</div>
</div>
</header>
<main class="catalog-main container">
<h1>Средства для ухода</h1>
<ul class="breadcrumbs">
<li>
<a href="#">Главная</a>
</li>
<li>
<a href="#">Магазин</a>
</li>
<li>
<a class="breadcrumbs-active">Средства для ухода</a>
</li>
</ul>
<aside class="filters">
<h2>Производители:</h2>
<form class="filters-form" action="https://echo.htmlacademy.ru" method="get">
<fieldset>
<legend>Производители:</legend>
<ul>
<li>
<input type="checkbox" name="baxter" id="baxter" checked>
<label for="baxter">Baxter of California</label>
</li>
<li>
<input type="checkbox" name="natty" id="natty">
<label for="natty">Mr Natty</label>
</li>
<li>
<input type="checkbox" name="suavecito" id="suavecito" checked>
<label for="suavecito">Suavecito</label>
</li>
<li>
<input type="checkbox" name="malin" id="malin">
<label for="malin">Malin+Goetz</label>
</li>
<li>
<input type="checkbox" name="murray" id="murray">
<label for="murray">Murray's</label>
</li>
<li>
<input type="checkbox" name="american" id="american" checked>
<label for="american">American Crew</label>
</li>
</ul>
</fieldset>
<fieldset>
<legend>Группы товаров:</legend>
<ul>
<li>
<input type="radio" name="itemgroup" id="shave" value="1">
<label for="shave">Бритвенные<br>принадлежности</label>
</li>
<li>
<input type="radio" name="itemgroup" id="care" value="2" checked>
<label for="care">Средства для ухода</label>
</li>
<li>
<input type="radio" name="itemgroup" id="access" value="3">
<label for="access">Аксессуары</label>
</li>
</ul>
<button class="btn show-selected" type="submit">Показать</button>
</fieldset>
</form>
</aside>
<div class="selected-items">
<article class="item-card">
<img src="img/boc-travelkit-catalog.jpg" width="220" height="165" alt="Набор для путешествий «Baxter of California»">
<h2 class="item-description">Набор для путешествий</h2>
<p class="item-name">«Baxter of California»</p>
<span class="item-price">2 900 руб.</span>
<a class="buy-btn" href="#">Купить</a>
</article>
<article class="item-card">
<img src="img/boc-conditioner-catalog.jpg" width="220" height="165" alt="Увлажняющий кондиционер «Baxter of California»">
<h2 class="item-description">Увлажняющий кондиционер</h2>
<p class="item-name">«Baxter of California»</p>
<span class="item-price">750 руб.</span>
<a class="buy-btn" href="#">Купить</a>
</article>
<article class="item-card">
<img src="img/suavecito-gel-catalog.jpg" width="220" height="165" alt="Гель для волос «SUAVECITO»">
<h2 class="item-description">Гель для волос</h2>
<p class="item-name">«Suavecito»</p>
<span class="item-price">290 руб.</span>
<a class="buy-btn" href="#">Купить</a>
</article>
<article class="item-card">
<img src="img/ac-clay-catalog.jpg" width="220" height="165" alt="Глина для укладки волос «American crew»">
<h2 class="item-description">Глина для укладки волос</h2>
<p class="item-name">«American Crew»</p>
<span class="item-price">500 руб.</span>
<a class="buy-btn" href="#">Купить</a>
</article>
<article class="item-card">
<img src="img/ac-gel-catalog.jpg" width="220" height="165" alt="Гель для волос «American crew»">
<h2 class="item-description">Гель для волос</h2>
<p class="item-name">«American Crew»</p>
<span class="item-price">300 руб.</span>
<a class="buy-btn" href="#">Купить</a>
</article>
<article class="item-card">
<img src="img/boc-shavekit-catalog.jpg" width="220" height="165" alt="Набор для бритья «Baxter of California»">
<h2 class="item-title">Набор для бритья</h2>
<p class="item-name">«Baxter of California»</p>
<span class="item-price">3 900 руб.</span>
<a class="buy-btn" href="#">Купить</a>
</article>
<ul class="switch-page">
<li><a class="nav-btn" href="#">1</a></li>
<li><a class="nav-btn active">2</a></li>
<li><a class="nav-btn" href="#">3</a></li>
<li><a class="nav-btn" href="#">4</a></li>
</ul>
</div>
</main>
<footer class="catalog-footer">
<div class="container">
<div class="footer-contacts">
Барбершоп «Бородинский»<br>
Адрес: г. Санкт-Петербург, Б. Конюшенная, д. 19/8<br>
<a href="#">Как нас найти?</a><br>
Телефон: +7 (812) 666-02-66
</div>
<div class="footer-social">
<p>Давайте дружить!</p>
<a class="social-btn social-btn-vk" href="#">Вконтакте</a>
<a class="social-btn social-btn-fb" href="#">Фейсбук</a>
<a class="social-btn social-btn-inst" href="#">Инстаграм</a>
</div>
<div class="footer-copyright">
<p>Разработано:</p>
<a class="btn" href="https://htmlacademy.ru">HTML Academy</a>
</div>
</div>
</footer>
</body>
</html>