Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 espaco 1
<!DOCTYPE html>
2
<!-- 
3
Template Name: Metronic - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.2.0
4
Version: 3.4
5
Author: KeenThemes
6
Website: http://www.keenthemes.com/
7
Contact: support@keenthemes.com
8
Follow: www.twitter.com/keenthemes
9
Like: www.facebook.com/keenthemes
10
Purchase: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes
11
License: You must have a valid license purchased only from themeforest (the above link) in order to legally use the theme for your project.
12
-->
13
<!--[if IE 8]> <html lang="en" class="ie8 no-js"> <![endif]-->
14
<!--[if IE 9]> <html lang="en" class="ie9 no-js"> <![endif]-->
15
<!--[if !IE]><!-->
16
<html lang="en">
17
<!--<![endif]-->
18
 
19
<!-- Head BEGIN -->
20
<head>
21
  <meta charset="utf-8">
22
  <title>My Account | Metronic Shop UI</title>
23
 
24
  <meta content="width=device-width, initial-scale=1.0" name="viewport">
25
  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
26
 
27
  <meta content="Metronic Shop UI description" name="description">
28
  <meta content="Metronic Shop UI keywords" name="keywords">
29
  <meta content="keenthemes" name="author">
30
 
31
  <meta property="og:site_name" content="-CUSTOMER VALUE-">
32
  <meta property="og:title" content="-CUSTOMER VALUE-">
33
  <meta property="og:description" content="-CUSTOMER VALUE-">
34
  <meta property="og:type" content="website">
35
  <meta property="og:image" content="-CUSTOMER VALUE-"><!-- link to image for socio -->
36
  <meta property="og:url" content="-CUSTOMER VALUE-">
37
 
38
  <link rel="shortcut icon" href="favicon.ico">
39
 
40
  <!-- Fonts START -->
41
  <link href="http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|PT+Sans+Narrow|Source+Sans+Pro:200,300,400,600,700,900&amp;subset=all" rel="stylesheet" type="text/css">
42
  <!-- Fonts END -->
43
 
44
  <!-- Global styles START -->          
45
  <link href="../../assets/global/plugins/font-awesome/css/font-awesome.min.css" rel="stylesheet">
46
  <link href="../../assets/global/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet">
47
  <!-- Global styles END -->
48
 
49
  <!-- Page level plugin styles START -->
50
  <link href="../../assets/global/plugins/fancybox/source/jquery.fancybox.css" rel="stylesheet">
51
  <link href="../../assets/global/plugins/carousel-owl-carousel/owl-carousel/owl.carousel.css" rel="stylesheet">
52
  <!-- Page level plugin styles END -->
53
 
54
  <!-- Theme styles START -->
55
  <link href="../../assets/global/css/components.css" rel="stylesheet">
56
  <link href="../../assets/frontend/layout/css/style.css" rel="stylesheet">
57
  <link href="../../assets/frontend/pages/css/style-shop.css" rel="stylesheet" type="text/css">
58
  <link href="../../assets/frontend/layout/css/style-responsive.css" rel="stylesheet">
59
  <link href="../../assets/frontend/layout/css/themes/red.css" rel="stylesheet" id="style-color">
60
  <link href="../../assets/frontend/layout/css/custom.css" rel="stylesheet">
61
  <!-- Theme styles END -->
62
</head>
63
<!-- Head END -->
64
 
65
<!-- Body BEGIN -->
66
<body class="ecommerce">
67
    <!-- BEGIN STYLE CUSTOMIZER -->
68
    <div class="color-panel hidden-sm">
69
      <div class="color-mode-icons icon-color"></div>
70
      <div class="color-mode-icons icon-color-close"></div>
71
      <div class="color-mode">
72
        <p>THEME COLOR</p>
73
        <ul class="inline">
74
          <li class="color-red current color-default" data-style="red"></li>
75
          <li class="color-blue" data-style="blue"></li>
76
          <li class="color-green" data-style="green"></li>
77
          <li class="color-orange" data-style="orange"></li>
78
          <li class="color-gray" data-style="gray"></li>
79
          <li class="color-turquoise" data-style="turquoise"></li>
80
        </ul>
81
      </div>
82
    </div>
83
    <!-- END BEGIN STYLE CUSTOMIZER -->
84
 
85
    <!-- BEGIN TOP BAR -->
86
    <div class="pre-header">
87
        <div class="container">
88
            <div class="row">
89
                <!-- BEGIN TOP BAR LEFT PART -->
90
                <div class="col-md-6 col-sm-6 additional-shop-info">
91
                    <ul class="list-unstyled list-inline">
92
                        <li><i class="fa fa-phone"></i><span>+1 456 6717</span></li>
93
                        <!-- BEGIN CURRENCIES -->
94
                        <li class="shop-currencies">
95
                            <a href="javascript:void(0);"></a>
96
                            <a href="javascript:void(0);">£</a>
97
                            <a href="javascript:void(0);" class="current">$</a>
98
                        </li>
99
                        <!-- END CURRENCIES -->
100
                        <!-- BEGIN LANGS -->
101
                        <li class="langs-block">
102
                            <a href="javascript:void(0);" class="current">English </a>
103
                            <div class="langs-block-others-wrapper"><div class="langs-block-others">
104
                              <a href="javascript:void(0);">French</a>
105
                              <a href="javascript:void(0);">Germany</a>
106
                              <a href="javascript:void(0);">Turkish</a>
107
                            </div></div>
108
                        </li>
109
                        <!-- END LANGS -->
110
                    </ul>
111
                </div>
112
                <!-- END TOP BAR LEFT PART -->
113
                <!-- BEGIN TOP BAR MENU -->
114
                <div class="col-md-6 col-sm-6 additional-nav">
115
                    <ul class="list-unstyled list-inline pull-right">
116
                        <li><a href="shop-account.html">My Account</a></li>
117
                        <li><a href="shop-wishlist.html">My Wishlist</a></li>
118
                        <li><a href="shop-checkout.html">Checkout</a></li>
119
                        <li><a href="page-login.html">Log In</a></li>
120
                    </ul>
121
                </div>
122
                <!-- END TOP BAR MENU -->
123
            </div>
124
        </div>        
125
    </div>
126
    <!-- END TOP BAR -->
127
 
128
    <!-- BEGIN HEADER -->
129
    <div class="header">
130
      <div class="container">
131
        <a class="site-logo" href="shop-index.html"><img src="../../assets/frontend/layout/img/logos/logo-shop-red.png" alt="Metronic Shop UI"></a>
132
 
133
        <a href="javascript:void(0);" class="mobi-toggler"><i class="fa fa-bars"></i></a>
134
 
135
        <!-- BEGIN CART -->
136
        <div class="top-cart-block">
137
          <div class="top-cart-info">
138
            <a href="javascript:void(0);" class="top-cart-info-count">3 items</a>
139
            <a href="javascript:void(0);" class="top-cart-info-value">$1260</a>
140
          </div>
141
          <i class="fa fa-shopping-cart"></i>
142
 
143
          <div class="top-cart-content-wrapper">
144
            <div class="top-cart-content">
145
              <ul class="scroller" style="height: 250px;">
146
                <li>
147
                  <a href="shop-item.html"><img src="../../assets/frontend/pages/img/cart-img.jpg" alt="Rolex Classic Watch" width="37" height="34"></a>
148
                  <span class="cart-content-count">x 1</span>
149
                  <strong><a href="shop-item.html">Rolex Classic Watch</a></strong>
150
                  <em>$1230</em>
151
                  <a href="javascript:void(0);" class="del-goods">&nbsp;</a>
152
                </li>
153
                <li>
154
                  <a href="shop-item.html"><img src="../../assets/frontend/pages/img/cart-img.jpg" alt="Rolex Classic Watch" width="37" height="34"></a>
155
                  <span class="cart-content-count">x 1</span>
156
                  <strong><a href="shop-item.html">Rolex Classic Watch</a></strong>
157
                  <em>$1230</em>
158
                  <a href="javascript:void(0);" class="del-goods">&nbsp;</a>
159
                </li>
160
                <li>
161
                  <a href="shop-item.html"><img src="../../assets/frontend/pages/img/cart-img.jpg" alt="Rolex Classic Watch" width="37" height="34"></a>
162
                  <span class="cart-content-count">x 1</span>
163
                  <strong><a href="shop-item.html">Rolex Classic Watch</a></strong>
164
                  <em>$1230</em>
165
                  <a href="javascript:void(0);" class="del-goods">&nbsp;</a>
166
                </li>
167
                <li>
168
                  <a href="shop-item.html"><img src="../../assets/frontend/pages/img/cart-img.jpg" alt="Rolex Classic Watch" width="37" height="34"></a>
169
                  <span class="cart-content-count">x 1</span>
170
                  <strong><a href="shop-item.html">Rolex Classic Watch</a></strong>
171
                  <em>$1230</em>
172
                  <a href="javascript:void(0);" class="del-goods">&nbsp;</a>
173
                </li>
174
                <li>
175
                  <a href="shop-item.html"><img src="../../assets/frontend/pages/img/cart-img.jpg" alt="Rolex Classic Watch" width="37" height="34"></a>
176
                  <span class="cart-content-count">x 1</span>
177
                  <strong><a href="shop-item.html">Rolex Classic Watch</a></strong>
178
                  <em>$1230</em>
179
                  <a href="javascript:void(0);" class="del-goods">&nbsp;</a>
180
                </li>
181
                <li>
182
                  <a href="shop-item.html"><img src="../../assets/frontend/pages/img/cart-img.jpg" alt="Rolex Classic Watch" width="37" height="34"></a>
183
                  <span class="cart-content-count">x 1</span>
184
                  <strong><a href="shop-item.html">Rolex Classic Watch</a></strong>
185
                  <em>$1230</em>
186
                  <a href="javascript:void(0);" class="del-goods">&nbsp;</a>
187
                </li>
188
                <li>
189
                  <a href="shop-item.html"><img src="../../assets/frontend/pages/img/cart-img.jpg" alt="Rolex Classic Watch" width="37" height="34"></a>
190
                  <span class="cart-content-count">x 1</span>
191
                  <strong><a href="shop-item.html">Rolex Classic Watch</a></strong>
192
                  <em>$1230</em>
193
                  <a href="javascript:void(0);" class="del-goods">&nbsp;</a>
194
                </li>
195
                <li>
196
                  <a href="shop-item.html"><img src="../../assets/frontend/pages/img/cart-img.jpg" alt="Rolex Classic Watch" width="37" height="34"></a>
197
                  <span class="cart-content-count">x 1</span>
198
                  <strong><a href="shop-item.html">Rolex Classic Watch</a></strong>
199
                  <em>$1230</em>
200
                  <a href="javascript:void(0);" class="del-goods">&nbsp;</a>
201
                </li>
202
              </ul>
203
              <div class="text-right">
204
                <a href="shop-shopping-cart.html" class="btn btn-default">View Cart</a>
205
                <a href="shop-checkout.html" class="btn btn-primary">Checkout</a>
206
              </div>
207
            </div>
208
          </div>            
209
        </div>
210
        <!--END CART -->
211
 
212
        <!-- BEGIN NAVIGATION -->
213
        <div class="header-navigation">
214
          <ul>
215
            <li class="dropdown">
216
              <a class="dropdown-toggle" data-toggle="dropdown" data-target="#" href="#">
217
                Woman
218
 
219
              </a>
220
 
221
              <!-- BEGIN DROPDOWN MENU -->
222
              <ul class="dropdown-menu">
223
                <li class="dropdown-submenu">
224
                  <a href="shop-product-list.html">Hi Tops <i class="fa fa-angle-right"></i></a>
225
                  <ul class="dropdown-menu" role="menu">
226
                    <li><a href="shop-product-list.html">Second Level Link</a></li>
227
                    <li><a href="shop-product-list.html">Second Level Link</a></li>
228
                    <li class="dropdown-submenu">
229
                      <a class="dropdown-toggle" data-toggle="dropdown" data-target="#" href="#">
230
                        Second Level Link
231
                        <i class="fa fa-angle-right"></i>
232
                      </a>
233
                      <ul class="dropdown-menu">
234
                        <li><a href="shop-product-list.html">Third Level Link</a></li>
235
                        <li><a href="shop-product-list.html">Third Level Link</a></li>
236
                        <li><a href="shop-product-list.html">Third Level Link</a></li>
237
                      </ul>
238
                    </li>
239
                  </ul>
240
                </li>
241
                <li><a href="shop-product-list.html">Running Shoes</a></li>
242
                <li><a href="shop-product-list.html">Jackets and Coats</a></li>
243
              </ul>
244
              <!-- END DROPDOWN MENU -->
245
            </li>
246
            <li class="dropdown dropdown-megamenu">
247
              <a class="dropdown-toggle" data-toggle="dropdown" data-target="#" href="#">
248
                Man
249
 
250
              </a>
251
              <ul class="dropdown-menu">
252
                <li>
253
                  <div class="header-navigation-content">
254
                    <div class="row">
255
                      <div class="col-md-4 header-navigation-col">
256
                        <h4>Footwear</h4>
257
                        <ul>
258
                          <li><a href="shop-product-list.html">Astro Trainers</a></li>
259
                          <li><a href="shop-product-list.html">Basketball Shoes</a></li>
260
                          <li><a href="shop-product-list.html">Boots</a></li>
261
                          <li><a href="shop-product-list.html">Canvas Shoes</a></li>
262
                          <li><a href="shop-product-list.html">Football Boots</a></li>
263
                          <li><a href="shop-product-list.html">Golf Shoes</a></li>
264
                          <li><a href="shop-product-list.html">Hi Tops</a></li>
265
                          <li><a href="shop-product-list.html">Indoor and Court Trainers</a></li>
266
                        </ul>
267
                      </div>
268
                      <div class="col-md-4 header-navigation-col">
269
                        <h4>Clothing</h4>
270
                        <ul>
271
                          <li><a href="shop-product-list.html">Base Layer</a></li>
272
                          <li><a href="shop-product-list.html">Character</a></li>
273
                          <li><a href="shop-product-list.html">Chinos</a></li>
274
                          <li><a href="shop-product-list.html">Combats</a></li>
275
                          <li><a href="shop-product-list.html">Cricket Clothing</a></li>
276
                          <li><a href="shop-product-list.html">Fleeces</a></li>
277
                          <li><a href="shop-product-list.html">Gilets</a></li>
278
                          <li><a href="shop-product-list.html">Golf Tops</a></li>
279
                        </ul>
280
                      </div>
281
                      <div class="col-md-4 header-navigation-col">
282
                        <h4>Accessories</h4>
283
                        <ul>
284
                          <li><a href="shop-product-list.html">Belts</a></li>
285
                          <li><a href="shop-product-list.html">Caps</a></li>
286
                          <li><a href="shop-product-list.html">Gloves, Hats and Scarves</a></li>
287
                        </ul>
288
 
289
                        <h4>Clearance</h4>
290
                        <ul>
291
                          <li><a href="shop-product-list.html">Jackets</a></li>
292
                          <li><a href="shop-product-list.html">Bottoms</a></li>
293
                        </ul>
294
                      </div>
295
                      <div class="col-md-12 nav-brands">
296
                        <ul>
297
                          <li><a href="shop-product-list.html"><img title="esprit" alt="esprit" src="../../assets/frontend/pages/img/brands/esprit.jpg"></a></li>
298
                          <li><a href="shop-product-list.html"><img title="gap" alt="gap" src="../../assets/frontend/pages/img/brands/gap.jpg"></a></li>
299
                          <li><a href="shop-product-list.html"><img title="next" alt="next" src="../../assets/frontend/pages/img/brands/next.jpg"></a></li>
300
                          <li><a href="shop-product-list.html"><img title="puma" alt="puma" src="../../assets/frontend/pages/img/brands/puma.jpg"></a></li>
301
                          <li><a href="shop-product-list.html"><img title="zara" alt="zara" src="../../assets/frontend/pages/img/brands/zara.jpg"></a></li>
302
                        </ul>
303
                      </div>
304
                    </div>
305
                  </div>
306
                </li>
307
              </ul>
308
            </li>
309
            <li><a href="shop-item.html">Kids</a></li>
310
            <li class="dropdown dropdown100 nav-catalogue">
311
              <a class="dropdown-toggle" data-toggle="dropdown" data-target="#" href="#">
312
                New
313
 
314
              </a>
315
              <ul class="dropdown-menu">
316
                <li>
317
                  <div class="header-navigation-content">
318
                    <div class="row">
319
                      <div class="col-md-3 col-sm-4 col-xs-6">
320
                        <div class="product-item">
321
                          <div class="pi-img-wrapper">
322
                            <a href="shop-item.html"><img src="../../assets/frontend/pages/img/products/model4.jpg" class="img-responsive" alt="Berry Lace Dress"></a>
323
                          </div>
324
                          <h3><a href="shop-item.html">Berry Lace Dress</a></h3>
325
                          <div class="pi-price">$29.00</div>
326
                          <a href="#" class="btn btn-default add2cart">Add to cart</a>
327
                        </div>
328
                      </div>
329
                      <div class="col-md-3 col-sm-4 col-xs-6">
330
                        <div class="product-item">
331
                          <div class="pi-img-wrapper">
332
                            <a href="shop-item.html"><img src="../../assets/frontend/pages/img/products/model3.jpg" class="img-responsive" alt="Berry Lace Dress"></a>
333
                          </div>
334
                          <h3><a href="shop-item.html">Berry Lace Dress</a></h3>
335
                          <div class="pi-price">$29.00</div>
336
                          <a href="#" class="btn btn-default add2cart">Add to cart</a>
337
                        </div>
338
                      </div>
339
                      <div class="col-md-3 col-sm-4 col-xs-6">
340
                        <div class="product-item">
341
                          <div class="pi-img-wrapper">
342
                            <a href="shop-item.html"><img src="../../assets/frontend/pages/img/products/model7.jpg" class="img-responsive" alt="Berry Lace Dress"></a>
343
                          </div>
344
                          <h3><a href="shop-item.html">Berry Lace Dress</a></h3>
345
                          <div class="pi-price">$29.00</div>
346
                          <a href="#" class="btn btn-default add2cart">Add to cart</a>
347
                        </div>
348
                      </div>
349
                      <div class="col-md-3 col-sm-4 col-xs-6">
350
                        <div class="product-item">
351
                          <div class="pi-img-wrapper">
352
                            <a href="shop-item.html"><img src="../../assets/frontend/pages/img/products/model4.jpg" class="img-responsive" alt="Berry Lace Dress"></a>
353
                          </div>
354
                          <h3><a href="shop-item.html">Berry Lace Dress</a></h3>
355
                          <div class="pi-price">$29.00</div>
356
                          <a href="#" class="btn btn-default add2cart">Add to cart</a>
357
                        </div>
358
                      </div>
359
                    </div>
360
                  </div>
361
                </li>
362
              </ul>
363
            </li>
364
            <li class="dropdown active">
365
              <a class="dropdown-toggle" data-toggle="dropdown" data-target="#" href="#">
366
                Pages
367
 
368
              </a>
369
 
370
              <ul class="dropdown-menu">
371
                <li><a href="shop-index.html">Home Default</a></li>
372
                <li><a href="shop-index-header-fix.html">Home Header Fixed</a></li>
373
                <li><a href="shop-index-light-footer.html">Home Light Footer</a></li>
374
                <li><a href="shop-product-list.html">Product List</a></li>
375
                <li><a href="shop-search-result.html">Search Result</a></li>
376
                <li><a href="shop-item.html">Product Page</a></li>
377
                <li><a href="shop-shopping-cart-null.html">Shopping Cart (Null Cart)</a></li>
378
                <li><a href="shop-shopping-cart.html">Shopping Cart</a></li>
379
                <li><a href="shop-checkout.html">Checkout</a></li>
380
                <li><a href="shop-about.html">About</a></li>
381
                <li><a href="shop-contacts.html">Contacts</a></li>
382
                <li class="active"><a href="shop-account.html">My account</a></li>
383
                <li><a href="shop-wishlist.html">My Wish List</a></li>
384
                <li><a href="shop-goods-compare.html">Product Comparison</a></li>
385
                <li><a href="shop-standart-forms.html">Standart Forms</a></li>
386
                <li><a href="shop-faq.html">FAQ</a></li>
387
                <li><a href="shop-privacy-policy.html">Privacy Policy</a></li>
388
                <li><a href="shop-terms-conditions-page.html">Terms &amp; Conditions</a></li>
389
              </ul>
390
            </li>
391
            <li><a href="index.html" target="_blank">Corporate</a></li>
392
            <li><a href="onepage-index.html" target="_blank">One Page</a></li>
393
            <li><a href="http://keenthemes.com/preview/metronic/theme/templates/admin&amp;page=ecommerce_index.html" target="_blank">Admin theme</a></li>
394
 
395
            <!-- BEGIN TOP SEARCH -->
396
            <li class="menu-search">
397
              <span class="sep"></span>
398
              <i class="fa fa-search search-btn"></i>
399
              <div class="search-box">
400
                <form action="#">
401
                  <div class="input-group">
402
                    <input type="text" placeholder="Search" class="form-control">
403
                    <span class="input-group-btn">
404
                      <button class="btn btn-primary" type="submit">Search</button>
405
                    </span>
406
                  </div>
407
                </form>
408
              </div>
409
            </li>
410
            <!-- END TOP SEARCH -->
411
          </ul>
412
        </div>
413
        <!-- END NAVIGATION -->
414
      </div>
415
    </div>
416
    <!-- Header END -->
417
 
418
    <div class="main">
419
      <div class="container">
420
        <ul class="breadcrumb">
421
            <li><a href="index.html">Home</a></li>
422
            <li><a href="">Store</a></li>
423
            <li class="active">My Account Page</li>
424
        </ul>
425
        <!-- BEGIN SIDEBAR & CONTENT -->
426
        <div class="row margin-bottom-40">
427
          <!-- BEGIN SIDEBAR -->
428
          <div class="sidebar col-md-3 col-sm-3">
429
            <ul class="list-group margin-bottom-25 sidebar-menu">
430
              <li class="list-group-item clearfix"><a href="#"><i class="fa fa-angle-right"></i> Login/Register</a></li>
431
              <li class="list-group-item clearfix"><a href="#"><i class="fa fa-angle-right"></i> Restore Password</a></li>
432
              <li class="list-group-item clearfix"><a href="#"><i class="fa fa-angle-right"></i> My account</a></li>
433
              <li class="list-group-item clearfix"><a href="#"><i class="fa fa-angle-right"></i> Address book</a></li>
434
              <li class="list-group-item clearfix"><a href="#"><i class="fa fa-angle-right"></i> Wish list</a></li>
435
              <li class="list-group-item clearfix"><a href="#"><i class="fa fa-angle-right"></i> Returns</a></li>
436
              <li class="list-group-item clearfix"><a href="#"><i class="fa fa-angle-right"></i> Newsletter</a></li>
437
            </ul>
438
          </div>
439
          <!-- END SIDEBAR -->
440
 
441
          <!-- BEGIN CONTENT -->
442
          <div class="col-md-9 col-sm-7">
443
            <h1>My Account Page</h1>
444
            <div class="content-page">
445
              <h3>My Account</h3>
446
              <ul>
447
                <li><a href="#">Edit your account information</a></li>
448
                <li><a href="#">Change your password</a></li>
449
                <li><a href="#">Modify your address book entries</a></li>
450
                <li><a href="#">Modify your wish list</a></li>
451
              </ul>
452
              <hr>
453
 
454
              <h3>My Orders</h3>
455
              <ul>
456
                <li><a href="#">View your order history</a></li>
457
                <li><a href="#">Downloads</a></li>
458
                <li><a href="#">Your Reward Points</a></li>
459
                <li><a href="#">View your return requests</a></li>
460
                <li><a href="#">Your Transactions</a></li>
461
              </ul>
462
            </div>
463
          </div>
464
          <!-- END CONTENT -->
465
        </div>
466
        <!-- END SIDEBAR & CONTENT -->
467
      </div>
468
    </div>
469
 
470
    <!-- BEGIN BRANDS -->
471
    <div class="brands">
472
      <div class="container">
473
            <div class="owl-carousel owl-carousel6-brands">
474
              <a href="shop-product-list.html"><img src="../../assets/frontend/pages/img/brands/canon.jpg" alt="canon" title="canon"></a>
475
              <a href="shop-product-list.html"><img src="../../assets/frontend/pages/img/brands/esprit.jpg" alt="esprit" title="esprit"></a>
476
              <a href="shop-product-list.html"><img src="../../assets/frontend/pages/img/brands/gap.jpg" alt="gap" title="gap"></a>
477
              <a href="shop-product-list.html"><img src="../../assets/frontend/pages/img/brands/next.jpg" alt="next" title="next"></a>
478
              <a href="shop-product-list.html"><img src="../../assets/frontend/pages/img/brands/puma.jpg" alt="puma" title="puma"></a>
479
              <a href="shop-product-list.html"><img src="../../assets/frontend/pages/img/brands/zara.jpg" alt="zara" title="zara"></a>
480
              <a href="shop-product-list.html"><img src="../../assets/frontend/pages/img/brands/canon.jpg" alt="canon" title="canon"></a>
481
              <a href="shop-product-list.html"><img src="../../assets/frontend/pages/img/brands/esprit.jpg" alt="esprit" title="esprit"></a>
482
              <a href="shop-product-list.html"><img src="../../assets/frontend/pages/img/brands/gap.jpg" alt="gap" title="gap"></a>
483
              <a href="shop-product-list.html"><img src="../../assets/frontend/pages/img/brands/next.jpg" alt="next" title="next"></a>
484
              <a href="shop-product-list.html"><img src="../../assets/frontend/pages/img/brands/puma.jpg" alt="puma" title="puma"></a>
485
              <a href="shop-product-list.html"><img src="../../assets/frontend/pages/img/brands/zara.jpg" alt="zara" title="zara"></a>
486
            </div>
487
        </div>
488
    </div>
489
    <!-- END BRANDS -->
490
 
491
    <!-- BEGIN STEPS -->
492
    <div class="steps-block steps-block-red">
493
      <div class="container">
494
        <div class="row">
495
          <div class="col-md-4 steps-block-col">
496
            <i class="fa fa-truck"></i>
497
            <div>
498
              <h2>Free shipping</h2>
499
              <em>Express delivery withing 3 days</em>
500
            </div>
501
            <span>&nbsp;</span>
502
          </div>
503
          <div class="col-md-4 steps-block-col">
504
            <i class="fa fa-gift"></i>
505
            <div>
506
              <h2>Daily Gifts</h2>
507
              <em>3 Gifts daily for lucky customers</em>
508
            </div>
509
            <span>&nbsp;</span>
510
          </div>
511
          <div class="col-md-4 steps-block-col">
512
            <i class="fa fa-phone"></i>
513
            <div>
514
              <h2>477 505 8877</h2>
515
              <em>24/7 customer care available</em>
516
            </div>
517
          </div>
518
        </div>
519
      </div>
520
    </div>
521
    <!-- END STEPS -->
522
 
523
    <!-- BEGIN PRE-FOOTER -->
524
    <div class="pre-footer">
525
      <div class="container">
526
        <div class="row">
527
          <!-- BEGIN BOTTOM ABOUT BLOCK -->
528
          <div class="col-md-3 col-sm-6 pre-footer-col">
529
            <h2>About us</h2>
530
            <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam sit nonummy nibh euismod tincidunt ut laoreet dolore magna aliquarm erat sit volutpat. Nostrud exerci tation ullamcorper suscipit lobortis nisl aliquip  commodo consequat. </p>
531
            <p>Duis autem vel eum iriure dolor vulputate velit esse molestie at dolore.</p>
532
          </div>
533
          <!-- END BOTTOM ABOUT BLOCK -->
534
          <!-- BEGIN BOTTOM INFO BLOCK -->
535
          <div class="col-md-3 col-sm-6 pre-footer-col">
536
            <h2>Information</h2>
537
            <ul class="list-unstyled">
538
              <li><i class="fa fa-angle-right"></i> <a href="#">Delivery Information</a></li>
539
              <li><i class="fa fa-angle-right"></i> <a href="#">Customer Service</a></li>
540
              <li><i class="fa fa-angle-right"></i> <a href="#">Order Tracking</a></li>
541
              <li><i class="fa fa-angle-right"></i> <a href="#">Shipping &amp; Returns</a></li>
542
              <li><i class="fa fa-angle-right"></i> <a href="contacts.html">Contact Us</a></li>
543
              <li><i class="fa fa-angle-right"></i> <a href="#">Careers</a></li>
544
              <li><i class="fa fa-angle-right"></i> <a href="#">Payment Methods</a></li>
545
            </ul>
546
          </div>
547
          <!-- END INFO BLOCK -->
548
 
549
          <!-- BEGIN TWITTER BLOCK -->
550
          <div class="col-md-3 col-sm-6 pre-footer-col">
551
            <h2 class="margin-bottom-0">Latest Tweets</h2>
552
            <a class="twitter-timeline" href="https://twitter.com/twitterapi" data-tweet-limit="2" data-theme="dark" data-link-color="#57C8EB" data-widget-id="455411516829736961" data-chrome="noheader nofooter noscrollbar noborders transparent">Loading tweets by @keenthemes...</a>      
553
          </div>
554
          <!-- END TWITTER BLOCK -->
555
 
556
          <!-- BEGIN BOTTOM CONTACTS -->
557
          <div class="col-md-3 col-sm-6 pre-footer-col">
558
            <h2>Our Contacts</h2>
559
            <address class="margin-bottom-40">
560
              35, Lorem Lis Street, Park Ave<br>
561
              California, US<br>
562
              Phone: 300 323 3456<br>
563
              Fax: 300 323 1456<br>
564
              Email: <a href="mailto:info@metronic.com">info@metronic.com</a><br>
565
              Skype: <a href="skype:metronic">metronic</a>
566
            </address>
567
          </div>
568
          <!-- END BOTTOM CONTACTS -->
569
        </div>
570
        <hr>
571
        <div class="row">
572
          <!-- BEGIN SOCIAL ICONS -->
573
          <div class="col-md-6 col-sm-6">
574
            <ul class="social-icons">
575
              <li><a class="rss" data-original-title="rss" href="#"></a></li>
576
              <li><a class="facebook" data-original-title="facebook" href="#"></a></li>
577
              <li><a class="twitter" data-original-title="twitter" href="#"></a></li>
578
              <li><a class="googleplus" data-original-title="googleplus" href="#"></a></li>
579
              <li><a class="linkedin" data-original-title="linkedin" href="#"></a></li>
580
              <li><a class="youtube" data-original-title="youtube" href="#"></a></li>
581
              <li><a class="vimeo" data-original-title="vimeo" href="#"></a></li>
582
              <li><a class="skype" data-original-title="skype" href="#"></a></li>
583
            </ul>
584
          </div>
585
          <!-- END SOCIAL ICONS -->
586
          <!-- BEGIN NEWLETTER -->
587
          <div class="col-md-6 col-sm-6">
588
            <div class="pre-footer-subscribe-box pull-right">
589
              <h2>Newsletter</h2>
590
              <form action="#">
591
                <div class="input-group">
592
                  <input type="text" placeholder="youremail@mail.com" class="form-control">
593
                  <span class="input-group-btn">
594
                    <button class="btn btn-primary" type="submit">Subscribe</button>
595
                  </span>
596
                </div>
597
              </form>
598
            </div>
599
          </div>
600
          <!-- END NEWLETTER -->
601
        </div>
602
      </div>
603
    </div>
604
    <!-- END PRE-FOOTER -->
605
 
606
    <!-- BEGIN FOOTER -->
607
    <div class="footer">
608
      <div class="container">
609
        <div class="row">
610
          <!-- BEGIN COPYRIGHT -->
611
          <div class="col-md-6 col-sm-6 padding-top-10">
612
            2014 © Metronic Shop UI. ALL Rights Reserved.
613
          </div>
614
          <!-- END COPYRIGHT -->
615
          <!-- BEGIN PAYMENTS -->
616
          <div class="col-md-6 col-sm-6">
617
            <ul class="list-unstyled list-inline pull-right">
618
              <li><img src="../../assets/frontend/layout/img/payments/western-union.jpg" alt="We accept Western Union" title="We accept Western Union"></li>
619
              <li><img src="../../assets/frontend/layout/img/payments/american-express.jpg" alt="We accept American Express" title="We accept American Express"></li>
620
              <li><img src="../../assets/frontend/layout/img/payments/MasterCard.jpg" alt="We accept MasterCard" title="We accept MasterCard"></li>
621
              <li><img src="../../assets/frontend/layout/img/payments/PayPal.jpg" alt="We accept PayPal" title="We accept PayPal"></li>
622
              <li><img src="../../assets/frontend/layout/img/payments/visa.jpg" alt="We accept Visa" title="We accept Visa"></li>
623
            </ul>
624
          </div>
625
          <!-- END PAYMENTS -->
626
        </div>
627
      </div>
628
    </div>
629
    <!-- END FOOTER -->
630
 
631
    <!-- Load javascripts at bottom, this will reduce page load time -->
632
    <!-- BEGIN CORE PLUGINS(REQUIRED FOR ALL PAGES) -->
633
    <!--[if lt IE 9]>
634
    <script src="../../assets/global/plugins/respond.min.js"></script>  
635
    <![endif]-->  
636
    <script src="../../assets/global/plugins/jquery.min.js" type="text/javascript"></script>
637
    <script src="../../assets/global/plugins/jquery-migrate.min.js" type="text/javascript"></script>
638
    <script src="../../assets/global/plugins/bootstrap/js/bootstrap.min.js" type="text/javascript"></script>      
639
    <script src="../../assets/frontend/layout/scripts/back-to-top.js" type="text/javascript"></script>
640
    <script src="../../assets/global/plugins/jquery-slimscroll/jquery.slimscroll.min.js" type="text/javascript"></script>
641
    <!-- END CORE PLUGINS -->
642
 
643
    <!-- BEGIN PAGE LEVEL JAVASCRIPTS (REQUIRED ONLY FOR CURRENT PAGE) -->
644
    <script src="../../assets/global/plugins/fancybox/source/jquery.fancybox.pack.js" type="text/javascript"></script><!-- pop up -->
645
    <script src="../../assets/global/plugins/carousel-owl-carousel/owl-carousel/owl.carousel.min.js" type="text/javascript"></script><!-- slider for products -->
646
 
647
    <script src="../../assets/frontend/layout/scripts/layout.js" type="text/javascript"></script>
648
    <script type="text/javascript">
649
        jQuery(document).ready(function() {
650
            Layout.init();    
651
            Layout.initOWL();
652
            Layout.initTwitter();
653
        });
654
    </script>
655
    <!-- END PAGE LEVEL JAVASCRIPTS -->
656
</body>
657
<!-- END BODY -->
658
</html>