-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacy-policy.html
104 lines (86 loc) · 5.41 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>MDN-Bot: Privacy Policy</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="msapplication-config" content="resources/images/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<link rel="apple-touch-icon" sizes="180x180" href="resources/images/apple-touch-icon.png">
<link rel="icon" type="image/png" href="resources/images/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="resources/images/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="resources/images/manifest.json">
<link rel="mask-icon" href="resources/images/safari-pinned-tab.svg" color="#2b5797">
<link rel="shortcut icon" href="resources/images/favicon.ico">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css">
<link href="resources/css/style.css" rel="stylesheet">
<link href="resources/css/queries.css" rel="stylesheet">
</head>
<body>
<!--Header Plan-->
<div class="row header">
<header id="header" class="dock">
<!--Header Left Image-->
<div class="grid-half header-img">
<img src="resources/images/bot-logo.svg" alt="Header Bot Image" id="logo">
</div>
<!--Header Right Part-->
<div class="grid-half header-title">
<h1>MDNBot</h1>
<span class="credits">A slack app by <strong>FLYING HORSES</strong></span>
<a href="#"><img src="resources/images/add_to_slack.png" alt=""></a>
</div>
</header>
</div>
<!-- PRIVACY POLICY CONTENT -->
<div class="row usages">
<h2 class="usages-title">PRIVACY POLICY</h2>
<div class="dock">
<section class="grid-half">
<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>
<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>
<a href="https://flying-horses.github.io/Bot-Splash-Page/index.html" class="home-button"><i class="fa fa-arrow-left" aria-hidden="true"></i> MDNBot homepage</a>
</section>
<section class="grid-half commands">
<div class="bot-background">
<img src="resources/images/bot_privacy.svg" alt="">
</div>
<table class="command-table">
<tbody>
<tr>
<td><strong>1. Collection of Information</strong></td>
</tr>
<tr>
<td>We do not collect any information you pass to the MDNBot 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 and your slack team name. Use of the MDNBot is completely free of charge and no emails are sent from the bot.</td>
</tr>
<tr>
<td><strong>2. Links to Other Web Sites</strong></td>
</tr>
<tr>
<td>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.</td>
</tr>
</tbody>
</table>
</section>
</div>
</div>
<!-- FOOTER SECTION -->
<footer class="row" id="footer">
<div class="dock">
<section class="grid-half help-img">
<div class="footer-img">
<img src="resources/images/bot_help.svg" alt="Bot Help Image">
</div>
</section>
<section class="grid-half social-links">
<h4>Need help or found an issue...
<a href="https://github.com/flying-horses/Bot-Splash-Page/issues/new" alt="Github Issues Link"><i class="fa fa-github" aria-hidden="true"></i></a>
<a href="mailto:vishami3r@outlook.com?subject=Bot Support Request" alt="Email Link"><i class="fa fa-envelope" aria-hidden="true"></i></a>
</h4>
</section>
</div>
</footer>
</body>
</html>