-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
355 lines (352 loc) · 12.1 KB
/
index.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
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Surfhouse - Home page</title>
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Raleway:700,800|Roboto:400,500i,700,900,900i+Display&subset=cyrillic" rel="stylesheet">
<script defer src="https://use.fontawesome.com/releases/v5.0.8/js/all.js"></script>
</head>
<body>
<div class="container">
<header>
<div class="header-top">
<a href="#" class="logo"></a>
<div class="social_icons">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-youtube"></i></a>
<a href="#"><i class="fab fa-pinterest-p"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
</div>
</div>
<div class="welcome">
<h3>welcome to surfhouse</h3>
<p>The only online store you will ever need for all your windsurfing and kitesurfing and SUP needs</p>
</div>
<div class="slider_title">
<h3>jp funride 2014</h3>
<p>Super easy going freeride boards based on the X-Cite Ride shape concept with additional control and super easy jibing</p>
<input type="button" value="buy now">
</div>
</header>
<div class="columns">
<nav class="nav_home_page">
<ul>
<li>menu</li>
<ul>
<li><a href="index.html#about">about</a></li>
<li><a href="catalog.html">apparel</a></li>
<li><a href="#">sufr apparel</a></li>
<li>
<a href="#">windsurf</a>
<ul>
<li><a href="#">kites</a></li>
<li><a href="#">kiteboards</a></li>
<li><a href="#">bags</a>
<ul>
<li><a href="#">magic kit</a></li>
<li><a href="#">pro limit s0214</a></li>
</ul>
</li>
<li><a href="#">equipment</a></li>
</ul>
</li>
<li><a href="#">kitesurf</a></li>
<li><a href="#">accessories</a></li>
<li><a href="#">sale</a></li>
<li><a href="index.html#brands">brands</a></li>
<li><a href="#">blog</a></li>
<li><a href="#">gadgets</a></li>
<li><a href="contacts.html">contact</a></li>
</ul>
</ul>
<section class="ad_block">
<h3>Now is open!</h3>
</section>
</nav>
<main class="main_home_page">
<section class="new_products light_style">
<h3>new products</h3>
<a href="product-page.html" class="new">
<img src="http://via.placeholder.com/250x230" alt="item image">
<table>
<tr>
<td class="product_name">
peeky cropped
</td>
<td class="price">
€.578.50
</td>
</tr>
</table>
</a>
<a href="#" class="hot">
<img src="http://via.placeholder.com/250x230" alt="item image">
<table>
<tr>
<td rowspan="2" class="product_name">
Freestyle wave FSF
</td>
<td class="price">
€.770.50
</td>
</tr>
<tr>
<td class="old_price">€.1270.15</td>
</tr>
</table>
</a>
<a href="#">
<img src="http://via.placeholder.com/250x230" alt="item image">
<table>
<tr>
<td class="product_name">
the white collection SURFBOARD 2014
</td>
<td class="price">
€.1,580.70
</td>
</tr>
</table>
</a>
<a href="#">
<img src="http://via.placeholder.com/250x230" alt="item image">
<table>
<tr>
<td class="product_name">
OG SCALLOP SOLID
</td>
<td class="price">
€.765.00
</td>
</tr>
</table>
</a>
<a href="#">
<img src="http://via.placeholder.com/250x230" alt="item image">
<table>
<tr>
<td class="product_name">
STRIPE 19 QS
</td>
<td class="price">
€.230.50
</td>
</tr>
</table>
</a>
<a href="#">
<img src="http://via.placeholder.com/250x230" alt="item image">
<table>
<tr>
<td class="product_name">
YOKE 19 QS
</td>
<td class="price">
€.1,130.70
</td>
</tr>
</table>
</a>
</section>
<section class="top_products light_style">
<h3>top products</h3>
<a href="#">
<img src="http://via.placeholder.com/250x230" alt="item image">
<table>
<tr>
<td class="product_name">
USHINGHAM LIGHTNING 2014
</td>
<td class="price">
€.3,100.15
</td>
</tr>
</table>
</a>
<a href="#">
<img src="http://via.placeholder.com/250x230" alt="item image">
<table>
<tr>
<td class="product_name">
CYPHER HEAT VES M
</td>
<td class="price">
€.849.95
</td>
</tr>
</table>
</a>
<a href="#">
<img src="http://via.placeholder.com/250x230" alt="item image">
<table>
<tr>
<td class="product_name">
SYNCRO WOMENS QS M
</td>
<td class="price">
€.1,100.99
</td>
</tr>
</table>
</a>
</section>
<section class="sale_products light_style">
<h3>sale products</h3>
<a href="#">
<img src="http://via.placeholder.com/250x230" alt="item image">
<table>
<tr>
<td rowspan="2" class="product_name">
SYNCRO MENS QS M
</td>
<td class="price">
€.249.95
</td>
</tr>
<tr>
<td class="old_price">
€.450.15
</td>
</tr>
</table>
</a>
<a href="#">
<img src="http://via.placeholder.com/250x230" alt="item image">
<table>
<tr>
<td rowspan="2" class="product_name">
RAMOS - SHIRT FOR MEN
</td>
<td class="price">
€.459.65
</td>
</tr>
<tr>
<td class="old_price">
€.570.65
</td>
</tr>
</table>
</a>
<a href="#">
<img src="http://via.placeholder.com/250x230" alt="item image">
<table>
<tr>
<td rowspan="2" class="product_name">
SIXSIXONE EVO WIRED FULL FACE
</td>
<td class="price">
€.240.00
</td>
</tr>
<tr>
<td class="old_price">€.370.65</td>
</tr>
</table>
</a>
</section>
</main>
<aside>
<section class="brands" id="brands">
<a href="#">brand</a>
<a href="#">brand</a>
<a href="#">brand</a>
<a href="#">brand</a>
<a href="#">brand</a>
<a href="#">brand</a>
<a href="#">brand</a>
<a href="#">brand</a>
</section>
<section class="social social_home_page">
<div class="instagram">
<p class="instagram_feed">
<i class="fab fa-instagram"></i>
Instagram feed:
<a href="#">#surfhouse</a>
</p>
<div><img src="img/Livello_25.jpg" alt=""></div>
<div><img src="img/Livello_26.jpg" alt=""></div>
<div><img src="img/Livello_27.jpg" alt=""></div>
<div><img src="img/Livello_28.jpg" alt=""></div>
<div><img src="img/Livello_29.jpg" alt=""></div>
<div><img src="img/Livello_30.jpg" alt=""></div>
</div>
<a href="#" class="facebook"><i class="fab fa-facebook-f"></i></a>
<a href="#" class="twitter"><i class="fab fa-twitter"></i></a>
<a href="#" class="pinterest"><i class="fab fa-pinterest"></i></a>
</section>
</aside>
</div>
<footer>
<ul class="info_block">
<li>Category</li>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="#about">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="contacts.html">contact</a></li>
</ul>
</ul>
<ul class="info_block">
<li>Our Account</li>
<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="#">Orders history</a></li>
<li><a href="#">Addresses</a></li>
<li><a href="#">Search Terms</a></li>
</ul>
</ul>
<ul class="info_block">
<li>Our Support</li>
<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="contacts.html">Contact Us</a></li>
<li><a href="#">Mobile</a></li>
<li><a href="#">Addresses</a></li>
</ul>
</ul>
<div class="info_block newsletter_block">
<h4>Newsletter</h4>
<p>Join thousands of other people subscribe to our news</p>
<input type="email" placeholder="insert email">
<input type="button" value="submit" class="submit_button">
<a href="#" class="aex"></a>
<a href="#" class="mastercard"></a>
<a href="#" class="maestro"></a>
<a href="#" class="paypal"></a>
<a href="#" class="discover"></a>
<a href="#" class="visa"></a>
</div>
<div class="info_block about_block" id="about">
<h4>About Us</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Harum earum dolores consequuntur, impedit autem quibusdam hic accusamus asperiores, totam aliquid! Iure beatae obcaecati totam laudantium quam deleniti. Nesciunt, eveniet, laboriosam.</p>
<p class="contacts">Phone: 1-999-342-9876</p>
<p class="contacts">e-mail: <a href="mailto:info@surfhouse.com">info@surfhouse.com</a></p>
</div>
<div class="footer_bottom">
<p>© 2014 SURFHOUSE. All rights reserved - Designed by theuncreativelab.com</p>
<div class="social_icons">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-pinterest-p"></i></a>
<a href="#"><i class="fab fa-google-plus-g"></i></a>
<a href="#"><i class="fab fa-tumblr"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fas fa-rss"></i></a>
</div>
</div>
</footer>
</div>
</body>
</html>