Skip to content

Commit afb9e6b

Browse files
authored
Merge pull request #47 from BenjaminAmos/privacy-policy
Add privacy policy
2 parents eb8fe13 + 2c2e78c commit afb9e6b

3 files changed

Lines changed: 34 additions & 1 deletion

File tree

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
<a href="https://www.youtube.com/user/blockmaniaTV"><i class="fab fa-youtube"></i></a>
99
<a href="https://reddit.com/r/Terasology"><i class="fab fa-reddit"></i></a>
1010
</p>
11-
<p id="copyright"><small>Copyright &copy; 2020 The Terasology Foundation</small></p>
11+
<p id="copyright"><small>Copyright &copy; 2020 The Terasology Foundation <a id="privacy" href="{{ site.base_url }}/privacy">Privacy</a></small></p>
1212
</footer>

css/footer.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ footer #copyright {
1111
background-color: #060708;
1212
}
1313

14+
footer #privacy {
15+
float: right;
16+
padding-right: 1em;
17+
}
18+
1419
footer #social {
1520
background-color: #353637;
1621
padding: 0.25em;

privacy.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
layout: page
3+
title: "Privacy Policy"
4+
parallax: true
5+
---
6+
7+
# Privacy Policy
8+
9+
---
10+
11+
## Website
12+
The Destination Sol website contains no analytics and does not directly collect user data.
13+
The site may contain references to external resources
14+
(such as javascript, images and stylesheets). When you visit a page referencing these
15+
external resources, your browser may contact external sites,
16+
which are covered by their own separate privacy policies.
17+
18+
The website is hosted on GitHub Pages, which collects your IP address and information
19+
provided by your web browser (such as cookies and HTTP headers) to serve you with the
20+
website content. GitHub may store this information. You can view their
21+
[Privacy Statement](https://docs.github.com/en/site-policy/privacy-policies/github-privacy-statement)
22+
for details on how GitHub uses your request information.
23+
24+
## Game
25+
The game Destination Sol does not collect any personal data. It does not transmit any data
26+
off-device, or make any external connections. No device identifiers are retrieved and the
27+
game contains no advertising. This applies to both the desktop application
28+
(Windows, macOS, Linux) and the Android app.

0 commit comments

Comments
 (0)