From 09c1fde1299b435709f899f9bf8cfec92cb21f36 Mon Sep 17 00:00:00 2001 From: janis Date: Tue, 29 Nov 2022 20:51:16 +0100 Subject: [PATCH] added custom 404 page --- 404.html | 45 ++++++++++++++++++++++++++++++++++++ css/mainstyle.css | 5 ++++ index.html | 1 + projects/storagemanager.html | 17 +++++++------- 4 files changed, 59 insertions(+), 9 deletions(-) create mode 100644 404.html diff --git a/404.html b/404.html new file mode 100644 index 0000000..d9180fd --- /dev/null +++ b/404.html @@ -0,0 +1,45 @@ + + + + 404 - Page not Found - janishutz.com + + + + + + + + + +
+
+

The page you are looking for was not found

+

The page you are looking for does not exist. It may have been moved, or removed altogether. Perhaps you can return back to the site's homepage and see if you can find what you are looking for.

+


+ Go back +
+
+ + \ No newline at end of file diff --git a/css/mainstyle.css b/css/mainstyle.css index e3234d7..de9f33a 100644 --- a/css/mainstyle.css +++ b/css/mainstyle.css @@ -1,5 +1,6 @@ body { background-color: rgba(70, 72, 167, 0.5); + font-family: Arial, Helvetica, sans-serif; } .bigquote { @@ -53,3 +54,7 @@ h1 { .linkbutton:hover { background-color: darkblue; } + +.references { + color: gray; +} \ No newline at end of file diff --git a/index.html b/index.html index c6a1697..4bc0040 100644 --- a/index.html +++ b/index.html @@ -13,6 +13,7 @@

Welcome to janishutz.com!

+

iOS Apps, PC apps, Websites

Learn more about my projects!

Projects diff --git a/projects/storagemanager.html b/projects/storagemanager.html index 417b1b1..8bc743d 100644 --- a/projects/storagemanager.html +++ b/projects/storagemanager.html @@ -13,21 +13,20 @@

StorageManager

MANAGE
your storage
with Ease.

-

Add items simply by SCANNING them with your phone and adding important infos to it. The app will remember all the products you have scanned before and auto fill the info to save your time.

+

Add items by simply SCANNING them with your phone and adding important infos to it. The app will remember all the products you have scanned before and auto fills the info to save your time.

Get notified when a product is about to expire.

Remove products by simply swiping left or by scanning them with your phone

Sync the data between all your Apple Devices 1.

-

Import and export the data2 so you can share it between multiple AppleIDs and even a PC app

-

Sync data between multiple AppleIDs without the need to export the data and import it again on the other device4

+

Import and export the data2 so you can share it between multiple AppleIDs and even a PC app3

+

Sync data between multiple AppleIDs without the need of exporting the data and importing it again on the other device4




Still under construction

-
-
- 1 iCloud is required in order for this feature to work. You may enable it in the system settings. - 2 Part of an In-App-Purchase. - 3 Part of an In-App-Purchase coming at a later point. - 4 Coming in a Software update at a later point and requires a subscription. + 1 iCloud is required in order for this feature to work. You may enable it in the system settings.
+ 2 Part of an In-App-Purchase.
+ 3 Part of an In-App-Purchase coming at a later point.
+ 4 Coming in a Software update at a later point and requires a subscription.
+