-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshop.html
219 lines (217 loc) · 8.4 KB
/
shop.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
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<title>Магазин - Barbershop</title>
<link rel="shortcut icon" href="img/favicon.ico" type="image/vnd.microsoft.icon">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&subset=latin,cyrillic">
</head>
<body class="inner-page">
<header class="main-header">
<div class="container clearfix">
<nav class="main-header-links">
<a href="index.html" class="inner-logo"><img src="img/inner-logo.png" width="111" height="24" alt="Барбершоп Бородинский"></a>
<ul>
<li><a href="index.html#info">Информация</a></li>
<li><a href="index.html#news">Новости</a></li>
<li><a href="price.html">Прайс-лист</a></li>
<li><a href="shop.html" class="active">Магазин</a></li>
<li><a href="index.html#contacts">Контакты</a></li>
</ul>
</nav>
<div class="main-header-login">
<a href="#login" class="main-login-btn">Вход</a>
</div>
</div>
</header>
<main class="inner-content">
<div class="container">
<div class="inner-title">
<h1>Средства для ухода</h1>
<ul>
<li><a href="index.html">Главная</a></li>
<li><a href="shop.html">Магазин</a></li>
<li><span>Средства для ухода</span></li>
</ul>
</div>
<div class="shop-container clearfix">
<div class="shop-container-left">
<form action="#" method="get">
<h2 class="shop-filters-title">Производители</h2>
<label class="new-checkbox">
<input type="checkbox" name="checkbox" checked>
<span class="indicator"></span>
<span class="filter-name">Baxter of California</span>
</label>
<label class="new-checkbox">
<input type="checkbox" name="checkbox">
<span class="indicator"></span>
<span class="filter-name">Mr Natty</span>
</label>
<label class="new-checkbox">
<input type="checkbox" name="checkbox" checked>
<span class="indicator"></span>
<span class="filter-name">Suavecito</span>
</label>
<label class="new-checkbox">
<input type="checkbox" name="checkbox">
<span class="indicator"></span>
<span class="filter-name">Malin+Goetz</span>
</label>
<label class="new-checkbox">
<input type="checkbox" name="checkbox">
<span class="indicator"></span>
<span class="filter-name">Murray’s</span>
</label>
<label class="new-checkbox disabled">
<input type="checkbox" name="checkbox" disabled>
<span class="indicator"></span>
<span class="filter-name">American Crew</span>
</label>
<h2 class="shop-filters-title">Группы товаров</h2>
<label class="new-radio">
<input type="radio" name="radio" value="v1">
<span class="indicator"></span>
<span class="filter-name">Бритвенные принадлежности</span>
</label>
<label class="new-radio">
<input type="radio" name="radio" value="v2">
<span class="indicator"></span>
<span class="filter-name">Средства для ухода</span>
</label>
<label class="new-radio disabled">
<input type="radio" name="radio" value="v3" disabled>
<span class="indicator"></span>
<span class="filter-name">Аксессуары</span>
</label>
<button class="button" type="submit">Показать</button>
</form>
</div>
<div class="shop-container-right">
<div class="products-list clearfix">
<article class="product_inner">
<figure class="product-figure">
<a href="item.html"><img src="img/Product-1.jpg" alt="Набор для путешествий" width="220" height="165"></a>
</figure>
<div class="product-title-container">
<header class="product-header">
<h3>«Baxter of California»</h3>
<p>Набор для путешествий</p>
</header>
<footer class="product-footer">
<span class="price-title">2 900 руб.</span>
<a href="#" class="buy-button">Купить</a>
</footer>
</div>
</article>
<article class="product_inner">
<figure class="product-figure">
<a href="#"><img src="img/Product-2.jpg" alt="Увлажняющий кондиционер" width="220" height="165"></a>
</figure>
<div class="product-title-container">
<header class="product-header">
<h3>«Baxter of California»</h3>
<p>Увлажняющий кондиционер</p>
</header>
<footer class="product-footer">
<span class="price-title">750 руб.</span>
<a href="#" class="buy-button">Купить</a>
</footer>
</div>
</article>
<article class="product_inner">
<figure class="product-figure">
<a href="#"><img src="img/Product-3.jpg" alt="Гель для волос" width="220" height="165"></a>
</figure>
<div class="product-title-container">
<header class="product-header">
<h3>Suavecito</h3>
<p>Гель для волос</p>
</header>
<footer class="product-footer">
<span class="price-title">290 руб.</span>
<a href="#" class="buy-button">Купить</a>
</footer>
</div>
</article>
<article class="product_inner">
<figure class="product-figure">
<a href="#"><img src="img/Product-4.jpg" alt="Набор для путешествий" width="220" height="165"></a>
</figure>
<div class="product-title-container">
<header class="product-header">
<h3>American crew</h3>
<p>Глина для укладки волос</p>
</header>
<footer class="product-footer">
<span class="price-title">500 руб.</span>
<a href="#" class="buy-button">Купить</a>
</footer>
</div>
</article>
<article class="product_inner">
<figure class="product-figure">
<a href="#"><img src="img/Product-5.jpg" alt="Набор для путешествий" width="220" height="165"></a>
</figure>
<div class="product-title-container">
<header class="product-header">
<h3>American crew</h3>
<p>Гель для волос</p>
</header>
<footer class="product-footer">
<span class="price-title">300 руб.</span>
<a href="#" class="buy-button">Купить</a>
</footer>
</div>
</article>
<article class="product_inner">
<figure class="product-figure">
<a href="#"><img src="img/Product-6.jpg" alt="Набор для путешествий" width="220" height="165"></a>
</figure>
<div class="product-title-container">
<header class="product-header">
<h3>Baxter of California</h3>
<p>Набор для бритья</p>
</header>
<footer class="product-footer">
<span class="price-title">3 900 руб.</span>
<a href="#" class="buy-button">Купить</a>
</footer>
</div>
</article>
</div>
<ul class="pagination">
<li><a href="#">1</a></li>
<li class="active-p">2</li>
<li><a href="#">3</a></li>
<li><a href="#">4</a></li>
</ul>
</div>
</div>
</div>
</main>
<footer class="main-footer">
<div class="container clearfix">
<address class="main-foooter-contact">
<p>БАРБЕРШОП «БОРОДИНСКИЙ»</p>
<p>АДРЕС: Г. ВИННИЦА, УЛ. СОБОРНАЯ, 16</p>
<p><a href="#how-to-find-us" class="main-footer-contact-link">КАК НАС НАЙТИ?</a></p>
<p>ТЕЛЕФОН: <a href="tel:+380777777777">+38 (077) 77-777-77</a></p>
</address>
<section class="main-foooter-social">
<h4 class="v-hidden">Social links</h4>
<p>Давайте дружить!</p>
<a href="#vk" class="soc-button vk">vk</a>
<a href="#fb" class="soc-button fb">fb</a>
<a href="#insta" class="soc-button insta">insta</a>
</section>
<section class="main-foooter-copyright">
<h4 class="v-hidden">Copyright</h4>
<p>Верстка:</p>
<a href="https://github.com/Magdan4ik" class="button" target="_blank">Magdan4ik</a>
</section>
</div>
</footer>
</body>
</html>