diff --git a/assets/css/theme.css b/assets/css/theme.css index 5adc4ce..2264c53 100644 --- a/assets/css/theme.css +++ b/assets/css/theme.css @@ -72,8 +72,8 @@ a { color: var(--accent2); } -b { - font-family: 'Manrope XBold', sans-serif; +b, strong { + font-family: 'Manrope SemiBold', sans-serif; font-weight: bold; } diff --git a/content/pages/articles/graphical-profile/intro.njk b/content/pages/articles/graphical-profile/intro.njk new file mode 100644 index 0000000..e69de29 diff --git a/content/pages/articles/privacy_policy.md b/content/pages/articles/privacy_policy.md new file mode 100644 index 0000000..4eccc8e --- /dev/null +++ b/content/pages/articles/privacy_policy.md @@ -0,0 +1,72 @@ +%%- +title: qwik - privacy policy +header: Privacy Policy +date: Last updated 9th August 2021 +-%% + +# Introduction +We want to keep this short but informative, but a *tl;dr:* + +We do not want to collect data, and all data collected *should be logical*. (i.e. emails for a [gitea](https://git.qwik.space/) account or so). + +We will change this Privacy Policy from time to time to reflect the current situation. Please keep an eye out. +Some extra words + +This notice is very general and there might be exceptions for each individual service we offer. Consider reading +about the services before you use them, but they are all doing their best to be privacy friendly. + +We will list some exceptions further down the privacy policy. + + + +# Data collection +## IP Addresses and User Agents +We do not keep nginx access logs - so we can't see who has connected. However, our main server uses modsecurity +to protect against different types of attacks. If one of your requests is flagged as an attack, modsecurity will +write to an audit log. **This will log your User Agent**. + +## Cookies +Our main page ([qwik.space](https://qwik.space/)) does not have any cookies. + + + +# Data retention +The modsecurity log is kept until we clear it from time to time. + + + +# Data sharing +We do not share any data with third parties unless we have to by law or state otherwise. + + + +# Exceptions +Here are some services that make exceptions to the above statements: + +## XMPP +Our XMPP server caches messages and uploads for up to seven days. If your client uses encryption (such as OMEMO) +the cached messages and uploads will be encrypted. We **strongly** advise using encryption. + +## Gitea +Gitea will collect your email upon registration. (Sadly we don't know any way to disable this.) However, the email +isn't used for anything so it can be whatever. We would maybe even advise you to use a temporary or throwaway email. + +Gitea will require a username on signup, which you might consider personal. We would advise you to not use your real +name and instead use an alias. + +Gitea also uses some cookies, but this is for your comfort. For example keeping you signed in and remembering your +settings or what not. + +## Nitter, Bibliogram, Libreddit, Searx +These services all use cookies to remember your settings. + + + +# Recommendations +**The internet is not a good place when it comes to privacy**. If you want to limit the risks of something or someone +invading your privacy online, we recommend: + +* Use Tor (properly) +* Use throwaway emails when signing up for stuff +* Use fake names or aliases to protect your name +* (Generally) don't give out personal information online... diff --git a/content/pages/index.njk b/content/pages/index.njk index 71e3608..222f8d1 100644 --- a/content/pages/index.njk +++ b/content/pages/index.njk @@ -21,7 +21,7 @@

We are tech enthusiasts (did I spell that right?) and we like cyber security and privacy. That's why we have this site with a collection of tools/services mostly for our use, but - you are welcome to use them as well! (In that case, consider reading our privacy policy.) + you are welcome to use them as well! (In that case, consider reading our privacy policy.)

Please enjoy your stay. :) @@ -106,7 +106,7 @@

get chattin' - tor + tor
@@ -148,7 +148,7 @@

resources

A promotional image of qwik's graphical material.

- We provide qwik's resources here. + We provide qwik's resources here. Right now qwik is in early stages of its development, as such many changes may happen. We will try our best to keep them up to date and current tho.