-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
730 lines (657 loc) · 34.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
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
<!DOCTYPE html>
<html>
<head>
<!-- Title here -->
<title>Italian Taste</title>
<!-- Description, Keywords and Author -->
<meta name="description" content="Your description">
<meta name="keywords" content="Your,Keywords">
<meta name="author" content="ResponsiveWebInc">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,600italic,600' rel='stylesheet' type='text/css'>
<!-- Styles -->
<!-- Bootstrap CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Animate css -->
<link href="css/animate.min.css" rel="stylesheet">
<!-- Dropdown menu -->
<link href="css/ddlevelsmenu-base.css" rel="stylesheet">
<link href="css/ddlevelsmenu-topbar.css" rel="stylesheet">
<!-- Countdown -->
<link href="css/jquery.countdown.css" rel="stylesheet">
<!-- Font awesome CSS -->
<link href="css/font-awesome.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/style.css" rel="stylesheet">
<!-- Favicon -->
<link rel="shortcut icon" href="#">
</head>
<body>
<!-- Shopping cart Modal -->
<div class="modal fade" id="shoppingcart" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title">Shopping Cart</h4>
</div>
<div class="modal-body">
<!-- Items table -->
<table class="table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Quantity</th>
<th>Price</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="single-item.html">HTC One</a></td>
<td>2</td>
<td>$250</td>
</tr>
<tr>
<td><a href="single-item.html">Apple iPhone</a></td>
<td>1</td>
<td>$502</td>
</tr>
<tr>
<td><a href="single-item.html">Galaxy Note</a></td>
<td>4</td>
<td>$1303</td>
</tr>
<tr>
<th></th>
<th>Total</th>
<th>$2405</th>
</tr>
</tbody>
</table>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Continue Shopping</button>
<button type="button" class="btn btn-info">Checkout</button>
</div>
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->
<!-- Logo & Navigation starts -->
<div class="header">
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-3">
<!-- Logo -->
<div class="logo">
<h1><a class="brand" href="index.html"><img src="img/italy.png"/> ItalianAppetite</a></h1>
</div>
</div>
<div class="col-md-6 col-sm-6">
<!-- Navigation menu -->
<div class="navi">
<div id="ddtopmenubar" class="mattblackmenu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="#" rel="ddsubmenu4">Products</a>
<ul id="ddsubmenu4" class="ddsubmenustyle">
<li><a href="items.html">Wine</a></li>
<li><a href="items.html">Cheese</a></li>
<li><a href="items.html">Pasta</a></li>
</ul>
</li>
<li><a href="#" rel="ddsubmenu3">Site</a>
<ul id="ddsubmenu3" class="ddsubmenustyle">
<li><a href="404.html">404</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="careers.html">Careers</a>
<li><a href="support.html">Support</a></li>
<li><a href="aboutus.html">About</a></li>
</ul>
</li>
<li><a href="#" rel="ddsubmenu2">Account</a>
<ul id="ddsubmenu2" class="ddsubmenustyle">
<li><a href="account.html">My Account</a></li>
<li><a href="viewcart.html">View Cart</a></li>
<li><a href="checkout.html">Checkout</a></li>
<li><a href="wishlist.html">Wish List</a></li>
<li><a href="orderhistory.html">Order History</a></li>
<li><a href="editprofile.html">Edit Profile</a></li>
<li><a href="confirmation.html">Confirmation</a></li>
</ul>
</li>
<li><a href="contactus.html">Contact</a></li>
</ul>
</div>
</div>
<!-- Dropdown NavBar -->
<div class="navis"></div>
</div>
<div class="col-md-3 col-sm-4">
<div class="kart-links">
<a href="login.html">Login</a>
<a href="register.html">Signup</a>
</div>
</div>
</div>
</div>
</div>
<!-- Logo & Navigation ends -->
<div class="clearfix"></div>
<!-- Carousel starts -->
<div id="carousel-example-generic" class="carousel slide">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
<li data-target="#carousel-example-generic" data-slide-to="1"></li>
<li data-target="#carousel-example-generic" data-slide-to="2"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<!-- Item -->
<div class="item active animated fadeInRight">
<img src="img/vino.jpg" alt="" class="img-responsive" />
<div class="carousel-caption">
<h2 class="animated fadeInLeftBig">Brunello di Montalcino</h2>
<p class="animated fadeInRightBig"><strong>Montalcino</strong> (SI) </p>
<a href="#" class="animated fadeInLeftBig btn btn-orange btn-lg">Compra ora - $199</a>
</div>
</div>
<div class="item animated fadeInRight">
<img src="img/pecorino.jpg" alt="" class="img-responsive" />
<div class="carousel-caption whiteback">
<h2 class="animated fadeInLeftBig">Pecorino di Fossa</h2>
<p class="animated fadeInRightBig"><strong>Pienza</strong> (SI)</p>
<a href="#" class="animated fadeInLeftBig btn btn-orange btn-lg">Compra ora - $299</a>
</div>
</div>
<div class="item animated fadeInRight">
<img src="img/pasta.jpg" alt="" class="img-responsive" />
<div class="carousel-caption whiteback">
<h2 class="animated fadeInLeftBig">Pici</h2>
<p class="animated fadeInRightBig"><strong>Val di Chiana</strong> (AR) </p>
<a href="#" class="animated fadeInLeftBig btn btn-orange btn-lg">Buy Now - $479</a>
</div>
</div>
</div>
<!-- Controls -->
<a class="left carousel-control" href="#carousel-example-generic" data-slide="prev">
<span class="icon-prev"></span>
</a>
<a class="right carousel-control" href="#carousel-example-generic" data-slide="next">
<span class="icon-next"></span>
</a>
</div>
<!-- carousel ends -->
<!-- Hero starts -->
<div class="hero">
<div class="container">
<div class="row">
<div class="col-md-12">
<!-- Catchy title -->
<h3>It<span class="color">'</span>s Lorem ipsum <span class="color">dolor</span> sit amet consectetur</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec tristique est sit amet diam interdum semper. Vestibulum condimentum ante urna, vel interdum odio accumsan id.</p>
</div>
</div>
<div class="sep-bor"></div>
</div>
</div>
<!-- Hero ends -->
<!-- Items List starts -->
<div class="shop-items blocky">
<div class="container">
<div class="row">
<!-- Item #1 -->
<div class="col-md-3 col-sm-4 col-xs-6">
<div class="item">
<!-- Use the below link to put HOT icon -->
<div class="item-icon"><span>HOT</span></div>
<!-- Item image -->
<div class="item-image">
<a href="single-item.html"><img src="img/items/2.png" alt="" class="img-responsive"/></a>
</div>
<!-- Item details -->
<div class="item-details">
<!-- Name -->
<h5><a href="single-item.html">HTC One V</a></h5>
<div class="clearfix"></div>
<!-- Para. Note more than 2 lines. -->
<p>Something about the product goes here. Not More than 2 lines.</p>
<hr />
<!-- Price -->
<div>
<div class="item-price pull-left">$360</div>
<!-- Add to cart -->
<div class="pull-right"><a href="#" class="btn btn-danger btn-sm btn-addtocart">Add to Cart</a></div>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
<!-- Item #2 -->
<div class="col-md-3 col-sm-4 col-xs-6">
<div class="item">
<!-- Item image -->
<div class="item-image">
<a href="single-item.html"><img src="img/items/3.png" alt="" class="img-responsive"/></a>
</div>
<!-- Item details -->
<div class="item-details">
<!-- Name -->
<h5><a href="single-item.html">Dell One V</a></h5>
<!-- Para. Note more than 2 lines. -->
<p>Something about the product goes here. Not More than 2 lines.</p>
<hr />
<!-- Price -->
<div class="item-price pull-left">$264</div>
<!-- Add to cart -->
<div class="pull-right"><a href="#" class="btn btn-danger btn-sm btn-addtocart">Add to Cart</a></div>
<div class="clearfix"></div>
</div>
</div>
</div>
<div class="col-md-3 col-sm-4 col-xs-6">
<div class="item">
<!-- Item image -->
<div class="item-image">
<a href="single-item.html"><img src="img/items/4.png" alt="" class="img-responsive" /></a>
</div>
<!-- Item details -->
<div class="item-details">
<!-- Name -->
<h5><a href="single-item.html">Cannon One V</a></h5>
<!-- Para. Note more than 2 lines. -->
<p>Something about the product goes here. Not More than 2 lines.</p>
<hr />
<!-- Price -->
<div class="item-price pull-left">$160</div>
<!-- Add to cart -->
<div class="pull-right"><a href="#" class="btn btn-danger btn-sm btn-addtocart">Add to Cart</a></div>
<div class="clearfix"></div>
</div>
</div>
</div>
<div class="col-md-3 col-sm-4 col-xs-6">
<div class="item">
<!-- Item image -->
<div class="item-image">
<a href="single-item.html"><img src="img/items/5.png" alt="" class="img-responsive"/></a>
</div>
<!-- Item details -->
<div class="item-details">
<!-- Name -->
<h5><a href="single-item.html">Apple One V</a></h5>
<!-- Para. Note more than 2 lines. -->
<p>Something about the product goes here. Not More than 2 lines.</p>
<hr />
<!-- Price -->
<div class="item-price pull-left">$420</div>
<!-- Add to cart -->
<div class="pull-right"><a href="#" class="btn btn-danger btn-sm btn-addtocart">Add to Cart</a></div>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Items List ends -->
<!-- Catchy starts -->
<div class="catchy blocky">
<div class="catchy-inner1">
<div class="catchy-inner2">
<div class="container">
<div class="row">
<div class="col-md-5">
<div class="catchy-subscribe">
<h3>Join Us!</h3>
<p>Lorem tristique est sit amet diam ipsum dolor sit diam interdum diam ipsum dolor sit diam ipsum dolor sit tristique semper.</p>
<br />
<form class="form-inline" role="form">
<div class="form-group">
<input type="text" class="form-control " id="exampleInputEmail2" placeholder="Enter your email">
</div>
<button type="submit" class="btn btn-danger">Subscribe</button>
</form>
</div>
</div>
<div class="col-md-7">
<div class="report">
<div class="report-bor">
<div class="row">
<!-- Report data starts -->
<div class="col-md-4 col-sm-4">
<div class="report-data">
<div class="row">
<div class="col-md-4 col-sm-4 col-xs-4">
<!-- Icon -->
<div class="report-icon">
<i class="icon-group color"></i>
</div>
</div>
<div class="col-md-8 col-md-8 col-xs-8">
<!-- Details -->
<span class="report-big color">40,000</span> <span>Customers</span>
</div>
</div>
</div>
</div>
<!-- Report data ends -->
<!-- Report data starts -->
<div class="col-md-4 col-sm-4">
<div class="report-data">
<div class="row">
<div class="col-md-4 col-sm-4 col-xs-4">
<!-- Icon -->
<div class="report-icon">
<i class="icon-calendar color"></i>
</div>
</div>
<div class="col-md-8 col-md-8 col-xs-8">
<!-- Details -->
<span>Since</span><span class="report-big color">1857</span>
</div>
</div>
</div>
</div>
<!-- Report data ends -->
<!-- Report data starts -->
<div class="col-md-4 col-sm-4">
<div class="report-data">
<div class="row">
<div class="col-md-4 col-sm-4 col-xs-4">
<!-- Icon -->
<div class="report-icon">
<i class="icon-android color"></i>
</div>
</div>
<div class="col-md-8 col-md-8 col-xs-8">
<!-- Details -->
<span class="report-big color">30,000</span> <span>Revenue</span>
</div>
</div>
</div>
</div>
<!-- Report data ends -->
</div>
<hr class="hidden-xs">
<div class="row">
<!-- Report data starts -->
<div class="col-md-4 col-sm-4">
<div class="report-data">
<div class="row">
<div class="col-md-4 col-sm-4 col-xs-4">
<!-- Icon -->
<div class="report-icon">
<i class="icon-building color"></i>
</div>
</div>
<div class="col-md-8 col-md-8 col-xs-8">
<!-- Details -->
<span class="report-big color">150 +</span> <span>Companies</span>
</div>
</div>
</div>
</div>
<!-- Report data ends -->
<!-- Report data starts -->
<div class="col-md-4 col-sm-4">
<div class="report-data">
<div class="row">
<div class="col-md-4 col-sm-4 col-xs-4">
<!-- Icon -->
<div class="report-icon">
<i class="icon-signal color"></i>
</div>
</div>
<div class="col-md-8 col-md-8 col-xs-8">
<!-- Details -->
<span class="report-big color">50.60%</span> <span>Growth</span>
</div>
</div>
</div>
</div>
<!-- Report data ends -->
<!-- Report data starts -->
<div class="col-md-4 col-sm-4">
<div class="report-data">
<div class="row">
<div class="col-md-4 col-sm-4 col-xs-4">
<!-- Icon -->
<div class="report-icon">
<i class="icon-truck color"></i>
</div>
</div>
<div class="col-md-8 col-md-8 col-xs-8">
<!-- Details -->
<span class="report-big color">100 +</span> <span>Employees</span>
</div>
</div>
</div>
</div>
<!-- Report data ends -->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Catchy ends -->
<!-- Recent posts CarouFredSel Starts -->
<div class="recent-posts blocky">
<div class="container">
<div class="row">
<div class="col-md-12">
<!-- Section title -->
<div class="section-title">
<h4><i class="icon-desktop color"></i> Whats New in Our Company</h4>
</div>
<div class="row">
<div class="col-md-12">
<div class="my_carousel">
<div class="carousel_nav pull-right">
<!-- Carousel navigation -->
<a class="prev" id="car_prev" href="#"><i class="icon-chevron-left"></i></a>
<a class="next" id="car_next" href="#"><i class="icon-chevron-right"></i></a>
</div>
<ul id="carousel_container">
<!-- Carousel item -->
<li>
<a href="#"><img src="img/items/2.png" alt="" class="img-responsive"/></a>
<div class="carousel_caption">
<h5><a href="#">Duis estsum placerat</a></h5>
<p>Something about the product goes here. Not More than 2 lines.</p>
<a href="#" class="btn btn-info btn-sm"><i class="icon-shopping-cart"></i> Buy for $199</a>
</div>
</li>
<li>
<a href="#"><img src="img/items/3.png" alt="" class="img-responsive"/></a>
<div class="carousel_caption">
<h5><a href="#">Maecenas estsum odio</a></h5>
<p>Something about the product goes here. Not More than 2 lines.</p>
<a href="#" class="btn btn-info btn-sm"><i class="icon-shopping-cart"></i> Buy for $199</a>
</div>
</li>
<li>
<a href="#"><img src="img/items/4.png" alt="" class="img-responsive"/></a>
<div class="carousel_caption">
<h5><a href="#">Proin estsum accumsan</a></h5>
<p>Something about the product goes here. Not More than 2 lines.</p>
<a href="#" class="btn btn-info btn-sm"><i class="icon-shopping-cart"></i> Buy for $199</a>
</div>
</li>
<li>
<a href="#"><img src="img/items/5.png" alt="" class="img-responsive"/></a>
<div class="carousel_caption">
<h5><a href="#">Lorem estsum ipsum</a></h5>
<p>Something about the product goes here. Not More than 2 lines.</p>
<a href="#" class="btn btn-info btn-sm"><i class="icon-shopping-cart"></i> Buy for $199</a>
</div>
</li>
<li>
<a href="#"><img src="img/items/6.png" alt="" class="img-responsive"/></a>
<div class="carousel_caption">
<h5><a href="#">Praesent estsum massa</a></h5>
<p>Something about the product goes here. Not More than 2 lines.</p>
<a href="#" class="btn btn-info btn-sm"><i class="icon-shopping-cart"></i> Buy for $199</a>
</div>
</li>
<li>
<a href="#"><img src="img/items/7.png" alt="" class="img-responsive"/></a>
<div class="carousel_caption">
<h5><a href="#">Praesent estsum etium</a></h5>
<p>Something about the product goes here. Not More than 2 lines.</p>
<a href="#" class="btn btn-info btn-sm"><i class="icon-shopping-cart"></i> Buy for $199</a>
</div>
</li>
</ul>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Recent posts Ends -->
<!-- CTA Starts -->
<div class="blocky">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="cta">
<div class="row">
<div class="col-md-8 col-sm-8">
<h5><i class="icon-angle-right"></i> Lorem trist iquest <span class="color">siamet diam</span> ipsum dolor sitamt</h5>
</div>
<div class="col-md-4 col-sm-4">
<div class="cta-buttons pull-right">
<a href="#" class="btn btn-info btn-lg">Download</a> <a href="#" class="btn btn-danger btn-lg">Get It Now</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- CTA Ends -->
<!-- Clients starts -->
<div class="clients blocky">
<div class="container">
<div class="row">
<div class="col-md-2 col-sm-4 col-xs-6">
<div class="client">
<img src="img/clients/amazon-f.png" alt="" class="img-responsive" />
</div>
</div>
<div class="col-md-2 col-sm-4 col-xs-6">
<div class="client">
<img src="img/clients/google-f.png" alt="" class="img-responsive" />
</div>
</div>
<div class="col-md-2 col-sm-4 col-xs-6">
<div class="client">
<img src="img/clients/facebook-f.png" alt="" class="img-responsive" />
</div>
</div>
<div class="col-md-2 col-sm-4 col-xs-6">
<div class="client">
<img src="img/clients/twitter-f.png" alt="" class="img-responsive" />
</div>
</div>
<div class="col-md-2 col-sm-4 col-xs-6">
<div class="client">
<img src="img/clients/skype-f.png" alt="" class="img-responsive" />
</div>
</div>
<div class="col-md-2 col-sm-4 col-xs-6">
<div class="client">
<img src="img/clients/youtube-f.png" alt="" class="img-responsive" />
</div>
</div>
</div>
</div>
</div>
<!-- Clients ends -->
<!-- Footer starts -->
<footer>
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-4">
<div class="fwidget">
<h4>Oslon de<span class="color">'</span> Techno</h4>
<hr />
<p>Duis leo risus, vehicula luctus nunc. Quiue rhoncus, a sodales enim arcu quis turpis. Duis leo risus, condimentum ut posuere ac, vehicula luctus nunc. Quisque rhoncus, a sodales enim arcu quis turpis.</p>
<div class="social">
<a href="#" class="facebook"><i class="icon-facebook"></i></a>
<a href="#" class="twitter"><i class="icon-twitter"></i></a>
<a href="#" class="google-plus"><i class="icon-google-plus"></i></a>
<a href="#" class="linkedin"><i class="icon-linkedin"></i></a>
<a href="#" class="pinterest"><i class="icon-pinterest"></i></a>
</div>
</div>
</div>
<div class="col-md-4 col-sm-4">
<div class="fwidget">
<h4>Categories</h4>
<hr />
<ul>
<li><a href="#">Sed eu leo orci, condimentum gravida metus</a></li>
<li><a href="#">Etiam at nulla ipsum, in rhoncus purus</a></li>
<li><a href="#">Fusce vel magna faucibus felis dapibus facilisis</a></li>
<li><a href="#">Vivamus scelerisque dui in massa</a></li>
<li><a href="#">Pellentesque eget adipiscing dui semper</a></li>
</ul>
</div>
</div>
<div class="col-md-4 col-sm-4">
<div class="fwidget">
<h4>Get In Touch</h4>
<hr />
<div class="address">
<p><i class="icon-home color contact-icon"></i> #12, Plot No.14, Raj Karmara Street, </p>
<p> 5th Stage, Koramangala, Madiwala,</p>
<p> Bangalore - 493922, Karananana.</p>
<p><i class="icon-phone color contact-icon"></i> +94-948-323-5532</p>
<p><i class="icon-envelope color contact-icon"></i> <a href="mailto:something@gmail.com">some.thing@gmail.com</a></p>
</div>
</div>
</div>
</div>
<hr />
<div class="copy text-center">
Copyright 2013 © - <a href="http://responsivewebinc.com/bootstrap-themes">Bootstrap Themes</a>
</div>
</div>
</footer>
<!-- Footer ends -->
<!-- Scroll to top -->
<span class="totop"><a href="#"><i class="icon-chevron-up"></i></a></span>
<!-- Javascript files -->
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap JS -->
<script src="js/bootstrap.min.js"></script>
<!-- Dropdown menu -->
<script src="js/ddlevelsmenu.js"></script>
<!-- CaroFredSel -->
<script src="js/jquery.carouFredSel-6.2.1-packed.js"></script>
<!-- Countdown -->
<script src="js/jquery.countdown.min.js"></script>
<!-- jQuery Navco -->
<script src="js/jquery.navgoco.min.js"></script>
<!-- Filter for support page -->
<script src="js/filter.js"></script>
<!-- Respond JS for IE8 -->
<script src="js/respond.min.js"></script>
<!-- HTML5 Support for IE -->
<script src="js/html5shiv.js"></script>
<!-- Custom JS -->
<script src="js/custom.js"></script>
</body>
</html>