-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
701 lines (668 loc) · 35.6 KB
/
contact.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<!-- Title here -->
<title>Recipe - Organeek</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">
<!-- Styles -->
<!-- Bootstrap CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Portfolio CSS -->
<link href="css/prettyPhoto.css" rel="stylesheet">
<!-- Font awesome CSS -->
<link href="css/font-awesome.min.css" rel="stylesheet">
<!-- Custom Less -->
<link href="css/less-style.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/style.css" rel="stylesheet">
<!--[if IE]><link rel="stylesheet" href="css/ie-style.css"><![endif]-->
<!--Sidebar Theme-->
<link rel="stylesheet" href="css/theme-elements.css">
<link rel="stylesheet" href="css/theme.css">
<link href='http://fonts.googleapis.com/css?family=Satisfy' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Shadows+Into+Light' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Rancho' rel='stylesheet' type='text/css'>
<link href="http://fonts.googleapis.com/css?family=Dancing+Script" rel="stylesheet" type="text/css">
<!-- Favicon -->
<link rel="shortcut icon" href="#">
</head>
<body>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&appId=651121894919208&version=v2.0";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<!-- Shopping cart Modal -->
<div class="modal fade" id="shoppingcart1" tabindex="-1" role="dialog" 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="#">Exception Reins Evocative</a></td>
<td>2</td>
<td>$200</td>
</tr>
<tr>
<td><a href="#">Taut Mayoress Alias Appendicitis</a></td>
<td>1</td>
<td>$190</td>
</tr>
<tr>
<td><a href="#">Sinter et Molests Perfectionist</a></td>
<td>4</td>
<td>$99</td>
</tr>
<tr>
<th></th>
<th>Total</th>
<th>P489</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 -->
<!-- Model End -->
<!-- Page Wrapper -->
<div class="banner-top">
<div class="container">
<div class="col-md-4 col-sm-4">
<!-- Header top About -->
<div class="header-contact">
<!-- Contact number -->
<span><a href="contact.html"> Contact Us |</a></span>
<span><a href="aboutus.html"> About Us</a></span>
</div>
</div>
<!-- Header Social -->
<div class="col-md-4 col-sm-4">
<div class="social-banner">
<!-- Social -->
<a href="#" class="facebook"><i class="fa fa-facebook"></i></a>
<a href="#" class="google-plus"><i class="fa fa-google-plus"></i></a>
<a href="#" class="twitter"><i class="fa fa-twitter"></i></a>
<a href="#" class="pinterest"><i class="fa fa-pinterest"></i></a>
</div>
</div>
<!-- Shopping Cart -->
<div class="col-md-4 col-sm-4">
<!-- Button Kart -->
<div class="btn-cart-md">
<a class="cart-link" href="#">
<!-- Image -->
<img class="img-responsive" src="img/shopping-cart.png" alt="" />
<!-- Heading -->
<h4>Shopping Cart</h4>
<span>3 items P489/-</span>
<div class="clearfix"></div>
</a>
<ul class="cart-dropdown" role="menu">
<li>
<!-- Cart items for shopping list -->
<div class="cart-item">
<!-- Item remove icon -->
<a href="#"><i class="fa fa-times"></i></a>
<!-- Image -->
<img class="img-responsive img-rounded" src="img/nav-menu/nav1.jpg" alt="" />
<!-- Title for purchase item -->
<span class="cart-title"><a href="#">Exception Reins Evocative</a></span>
<!-- Cart item price -->
<span class="cart-price pull-right red">$200/-</span>
<div class="clearfix"></div>
</div>
</li>
<li>
<!-- Cart items for shopping list -->
<div class="cart-item">
<!-- Item remove icon -->
<a href="#"><i class="fa fa-times"></i></a>
<!-- Image -->
<img class="img-responsive img-rounded" src="img/nav-menu/nav1.jpg" alt="" />
<!-- Title for purchase item -->
<span class="cart-title"><a href="#">Taut Mayoress Alias Appendicitis</a></span>
<!-- Cart item price -->
<span class="cart-price pull-right red">$190/-</span>
<div class="clearfix"></div>
</div>
</li>
<li>
<!-- Cart items for shopping list -->
<div class="cart-item">
<!-- Item remove icon -->
<a href="#"><i class="fa fa-times"></i></a>
<!-- Image -->
<img class="img-responsive img-rounded" src="img/nav-menu/nav1.jpg" alt="" />
<!-- Title for purchase item -->
<span class="cart-title"><a href="#">Sinter et Molests Perfectionist</a></span>
<!-- Cart item price -->
<span class="cart-price pull-right red">$99/-</span>
<div class="clearfix"></div>
</div>
</li>
<li>
<!-- Cart items for shopping list -->
<div class="cart-item">
<a class="btn btn-danger" data-toggle="modal" href="#shoppingcart1">Checkout</a>
</div>
</li>
</ul>
<div class="clearfix"></div>
</div>
<div class="clearfix"></div>
</div>
<!--Shopping End-->
</div>
<div class="container clearfix"></div>
</div>
<div class="container container-bg">
<!--Header Top Ends -->
<div class="header">
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-5">
<!-- Link -->
<a href="index.php">
<!-- Logo area -->
<div class="logo">
<img class="img-responsive" src="img/logo/ologo2.png" alt="Organeek"/>
<!-- Heading
<h1>Organeek</h1>-->
<!-- Paragraph -->
<p>Celebrating Beauty & Wellness</p>
</div>
</a>
</div>
<div class="col-md-8 col-sm-7">
<!-- Navigation -->
<nav class="navbar navbar-default navbar-right" role="navigation">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a href="index.php"><img src="img/nav-menu/nav1.jpg" class="img-responsive" alt="" />Home</a></li>
<li class="dropdown hidden-xs">
<a href="beauty.html" class="dropdown-toggle" data-toggle="dropdown"><img src="img/nav-menu/beauty.jpg" class="img-responsive" alt="" /> Beauty <b class="caret"></b></a>
<ul class="dropdown-menu dropdown-md">
<li>
<div class="row">
<div class="col-md-4 col-sm-6">
<!-- Menu Item -->
<div class="menu-item">
<!-- Heading -->
<h3>Recipe</h3>
<!-- Image -->
<img src="img/nav-menu/beautyrecipe.jpg" class="img-responsive" alt="" />
<!-- Paragraph -->
<p>Easy-to-follow beauty recipes without the nasty chemicals</p>
<!-- Button -->
<a href="recipe/beauty.php" class="btn btn-danger btn-xs">View Menu</a>
</div>
</div>
<div class="col-md-4 col-sm-6">
<!-- Menu Item -->
<div class="menu-item">
<!-- Heading -->
<h3>Blog</h3>
<!-- Image -->
<img src="img/nav-menu/beautyblog.jpg" class="img-responsive" alt="" />
<!-- Paragraph -->
<p>All you need to know about beauty-related topics</p>
<!-- Button -->
<a href="blog/beauty.php" class="btn btn-danger btn-xs">View Menu</a>
</div>
</div>
<div class="col-md-4 col-sm-6">
<!-- Menu Item -->
<div class="menu-item">
<!-- Heading -->
<h3>Regimen</h3>
<!-- Image -->
<img src="img/nav-menu/beautyregimen.jpg" class="img-responsive" alt="" />
<!-- Paragraph -->
<p>Sure guide to achieve and maintain beauty</p>
<!-- Button -->
<a href="0-base.html" class="btn btn-danger btn-xs">View Menu</a>
</div>
</div>
</div>
</li>
</ul>
</li>
<li class="dropdown hidden-xs">
<a href="wellness.html" class="dropdown-toggle" data-toggle="dropdown"><img src="img/nav-menu/wellness.jpg" class="img-responsive" alt="" /> Wellness <b class="caret"></b></a>
<ul class="dropdown-menu dropdown-md">
<li>
<div class="row">
<div class="col-md-4 col-sm-6">
<!-- Menu Item -->
<div class="menu-item">
<!-- Heading -->
<h3>Recipe</h3>
<!-- Image -->
<img src="img/nav-menu/wellnessrecipe.jpg" class="img-responsive" alt="" />
<!-- Paragraph -->
<p>Simple & environmental-friendly recipes that will not blow your budget away</p>
<!-- Button -->
<a href="recipe/wellness.php" class="btn btn-danger btn-xs">View Recipe</a>
</div>
</div>
<div class="col-md-4 col-sm-6">
<!-- Menu Item -->
<div class="menu-item">
<!-- Heading -->
<h3>Blog</h3>
<!-- Image -->
<img src="img/nav-menu/wellnessblog.jpg" class="img-responsive" alt="" />
<!-- Paragraph -->
<p>All you need to know about wellness-related topics</p>
<!-- Button -->
<a href="blog/wellness.php" class="btn btn-danger btn-xs">View Blog</a>
</div>
</div>
<div class="col-md-4 col-sm-6">
<!-- Menu Item -->
<div class="menu-item">
<!-- Heading -->
<h3>Regimen</h3>
<!-- Image -->
<img src="img/nav-menu/wellnessregimen.jpg" class="img-responsive" alt="" />
<!-- Paragraph -->
<p>Step-by-step guide to achieve healthy lifestyle</p>
<!-- Button -->
<a href="0-base.html" class="btn btn-danger btn-xs">View Regimen</a>
</div>
</div>
</div>
</li>
</ul>
</li>
<li class="dropdown hidden-xs">
<a href="naturalhome.html" class="dropdown-toggle" data-toggle="dropdown"><img src="img/nav-menu/naturalhome.jpg" class="img-responsive" alt="" /> House <b class="caret"></b></a>
<ul class="dropdown-menu dropdown-md">
<li>
<div class="row">
<div class="col-md-4 col-sm-6">
<!-- Menu Item -->
<div class="menu-item">
<!-- Heading -->
<h3>Recipe</h3>
<!-- Image -->
<img src="img/nav-menu/homerecipe.jpg" class="img-responsive" alt="" />
<!-- Paragraph -->
<p>Recipes that your whole family will love</p>
<!-- Button -->
<a href="recipe/naturalhome.php" class="btn btn-danger btn-xs">View Recipe</a>
</div>
</div>
<div class="col-md-4 col-sm-6">
<!-- Menu Item -->
<div class="menu-item">
<!-- Heading -->
<h3>Blog</h3>
<!-- Image -->
<img src="img/nav-menu/homeblog.jpg" class="img-responsive" alt="" />
<!-- Paragraph -->
<p>All you need to know about natural home-related topics</p>
<!-- Button -->
<a href="blog/naturalhome.php" class="btn btn-danger btn-xs">View Blog</a>
</div>
</div>
</div>
</li>
</ul>
</li>
<li class="dropdown">
<a href="ingredients.php" class="dropdown-toggle" data-toggle="dropdown"><img src="img/nav-menu/ingredients.jpg" class="img-responsive" alt="" /> Ingredients <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="ingredients.php">Active Ingredients</a></li>
<li><a href="ingredients.php">Clay</a></li>
<li><a href="ingredients.php">Condiments</a></li>
<li><a href="ingredients.php">Dairy Products</a></li>
<li><a href="ingredients.php">Fermented Products</a></li>
<li><a href="ingredients.php">Fruits</a></li>
<li><a href="ingredients.php">Honey Products</a></li>
<li><a href="ingredients.php">Oil & Extract</a></li>
<li><a href="ingredients.php">Seeds & Grains</a></li>
<li><a href="ingredients.php">Spices</a></li>
<li><a href="ingredients.php">Tea</a></li>
<li><a href="ingredients.php">Veggies</a></li>
</ul>
</li>
<li class="dropdown">
<a href="recipe.php" class="dropdown-toggle" data-toggle="dropdown"><img src="img/nav-menu/recipe.jpg" class="img-responsive" alt="" /> Recipe <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="recipe/all/">All</a></li>
<li><a href="recipe/body_skin/">Body & Skin</a></li>
<li><a href="recipe/face_care/">Face Care</a></li>
<li><a href="recipe/hair_care/">Hair Care</a></li>
<li><a href="recipe/oral_care/">Oral Care</a></li>
<li><a href="recipe/personal_hygiene/">Personal Hygiene</a></li>
<li><a href="recipe/wellness/">Wellness</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><img src="img/nav-menu/shop.jpg" class="img-responsive" alt="" /> Shop <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="items.html">Shopping</a></li>
<li><a href="item-single.html">Order Now</a></li>
<li><a href="checkout.html">Checkout</a></li>
</ul>
</li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
</div>
</div>
</div> <!-- / .container -->
</div>
<!-- Header End -->
<!-- Inner Content -->
<div class="inner-page padd">
<!-- Contact Us Start -->
<div class="contactus">
<div class="container">
<div class="row">
<div class="col-md-6">
<!-- Contact Us content -->
<div class="row">
<div class="col-md-6 col-sm-6">
<!-- Contact content details -->
<div class="contact-details">
<!-- Heading -->
<h4>Connect</h4><!-- Social / Icon -->
<div class="padd"></div>
<div class="social-banner social1">
<a href="#" class="facebook"><i class="fa fa-facebook circle-social"></i></a>
<a href="#" class="google-plus"><i class="fa fa-google-plus circle-social"></i></a>
<a href="#" class="twitter"><i class="fa fa-twitter circle-social"></i></a>
<a href="#" class="pinterest"><i class="fa fa-pinterest circle-social"></i></a>
</div>
<div class="clearfix"></div>
</div>
</div>
<div class="col-md-6 col-sm-6">
<!-- Contact content details -->
<div class="contact-details">
<!-- Heading -->
<h4>Advertise with us</h4>
<!-- Contact Number / Icon -->
<i class="fa fa-phone br-blue"></i> <span>+63 935 136 3297</span>
<div class="clearfix"></div>
<!-- Email / Icon -->
<i class="fa fa-envelope-o br-rose"></i> <span><a href="#">admin@organeek.net</a></span>
<div class="clearfix"></div>
</div>
</div>
</div><!--/ Inner row end -->
<!-- Contact form -->
<div class="contact-form">
<!-- Heading -->
<h4>Contact Form</h4>
<!-- Form -->
<form role="form">
<div class="form-group">
<!-- Form input -->
<input class="form-control" type="text" placeholder="Name" />
</div>
<div class="form-group">
<!-- Form input -->
<input class="form-control" type="email" placeholder="Email" />
</div>
<div class="form-group">
<!-- Form text area -->
<textarea class="form-control" rows="3" placeholder="Message..."></textarea>
</div>
<!-- Form button -->
<button class="btn btn-danger btn-sm" type="submit">Send</button>
<button class="btn btn-default btn-sm" type="reset">Reset</button>
</form>
</div><!--/ Contact form end -->
</div>
<div class="col-md-6">
<!-- Map holder -->
<div class="map-container">
<!-- Google Map -->
<iframe src="https://maps.google.co.in/?ie=UTF8&ll=12.953997,77.63094&spn=0.815042,1.352692&t=m&z=10&output=embed"></iframe>
</div>
</div>
</div>
</div>
</div>
<!-- Contact Us End -->
<!-- Blogger Start -->
<div class="chefs padd">
<div class="container">
<!-- Default Heading -->
<div class="default-heading">
<!-- Crown image -->
<img class="img-responsive" src="img/logo/logo.png" alt="" />
<!-- Heading -->
<h2>Bloggers & Contributors</h2>
<!-- Paragraph -->
<p>Organeek's most dedicated bloggers and contributors who bring forth the most sumptuous tidbit about wellness and beauty.</p>
<!-- Border -->
<div class="border"></div>
</div>
<div class="row">
<div class="col-md-4 col-sm-4">
<!-- Blogger Member -->
<div class="chefs-member">
<!-- Chefs member header -->
<div class="chefs-head">
<!-- Member background image -->
<img class="chefs-back img-responsive" src="img/chef/blogger1.jpg" alt="" />
<!-- chef member image -->
<img class="chefs-img img-responsive" src="img/user.jpg" alt="" />
</div>
<!--Name / Heading -->
<h3><a href="#">Haze</a></h3>
<!-- Member designation -->
<span>Founder, Contributor & Designer</span>
<!-- Social media links -->
<div class="social">
<a href="#" class="facebook"><i class="fa fa-facebook"></i></a>
<a href="#" class="google-plus"><i class="fa fa-google-plus"></i></a>
<a href="#" class="twitter"><i class="fa fa-twitter"></i></a>
<a href="#" class="pinterest"><i class="fa fa-pinterest"></i></a>
</div>
</div>
</div>
<div class="col-md-4 col-sm-4">
<!-- Chef Member -->
<div class="chefs-member">
<!-- Chefs member header -->
<div class="chefs-head">
<!-- Member background image -->
<img class="chefs-back img-responsive" src="img/chef/blogger2.jpg" alt="" />
<!-- chef member image -->
<img class="chefs-img img-responsive" src="img/user.jpg" alt="" />
</div>
<!--Name / Heading -->
<h3><a href="#">Hanna Marie</a></h3>
<!-- Member designation -->
<span>Developer</span>
<!-- Social media links -->
<div class="social">
<a href="#" class="facebook"><i class="fa fa-facebook"></i></a>
<a href="#" class="google-plus"><i class="fa fa-google-plus"></i></a>
<a href="#" class="twitter"><i class="fa fa-twitter"></i></a>
<a href="#" class="pinterest"><i class="fa fa-pinterest"></i></a>
</div>
</div>
</div>
<div class="col-md-4 col-sm-4">
<!-- Chef Member -->
<div class="chefs-member">
<!-- Chefs member header -->
<div class="chefs-head">
<!-- Member background image -->
<img class="chefs-back img-responsive" src="img/chef/c-back3.jpg" alt="" />
<!-- chef member image -->
<img class="chefs-img img-responsive" src="img/user.jpg" alt="" />
</div>
<!--Name / Heading -->
<h3><a href="#">Edgar</a></h3>
<!-- Member designation -->
<span>Researcher</span>
<!-- Social media links -->
<div class="social">
<a href="#" class="facebook"><i class="fa fa-facebook"></i></a>
<a href="#" class="google-plus"><i class="fa fa-google-plus"></i></a>
<a href="#" class="twitter"><i class="fa fa-twitter"></i></a>
<a href="#" class="pinterest"><i class="fa fa-pinterest"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Blogger & Contributor End -->
</div><!-- / Inner Page Content End -->
<!-- Footer Start -->
<div class="footer">
<br>
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-6">
<!-- Footer widget -->
<div class="footer-widget">
<!-- Logo area -->
<div class="logo">
<img class="img-responsive" src="img/logo/ologo2.png" alt="" />
</div>
<!-- Paragraph -->
<p>Organeek aspires to be the leading source of natural home, health and beauty information and promotes wellness through knowledge and sustainable living.</p>
<!-- Heading -->
<br>
<h4>Online Payment</h4>
<!-- Images -->
<a href="#"><img class="payment img-responsive" src="img/payment/discover.gif" alt="" /></a>
<a href="#"><img class="payment img-responsive" src="img/payment/mastercard.gif" alt="" /></a>
<a href="#"><img class="payment img-responsive" src="img/payment/paypal.gif" alt="" /></a>
<a href="#"><img class="payment img-responsive" src="img/payment/visa.gif" alt="" /></a>
</div> <!--/ Footer widget end -->
</div>
<div class="col-md-3 col-sm-6">
<!-- Footer widget -->
<div class="footer-widget">
<!-- Heading -->
<h4>Famous Recipe</h4>
<!-- Images -->
<a href="#"><img class="dish img-responsive" src="img/dish/dish1.jpg" alt="" /></a>
<a href="#"><img class="dish img-responsive" src="img/dish/dish1.jpg" alt="" /></a>
<a href="#"><img class="dish img-responsive" src="img/dish/dish1.jpg" alt="" /></a>
<a href="#"><img class="dish img-responsive" src="img/dish/dish1.jpg" alt="" /></a>
<a href="#"><img class="dish img-responsive" src="img/dish/dish1.jpg" alt="" /></a>
<a href="#"><img class="dish img-responsive" src="img/dish/dish1.jpg" alt="" /></a>
<a href="#"><img class="dish img-responsive" src="img/dish/dish1.jpg" alt="" /></a>
<a href="#"><img class="dish img-responsive" src="img/dish/dish1.jpg" alt="" /></a>
<a href="#"><img class="dish img-responsive" src="img/dish/dish1.jpg" alt="" /></a>
<div class="padd1"></div>
</div> <!--/ Footer widget end -->
</div>
<div class="clearfix visible-sm"></div>
<div class="col-md-3 col-sm-6">
<!-- Footer widget -->
<div class="footer-widget">
<!-- Heading -->
<h4>Join Us Today</h4>
<!-- Paragraph -->
<p>Subscribe to receive FREE newsletter, recipes and blogs and gain access to beauty and wellness regime.</p>
<br>
<!-- Subscribe form -->
<form role="form">
<div class="form-group">
<input class="form-control" type="text" placeholder="Your name" />
</div>
<div class="form-group">
<input class="form-control" type="email" placeholder="Your email" />
</div>
<button class="btn btn-danger" type="button">Subscribe</button>
</form>
</div> <!--/ Footer widget end -->
</div>
<div class="col-md-3 col-sm-6">
<!-- Footer widget -->
<div class="footer-widget">
<!-- Heading -->
<h4>Connect</h4>
<div class="contact-details">
<!-- Address / Icon -->
<div class="fb-like-box" data-href="https://www.facebook.com/organeek" data-width="200" data-height="200" data-colorscheme="light" data-show-faces="true" data-header="true" data-stream="false" data-show-border="true"></div>
</div>
<!-- Social media icon -->
<div class="social-banner social1">
<a href="#" class="facebook"><i class="fa fa-facebook circle-social"></i></a>
<a href="#" class="google-plus"><i class="fa fa-google-plus circle-social"></i></a>
<a href="#" class="twitter"><i class="fa fa-twitter circle-social"></i></a>
<a href="#" class="pinterest"><i class="fa fa-pinterest circle-social"></i></a>
</div>
</div> <!--/ Footer widget end -->
</div>
</div>
</div>
<!-- Copyright -->
<div class=" footer footer-copyright">
<!-- Paragraph -->
<p>© Copyright 2014 Organeek. All rights reserved. </p>
<p>This website is for information purposes only, and should not be construed as medical advice or as a replacement for medical treatment. It is neither intended nor implied to be a substitute for professional advice. </p>
</div>
</div>
<!-- Footer End -->
</div><!-- / Wrapper End -->
<!-- Scroll to top -->
<span class="totop"><a href="#"><i class="fa fa-angle-up"></i></a></span>
<!-- Javascript files -->
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap JS -->
<script src="js/bootstrap.min.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>
<!-- JS code for this page -->
<script>
</script>
</body>
</html>