-
Notifications
You must be signed in to change notification settings - Fork 0
/
product.html
309 lines (309 loc) · 10.3 KB
/
product.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
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<title>Товар | Lakbi</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="images/lakbi.ico">
<meta name="viewport" content="width=device-width,user-scalable=no">
</head>
<body>
<div class="dark"></div>
<div class="sign">
<button class="close"></button>
<div class="in">
<h3>Вход</h3>
<form method="post">
<input type="email" name="email" placeholder="E-mail" required>
<input type="password" name="password" placeholder="Пароль" required>
<button>Забыли пароль?</button>
<input type="submit" name="sign-in" value="Войти" class="black bttn">
</form>
<span class="with">или через:</span>
<div class="social">
<button class="in"></button>
<button class="fb"></button>
<button class="vk"></button>
<button class="lj"></button>
<button class="pi"></button>
</div>
<hr>
<button>Зарегистрироваться</button>
</div>
<div class="up">
<h3>Регистрация</h3>
<form method="post">
<input type="text" name="name" placeholder="Ваше имя" required>
<input type="email" name="email" placeholder="E-mail" required>
<input type="password" name="password" placeholder="Придумайте пароль" required>
<input type="password" name="password-repeat" placeholder="Повторите пароль" required>
<input type="submit" name="sign-up" value="Регистрация" class="black bttn">
</form>
<span class="with">войти через:</span>
<div class="social">
<button class="in"></button>
<button class="fb"></button>
<button class="vk"></button>
<button class="lj"></button>
<button class="pi"></button>
</div>
</div>
</div>
<div class="table-of-sizes">
<button class="close">×</button>
<img src="images/table-of-sizes.jpg" class="only-desktop-tablet">
<img src="images/table-of-sizes-mobile.jpg" class="only-mobile">
</div>
<header class="black">
<nav class="wrapper">
<a href="index.html" class="logo"></a>
<ul class="menu">
<li class="drop-menu">
<a href="catalog.html">Каталог</a>
<ul>
<li><a href="">Christmas 2018</a></li>
<li><a href="">Осень-зима 2017/2018</a></li>
<li><a href="">Лето 2017</a></li>
<li><a href="">Весна 2017</a></li>
<li><a href="">Christmas 2017</a></li>
<li><a href="">Осень-зима 2016/2017. Часть 1</a></li>
<li><a href="">Осень-зима 2016/2017. Часть 2</a></li>
<li><a href="">Осень-зима 2016/2017. Часть 3</a></li>
<li><a href="">Спорт и отдых</a></li>
</ul>
</li>
<li><a href="catalog.html?sale">Sale</a></li>
<li><a href="shipping.html">Доставка и оплата</a></li>
<li><a href="contacts.html">Контакты</a></li>
<li class="only-mobile"><a href="account.html?wishlist">Список желаний</a></li>
<li class="account only-mobile"><button class="black bttn">Войти / Зарегистрироваться</button></li>
<li class="language only-mobile">
<a href="" class="active">Ru</a>
<a href="">En</a>
</li>
</ul>
<ul class="icons">
<li class="search">
<form>
<input type="search" name="search" placeholder="Что ищем?" autofocus>
<input type="submit" name="find">
</form>
<button></button>
</li>
<li class="account only-desktop-tablet"><button></button></li>
<li class="wish only-desktop-tablet"><a href="account.html?wishlist"></a></li>
<li class="cart"><a href="account.html?cart"></a></li>
<li class="language only-desktop-tablet"><a href="">En</a></li>
<li class="only-mobile"><button class="hamburger"></button></li>
</ul>
</nav>
</header>
<main>
<section class="breadcrumbs">
<div class="wrapper">
<a href="index.html">Главная</a> / Товар
</div>
</section>
<section class="product wrapper clearfix">
<div class="nav">
<a href=""><</a>
<a href="">></a>
</div>
<h1 class="only-mobile wrapper">Платье 11397</h1>
<span class="price only-mobile wrapper">105 руб.</span>
<div class="image with-sale">
<img src="images/product.jpg">
<div hidden></div>
</div>
<div class="info wrapper">
<h1 class="only-desktop-tablet">Платье 11397</h1>
<span class="old-price only-desktop-tablet">129 р. 00 к.</span>
<span class="price only-desktop-tablet">105 руб.</span>
<div class="color">
<b>Цвет:</b><br>
<input type="radio" name="color" id="color-a" hidden>
<label for="color-a" title="Серый" style="background: #979dad"></label>
<input type="radio" name="color" id="color-b" hidden>
<label for="color-b" title="Зеленоватый" style="background: #d5e1dd"></label>
</div>
<div class="size">
<b>Размер:</b><br>
<input type="radio" name="size" id="size-a" hidden>
<label for="size-a">38</label>
<input type="radio" name="size" id="size-b" hidden>
<label for="size-b">40</label>
<input type="radio" name="size" id="size-c" hidden>
<label for="size-c">42</label>
<input type="radio" name="size" id="size-d" hidden>
<label for="size-d">44</label>
</div>
<button class="size-table">Таблица размеров</button>
<button class="full black bttn">В корзину</button>
<button class="gray bttn">в Список желаний</button>
<button class="share">Поделиться в соц.сетях</button>
<div class="product-tabs">
<input type="radio" name="product-tab" id="description" checked hidden>
<input type="radio" name="product-tab" id="care" hidden>
<label for="description">Описание</label>
<label for="care">Уход</label>
<div class="description">
<p>Только ручная стирка (максимум 40°С). Не отбеливать хлоросодержащим веществом. Сухая чистка всеми растворителями, указанными для символа P. Не применять сушку в барабане. <br>Глажение при максимальной температуре прессующей поверхности (подошвы утюга, прессующей плиты) до 110°С.</p>
</div>
<div class="care">
<p>Если хочешь идти - иди, если хочешь забыть - забудь <br>Только знай, что в конце пути, никого уже не вернуть.</p>
</div>
</div>
</div>
</section>
<section class="product-photos wrapper">
<div>
<img src="images/product.jpg">
<img src="images/product.jpg">
</div>
<div>
<img src="images/product.jpg">
<img src="images/product.jpg">
</div>
</section>
<p class="wear-with wrapper only-desktop-tablet">Это можно носить с</p>
<hr class="long only-desktop-tablet">
<section class="wear-with wrapper clearfix only-desktop-tablet">
<div class="product">
<a href="product.html" class="img">
<img src="images/product-preview.jpg">
<div class="sizes">
<div>
<span>38</span>
<span>40</span>
<span>44</span>
<span>46</span>
<span>48</span>
</div>
</div>
</a>
</div>
<div class="product">
<a href="product.html" class="img">
<img src="images/product-preview.jpg">
<div class="sizes">
<div>
<span>38</span>
<span>40</span>
<span>44</span>
<span>46</span>
<span>48</span>
</div>
</div>
</a>
</div>
<div class="product">
<a href="product.html" class="img">
<img src="images/product-preview.jpg">
<div class="sizes">
<div>
<span>38</span>
<span>40</span>
<span>44</span>
<span>46</span>
<span>48</span>
</div>
</div>
</a>
</div>
<div class="product only-desktop">
<a href="product.html" class="img">
<img src="images/product-preview.jpg">
<div class="sizes">
<div>
<span>38</span>
<span>40</span>
<span>44</span>
<span>46</span>
<span>48</span>
</div>
</div>
</a>
</div>
</section>
<p class="wear-with wrapper only-desktop-tablet">Вам также может понравиться</p>
<hr class="long only-desktop-tablet">
<section class="wear-with wrapper clearfix only-desktop-tablet">
<div class="product">
<a href="product.html" class="img">
<img src="images/product-preview.jpg">
<div class="sizes">
<div>
<span>38</span>
<span>40</span>
<span>44</span>
<span>46</span>
<span>48</span>
</div>
</div>
</a>
</div>
<div class="product">
<a href="product.html" class="img">
<img src="images/product-preview.jpg">
<div class="sizes">
<div>
<span>38</span>
<span>40</span>
<span>44</span>
<span>46</span>
<span>48</span>
</div>
</div>
</a>
</div>
<div class="product">
<a href="product.html" class="img">
<img src="images/product-preview.jpg">
<div class="sizes">
<div>
<span>38</span>
<span>40</span>
<span>44</span>
<span>46</span>
<span>48</span>
</div>
</div>
</a>
</div>
<div class="product only-desktop">
<a href="product.html" class="img">
<img src="images/product-preview.jpg">
<div class="sizes">
<div>
<span>38</span>
<span>40</span>
<span>44</span>
<span>46</span>
<span>48</span>
</div>
</div>
</a>
</div>
</section>
<section class="we-in-social">
<hr class="long">
<p>Мы в социальных сетях:</p>
<div class="social">
<a href="" class="in"></a>
<a href="" class="fb"></a>
<a href="" class="vk"></a>
<a href="" class="lj"></a>
<a href="" class="pi"></a>
</div>
</section>
</main>
<footer>
<div class="wrapper">
<p>ОДО «Лакби» <br>Беларусь, ул. Московская, д.202-6</p>
<p>УНП 00000000000</p>
<a href="mailto:[email protected]">[email protected]</a>
</div>
</footer>
<script type="text/javascript" src="script.js"></script>
</body>
</html>