-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcatalog.html
More file actions
257 lines (257 loc) · 15.8 KB
/
catalog.html
File metadata and controls
257 lines (257 loc) · 15.8 KB
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
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="utf-8">
<meta name="format-detection" content="telephone=no">
<title>Нёрдс</title>
<link href="https://fonts.googleapis.com/css?family=Roboto:400,500,700&subset=cyrillic" rel="stylesheet">
<link href="css/normalize.css" rel="stylesheet">
<link href="css/style.min.css" rel="stylesheet">
</head>
<body>
<h1 class="visually-hidden">Веб-студия Нёрдс</h1>
<header class="site-header">
<nav class="wrapper site-header-wrapper">
<a href="index.html" class="nerds-logo"><img src="img/nerds-logo.svg" width="160" height="65" alt="Нёрдс"></a>
<ul class="site-navigation">
<li class="site-navigation-item"><a href="#">Студия</a></li>
<li class="site-navigation-item"><a href="#">Клиенты</a></li>
<li class="site-navigation-item active"><a href="catalog.html">Магазин</a></li>
<li class="site-navigation-item"><a href="#">Контакты</a></li>
</ul>
<a href="#" class="cart">
<span>Корзина</span>
</a>
</nav>
</header>
<main>
<div class="heading">
<div class="wrapper">
<h2>Магазин готовых шаблонов</h2>
</div>
</div>
<div class="wrapper main-content-wrapper">
<section class="filter">
<h3 class="visually-hidden">Фильтр</h3>
<form action="https://echo.htmlacademy.ru" method="post">
<fieldset class="filter-category price">
<legend>Стоимость:</legend>
<div class="range-filter">
<div class="range-controls">
<div class="scale">
<div class="bar"></div>
</div>
<div class="toggle toggle-min"></div>
<div class="toggle toggle-max"></div>
</div>
<div class="price-controls">
<label class="min-price">От <input name="minprice" type="text" value="0"></label>
<label class="max-price">До <input name="maxprice" type="text" value="15000"></label>
</div>
</div>
</fieldset>
<fieldset class="filter-category grid">
<legend>Сетка:</legend>
<label class="grid-radio-control">
<input class="visually-hidden" type="radio" name="grid" value="adaptive" checked>
<span class="radio-indicator"></span>
<span>Адаптивная</span>
</label>
<label class="grid-radio-control">
<input class="visually-hidden" type="radio" name="grid" value="fixed">
<span class="radio-indicator"></span>
<span>Фиксированная</span>
</label>
<label class="grid-radio-control">
<input class="visually-hidden" type="radio" name="grid" value="responsive">
<span class="radio-indicator"></span>
<span>Резиновая</span>
</label>
</fieldset>
<fieldset class="filter-category features">
<legend>Особенности:</legend>
<label class="features-checkbox-control">
<input class="visually-hidden" type="checkbox" name="slider" checked>
<span class="checkbox-indicator"></span>
<span>Слайдер</span>
</label>
<label class="features-checkbox-control">
<input class="visually-hidden" type="checkbox" name="advantages">
<span class="checkbox-indicator"></span>
<span>Блок преимуществ</span>
</label>
<label class="features-checkbox-control">
<input class="visually-hidden" type="checkbox" name="news" checked>
<span class="checkbox-indicator"></span>
<span>Новости</span>
</label>
<label class="features-checkbox-control">
<input class="visually-hidden" type="checkbox" name="gallery">
<span class="checkbox-indicator"></span>
<span>Галерея</span>
</label>
<label class="features-checkbox-control">
<input class="visually-hidden" type="checkbox" name="bucket">
<span class="checkbox-indicator"></span>
<span>Корзина</span>
</label>
</fieldset>
<button type="submit" class="btn btn-gray">Показать</button>
</form>
</section>
<div class="sorting-and-templates-wrapper">
<section class="sorting">
<h3>Сортировать:</h3>
<ul class="sorting-type">
<li><a href="#" class="active">По цене</a></li>
<li><a href="#">По типу</a></li>
<li><a href="#">По названию</a></li>
</ul>
<ul class="sorting-order">
<li class="sorting-order-desc active">
<a href="#" class="sorting-order-link active">
<span class="visually-hidden">По убыванию</span>
<svg xmlns="http://www.w3.org/2000/svg" width="11" height="10" viewBox="0 0 11 10"><path fill="#231F20" d="M5.5 10L0 0h11"/></svg>
</a>
</li>
<li class="sorting-order-asc">
<a href="#" class="sorting-order-link">
<span class="visually-hidden">По возрастанию</span>
<svg xmlns="http://www.w3.org/2000/svg" width="11" height="10" viewBox="0 0 11 10"><path fill="#231F20" d="M5.5 0L0 10h11z"/></svg>
</a>
</li>
</ul>
</section>
<section class="templates">
<h3 class="visually-hidden">Список доступных шаблонов</h3>
<ul class="template-list">
<li class="template-list-item" tabindex="0">
<svg xmlns="http://www.w3.org/2000/svg" width="360" height="40" viewBox="0 0 360 40"><path fill="#4D4D4D" d="M356 0H4C1.8 0 0 1.8 0 4v36h360V4c0-2.2-1.8-4-4-4zM22.991 27a7 7 0 1 1 0-14 7 7 0 0 1 0 14zm23.011 0a7 7 0 1 1 0-14 7 7 0 0 1 0 14zm23.011 0a7 7 0 1 1 0-14 7 7 0 0 1 0 14z"/></svg>
<img src="img/img-sedona.jpg" width="360" height="620" alt="Sedona">
<div class="template-card">
<a href="#">Sedona</a>
<p>Информационный сайт<br>для туристов</p>
<button type="button" class="btn">9900 руб.</button>
</div>
</li>
<li class="template-list-item" tabindex="0">
<svg xmlns="http://www.w3.org/2000/svg" width="360" height="40" viewBox="0 0 360 40"><path fill="#4D4D4D" d="M356 0H4C1.8 0 0 1.8 0 4v36h360V4c0-2.2-1.8-4-4-4zM22.991 27a7 7 0 1 1 0-14 7 7 0 0 1 0 14zm23.011 0a7 7 0 1 1 0-14 7 7 0 0 1 0 14zm23.011 0a7 7 0 1 1 0-14 7 7 0 0 1 0 14z"/></svg>
<img src="img/img-pink.jpg" width="360" height="576" alt="Pink App">
<div class="template-card">
<a href="#">Pink App</a>
<p>Продуктовый лендинг<br>приложения для iOS и Android</p>
<button type="button" class="btn">9900 руб.</button>
</div>
</li>
<li class="template-list-item" tabindex="0">
<svg xmlns="http://www.w3.org/2000/svg" width="360" height="40" viewBox="0 0 360 40"><path fill="#4D4D4D" d="M356 0H4C1.8 0 0 1.8 0 4v36h360V4c0-2.2-1.8-4-4-4zM22.991 27a7 7 0 1 1 0-14 7 7 0 0 1 0 14zm23.011 0a7 7 0 1 1 0-14 7 7 0 0 1 0 14zm23.011 0a7 7 0 1 1 0-14 7 7 0 0 1 0 14z"/></svg>
<img src="img/img-barbershop.jpg" width="360" height="576" alt="Barbershop">
<div class="template-card">
<a href="#">Barbershop</a>
<p>Сайт салоны красоты.<br>Для мужчин, да.</p>
<button type="button" class="btn">9900 руб.</button>
</div>
</li>
<li class="template-list-item" tabindex="0">
<svg xmlns="http://www.w3.org/2000/svg" width="360" height="40" viewBox="0 0 360 40"><path fill="#4D4D4D" d="M356 0H4C1.8 0 0 1.8 0 4v36h360V4c0-2.2-1.8-4-4-4zM22.991 27a7 7 0 1 1 0-14 7 7 0 0 1 0 14zm23.011 0a7 7 0 1 1 0-14 7 7 0 0 1 0 14zm23.011 0a7 7 0 1 1 0-14 7 7 0 0 1 0 14z"/></svg>
<img src="img/img-mishka.jpg" width="360" height="576" alt="Mishka">
<div class="template-card">
<a href="#">Mishka</a>
<p>Интернет-магазин<br>вязаных игрушек</p>
<button type="button" class="btn">9900 руб.</button>
</div>
</li>
<li class="template-list-item" tabindex="0">
<svg xmlns="http://www.w3.org/2000/svg" width="360" height="40" viewBox="0 0 360 40"><path fill="#4D4D4D" d="M356 0H4C1.8 0 0 1.8 0 4v36h360V4c0-2.2-1.8-4-4-4zM22.991 27a7 7 0 1 1 0-14 7 7 0 0 1 0 14zm23.011 0a7 7 0 1 1 0-14 7 7 0 0 1 0 14zm23.011 0a7 7 0 1 1 0-14 7 7 0 0 1 0 14z"/></svg>
<img src="img/img-aplus.jpg" width="360" height="576" alt="A Plus">
<div class="template-card">
<a href="#">A Plus</a>
<p>Лендинг курсов повышения<br>квалификации</p>
<button type="button" class="btn">9900 руб.</button>
</div>
</li>
<li class="template-list-item" tabindex="0">
<svg xmlns="http://www.w3.org/2000/svg" width="360" height="40" viewBox="0 0 360 40"><path fill="#4D4D4D" d="M356 0H4C1.8 0 0 1.8 0 4v36h360V4c0-2.2-1.8-4-4-4zM22.991 27a7 7 0 1 1 0-14 7 7 0 0 1 0 14zm23.011 0a7 7 0 1 1 0-14 7 7 0 0 1 0 14zm23.011 0a7 7 0 1 1 0-14 7 7 0 0 1 0 14z"/></svg>
<img src="img/img-kvast.jpg" width="360" height="576" alt="Кваст">
<div class="template-card">
<a href="#">Кваст</a>
<p>Промо-сайт производителя<br>крафтового кваса</p>
<button type="button" class="btn">9900 руб.</button>
</div>
</li>
</ul>
<ul class="pagination">
<li class="page"><a href="#" class="btn btn-gray active">1</a></li>
<li class="page"><a href="#" class="btn btn-gray">2</a></li>
<li class="page"><a href="#" class="btn btn-gray">3</a></li>
<li class="page"><a href="#" class="btn btn-gray btn-next">Следующая</a></li>
</ul>
</section>
</div>
</div>
<section class="contacts">
<h2 class="visually-hidden">Контактная информация</h2>
<div class="wrapper contacts-wrapper">
<div class="write-to-us">
<h3 class="studio-title">Nёrds Design Studio</h3>
<p class="address">191186, Санкт-Петербург,<br>ул. Б. Конюшенная, д. 19/8</p>
<p class="phone">тел. +7 (812) 275-75-75</p>
<a href="writeus.html" role="button" class="btn btn-write-to-us">Напишите нам</a>
</div>
</div>
<iframe id="yandex-map-widget" class="contacts-map" src="https://yandex.ru/map-widget/v1/?um=constructor%3A81f0e26d3cea681d6700aa56528544226a73ad35117e62fce6620ceb9d56d83a&source=constructor"></iframe>
</section>
</main>
<footer>
<div class="wrapper footer-wrapper">
<ul class="social-networks">
<li class="social-network vk">
<a href="#" class="social-network-link">
<span class="visually-hidden">VK</span>
<svg xmlns="http://www.w3.org/2000/svg" width="26" height="15" viewBox="0 0 26 15"><path fill="#FFF" d="M16.138 11.51c.956-.309 2.18 2.04 3.483 2.939.978.681 1.727.534 1.727.534l3.473-.05s1.815-.112.957-1.554c-.071-.12-.503-1.069-2.585-3.022-2.177-2.043-1.882-1.712.739-5.244 1.597-2.153 2.236-3.468 2.036-4.028-.192-.539-1.365-.399-1.365-.399L20.69.713c-.381.001-.704.119-.851.515-.003.004-.621 1.666-1.445 3.079-1.741 2.989-2.436 3.148-2.724 2.961-.661-.433-.494-1.737-.494-2.664 0-2.897.432-4.105-.846-4.417-.427-.104-.739-.172-1.828-.182-1.392-.021-2.574 0-3.244.329-.445.223-.786.712-.579.74.26.035.843.16 1.155.586.401.552.389 1.789.389 1.789s.229 3.411-.54 3.834c-.528.29-1.25-.302-2.803-3.016-.793-1.388-1.392-2.922-1.392-2.922s-.116-.285-.326-.441c-.25-.185-.6-.244-.6-.244L.848.684S.29.7.085.946c-.182.218-.015.668-.015.668s2.909 6.881 6.203 10.347c3.02 3.182 6.452 2.971 6.452 2.971h1.555s.469-.054.709-.312c.224-.24.214-.691.214-.691s-.031-2.109.935-2.419z"/></svg>
</a>
</li>
<li class="social-network facebook">
<a href="#" class="social-network-link">
<span class="visually-hidden">Facebook</span>
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="22" viewBox="0 0 12 22"><path fill="#FFF" d="M12 4V0H8a4 4 0 0 0-4 4v4H0v4h4v10h4V12h4V8H8V4h4z"/></svg>
</a>
</li>
<li class="social-network instagram">
<a href="#" class="social-network-link">
<span class="visually-hidden">Instagram</span>
<svg xmlns="http://www.w3.org/2000/svg" width="21" height="21" viewBox="0 0 21 21"><path fill="#FFF" d="M18 0H3C1.35 0 0 1.35 0 3v15c0 1.65 1.35 3 3 3h15c1.65 0 3-1.35 3-3V3c0-1.65-1.35-3-3-3zm-7.5 7c1.93 0 3.5 1.57 3.5 3.5S12.43 14 10.5 14 7 12.43 7 10.5 8.57 7 10.5 7zM18 18H3V9h1.181A6.504 6.504 0 0 0 4 10.5a6.5 6.5 0 1 0 13 0 6.45 6.45 0 0 0-.181-1.5H18v9zm0-11h-4V3h4v4z"/></svg>
</a>
</li>
</ul>
<div class="social-engagement">
<p class="friends">Давайте дружить, это выгодно!</p>
<p class="discount">Скидка 10% для друзей из социальных сетей.</p>
</div>
</div>
</footer>
<div id="contact-dialog" class="modal-dialog">
<h3>Напишите нам</h3>
<button type="button" class="btn-close">
<svg xmlns="http://www.w3.org/2000/svg" width="21" height="21" viewBox="0 0 21 21"><path fill="#FB565A" d="M13.328 10.5l7.371-7.371a1.003 1.003 0 0 0 0-1.414L19.285.3a1.003 1.003 0 0 0-1.414 0L10.5 7.672 3.129.301a1.003 1.003 0 0 0-1.414 0L.301 1.715a1.003 1.003 0 0 0 0 1.414L7.672 10.5.301 17.871a1.003 1.003 0 0 0 0 1.414l1.415 1.414a1.003 1.003 0 0 0 1.414 0l7.371-7.371 7.371 7.371a1.003 1.003 0 0 0 1.414 0l1.414-1.414a1.003 1.003 0 0 0 0-1.414L13.328 10.5z"/></svg>
<span class="visually-hidden">Закрыть</span>
</button>
<form action="https://echo.htmlacademy.ru" method="post" class="contact-form">
<div class="contact-form-input">
<label for="contact-form-name">Ваше имя:</label>
<input id="contact-form-name" name="name" type="text" placeholder="Имя Фамилия">
</div>
<div class="contact-form-input">
<label for="contact-form-email">Ваш e-mail:</label>
<input id="contact-form-email" name="email" type="email" placeholder="email@example.com">
</div>
<div class="contact-form-input textarea">
<label for="contact-form-message">Текст письма:</label>
<textarea id="contact-form-message" name="message" placeholder="В свободной форме"></textarea>
</div>
<button type="submit" class="btn">Отправить</button>
</form>
</div>
<script src="js/script.min.js"></script>
</body>
</html>