-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproducts.html
253 lines (252 loc) · 12.5 KB
/
products.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="styles/style.css" />
<link rel="stylesheet" href="styles/products.css" />
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;700&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
<link rel="shortcut icon" href="interior.ico" type="image/x-icon" />
<title>InteriorShop</title>
</head>
<body>
<div class="container">
<div class="slider-product padding-site">
<!-- ХИДЕР -->
<header class="header clearfix">
<a class="menu-logo" href="index.html">
<img src="img/logo.svg" alt="logo" />
</a>
<nav>
<ul class="menu clearfix">
<li class="menu-list">
<a href="index.html" class="menu-link">HOME</a>
</li>
<li class="menu-list">
<a href="#" class="menu-link menu-link-active">PRODUCTS</a>
</li>
<li class="menu-list">
<a href="#" class="menu-link">HISTORY</a>
</li>
<li class="menu-list">
<a href="#" class="menu-link">SHOWROOM</a>
</li>
<li class="menu-list">
<a href="contacts.html" class="menu-link"> CONTACT</a>
</li>
<li class="menu-list">
<a href="#" class="menu-search">
<img src="img/search.svg" alt="search" />
</a>
</li>
</ul>
</nav>
</header>
<div>
<h2 class="product-h2">Our Products Range</h2>
</div>
</div>
<div class="tab-content padding-site">
<div class="product-tab">
<a href="#" class="tab-text tab-text-active">All</a>
<a href="#" class="tab-text">HOME</a>
<a href="#" class="tab-text">OFFICE</a>
<a href="#" class="tab-text">FURNITURE</a>
<a href="#" class="tab-text">MODERN</a>
<a href="#" class="tab-text">CLASSIC</a>
</div>
</div>
<!-- TRENDING PRODUCTS - 12 КАРТИНОК В 4 РЯДА-->
<div class="trending-products-container">
<div class="trending-imgs padding-site">
<div class="trending-row">
<div class="featured-product">
<img src="img/product_11_117.jpg" alt="product_11" />
<div class="overlay-big">
<a href="product-details.html" class="img-button"><img src="img/arrow_181.svg" alt="arrow_181" /></a>
<div class="overlay-header">Fishnet Chair</div>
<div class="overlay-text">Seat and back with upholstery made of cold cure foam. Steel frame, available in matt powder-coated black</div>
</div>
</div>
<div class="featured-product">
<img src="img/product_21_115.jpg" alt="product_21" />
<div class="overlay-big">
<a href="product-details.html" class="img-button"><img src="img/arrow_181.svg" alt="arrow_181" /></a>
<div class="overlay-header">Fishnet Chair</div>
<div class="overlay-text">Seat and back with upholstery made of cold cure foam. Steel frame, available in matt powder-coated black</div>
</div>
</div>
<div class="featured-product">
<img src="img/product_31_113.jpg" alt="product_31" />
<div class="overlay-big">
<a href="product-details.html" class="img-button"><img src="img/arrow_181.svg" alt="arrow_181" /></a>
<div class="overlay-header">Fishnet Chair</div>
<div class="overlay-text">Seat and back with upholstery made of cold cure foam. Steel frame, available in matt powder-coated black</div>
</div>
</div>
</div>
<div class="trending-row">
<div class="featured-product">
<img src="img/product_41_111.jpg" alt="product_41" />
<div class="overlay-big">
<a href="product-details.html" class="img-button"><img src="img/arrow_181.svg" alt="arrow_181" /></a>
<div class="overlay-header">Fishnet Chair</div>
<div class="overlay-text">Seat and back with upholstery made of cold cure foam. Steel frame, available in matt powder-coated black</div>
</div>
</div>
<div class="featured-product">
<img src="img/product_5_109.jpg" alt="product_5" />
<div class="overlay-big">
<a href="product-details.html" class="img-button"><img src="img/arrow_181.svg" alt="arrow_181" /></a>
<div class="overlay-header">Fishnet Chair</div>
<div class="overlay-text">Seat and back with upholstery made of cold cure foam. Steel frame, available in matt powder-coated black</div>
</div>
</div>
<div class="featured-product">
<img src="img/product_6_107.jpg" alt="product_6" />
<div class="overlay-big">
<a href="product-details.html" class="img-button"><img src="img/arrow_181.svg" alt="arrow_181" /></a>
<div class="overlay-header">Fishnet Chair</div>
<div class="overlay-text">Seat and back with upholstery made of cold cure foam. Steel frame, available in matt powder-coated black</div>
</div>
</div>
</div>
<div class="trending-row">
<div class="featured-product">
<img src="img/product_11_117.jpg" alt="product_11" />
<div class="overlay-big">
<a href="product-details.html" class="img-button"><img src="img/arrow_181.svg" alt="arrow_181" /></a>
<div class="overlay-header">Fishnet Chair</div>
<div class="overlay-text">Seat and back with upholstery made of cold cure foam. Steel frame, available in matt powder-coated black</div>
</div>
</div>
<div class="featured-product">
<img src="img/product_21_115.jpg" alt="product_21" />
<div class="overlay-big">
<a href="product-details.html" class="img-button"><img src="img/arrow_181.svg" alt="arrow_181" /></a>
<div class="overlay-header">Fishnet Chair</div>
<div class="overlay-text">Seat and back with upholstery made of cold cure foam. Steel frame, available in matt powder-coated black</div>
</div>
</div>
<div class="featured-product">
<img src="img/product_31_113.jpg" alt="product_31" />
<div class="overlay-big">
<a href="product-details.html" class="img-button"><img src="img/arrow_181.svg" alt="arrow_181" /></a>
<div class="overlay-header">Fishnet Chair</div>
<div class="overlay-text">Seat and back with upholstery made of cold cure foam. Steel frame, available in matt powder-coated black</div>
</div>
</div>
</div>
<div class="trending-row">
<div class="featured-product">
<img src="img/product_41_111.jpg" alt="product_41" />
<div class="overlay-big">
<a href="product-details.html" class="img-button"><img src="img/arrow_181.svg" alt="arrow_181" /></a>
<div class="overlay-header">Fishnet Chair</div>
<div class="overlay-text">Seat and back with upholstery made of cold cure foam. Steel frame, available in matt powder-coated black</div>
</div>
</div>
<div class="featured-product">
<img src="img/product_5_109.jpg" alt="product_5" />
<div class="overlay-big">
<a href="product-details.html" class="img-button"><img src="img/arrow_181.svg" alt="arrow_181" /></a>
<div class="overlay-header">Fishnet Chair</div>
<div class="overlay-text">Seat and back with upholstery made of cold cure foam. Steel frame, available in matt powder-coated black</div>
</div>
</div>
<div class="featured-product">
<img src="img/product_6_107.jpg" alt="product_6" />
<div class="overlay-big">
<a href="product-details.html" class="img-button"><img src="img/arrow_181.svg" alt="arrow_181" /></a>
<div class="overlay-header">Fishnet Chair</div>
<div class="overlay-text">Seat and back with upholstery made of cold cure foam. Steel frame, available in matt powder-coated black</div>
</div>
</div>
</div>
</div>
</div>
<!-- ПРОМО МАТЕРИАЛЫ (БОЛЬШИЕ КАРТИНКИ) -->
<div class="promo-container">
<div class="promo-item-left">
<div class="slider-text">
<p class="slider-promo">Exclusive</p>
<h2 class="slider-h2-promo">Fishnet Chair</h2>
<p class="slider-content">Seat and back with upholstery made of cold cure foam. Steel frame, available in matt powder-coated black</p>
<a href="product-details.html" class="button"><span>Order Us</span></a>
</div>
</div>
<div class="promo-item-right">
<div class="slider-text">
<p class="slider-promo">Exclusive</p>
<h2 class="slider-h2-promo">Fishnet Chair</h2>
<p class="slider-content">Seat and back with upholstery made of cold cure foam. Steel frame, available in matt powder-coated black</p>
<a href="product-details.html" class="button"><span>Order Us</span></a>
</div>
</div>
</div>
<!-- ФУТЕР -->
<footer>
<div class="footer-container">
<div class="footer-top padding-site">
<div class="footer-contacts">
<div class="footer-text-header">
<p>contact us</p>
</div>
<div class="footer-contacts-text">132A Bridge Road Richmond VIC Australia.<br /><br />Talk to us on 1300 132 [email protected]</div>
</div>
<div class="footer-info">
<div class="footer-text-header">Useful Information</div>
<div class="footer-info-links">
<div class="footer-info-links-column">
<div>
<a href="#">Sales terms</a>
</div>
<div>
<a href="#">Customer care</a>
</div>
<div>
<a href="#">Delivery</a>
</div>
</div>
<div class="footer-info-links-column">
<div>
<a href="#">Architect accounts</a>
</div>
<div>
<a href="#">Careers</a>
</div>
<div>
<a href="#">Exchanges & returns</a>
</div>
</div>
</div>
</div>
<div class="footer-touch">
<div class="footer-text-header">
<p>Let’s Stay in Touch!</p>
</div>
<div class="footer-touch-text">
<p>Suscribe to know about our latest news, products and special offers just for suscribers.</p>
</div>
<form class="footer-touch-email">
<input type="email" class="email-text" placeholder="your email address" />
<button type="submit" class="email-button"><img src="img/email_logo_19.png" alt="email_logo" /></button>
</form>
</div>
</div>
<div class="footer-bottom padding-site">
<div class="copy-terms">©Copyright - INTERIOR 2016. All Rights Reserved.</div>
<div class="social">
<a href="https://www.facebook.com/" target="_blank" class="fa fa-facebook"></a>
<a href="https://twitter.com/?lang=ru" target="_blank" class="fa fa-twitter"></a>
<a href="https://www.google.com/" target="_blank" class="fa fa-google"></a>
<a href="https://www.pinterest.com/" target="_blank" class="fa fa-pinterest"></a>
</div>
<div class="copy-terms"><a href="#">Terms & Conditions / Privacy policy & Cookies</a></div>
</div>
</div>
</footer>
</div>
</body>
</html>