-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcosmetic-catalog.html
226 lines (206 loc) · 8.97 KB
/
cosmetic-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
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<title>Барбершоп | каталог товаров</title>
<link rel="stylesheet" type="text/css" href="css/style.css"/>
<link href='https://fonts.googleapis.com/css?family=PT+Sans+Narrow' rel='stylesheet' type='text/css'>
</head>
<body class="catalog">
<header class="main-header">
<div class="container">
<nav class="main-nav">
<ul>
<li class="main-nav__item">
<a class="main-nav__link" href="#" >Информация</a>
</li>
<li class="main-nav__item">
<a class="main-nav__link" href="#">Новости</a>
</li>
<li class="main-nav__item">
<a class="main-nav__link" href="price-list.html">Прайс-лист</a>
</li>
<li class="main-nav__item">
<a class="main-nav__link" href="cosmetic-catalog.html">
Магазин
</a>
</li>
<li class="main-nav__item">
<a class="main-nav__link" href="#" >Контакты</a>
</li>
</ul>
</nav>
<div class="user-block" >
<img class="user-block__icon" src="img/login-icon.png" width="18" height="16" alt="login icon">
<a class="user-block__link" href="#" >Вход</a>
</div>
</div>
</header>
<main class="main-content">
<div class="container container--catalog"> <!-- -->
<h1 class="page-main-title">Средства для ухода</h1>
<ul class="breadcrumb">
<li class="breadcrumb__item"><a href="index.html">Главная</a></li>
<li class="breadcrumb__item"><a href="cosmetic-catalog.html">Магазин</a></li>
<li class="breadcrumb__item"><span>Средства для ухода</span></li>
</ul>
<div class="container">
<form class="filters" action="#" method="post">
<h2 class="filters__title">Производители</h2>
<ul class="brands">
<li class="brands__name">
<input type="checkbox" id="buxter" name="buxter">
<label for="buxter">Buxter of California</label>
</li>
<li class="brands__name">
<input type="checkbox" id="natty" name="brand-natty">
<label for="natty">Mr Natty</label>
</li>
<li class="brands__name">
<input type="checkbox" id="suav" name="brand-suav">
<label for="suav">Suavecito</label>
</li>
<li class="brands__name">
<input type="checkbox" id="malin+goetz" name="brand-malin-goetz">
<label for="malin+goetz">Malin + Goetz</label>
</li>
<li class="brands__name">
<input type="checkbox" id="murray" name="brand-murray">
<label for="murray">Murray's</label>
</li>
<li class="brands__name">
<input type="checkbox" id="crew" name="brand-crew">
<label for="crew">American crew</label>
</li>
</ul>
<h2 class="filters__title">Группы товаров</h2>
<ul class="item-types">
<li class="item-types__name">
<input type="radio" id="shaving-set" name="item-type" value="shaving-set">
<label for="shaving-set">Бритвенные принадлежности</label>
</li>
<li class="item-types__name">
<input type="radio" id="skincare" name="item-type" value="skincare">
<label for="skincare">Средства для ухода</label>
</li>
<li class="item-types__name">
<input type="radio" id="accessories" name="item-type" value="accessories">
<label for="accessories">Аксесуары</label>
</li>
</ul>
<button class="btn" type="submit">Показать</button>
</form>
<div class="products-wrapper">
<article class="product-post">
<a class="product-post__link" href="product-page.html">
<img src="img/cosmetic.jpg" alt="cosmetic item" width="220" height="165">
</a>
<!-- correction from 4-th webinar -->
<a class="product-post__text">
<span>Набор для путешествий</span>
<span>"Baxter of California"</span>
</a>
<div class="price-teg">
<span>2900 руб.</span>
<a href="#">Купить</a>
</div>
</article>
<article class="product-post">
<a class="product-post__link" href="#">
<img src="img/conditioner.jpg" alt="conditioner item" width="220" height="165">
</a>
<div class="product-post__text">
<span>Увлажняющий кондиционер</span>
<span> "Baxter of California"</span>
</div>
<div class="price-teg">
<span>750 руб.</span>
<a href="#">Купить</a>
</div>
</article>
<article class="product-post">
<a class="product-post__link" href="#">
<img src="img/gel.jpg" alt="gel item" width="220" height="165">
</a>
<div class="product-post__text">
<span>Гель для волос</span>
<span>Suavecito"</span>
</div>
<div class="price-teg">
<span>290 руб.</span>
<a href="#">Купить</a>
</div>
</article>
<article class="product-post">
<a class="product-post__link" href="#">
<img src="img/cley.jpg" alt="cley item" width="220" height="165">
</a>
<div class="product-post__text">
<span>Глина для укладки волос</span>
<span> "American crew"</span>
</div>
<div class="price-teg">
<span>500 руб.</span>
<a href="#">Купить</a>
</div>
</article>
<article class="product-post">
<a class="product-post__link" href="#">
<img src="img/gel.jpg" alt="gel item" width="220" height="165">
</a>
<div class="product-post__text">
<span>Гель для волос</span>
<span>"American crew"</span>
</div>
<div class="price-teg">
<span>300 руб.</span>
<a href="#">Купить</a>
</div>
</article>
<article class="product-post">
<a class="product-post__link" href="#">
<img src="img/shaving-set.jpg" alt="cosmetic item" width="220" height="165">
</a>
<div class="product-post__text">
<span>Набор для бритья</span>
<span> "Baxter of California"</span>
</div>
<div class="price-teg">
<span>3500 руб.</span>
<a href="#">Купить</a>
</div>
</article>
</div>
<ul class="pagination">
<li class="pagination__item"><a href="#">1</a></li>
<li class="pagination__item"><span class="active">2</span></li>
<li class="pagination__item"><a href="#">3</a></li>
<li class="pagination__item"><a href="#">4</a></li>
</ul>
</div>
</div>
</main>
<footer class="main-footer">
<div class="container">
<section class="footer-contacts">
<p class="footer-contacts__text">
Барбершоп «Бородинский»<br>
Адрес: г. Санкт-Петербург, Б. Конюшенная, д. 19/8<br>
<a href="#">Как нас найти?</a><br>
Телефон: +7 (812) 666-02-66
</p>
</section>
<section class="footer-social">
<b class="footer-social__text">Давайте дружить!</b>
<a class="footer-social__btn footer-social__btn--vk" href="#">Вконтакте</a>
<a class="footer-social__btn footer-social__btn--fb" href="#">Фейсбук</a>
<a class="footer-social__btn footer-social__btn--inst" href="#">Инстаграм</a>
</section>
<section class="footer-copyright">
<b>Разработано:</b>
<a class="btn" href="https://htmlacademy.ru">HTML Academy</a>
</section>
</div>
</footer>
</body>
</html>