-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy-policy.html
More file actions
167 lines (140 loc) · 8.87 KB
/
privacy-policy.html
File metadata and controls
167 lines (140 loc) · 8.87 KB
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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- ========== VIEWPORT META ========== -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
<!-- ========== PAGE TITLE ========== -->
<title>Botimize - Privacy Policy</title>
<!-- ========== META TAGS ========== -->
<meta name="description" content="HTML template for Software, Mobile App & SaaS applications.">
<meta name="keywords" content="software, mobile app, saas">
<meta name="author" content="ThemesEase">
<!-- ========== FAVICON & APPLE ICONS ========== -->
<link rel="shortcut icon" href="images/favicon.png">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<!-- ========== MINIFIED VENDOR CSS ========== -->
<link rel="stylesheet" href="styles/vendor.css">
<link rel="stylesheet" href="styles/main.css">
<!-- ========== MODERNIZR ========== -->
<script src="scripts/vendor/modernizr.js"></script>
</head>
<!-- ========== BODY ==========
.light-header: for light colored header
.dark-header: for dark colored header
========== ========== -->
<body class="dark-header animsition">
<nav class="navbar yamm navbar-fixed-top" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button> <!-- end navbar-toggle -->
<a class="navbar-brand" href="/">
<img src="images/btmz_light-logo.svg" alt="botimize Logo" class="light-logo">
<img src="images/btmz_dark-logo.svg" alt="botimize Logo" class="dark-logo">
</a> <!-- end navbar-brand -->
</div> <!-- end navbar-header -->
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav pull-right">
<li>
<a href="/home">Home</a>
</li>
<li>
<a href="https://dashboard.getbotimize.com/docs" target="_blank">Docs</a>
</li>
</ul> <!-- end navbar-nav -->
</div> <!--end nav-collapse -->
</div> <!-- end container -->
</nav>
<!-- ========== PAGE TITLE ========== -->
<header class="header page-title" >
<div class="container">
<!-- For centering the content vertically -->
<div class="outer">
<div class="inner text-center">
<h1 class="">Privacy Policy</h1>
</div> <!-- end inner -->
</div> <!-- end outer -->
</div> <!-- end container -->
</header>
<!-- ========== PRIVACY POLICY SECTION ========== -->
<section class="se-section pp-section">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<!-- <h5 class="underline">1. Terms</h5> -->
<p>Your privacy is important to us.</p>
<p>It is getbotimize.com's policy to respect your privacy regarding any information we may collect while operating our website. Accordingly, we have developed this privacy policy in order for you to understand how we collect, use, communicate, disclose and otherwise make use of personal information. We have outlined our privacy policy below.
<p>We will collect personal information by lawful and fair means and, where appropriate, with the knowledge or consent of the individual concerned.</p>
<p>Before or at the time of collecting personal information, we will identify the purposes for which information is being collected.</p>
<p>We will collect and use personal information solely for fulfilling those purposes specified by us and for other ancillary purposes, unless we obtain the consent of the individual concerned or as required by law.</p>
<p>Personal data should be relevant to the purposes for which it is to be used, and, to the extent necessary for those purposes, should be accurate, complete, and up-to-date.</p>
<p>We will protect personal information by using reasonable security safeguards against loss or theft, as well as unauthorized access, disclosure, copying, use or modification.</p>
<p>We will make readily available to customers’ information about our policies and practices relating to the management of personal information.</p>
<p>We will only retain personal information for as long as necessary for the fulfilment of those purposes.</p>
<p>We are committed to conducting our business in accordance with these principles in order to ensure that the confidentiality of personal information is protected and maintained. getbotimize.com may change this privacy policy from time to time at getbotimize.com's sole discretion.</p>
</div>
</div> <!-- end row -->
</div> <!-- end container -->
</section>
<!-- ========== FOOTER ========== -->
<footer class="light-footer">
<div class="container">
<div class="row">
<div class="col-md-2 col-sm-3 col-xs-6">
<img src="images/btmz_dark-logo.svg" alt="" class="footer-logo">
</div>
<div class="col-md-2 col-sm-3 col-xs-6">
<h6 class="mtn">Botimize</h6>
<ul>
<li><a href="/home">Home</a></li>
<li><a href="https://dashboard.getbotimize.com/docs" target="_blank">Documentation</a></li>
<li><a href="https://www.facebook.com/groups/chatbot/" target="_blank">Community</a></li>
</ul>
</div>
<div class="col-md-2 col-sm-3 col-xs-6">
<h6 class="mtn">LEGAL</h6>
<ul>
<li><a href="privacy-policy">Privacy Policy</a></li>
<li><a href="terms-of-service">Terms of Service</a></li>
</ul>
</div>
<div class="col-md-2 col-sm-3 col-xs-6">
<h6 class="mtn">MEDIA</h6>
<ul>
<li><a href="https://www.facebook.com/botimize/" target="_blank">Facebook</a></li>
<li><a href="https://twitter.com/botimize" target="_blank">Twitter</a></li>
</ul>
</div>
<div class="col-md-4 col-sm-8 col-sm-offset-2 col-md-offset-0">
<h6 class="mtn">IMPORTANT UPDATES</h6>
<div class="input-group">
<input type="email" class="form-control inp-rounded" placeholder="Your email ID" id="subscribe-email">
<span class="input-group-btn">
<button class="btn se-btn btn-rounded" type="button" id="subscribe-button">Subscribe!</button>
</span> <!-- end input-group-btn -->
</div><!-- end input-group -->
<div id="subscribe-result">
</div>
<p class="text-center text-muted">Unsubscribe anytime you want. We don't spam!</p>
</div>
</div> <!-- end row -->
<div class="row footer-bottom">
<div>
<p>Made with ♥ San Jose | Taipei | Hong Kong . Copyright © Bosion Inc. 2018. All Rights Reserved.</p>
<p>¿Cómo estás? <a style="font-size: 1em; font-weight: bold;" href="mailto:hi@getbotimize.com">hi@getbotimize.com</a></p>
</div>
</div> <!-- end footer-bottom -->
</div> <!-- end container -->
</footer>
<script src="scripts/vendor.js"></script>
<!-- ========== MINIFIED PLUGINS JS ========== -->
<script src="scripts/plugins.js"></script>
<script src="scripts/main.js"></script>
</body>
</html>