-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacy-policy.html
78 lines (78 loc) · 4.69 KB
/
privacy-policy.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>MeetupBot - Privacy policy</title>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="./css/style.css">
</head>
<body>
<div class="container-fluid privacy">
<div class="container">
<div class="row">
<div class="text-center">
<a href="./index.html" style="color: white;">
<h1>MeetupBot</h1>
</a>
<h4>A Slack App <br /> Start Using me now</h4>
</div>
<br />
<div class="text-center">
<a href="https://slack.com/oauth/authorize?&client_id=203909835238.215742452917&scope=commands"><img alt="Add to Slack" height="40" width="139" src="https://platform.slack-edge.com/img/add_to_slack.png" srcset="https://platform.slack-edge.com/img/add_to_slack.png 1x, https://platform.slack-edge.com/img/add_to_slack@2x.png 2x" /></a>
</div><br />
<h2 class="text-center" style="padding-bottom: 25px;">Privacy policy</h2>
<div class="col-md-6" style="font-size: 16px;">
<div class="row">
<div class="col-md-10 col-md-push-1">
<p>This privacy policy has been compiled to better serve those who are concerned with how their 'Personally identifiable information' (PII) is being used online. PII, as used in US privacy law and information security, is information that can be used on its own or with other information to identify, contact, or locate a single person, or to identify an individual in context.</p><br/>
<p>Please read our privacy policy carefully to get a clear understanding of how we collect, use, protect or otherwise handle your Personally Identifiable Information in accordance with our website.</p>
<br />
<p><a href="./index.html" class="back"><i class="fa fa-arrow-left" aria-hidden="true"></i> MeetupBot Homepage</a></p>
</div>
</div>
</div>
<div class="col-md-6 content">
<div class="row">
<div class="col-md-10 col-md-push-1">
<h3 class="title">1. Collection of Information</h3>
<p>We do not collect any information you pass to the MeetupBot slack commands, nor any slack messages in your slack channels. We do not use cookies or any other technologies to track users in any way. The only information we require access to is your slack username. Use of the MeetupBot is completely free of charge and no emails are sent from the bot.</p>
<h3 class="title">2. Links to Other Web Sites</h3>
<p>Our app and website may include links to other web pages whose privacy practices may differ from ours. If you submit personal information to any of those sites, your information is governed by their privacy policies. We encourage you to carefully read the privacy policy of any website you visit.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- footer -->
<div class="container-fluid footer">
<div class="row text-center">
<div class="col-md-12">
<p>Start Using me now.</p>
<div style="width: 200px; margin: 0px auto;">
<a href="https://slack.com/oauth/authorize?&client_id=203909835238.215742452917&scope=commands"><img alt="Add to Slack" height="40" width="139" src="https://platform.slack-edge.com/img/add_to_slack.png" srcset="https://platform.slack-edge.com/img/add_to_slack.png 1x, https://platform.slack-edge.com/img/add_to_slack@2x.png 2x" /></a>
</div>
</div>
</div>
<div class="row text-center">
<p style="margin-top: 10px;">Built by
<a href="https://premprakashsingh.github.io">Premprakash Singh</a>,
<a href="https://github.com/nusli">Linus Brennecke</a> &
<a href="https://github.com/zamhaq">Zameer Haque</a>
</p>
<p><a href="./privacy-policy.html">View our Privacy Policy</a>. For support and feedback, <a href="./feedback.html">click here</a> .</p>
</div>
</div>
<!-- Global Site Tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-105811407-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments)};
gtag('js', new Date());
gtag('config', 'UA-105811407-1');
</script>
</body>
</html>