updated support and privacy policy

This commit is contained in:
janis
2022-10-29 16:50:18 +02:00
parent bdb2f78af9
commit 27d4dd3fce
3 changed files with 60 additions and 8 deletions

View File

@@ -5,4 +5,33 @@ body {
.logo img { .logo img {
width: 10% width: 10%
}
div {
margin-right: 10%;
margin-left: 10%;
margin-top: 2%;
margin-bottom: 2%;
padding: 10%;
padding-top: 5%;
padding-bottom: 5%;
border-color: black;
border-style: double;
border-radius: 3%;
background-color:dimgray;
}
a {
padding: 2%;
background-color: aqua;
text-decoration: none;
border-radius: 25%;
}
h1 {
font-size: 300%;
}
a:hover {
background-color: lightgreen;
} }

15
privacypolicy.html Normal file
View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<title>Privacy Policy - janishutz.com</title>
<link rel="stylesheet" href="./indexStyle.css">
</head>
<body>
<div>
<h1>Privacy Policy</h1>
<p>All of the apps developed by Janis Hutz follow strict privacy rules. As such, none of the apps collects any data. No diagnostics, no usage data, nothing. Privacy is one of the most important factors in the development of my apps!</p>
<p>NOTE: Also this website does not collect any data and never will. It is still under construction and will soon switch domains, so check in the AppStore for the most current link!</p>
</div>
</body>
</html>

View File

@@ -6,13 +6,21 @@
</head> </head>
<body> <body>
<header> <div>
</header> <h1>Support</h1>
<nav> <p>Have you run into a problem with one of my apps? Please contact me by clicking the button below! I am here to help you out.</p>
<ul> <br>
<li><a href="./index.html">Home</a></li> <h2>Troubleshooting</h2>
<li class="active"><a href="#">Support</a></li> <p>You may try to fix the problem yourself, by trying these steps here:</p>
</ul> <ul>
</nav> <li>Force close the app (open App switcher and swipe up the app) and reopening it</li>
<li>Check for an update in the app store</li>
</ul>
<p>If nothing of the above helps or you'd like to give feedback, please click the button below!</p>
<br><br><br><br><br><br><br>
<h3>Before you contact me: Have you tried the troubleshooting steps above?</h3>
<br><br>
<a href='mailto:dev.janishutz@protonmail.com'>Contact me</a>
</div>
</body> </body>
</html> </html>