This repository has been archived by the owner on Jun 30, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
320 lines (319 loc) · 9.52 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>La Shoopa</title>
<meta charset="utf-8"/>
<link rel="stylesheet" href="styles/style.css" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
</head>
<body>
<div class="top_bar">
</div>
<div class="header">
<div class="wrapper">
<a class="logo" href="index.html" title="La Shoopa">La Shoopa</a>
<ul class="menu_list">
<li class="menu_item">
<a class="menu_link" href="#" title="#">Men</a>
</li>
<li class="menu_item">
<a class="menu_link" href="#" title="#">Women</a>
</li>
<li class="menu_item">
<a class="menu_link" href="#" title="#">About</a>
</li>
<li class="menu_item">
<a class="menu_link" href="#" title="#">Blog</a>
</li>
<li class="menu_item">
<a class="menu_link" href="#" title="#">Support</a>
</li>
</ul>
<a class="cart" href="#" title="cart">
<img class="cart_image" alt="cart" src="images/cart.png"/>
</a>
</div>
</div>
<div class="content">
<div class="slider">
<div class="slider wrapper">
<div class="slider_inner">
<h2 class="slider_title">New season arrivals.</h2>
<p class="slider_description">Check out all the new trends</p>
<a class="slider_button" href="index.html/shop.html"
title="shop">Shop now</a>
</div>
</div>
</div>
<div class="products_block wrapper">
<div class="products_type">
<h3 class="products_title">Latest products</h3>
<div class="product_item">
<a class="product_link" href="#" title="#">
<img class="product_image" alt="#"
src="images/product.png"/>
<h4 class="product_title">Sunt officia sed deserunt</h4>
<span class="product_price">$150.00</span>
</a>
</div>
<div class="product_item">
<a class="product_link" href="#" title="#">
<img class="product_image" alt="#"
src="images/product.png"/>
<h4 class="product_title">Duis aute irure dolor</h4>
<span class="product_price">$650.00</span>
<span class="sale">-50%</span>
</a>
</div>
<div class="product_item">
<a class="product_link" href="#" title="#">
<img class="product_image" alt="#"
src="images/product.png"/>
<h4 class="product_title">Consectetur eiusmod elit.</h4>
<span class="product_price">$100.00</span>
</a>
</div>
</div>
<div class="products_type">
<h3 class="products_title">Popular products</h3>
<div class="product_item">
<a class="product_link" href="#" title="#">
<img class="product_image"
src="images/product.png" alt="#"/>
<h4 class="product_title">Dolore eu nulla pariatur.</h4>
<span class="product_price">$120.00</span>
<span class="sale">-86%</span>
</a>
</div>
<div class="product_item">
<a class="product_link" href="#" title="#">
<img class="product_image"
src="images/product.png" alt="#"/>
<h4 class="product_title">Enim ad minim veniam.</h4>
<span class="product_price">$1000.00</span>
</a>
</div>
<div class="product_item">
<a class="product_link" href="#" title="#">
<img class="product_image"
src="images/product.png" alt="#"/>
<h4 class="product_title">Excepteur sint cupidatat.</h4>
<span class="product_price">$340.00</span>
</a>
</div>
</div>
</div>
<div class="brands wrapper">
<div class="brands">
<ul class="brands_list">
<li class="brand_item">
<a class="brand_link" href="#" title="#">
<img class="brand_logo" alt="#"
src="images/brand.png"/>
</a>
</li>
<li class="brand_item">
<a class="brand_link" href="#" title="#">
<img class="brand_logo" alt="#"
src="images/brand.png"/>
</a>
</li>
<li class="brand_item">
<a class="brand_link" href="#" title="#">
<img class="brand_logo" alt="#"
src="images/brand.png"/>
</a>
</li>
<li class="brand_item">
<a class="brand_link" href="#" title="#">
<img class="brand_logo" alt="#"
src="images/brand.png"/>
</a>
</li>
<li class="brand_item">
<a class="brand_link" href="#" title="#">
<img class="brand_logo" alt="#"
src="images/brand.png"/>
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="footer">
<div class="wrapper">
<div class="footer_block">
<div class="stores">
<h5 class="block_title">our stores</h5>
<ul class="stores_list">
<li class="stores_item">1401 South Grand Avenue
Los Angeles, CA 90015
<span>(213) 748-2411</span>
</li>
<li class="stores_item">100 Fairview Drive
Franklin, VA 23851
<span>(757) 569-6100</span>
</li>
</ul>
<ul class="socials_list">
<li class="socials_item">
<a class="socials_link" href="#" title="">
<img class="socials_icon" alt="#"
src="images/socials_icon.png"/>
</a>
</li>
<li class="socials_item">
<a class="socials_link" href="#" title="#">
<img class="socials_icon" alt="#"
src="images/socials_icon1.png"/>
</a>
</li>
<li class="socials_item">
<a class="socials_link" href="#" title="#">
<img class="socials_icon" alt="#"
src="images/socials_icon4.png"/>
</a>
</li>
<li class="socials_item">
<a class="socials_link" href="#" title="#">
<img class="socials_icon" alt="#"
src="images/socials_icon3.png"/>
</a>
</li>
<li class="socials_item">
<a class="socials_link" href="#" title="#">
<img class="socials_icon" alt="#"
src="images/socials_icon2.png"/>
</a>
</li>
</ul>
</div>
<div class="blog">
<h5 class="block_title">blog posts</h5>
<ul class="blog_list">
<li class="blog_item">
<a class="blog_item_link" href="#" title="#">
<p>Duis aute irure dolor in reprehenderit.</p>
</a>
in voluptate velit esse cillum dolore eu
fugiat nulla pariatur.
</li>
<li class="blog_item">
<a class="blog_item_link" href="#" title="#">
<p>Ut enim ad minim veniam.</p>
</a>
in voluptate velit esse cillum dolore eu
fugiat nulla pariatur.
</li>
<li class="blog_item">
<a class="blog_item_link" href="#" title="#">
<p>officia deserunt mollit consectetur.</p>
</a>
in voluptate velit esse cillum dolore eu
fugiat nulla pariatur.
</li>
</ul>
</div>
<div class="support">
<h5 class="block_title">Suppport</h5>
<ul class="support_list">
<li class="support_list_item">
<a class="support_list_link" href="#" title="#">
Terms & Conditions
</a>
</li>
<li class="support_list_item">
<a class="support_list_link" href="#" title="#">
FAQ
</a>
</li>
<li class="support_list_item">
<a class="support_list_link" href="#" title="#">
Payment
</a>
</li>
<li class="support_list_item">
<a class="support_list_link" href="#" title="#">
Refunds
</a>
</li>
<li class="support_list_item">
<a class="support_list_link" href="#" title="#">
Track Order
</a>
</li>
<li class="support_list_item">
<a class="support_list_link" href="#" title="#">
Services
</a>
</li>
</ul>
<ul class="support_list">
<li class="support_list_item">
<a class="support_list_link" href="#" title="#">
Services
</a>
</li>
<li class="support_list_item">
<a class="support_list_link" href="#" title="#">
Press
</a>
</li>
<li class="support_list_item">
<a class="support_list_link" href="#" title="#">
Blog
</a>
</li>
<li class="support_list_item">
<a class="support_list_link" href="#" title="#">
About Us
</a>
</li>
<li class="support_list_item">
<a class="support_list_link" href="#" title="#">
Contact us
</a>
</li>
</ul>
</div>
</div>
<div class="footer_bottom">
<p class="copyright">
© 2014 lashoopa.com - All Rights Reserved -
Find More Free Templates at
<a class="copyright_link" href="#" title="#">
Pixelhint.com
</a>
</p>
<ul class="payment_list">
<li class="payment_item">
<a class="payment_link" href="#" title="#">
<img class="payment_icon" src="images/card1.png"
alt="#"/>
</a>
</li>
<li class="payment_item">
<a class="payment_link" href="#" title="#">
<img class="payment_icon" src="images/card2.png"
alt="#"/>
</a>
</li>
<li class="payment_item">
<a class="payment_link" href="#" title="#">
<img class="payment_icon" src="images/card3.png"
alt="#"/>
</a>
</li>
<li class="payment_item">
<a class="payment_link" href="#" title="#">
<img class="payment_icon" src="images/card4.png"
alt="#"/>
</a>
</li>
</ul>
</div>
</div>
</div>
</body>
</html>