-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
369 lines (368 loc) · 16.6 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
356
357
358
359
360
361
362
363
364
365
366
367
368
369
<!DOCTYPE html>
<html lang="en">
<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 name="description" content="Camera on sale!!! Check out our amazing offer!!!">
<meta name="keyword" content="Camera, Canon, Lens, Sale">
<meta property="og:title" content="Everything for your studio">
<meta property="og:url" content="">
<meta property="og:image" content="images/logo.png">
<meta property="og:description" content="Camera on sale!!! Check out our amazing offer!!!">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Camera Store"/>
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="stylesheet" href="style/normalize.css">
<link rel="stylesheet" href="style/style.css">
<link rel="stylesheet" href="style/queries.css">
<script src="js/jquery-1.11.3.min.js" type="text/javascript"></script>
<script src="js/jssor.slider-22.0.6.mini.js" type="text/javascript"></script>
<script src="js/script.js" type="text/javascript"></script>
<title>Camera Store</title>
</head>
<body>
<div id="wrapper">
<a href="#topBar" class="scrollToTop"></a>
<section id="topBar">
<div class="wrap clearfix">
<div class="config">
<label for="lang">Language: </label>
<select name="lang" id="lang">
<option>English</option>
<option>Mandarin</option>
</select>
<label for="currency">currency: </label>
<select name="currency" id="currency">
<option>EUR</option>
<option>GBP</option>
<option>USD</option>
</select>
<label for="tele">Telephone: </label>
<span class="tele">+565 975 658</span>
</div>
<ul class="account">
<li><a href="#">My Account</a></li>
<li><a href="#">Login</a></li>
<li><a href="#">Register</a></li>
<li><a href="#">Checkout</a></li>
</ul>
</div>
</section>
<div class="wrap">
<header>
<section>
<div id="logo"></div>
<div class="socialMedia">
<ul>
<li>
<input type="search" name="search" class="search" placeholder="Search...">
<input type="button" name="search_btn" class="search_btn">
</li>
<li>
<a href="#" class="rss"></a>
</li>
<li>
<a href="#" class="pinterest"></a>
</li>
<li>
<a href="#" class="facebook"></a>
</li>
<li>
<a href="#" class="twitter"></a>
</li>
<li>
<a href="#" class="dribble"></a>
</li>
</ul>
</div>
</section>
<div class="breakline"></div>
<nav>
<ul>
<li><a href="#" class="active">Home</a></li>
<li><a href="#">Apparel</a></li>
<li><a href="#">Fashion</a></li>
<li><a href="#">News</a></li>
<li><a href="#">Portfolio</a></li>
<li><a href="#">Contact us</a></li>
</ul>
<a href="#" class="shoppingCart">
<span>(0) ITEMS</span>
</a>
</nav>
<div class="breakline"></div>
</header>
</div>
<section class="banner">
<div id="jssor_1" style="position: relative; margin: 0 auto; top: 0px; left: 0px; width: 1380px; height: 420px; overflow: hidden; visibility: hidden;">
<div data-u="slides" class="slider">
<div data-p="112.50">
<img data-u="image" src="images/slide-1.jpg" />
</div>
<div data-p="112.50" style="display: none;">
<img data-u="image" src="images/slide-2.jpg" />
</div>
<div data-p="112.50" style="display: none;">
<img data-u="image" src="images/slide-3.jpg" />
</div>
</div>
<!-- Arrow Navigator -->
<span data-u="arrowleft" class="jssora13l" data-autocenter="2"></span>
<span data-u="arrowright" class="jssora13r" data-autocenter="2"></span>
<!-- #endregion Jssor Slider End -->
</div>
<!-- <a href="#" class="slideArrow-previous"></a>
<img src="images/slide.jpg" alt="slide">
<a href="#" class="slideArrow-next"></a> -->
</section>
<div class="wrap">
<section class="content">
<div class="slogan">
<h1>
Check our <strong>amazing offers</strong>, visit our <strong>store</strong> now
</h1>
<a href="#" class="visit"></a>
</div>
<section class="products ">
<div class="title">
<h2>Recent Products</h2>
<a href="#" class="productArrow-next"></a>
<a href="#" class="productArrow-previous"></a>
</div>
<ul class="productSlide clearfix">
<li class="product">
<img src="images/sale.png" class="sale" alt="sale">
<img src="images/product-1.jpg" alt="product-1">
<div class="productInfo">
<span class="price">$899.99</span>
<a href="#" class="addToCart"></a>
</div>
<div class="productDesc">
<h3 class="productName">EOS 450D Camera</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ea error tenetur distinctio magnam nobis.</p>
</div>
<a href="#">View the Product <span>></span></a>
</li>
<li class="product">
<img src="images/product-2.jpg" alt="product-2">
<div class="productInfo">
<span class="price">$699.99</span>
<a href="#" class="addToCart"></a>
</div>
<div class="productDesc">
<h3 class="productName">A Set of Camera Lenses</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ea error tenetur distinctio magnam nobis.</p>
</div>
<a href="#">View the Product <span>></span></a>
</li>
<li class="product">
<img src="images/sale.png" class="sale" alt="sale">
<img src="images/product-3.jpg" alt="product-3">
<div class="productInfo">
<span class="price">$2499.99</span>
<a href="#" class="addToCart"></a>
</div>
<div class="productDesc">
<h3 class="productName">Profession Camera</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ea error tenetur distinctio magnam nobis.</p>
</div>
<a href="#">View the Product <span>></span></a>
</li>
<li class="product">
<img src="images/product-4.jpg" alt="product-4">
<div class="productInfo">
<span class="price">$5499.99</span>
<a href="#" class="addToCart"></a>
</div>
<div class="productDesc">
<h3 class="productName">EOS 2100D Camera</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ea error tenetur distinctio magnam nobis.</p>
</div>
<a href="#">View the Product <span>></span></a>
</li>
</ul>
</section>
<section class="products">
<div class="title">
<h2>Featured Products</h2>
<a href="#" class="productArrow-next"></a>
<a href="#" class="productArrow-previous"></a>
</div>
<ul class="productSlide clearfix">
<li class="product">
<img src="images/product-5.jpg" alt="product-5">
<div class="productInfo">
<span class="price">$2499.99</span>
<a href="#" class="addToCart"></a>
</div>
<div class="productDesc">
<h3 class="productName">EOS 450D Camera</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ea error tenetur distinctio magnam nobis.</p>
</div>
<a href="#">View the Product <span>></span></a>
</li>
<li class="product">
<img src="images/product-6.jpg" alt="product-6">
<div class="productInfo">
<span class="price">$499.99</span>
<a href="#" class="addToCart"></a>
</div>
<div class="productDesc">
<h3 class="productName">Photography Umbrella</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ea error tenetur distinctio magnam nobis.</p>
</div>
<a href="#">View the Product <span>></span></a>
</li>
<li class="product">
<img src="images/sale.png" class="sale" alt="sale">
<img src="images/product-7.jpg" alt="product-7">
<div class="productInfo">
<span class="price">$749.59</span>
<a href="#" class="addToCart"></a>
</div>
<div class="productDesc">
<h3 class="productName">EOS 450D Camera Lens</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ea error tenetur distinctio magnam nobis.</p>
</div>
<a href="#">View the Product <span>></span></a>
</li>
<li class="product">
<img src="images/product-8.jpg" alt="product-8">
<div class="productInfo">
<span class="price">$5499.99</span>
<a href="#" class="addToCart"></a>
</div>
<div class="productDesc">
<h3 class="productName">50 mm Camera Lens</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ea error tenetur distinctio magnam nobis.</p>
</div>
<a href="#">View the Product <span>></span></a>
</li>
</ul>
</section>
<section class="brands">
<div class="title">
<h2>Check our brand</h2>
</div>
<ul class="clearfix">
<li>
<img src="images/brand-1.jpg" alt="brand-1">
</li>
<li>
<img src="images/brand-2.jpg" alt="brand-2">
</li>
<li>
<img src="images/brand-3.jpg" alt="brand-3">
</li>
<li>
<img src="images/brand-4.jpg" alt="brand-4">
</li>
<li>
<img src="images/brand-5.jpg" alt="brand-5">
</li>
</ul>
</section>
</section>
</div>
<section class="bottomBar">
<div class="wrap">
<ul class="bottomInfo clearfix">
<li>
<div id="small-logo"></div>
<h3>Follow us</h3>
<div class="socialMedia">
<ul>
<li>
<a href="#" class="rss"></a>
</li>
<li>
<a href="#" class="pinterest"></a>
</li>
<li>
<a href="#" class="facebook"></a>
</li>
<li>
<a href="#" class="twitter"></a>
</li>
<li>
<a href="#" class="dribble"></a>
</li>
</ul>
</div>
</li>
<li>
<h3>Recent Posts</h3>
<ul class="posts">
<li>
<img src="images/post-1.png" alt="post-1">
<div>
<p>New Camera Set</p>
<p>posted by <span>Admin</span></p>
</div>
</li>
<li>
<img src="images/post-2.png" alt="post-2">
<div>
<p>Special Camera Lenses</p>
<p>posted by <span>Gljivec</span></p>
</div>
</li>
</ul>
</li>
<li class="contacts">
<h3>Contacts</h3>
<div>
<p>1000 Ljubljana</p>
<p>Celovska cesta 135</p>
<p>Country Slovenia</p>
</div>
<div>
<p>Phone: (+386) 40 123 456</p>
<p>Mobile: (+386) 40 654 123</p>
</div>
<div>
<p>info@premiumcoding.com</p>
</div>
</li>
<li>
<h3>What People say</h3>
<ul class="reviews">
<li>
<div class="person">
<img src="images/people-1.png" alt="people-1">
<p class="name">Anna</p>
</div>
<div class="quote">
<p>Lorem ipsum dolor sit amet, </p>
<p>consectetur adipisicing elit.</p>
</div>
</li>
<li>
<div class="person">
<img src="images/people-2.png" alt="people-2">
<p class="name">Erica</p>
</div>
<div class="quote">
<p>Lorem ipsum dolor sit amet, </p>
<p>consectetur adipisicing elit.</p>
</div>
</li>
</ul>
</li>
</ul>
</div>
</section>
<footer>
<div class="wrap clearfix">
<ul>
<li><a href="#" class="active">Home</a></li>
<li><a href="#" class="active">Portfolio</a></li>
<li><a href="#" class="active">Sitemap</a></li>
<li><a href="#" class="active">Contact</a></li>
</ul>
<p>CameraSore © 2013 by PremiumCoding | All Rights Reserved</p>
</div>
</footer>
</div>
</body>
</html>