-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacy.html
99 lines (90 loc) · 3.83 KB
/
privacy.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
<!DOCTYPE html>
<html>
<head>
<title>Privacy Policy</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta property="og:description" content="This is the Privacy Policy statements for Senarc's Data Collection.">
<meta name="description" content="This is the Privacy Policy statements for Senarc's Data Collection.">
<meta content="Privacy Policy" property="og:title" />
<meta name="keywords" content="Privacy, Policy, Senarc, Discord, Network">
<meta property="og:locale" content="en_GB" />
<link rel="canonical" href="https://senarc.online/" />
<meta property="og:url" content="https://senarc.online/" />
<link rel="apple-touch-icon" sizes="76x76" href="https://i.ibb.co/wzVT8yZ/Senarc.png">
<link rel="icon" type="image/png" href="https://i.ibb.co/wzVT8yZ/Senarc.png">
<meta property="og:thumbnail" content="https://i.ibb.co/wzVT8yZ/Senarc.png" />
<meta property="og:image" content="https://i.ibb.co/wzVT8yZ/Senarc.png" />
<meta name="theme-color" content="#91B5F9">
<meta name="keywords" content="senarc, mta, safety, discord, organisation">
<meta name="author" content="BenitzCoding">
<link rel="stylesheet" href="assets/css/policy.css">
</head>
<!-- notification for small viewports and landscape oriented smartphones -->
<div class="device-notification">
<a class="device-notification--logo" href="#0">
<img src="assets/img/logo.png" alt="Senarc">
<p>Senarc</p>
</a>
<p class="device-notification--message">Senarc has so much to offer that we must request you orient your device to portrait or find a larger screen. You won't be disappointed.</p>
</div>
<div class="perspective effect-rotate-left">
<div class="container"><div class="outer-nav--return"></div>
<div id="viewport" class="l-viewport">
<div class="l-wrapper">
<header class="header">
<a class="header--logo" href="#0">
<img src="assets/img/logo.png" alt="Senarc">
<p>Senarc</p>
</a>
</header>
<br/>
<br/>
<h1 style="font-size: 60px;">Our Privacy Policy</h1>
<h2> Most Data is Collected for Enrollment into</h2>
<ol>
<ol> Staff Applications</ol>
<ol> Partnership </ol>
<ol> Senarc Security Lab </ol>
<ol> Senarc Manual Verification </ol>
</ol>
Other Senarc future authorisations too
</br>
<h2> What Data We Store: </h2>
<ol>
<ol>
<li> User ID </li>
<li> Username </li>
<li> Discriminator </li>
<li> Public Flags </li>
<li> Banner hash </li>
<li> Avatar Hash </li>
<li> Discord Banner Colour </li>
<li> 2FA Settings </li>
<li> Email </li>
</ol>
</ol>
<h2> Used For: </h2>
<ol>
<ol><bold>◉</bold> Notifying users via emails who enroled to applications or programs. </ol>
<ol><bold>◉</bold> Verifying who the user is and see some information about the account. </ol>
<ol><bold>◉</bold> Preventing trolls and raiders and identify their accounts when enrolling to programs and applications. </ol>
</ol>
<h2>How is it Stored?</h2>
<ol>
<ol><bold>◉</bold> We store these information in discord channels via webhooks. These channels are only accessable by the Founder and Managers. </ol>
<ol> Our developers can't access your data to prevent any possible future leaks. We have enough trust in our Managers to make the Managers, therefore have enought trust to let them run the organisation and trusht them weith the organisations and your sensitive data. </ol>
</ol>
<h2>How Does One Request to delete their data?</h2>
<ol>
<ol><bold>◉</bold> You can request to delete your data by sending a email to the our Network Management Team or our Support Team. Also contact us if you have any other concerns.</ol>
<ol> Network Management Team: [email protected] </ol>
<ol> Support Team: [email protected] </ol>
</ol>
</div>
</div>
</div>
</div>
</body>
</html>