-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathespresso.html
More file actions
197 lines (192 loc) · 8.84 KB
/
Copy pathespresso.html
File metadata and controls
197 lines (192 loc) · 8.84 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
<!doctype html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Для эспрессо - Зёрнышко</title>
<link rel="stylesheet" href="style/style.css">
<link rel="shortcut icon" href="img/favicon-z.svg" type="image/x-icon">
</head>
<body>
<header class="header-cart">
<div class="divider-hor white"></div>
<div class="header-cart-content">
<h2>Для эспрессо</h2>
<p class="breadcrumb brown-text"><a href="index.html">Главная</a> → Каталог → Для эспрессо</p>
</div>
<div class="divider-hor beige"></div>
</header>
<script src="load-nav-menu.js"></script>
<section class="espresso">
<div class="section-e-1">
<div class="item-card shadow" style="display: none">
<div class="item-card-top">
<div class="card-background light shadow"></div>
<h5 class="item-card-title">Пиратский бленд</h5>
<div class="card-row-5 firm-text region">
Эфиопия, Колумбия
</div>
<a href="product.html"><img class="item-image shadow" src="img/item-image/001.jpg"
alt="Пиратский бленд"></a>
<p class="description brown-text">Легендарная и на 100% органическая смесь эспрессо для
настоящих
разбойников</p>
</div>
<div class="item-card-bottom">
<div class="row-between card-row-1">
<div class="row row-1-1">
<a href="product.html">
<img src="img/icons/expand16.svg" alt="Зёрна">
</a>
<button class="start">
<img src="img/icons/star16.svg" alt="Зёрна">
</button>
</div>
<div class="row-between">
<div class="button brown-text count-button">
<div class="button-underline beige"></div>
<div class="button-background light"></div>
<button class="count-minus" onclick="changeCount(this, false)">
</button>
<p class="count">1</p>
<button class="count-plus" onclick="changeCount(this, true)"></button>
</div>
<a class="button light-text" href="cart.html">
<p>Купить</p>
<img src="img/icons/cart-plus16.svg" alt="Купить">
<div class="button-underline brown"></div>
<div class="button-background red"></div>
</a>
</div>
</div>
<div class="row-end card-row-2">
<h5 class="small-price bold-b" onclick="changeSelectedPrice(this, 'big-price')">685</h5>
<h5 class="big-price" onclick="changeSelectedPrice(this, 'small-price')">2450</h5>
</div>
<div class="row-between card-row-3 firm-text">
<p>Цена</p>
<div class="row-end">
<p class="small-price-title">250 гр</p>
<p class="big-price-title">1 кг</p>
</div>
</div>
<div class="row-between card-row-4 brown-text">
<div class="bar-external">
<p>Кислотность</p>
<div class="bar-background white"></div>
<div class="bar-fullness red kislotnost" style="width: 70%"></div>
</div>
<div class="bar-external">
<p>Горечь</p>
<div class="bar-background white"></div>
<div class="bar-fullness red gorech" style="width: 40%"></div>
</div>
<div class="bar-external">
<p>Плотность</p>
<div class="bar-background white"></div>
<div class="bar-fullness red plotnost" style="width: 15%"></div>
</div>
</div>
</div>
</div>
</div>
<div class="sort-and-filter">
<table class="iksweb">
<tbody>
<tr>
<td colspan="3"><h4>Сортировка</h4></td>
</tr>
<tr>
<td>По цене</td>
<td>По новизне</td>
<td>По популярности</td>
</tr>
<tr>
<td>
<button style="display: inline"><img src="img/icons/decrease16beige.svg" alt="По уменьшению">
</button>
<button style="display: inline"><img src="img/icons/increase16beige.svg" alt="По уменьшению">
</button>
</td>
<td>
<button style="display: inline"><img src="img/icons/decrease16beige.svg" alt="По уменьшению">
</button>
<button style="display: inline"><img src="img/icons/increase16beige.svg" alt="По уменьшению">
</button>
</td>
<td>
<button style="display: inline"><img src="img/icons/decrease16beige.svg" alt="По уменьшению">
</button>
<button style="display: inline"><img src="img/icons/increase16beige.svg" alt="По уменьшению">
</button>
</td>
</tr>
<tr>
<td colspan="3"><h4><br>Фильтры</h4></td>
</tr>
<tr>
<td colspan="3" class="bold-b">Страны</td>
</tr>
<tr>
<td><input type="checkbox" class="custom-checkbox brown-checkbox" id="america" name="america"
value="no">
<label for="america">Америка</label></td>
<td><input type="checkbox" class="custom-checkbox brown-checkbox" id="africa" name="africa" value="no">
<label for="africa">Африка</label></td>
<td><input type="checkbox" class="custom-checkbox brown-checkbox" id="asia" name="asia" value="no">
<label for="asia">Азия</label></td>
</tr>
<tr>
<td colspan="3" class="bold-b">Насыщенность</td>
</tr>
<tr>
<td>
<input class="custom-radio" name="saturation" type="radio" id="slab" value="green">
<label for="slab">Слабый</label>
</td>
<td>
<input class="custom-radio" name="saturation" type="radio" id="sred" value="green">
<label for="sred">Средний</label>
</td>
<td>
<input class="custom-radio" name="saturation" type="radio" id="plotn" value="green" checked>
<label for="plotn">Плотный</label>
</td>
</tr>
<tr>
<td colspan="3" class="bold-b">Вкус</td>
</tr>
<tr>
<td>
<input class="custom-radio" name="tasti" type="radio" id="kisl" value="green">
<label for="kisl">Кислый</label>
</td>
<td>
<input class="custom-radio" name="tasti" type="radio" id="gork" value="green">
<label for="gork">Горький</label>
</td>
<td>
<input class="custom-radio" name="tasti" type="radio" id="arom" value="green">
<label for="arom">Ароматный</label>
</td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div class="section-e-2"></div>
</section>
<script src="load-footer.js"></script>
<script src="js/catalog.js"></script>
<script src="js/card_item.js"></script>
<!--<script src="js/for_espresso.js"></script>-->
<script src="js/fill_items.js"></script>
<!--<script src="js/cart.js"></script>-->
</body>
</html>