-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
100 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -141,4 +141,8 @@ home { | |
font-size: 15px; | ||
/* Smaller font size for mobile */ | ||
} | ||
} | ||
|
||
.mdx-content p { | ||
@apply mt-1 mt-2 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,30 @@ | ||
import NavPath from "../../components/nav-path" | ||
|
||
<NavPath path="privacy" /> | ||
|
||
# Possible things made impossible | ||
# Privacy Policy | ||
|
||
Wild Chicken University is a FRONT-END ONLY project. We cannot see any of your information. | ||
We CANNOT upload any of your data to our servers(actually, we don't even have any servers lmfao) | ||
## <s>Chicken don't need privacy, they want to exchange privacy for convience.</s> | ||
|
||
Are you expecting something like: Wild Chicken University fully respects your right to privacy, and will not collect or publish any personal information about you through this website without your clear permission. | ||
Or something like Google's pages long, nobody reads policy? | ||
|
||
Control over your privacy inside most apps is an illusion. | ||
It's a shiny dashboard with all sorts of choices you can make about your data, but rarely the choices you're looking for, | ||
like "only use my data to help me." | ||
This type of control is meant to make you feel guilty about your choices, that you "had the choice" to make the | ||
apps you use more private, and you chose not to. So we make things simple for you, **Wild Chicken University** is a FRONT-END ONLY project. We cannot see any of your information. | ||
We CANNOT upload any of your data to our servers (actually, we don't even have any servers) | ||
|
||
## Log Data | ||
|
||
Wild Chicken University does not log, write or retain any data. | ||
|
||
## Information Collected and use | ||
|
||
Wild Chicken University does not collect any personal information. | ||
|
||
## However | ||
|
||
Please review the [privacy policy](https://github.com/utterance/utterances/blob/master/PRIVACY-POLICY.md) | ||
of utterance (the comment section provider) before you post to the comment section. |