From 27d4dd3fcec7719c05bb37a7f6470611de5c0a8e Mon Sep 17 00:00:00 2001 From: janis Date: Sat, 29 Oct 2022 16:50:18 +0200 Subject: [PATCH] updated support and privacy policy --- indexStyle.css | 29 +++++++++++++++++++++++++++++ privacypolicy.html | 15 +++++++++++++++ support.html | 24 ++++++++++++++++-------- 3 files changed, 60 insertions(+), 8 deletions(-) create mode 100644 privacypolicy.html diff --git a/indexStyle.css b/indexStyle.css index 13fb19f..32a7596 100644 --- a/indexStyle.css +++ b/indexStyle.css @@ -5,4 +5,33 @@ body { .logo img { 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; } \ No newline at end of file diff --git a/privacypolicy.html b/privacypolicy.html new file mode 100644 index 0000000..33f5a8d --- /dev/null +++ b/privacypolicy.html @@ -0,0 +1,15 @@ + + + + Privacy Policy - janishutz.com + + + + +
+

Privacy Policy

+

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!

+

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!

+
+ + \ No newline at end of file diff --git a/support.html b/support.html index eb67102..ae7d457 100644 --- a/support.html +++ b/support.html @@ -6,13 +6,21 @@ -
-
- +
+

Support

+

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.

+
+

Troubleshooting

+

You may try to fix the problem yourself, by trying these steps here:

+ +

If nothing of the above helps or you'd like to give feedback, please click the button below!

+






+

Before you contact me: Have you tried the troubleshooting steps above?

+

+ Contact me +
\ No newline at end of file