-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacy.php
91 lines (81 loc) · 3.55 KB
/
privacy.php
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
<!DOCTYPE html>
<?php
session_start(); ?>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>Privacy | E-Shopper</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/prettyPhoto.css" rel="stylesheet">
<link href="css/price-range.css" rel="stylesheet">
<link href="css/animate.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
</head><!--/head-->
<body>
<header id="header"><!--header-->
<?php include('header.html');?>
</header>
<div id="contact-page" class="container">
<div class="bg">
<div class="row">
<div class="col-sm-8">
<div class="contact-form">
<h2 class="title text-center">Terms And Conditions</h2>
<div class="status alert alert-success" style="display: none"></div>
<br>
<b>Privacy Statement</b><br>
We are committed to protecting your privacy. Authorized employees within the company on a need to know basis only use any information collected from individual customers. We constantly review our systems and data to ensure the best possible service to our customers.
<br><br>
<b>Disclaimer</b><br>
<b>Exclusions and Limitations</b><br>
The information on this web site is provided on an "as is" basis. To the fullest extent permitted by law, this Company:<br>
*excludes all representations and warranties relating to this website and its contents or which is or may be provided by any affiliates or any other third party, including in relation to any inaccuracies or omissions in this website and/or the Company’s literature; and<br>
*excludes all liability for damages arising out of or in connection with your use of this website. This includes, without limitation, direct loss, loss of business or profits (whether or not the loss of such profits was foreseeable, arose in the normal course of things or you have advised this Company of the possibility of such potential loss), damage caused to your computer, computer software, systems and programs and the data thereon or any other direct or indirect, consequential and incidental damages.<br>
</div>
</div>
<div class="col-sm-4">
<div class="contact-info">
<h2 class="title text-center">Contact Info</h2>
<address>
<p>K K Brothers,</p>
<p>266,Poonthottam,</p>
<p>Fifteen Velampalayam,</p>
<p>Tiruppur-641652</p>
<p>+91 9894481310</p>
<p>[email protected]</p>
</address>
<div class="social-networks">
<h2 class="title text-center">Social Networking</h2>
<ul>
<li>
<a href="#"><i class="fa fa-facebook"></i></a>
</li>
<li>
<a href="#"><i class="fa fa-twitter"></i></a>
</li>
<li>
<a href="#"><i class="fa fa-google-plus"></i></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div><!--/#contact-page-->
<footer id="footer">
<?php include('footer.html');?>
</footer><!--/Footer-->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/price-range.js"></script>
<script src="js/jquery.scrollUp.min.js"></script>
<script src="js/jquery.prettyPhoto.js"></script>
<script src="js/main.js"></script>
</body>
</html>