Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Privacy policy #9

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions public/PP.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
What Information Do We Collect?

we do not collect any information about our users. Except for the images you submit, which are temporarily stored for gameplay purposes.

What information do we share?

We do not share information with anyone... that we know of.

None of your data is encrypted. We do not guarantee any security



17 changes: 17 additions & 0 deletions public/TOS.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
These terms of service govern your use of the Newsie website. These terms are legally binding.

1. Ours. Not Yours

this is ours no one elses. I will fight you come at me.

2. Your Soul is Ours

by using the newsie website, you surrender your soul to its developers.

3. Have Fun

You must have all the fun!!!

4. Data security

None of your data is encrypted. We do not guarantee any security.
18 changes: 9 additions & 9 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,24 +30,24 @@ <h2>Enter Nickname</h2>
<a href="#" onclick="backToCode(this.parentElement);">&#10094;Back</a>
</div>
<div id="lobby" class="centered">
<h2>Waiting for game to start...</h2>
<h3>Users Joined:</h3>
<ul>
<h2>Waiting for game to start...</h2>
<h3>Users Joined:</h3>
<ul>
</ul>
<a href="#" onclick="backToCode(this.parentElement);">&#10094;Leave</a>
</div>
<div id="lobbyMaster" class="centered">
<h2>Start the game?</h2>
<h3>Users Joined:</h3>
<ul>
</ul>
<h2>Start the game?</h2>
<h3>Users Joined:</h3>
<ul>
</ul>
<button>Play Ball!</button>
<a href="#" onclick="backToCode(this.parentElement);">&#10094;Close Game</a>
</div>
<footer>
<a href="TOS.txt" target="__blank">Terms of Service</a>
<a href="tos.html" target="__blank">Terms of Service</a>
<p>||</p>
<a href="PP.txt" target="__blank">Privacy Policy</a>
<a href="pp.html" target="__blank">Privacy Policy</a>
</footer>
</div>
<script src="script.js"></script>
Expand Down
19 changes: 19 additions & 0 deletions public/pp.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html>
<head>
<link href="https://fonts.googleapis.com/css2?family=Grenze&family=Grenze+Gotisch&display=swap" rel="stylesheet">
<title>Privacy Policy</title>
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<header>
<h1>
Privacy Policy
</h1>
</header>
<p class="tos">
<embed src="PP.txt">
</p>
</body>
</html>
19 changes: 19 additions & 0 deletions public/tos.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html>
<head>
<link href="https://fonts.googleapis.com/css2?family=Grenze&family=Grenze+Gotisch&display=swap" rel="stylesheet">
<title>Terms of Service</title>
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<header>
<h1>
Terms of Service
</h1>
</header>
<p class="tos">
<embed src="TOS.txt">
</p>
</body>
</html>