From 57fe25c5b024aac35f0b8f6bca795ce942ac8285 Mon Sep 17 00:00:00 2001 From: Michael Reber Date: Mon, 3 Feb 2020 21:06:43 +0100 Subject: [PATCH] cleanup some stuff --- buttons-and-toggles/README.md | 4 ++++ cards/README.md | 4 ++++ css-effects/README.md | 4 ++++ error-pages/{ => 404-pages}/glitched-out-404/README.md | 0 error-pages/{ => 404-pages}/glitched-out-404/index.html | 0 error-pages/{ => 404-pages}/glitched-out-404/style.css | 0 .../page-offline-bot}/README.md | 0 .../page-offline-bot}/index.html | 0 .../page-offline-bot}/style.css | 0 error-pages/README.md | 5 ++++- forms/README.md | 3 +++ landing-pages/README.md | 3 +++ loading-icons/README.md | 2 +- modals/README.md | 3 +++ templates-and-navigation/README.md | 2 ++ web-snippets/README.md | 3 +++ web-techniques/README.md | 3 +++ 17 files changed, 34 insertions(+), 2 deletions(-) create mode 100644 buttons-and-toggles/README.md create mode 100644 cards/README.md create mode 100644 css-effects/README.md rename error-pages/{ => 404-pages}/glitched-out-404/README.md (100%) rename error-pages/{ => 404-pages}/glitched-out-404/index.html (100%) rename error-pages/{ => 404-pages}/glitched-out-404/style.css (100%) rename error-pages/{page-offline-bot-503 => 503-pages/page-offline-bot}/README.md (100%) rename error-pages/{page-offline-bot-503 => 503-pages/page-offline-bot}/index.html (100%) rename error-pages/{page-offline-bot-503 => 503-pages/page-offline-bot}/style.css (100%) create mode 100644 forms/README.md create mode 100644 landing-pages/README.md create mode 100644 modals/README.md create mode 100644 templates-and-navigation/README.md create mode 100644 web-snippets/README.md create mode 100644 web-techniques/README.md diff --git a/buttons-and-toggles/README.md b/buttons-and-toggles/README.md new file mode 100644 index 0000000..4dafdb7 --- /dev/null +++ b/buttons-and-toggles/README.md @@ -0,0 +1,4 @@ +# Buttons and toggles examples + +This subfolder contains various button and button animations as well as toggles + diff --git a/cards/README.md b/cards/README.md new file mode 100644 index 0000000..a25c4b7 --- /dev/null +++ b/cards/README.md @@ -0,0 +1,4 @@ +# Card examples + +This subfolder contains various responsive card examples + diff --git a/css-effects/README.md b/css-effects/README.md new file mode 100644 index 0000000..1182991 --- /dev/null +++ b/css-effects/README.md @@ -0,0 +1,4 @@ +# CSS and Canvas-effects examples + +This subfolder contains various css and canvas effect demonstrations for use in your own website + diff --git a/error-pages/glitched-out-404/README.md b/error-pages/404-pages/glitched-out-404/README.md similarity index 100% rename from error-pages/glitched-out-404/README.md rename to error-pages/404-pages/glitched-out-404/README.md diff --git a/error-pages/glitched-out-404/index.html b/error-pages/404-pages/glitched-out-404/index.html similarity index 100% rename from error-pages/glitched-out-404/index.html rename to error-pages/404-pages/glitched-out-404/index.html diff --git a/error-pages/glitched-out-404/style.css b/error-pages/404-pages/glitched-out-404/style.css similarity index 100% rename from error-pages/glitched-out-404/style.css rename to error-pages/404-pages/glitched-out-404/style.css diff --git a/error-pages/page-offline-bot-503/README.md b/error-pages/503-pages/page-offline-bot/README.md similarity index 100% rename from error-pages/page-offline-bot-503/README.md rename to error-pages/503-pages/page-offline-bot/README.md diff --git a/error-pages/page-offline-bot-503/index.html b/error-pages/503-pages/page-offline-bot/index.html similarity index 100% rename from error-pages/page-offline-bot-503/index.html rename to error-pages/503-pages/page-offline-bot/index.html diff --git a/error-pages/page-offline-bot-503/style.css b/error-pages/503-pages/page-offline-bot/style.css similarity index 100% rename from error-pages/page-offline-bot-503/style.css rename to error-pages/503-pages/page-offline-bot/style.css diff --git a/error-pages/README.md b/error-pages/README.md index 1036b4e..e9928e5 100644 --- a/error-pages/README.md +++ b/error-pages/README.md @@ -1,2 +1,5 @@ -# 404 - Error Page Collection +# Error Page Collection +503 = server offline +404 = not found +403 = forbidden \ No newline at end of file diff --git a/forms/README.md b/forms/README.md new file mode 100644 index 0000000..5badedf --- /dev/null +++ b/forms/README.md @@ -0,0 +1,3 @@ +# HTML forms examples + +This subfolder contains various login and contact forms for easy reuse \ No newline at end of file diff --git a/landing-pages/README.md b/landing-pages/README.md new file mode 100644 index 0000000..d19f22c --- /dev/null +++ b/landing-pages/README.md @@ -0,0 +1,3 @@ +# Landing pages examples + +This subfolder contains various landing-pages examples \ No newline at end of file diff --git a/loading-icons/README.md b/loading-icons/README.md index daac1ed..15be708 100644 --- a/loading-icons/README.md +++ b/loading-icons/README.md @@ -1,2 +1,2 @@ -# Loading Icons Collection +# Loading icons collection diff --git a/modals/README.md b/modals/README.md new file mode 100644 index 0000000..b442e2b --- /dev/null +++ b/modals/README.md @@ -0,0 +1,3 @@ +# Modal examples + +This subfolder contains different types of modals code \ No newline at end of file diff --git a/templates-and-navigation/README.md b/templates-and-navigation/README.md new file mode 100644 index 0000000..467d0f4 --- /dev/null +++ b/templates-and-navigation/README.md @@ -0,0 +1,2 @@ +# HTML templates and navigation examples + diff --git a/web-snippets/README.md b/web-snippets/README.md new file mode 100644 index 0000000..a7f53a3 --- /dev/null +++ b/web-snippets/README.md @@ -0,0 +1,3 @@ +# Web-app examples + +This subfolder contains \ No newline at end of file diff --git a/web-techniques/README.md b/web-techniques/README.md new file mode 100644 index 0000000..6fd7f43 --- /dev/null +++ b/web-techniques/README.md @@ -0,0 +1,3 @@ +# Techdemo examples + +This subfolder contains \ No newline at end of file