-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcatalog.html
More file actions
248 lines (248 loc) · 12.9 KB
/
catalog.html
File metadata and controls
248 lines (248 loc) · 12.9 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
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<title>Catalog</title>
<link rel="stylesheet" href="css/style.css">
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
</head>
<body>
<div class="container">
<header class="main-header" style="height:262px">
<div class="main-header__top">
<a href="index.html" class="main-header__logo">
<img src="img/surfhouse_logo.png" alt="логотип" width="125" height="111">
</a>
<div class="main-header__social">
<a href="#"><img src="img/facebook icon.png" alt="f" width="8" height="16"></a>
<a href="#"><img src="img/twitter icon.png" alt="t" width="16" height="14"></a>
<a href="#"><img src="img/youtube icon.png" alt="y" width="16" height="16"></a>
<a href="#"><img src="img/pinterest icon.png" alt="p" width="14" height="16"></a>
<a href="#"><img src="img/insta icon.png" alt="i" width="16" height="16"></a>
</div>
</div>
</header>
<div class="wrapper">
<div class="sidebar">
<div class="sidebar-top">
<p>menu</p>
</div>
<div class="sidebar-menu">
<a href="#">about</a>
<a href="catalog.html">apparel</a>
<a href="catalog.html">surf apparel</a>
<a href="catalog.html">windsurf</a>
<a href="catalog.html">kitesurf</a>
<a href="catalog.html">accessories</a>
<a href="catalog.html">sale</a>
<a href="#">brands</a>
<a href="#">blog</a>
<a href="#">gadgets</a>
<a href="contact.html">contact</a>
</div>
<div class="sidebar-bottom">
<p>now is open!</p>
</div>
</div>
<main>
<div class="main__nav-panel">
<a href="home.html">Home</a>
<p>>></p>
<a href="catalog.html">Catalog</a>
</div>
<div class="main__catalog-page">
<div class="main__product-container">
<div class="main__product-card">
<div class="main__product-image">
<a href="productpage.html" target="_blank"><img src="img/goods_small.jpg" alt="product" width="250" height="235"></a>
</div>
<div class="main__product-txt">
<p>Super Nano Product</p>
<p>€.100.50</p>
</div>
</div>
<div class="main__product-card">
<div class="main__product-image">
<a href="productpage.html" target="_blank"><img src="img/goods_small.jpg" alt="product" width="250" height="235"></a>
</div>
<div class="main__product-txt">
<p>Super Nano Product</p>
<p>€.100.50</p>
</div>
</div>
<div class="main__product-card">
<div class="main__product-image">
<a href="productpage.html" target="_blank"><img src="img/goods_small.jpg" alt="product" width="250" height="235"></a>
</div>
<div class="main__product-txt">
<p>Super Nano Product</p>
<p>€.100.50</p>
</div>
</div>
<div class="main__product-card">
<div class="main__product-image">
<a href="productpage.html" target="_blank"><img src="img/goods_small.jpg" alt="product" width="250" height="235"></a>
</div>
<div class="main__product-txt">
<p>Super Nano Product</p>
<p>€.100.50</p>
</div>
</div>
<div class="main__product-card">
<div class="main__product-image">
<a href="productpage.html" target="_blank"><img src="img/goods_small.jpg" alt="product" width="250" height="235"></a>
</div>
<div class="main__product-txt">
<p>Super Nano Product</p>
<p>€.100.50</p>
</div>
</div>
<div class="main__product-card">
<div class="main__product-image">
<a href="productpage.html" target="_blank"><img src="img/goods_small.jpg" alt="product" width="250" height="235"></a>
</div>
<div class="main__product-txt">
<p>Super Nano Product</p>
<p>€.100.50</p>
</div>
</div>
<div class="main__product-card">
<div class="main__product-image">
<a href="productpage.html" target="_blank"><img src="img/goods_small.jpg" alt="product" width="250" height="235"></a>
</div>
<div class="main__product-txt">
<p>Super Nano Product</p>
<p>€.100.50</p>
</div>
</div>
<div class="main__product-card">
<div class="main__product-image">
<a href="productpage.html" target="_blank"><img src="img/goods_small.jpg" alt="product" width="250" height="235"></a>
</div>
<div class="main__product-txt">
<p>Super Nano Product</p>
<p>€.100.50</p>
</div>
</div>
<div class="main__product-card">
<div class="main__product-image">
<a href="productpage.html" target="_blank"><img src="img/goods_small.jpg" alt="product" width="250" height="235"></a>
</div>
<div class="main__product-txt">
<p>Super Nano Product</p>
<p>€.100.50</p>
</div>
</div>
<div class="main__product-card">
<div class="main__product-image">
<a href="productpage.html" target="_blank"><img src="img/goods_small.jpg" alt="product" width="250" height="235"></a>
</div>
<div class="main__product-txt">
<p>Super Nano Product</p>
<p>€.100.50</p>
</div>
</div>
<div class="main__product-card">
<div class="main__product-image">
<a href="productpage.html" target="_blank"><img src="img/goods_small.jpg" alt="product" width="250" height="235"></a>
</div>
<div class="main__product-txt">
<p>Super Nano Product</p>
<p>€.100.50</p>
</div>
</div>
<div class="main__product-card">
<div class="main__product-image">
<a href="productpage.html" target="_blank"><img src="img/goods_small.jpg" alt="product" width="250" height="235"></a>
</div>
<div class="main__product-txt">
<p>Super Nano Product</p>
<p>€.100.50</p>
</div>
</div>
</div>
</div>
</main>
</div>
<div class="social-btn">
<a class="social-btn__facebook" href="#">
<img src="img/f icon.png" alt="f" width="30" height="62">
</a>
<a class="social-btn__twitter" href="#">
<img src="img/tw icon.png" alt="t" width="64" height="52">
</a>
<a class="social-btn__pinterest" href="#">
<img src="img/pin icon.png" alt="p" width="64" height="64">
</a>
</div>
<footer class="main-footer">
<div class="main-footer__top">
<div class="main-footer__column">
<h3>Category</h3>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">about us</a></li>
<li><a href="#">eshop</a></li>
<li><a href="#">Features</a></li>
<li><a href="#">new collections</a></li>
<li><a href="#">blog</a></li>
<li><a href="#">contact</a></li>
</ul>
</div>
<div class="main-footer__column">
<h3>Our Account</h3>
<ul>
<li><a href="#">Your Account</a></li>
<li><a href="#">Personal information</a></li>
<li><a href="#">Addresses</a></li>
<li><a href="#">Discount</a></li>
<li><a href="#">Order history</a></li>
<li><a href="#">Addresses</a></li>
<li><a href="#">Search Terms</a></li>
</ul>
</div>
<div class="main-footer__column">
<h3>Our Support</h3>
<ul>
<li><a href="#">Site Map</a></li>
<li><a href="#">Search Terms</a></li>
<li><a href="#">Advanced Search</a></li>
<li><a href="#">Mobile</a></li>
<li><a href="#">Contact Us</a></li>
<li><a href="#">Mobile</a></li>
<li><a href="#">Addresses</a></li>
</ul>
</div>
<div class="main-footer__column">
<h3>Newsletter</h3>
<p>Join thousands of other people subscribe to our news</p>
<form class="main-footer__subscribe" action="">
<input type="email" name="email" placeholder="INSERT EMAIL">
<input type="submit" value="SUBMIT">
</form>
<div class="main-footer__pay">
<img src="img/aex.png" alt="aex" width="36" height="22">
<img src="img/mastercard.png" alt="mastercard" width="36" height="22">
<img src="img/maestro.png" alt="maestro" width="36" height="22">
<img src="img/paypal.png" alt="paypal" width="36" height="22">
<img src="img/discover.png" alt="discover" width="36" height="22">
<img src="img/visa.png" alt="visa" width="36" height="22">
</div>
</div>
<div class="main-footer__column">
<h3>About Us</h3>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.
Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.</p>
<p>Phone: 1-999-342-9876</p>
<p>e-mail: info@surfhouse.com</p>
</div>
</div>
<div class="main-footer__bottom">
<p>© 2014 SURFHOUSE. All rights reserved - Designed by theuncreativelab.com</p>
</div>
</footer>
</div>
</body>
</html>