update privacy policy
This commit is contained in:
@@ -115,6 +115,22 @@ body {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.quotes-text {
|
||||
font-size: 150%;
|
||||
font-style: italic;
|
||||
font-weight: normal;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.quotes-author {
|
||||
text-align: right;
|
||||
font-style: italic;
|
||||
width: 80%;
|
||||
margin-right: auto;
|
||||
font-weight: lighter;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
/*
|
||||
Bottom container styling
|
||||
*/
|
||||
|
||||
@@ -9,6 +9,11 @@
|
||||
<link rel="stylesheet" href="/css/mainstyle.css">
|
||||
<script defer src="https://static.janishutz.com/libs/jquery/jquery.min.js"></script>
|
||||
<script defer src="/js/loader.js"></script>
|
||||
<style>
|
||||
.info {
|
||||
font-weight: normal;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="nav"></div>
|
||||
@@ -16,13 +21,40 @@
|
||||
<div class="content">
|
||||
<img src="/assets/Logo.png" alt="page Logo" class="project-logo">
|
||||
<h1 class="title">Privacy Policy</h1>
|
||||
<p style="text-align: center; margin-bottom: 5%;">Privacy is the most important aspect for me when developing software. In short, none of my apps or websites collect any kind of data on your interaction.</p>
|
||||
|
||||
<h2>Privacy in my iOS Apps</h2>
|
||||
<p>All of the apps developed by Janis Hutz follow strict privacy rules. As such, my Apps do not collect any data other than the standard data that is being collected by Apple to give me an idea on how many people use the app. You may opt out of that feature in the system settings. All of the data collected there is anonymised and I therefore cannot see anything other than a higher number on the active user data. Privacy is one of the most important factors in the development of my apps! This may have an impact on the stability of the apps, so please, if you would like, enable "Share with Developers" setting in the Settings app under "Privacy" > "Analytics & Improvements". This allows me to see an anonymised crash report if the app'd crash.
|
||||
I do heavily rely on AppStore Reviews, Ratings and Beta feedback to improve my apps, as this is the least privacy invading option out there. Please also contact me, if you'd like to test this app as a beta!</p>
|
||||
<h2>Privacy on janishutz.com</h2>
|
||||
<p>This website does not collect any data on your interaction with it as it stands today. This may change in the future, but all data collected will not allow me to uniquely identify you as an individual. You may have a look at the source code of the data-collection module, if I end up adding one on this website, if you wish. The rest of the server backend will remain closed-source due to security concerns.</p>
|
||||
<hr class="pullquote-lines">
|
||||
<h3 class="quotes-text">Privacy is an inherent human right, and a requirement for maintaining the human condition with dignity and respect</h3>
|
||||
<h4 class="quotes-author">- Bruce Schneier</h4>
|
||||
<hr class="pullquote-lines">
|
||||
|
||||
<p>Keeping your data safe is at the centre of all of my software. Therefore, none of my software automatically collect any data</p>
|
||||
|
||||
<ol style="width: 100%">
|
||||
<b><li>
|
||||
What data is collected about you?
|
||||
<p class="info">This website and all of my services do not collect any data on how you interact with them. All data that is collected on you is data you willingly and at your own responsibility provide me with when signing up or using any of my services. Whilst I try to have everything run cloud-less, some features still require some data handling on my servers.</p>
|
||||
</li></b>
|
||||
<b><li>
|
||||
How is this data stored and processed?
|
||||
<p class="info">All the data that has to be sent to the cloud for processing, like the contact form, is sent to my servers using an HTTPS connection, hence, it is an encrypted connection. The data from the contact from is then sent to one of my email addresses via my mail server and is never stored on the actual server. You may have your request deleted at any time. To do so, please contact me again or respond to my response email.</p>
|
||||
</li></b>
|
||||
<b><li>
|
||||
How can I have my data deleted?
|
||||
<p class="info">To have your data deleted, please <a href="/support/contact">contact me</a>.</p>
|
||||
</li></b>
|
||||
<b><li>
|
||||
Cookies
|
||||
<p class="info">Most of my websites do not use any cookies. If they do use cookies, the specific service will explicitly state so when you first visit the page. Cookies are small amounts of text-based data which is used to identify you, which, whenever one of my services uses cookies, is required to allow you to for example sign into that page. No third party cookies are used on any of my websites</p>
|
||||
</li></b>
|
||||
<b><li>
|
||||
Sharing data with third parties
|
||||
<p class="info">No data is shared with any third parties, except I have your explicit, written permission to do so in case I need to forward your query to somebody else.</p>
|
||||
</li></b>
|
||||
<b><li>
|
||||
Updating this privacy Policy
|
||||
<p class="info">I retain the right to, at any time, at my own will and discretion to update this privacy policy. Valid is always the privacy policy which is available at this URL</p>
|
||||
</li></b>
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
<div id="footer"></div>
|
||||
|
||||
Reference in New Issue
Block a user