-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
174 lines (146 loc) · 6.13 KB
/
privacy.html
File metadata and controls
174 lines (146 loc) · 6.13 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
168
169
170
171
172
173
174
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta property="og:title" content="RoadMap: Discover New Roads & Compete with Friends!" />
<meta property="og:description" content="RoadMap is an exciting new app for iOS and Android that allows you to discover new roads, track your journeys, and compete with friends. See where you've been on a map and challenge each other to explore more!" />
<meta property="og:image" content="https://media.discordapp.net/attachments/1300075798035959818/1300080273735684107/screely-1730032905584.png?ex=67281b5b&is=6726c9db&hm=109a45fa015d2c4bfb4d8be4bccd5897dbbe9b29fc944919ec68e1826efacc56&=&format=webp&quality=lossless&width=1804&height=942" />
<meta property="og:url" content="https://roadmapbeta.github.io/roadmap/" />
<meta property="og:type" content="website" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>RoadMap - Explore New Roads, Challenge Friends</title>
<link rel="icon" type="image/png" href="images/roadmap.png">
<link rel="stylesheet" href="styles.css" />
<link rel="stylesheet" href="https://rsms.me/inter/inter.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter+Tight:wght@100..900&display=swap">
<style>
body {
font-family: "Inter", sans-serif;
margin: 0;
padding: 0;
background-color: #000;
color: #fff;
display: flex;
flex-direction: column;
align-items: center;
min-height: 100vh;
}
header {
width: 100%;
max-width: 1200px;
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px;
box-sizing: border-box;
}
.logo {
font-size: 24px;
text-decoration: none;
color: #fff;
}
.header-links {
display: flex;
gap: 15px;
}
.header-links a {
color: #fff;
text-decoration: none;
}
.header-links a:hover {
text-decoration: underline;
}
.privacy-policy {
background-color: #000;
max-width: 90%;
width: 800px;
margin: 50px auto;
padding: 20px;
box-sizing: border-box;
text-align: left;
}
.privacy-policy h1,
.privacy-policy h2 {
text-align: left;
font-weight: bold;
}
.privacy-policy h1 {
font-size: 32px;
margin-bottom: 20px;
color: #fff;
font-family: "Inter Tight", sans-serif;
}
.privacy-policy h2 {
font-size: 24px;
margin-top: 20px;
color: #fff;
font-family: "Inter Tight", sans-serif;
}
.privacy-policy p {
font-size: 16px;
line-height: 1.6;
color: #fff;
margin-bottom: 20px;
}
.privacy-policy a {
color: #3498db;
text-decoration: none;
}
.privacy-policy a:hover {
text-decoration: underline;
}
@media (max-width: 768px) {
.privacy-policy {
width: 95%;
padding: 15px;
}
.privacy-policy h1 {
font-size: 28px;
}
.privacy-policy h2 {
font-size: 22px;
}
.privacy-policy p {
font-size: 14px;
}
}
p.last-updated {
font-size: 14px;
color: #bbb;
text-align: left;
margin-top: 20px;
font-style: italic;
}
</style>
</head>
<body>
<header>
<a href="index.html" class="logo">RoadMap</a>
<div class="header-links">
<a href="credits.html" class="credits">Credits</a>
<a href="https://github.com/RoadMapBeta" class="join-heading">
<img class="gh-logo" src="images/github.png" alt="GitHub Logo" />
<span>GitHub</span>
</a>
</div>
</header>
<section class="privacy-policy">
<h1>Privacy Policy</h1>
<p>At RoadMap, we prioritize your privacy. This policy outlines how we handle your personal data and what measures we take to keep it secure. By using RoadMap and any of our services or entities, you automatically agree to the terms detailed in this privacy policy</p>
<h2>1. Data Collection</h2>
<p>We do not sell any of your personal data when you use the RoadMap app. The information we collect is solely for the purpose of providing you with the best user experience and is handled securely. We respect your privacy and will never ask for personal information such as passwords or credit card details.</p>
<h2>2. Data Encryption</h2>
<p>All user data is encrypted during transmission, ensuring that your information is kept safe from unauthorized access. Even our developers cannot access your data without proper encryption keys, ensuring that your privacy is maintained at all times.</p>
<h2>3. No Access to Personal Information</h2>
<p>We do not store your in-game email address, location, or any personal information in a way that makes it easily accessible. Our development team does not have direct access to user data, and we will not share it with third parties without your consent.</p>
<h2>4. Newsletter</h2>
<p>When you sign up for the RoadMap newsletter (such as through the 'join waitlist' button), your email address is stored securely in our database. This database is managed by <a href="https://www.emailjs.com/legal/privacy-policy/" target="_blank" rel="noopener noreferrer">EmailJS</a>, and emails are sent through <a href="https://policies.google.com/privacy" target="_blank" rel="noopener noreferrer">Google (Gmail)</a>. While authorized developers can access the database, it is strictly for maintaining and managing the newsletter. Your email address is never shared or sold, and you can opt out at any time by contacting us using the email below.</p>
<h2>5. Your Rights</h2>
<p>You have the right to request that we delete your data at any time. If you wish to opt out or delete your information, please contact us via the contact form on our website.</p>
<h2>6. Changes to This Privacy Policy</h2>
<p>We reserve the right to update this privacy policy whenever we feel it's needed to help users better understand how we handle their data. Any changes will be posted here, and you will be notified of significant changes. Please check this page regularly to stay informed about how we protect your privacy.</p>
<p>If you have any questions or concerns about this privacy policy, feel free to reach out to us at <a href="mailto:roadmapbeta@gmail.com">roadmapbeta@gmail.com</a>.</p>
<p class="last-updated">Last Updated: March 10, 2025</p>
</section>
</body>
</html>