From b3bd55f6ad2fa97f25a1d6bdef5fb47c8305b33a Mon Sep 17 00:00:00 2001 From: Will Clarke Date: Sat, 6 Aug 2022 11:02:38 +0100 Subject: [PATCH 01/20] rename old file (temp) & tailwind config --- index.html => old.html | 0 tailwind.config.js | 11 +++++++++++ 2 files changed, 11 insertions(+) rename index.html => old.html (100%) create mode 100644 tailwind.config.js diff --git a/index.html b/old.html similarity index 100% rename from index.html rename to old.html diff --git a/tailwind.config.js b/tailwind.config.js new file mode 100644 index 0000000..543a696 --- /dev/null +++ b/tailwind.config.js @@ -0,0 +1,11 @@ +tailwind.config = { + theme: { + extend: { + colors:{ + "bg":"#181C1F", + "accent":"#80C1F5", + "text":"#FFFFFF" + } + } + } +} \ No newline at end of file From 5a283c9024b4337020ff955795a90e1c24380c75 Mon Sep 17 00:00:00 2001 From: Will Clarke Date: Sat, 6 Aug 2022 11:06:56 +0100 Subject: [PATCH 02/20] pages test with directory --- .vscode/settings.json | 3 +++ site/index.html | 13 +++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 .vscode/settings.json create mode 100644 site/index.html diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..6f3a291 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} \ No newline at end of file diff --git a/site/index.html b/site/index.html new file mode 100644 index 0000000..f8a7366 --- /dev/null +++ b/site/index.html @@ -0,0 +1,13 @@ + + + + + + + + is-a-good.dev ~ Free subdomains for developers + + + + + \ No newline at end of file From 0ec3cb9466abda5b3b2fd9a06f705cf6e0dbc221 Mon Sep 17 00:00:00 2001 From: Will Clarke Date: Sat, 6 Aug 2022 11:08:41 +0100 Subject: [PATCH 03/20] revert directory addition ~ Pages doesnt allow there to be a custom directory to serve site from, only preset. --- site/index.html => index.html | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename site/index.html => index.html (100%) diff --git a/site/index.html b/index.html similarity index 100% rename from site/index.html rename to index.html From 78260488c519192928dc51e0981c277a8d5d96d8 Mon Sep 17 00:00:00 2001 From: Will Clarke Date: Sat, 6 Aug 2022 11:09:55 +0100 Subject: [PATCH 04/20] 404 change from md --- 404.html | 13 +++++++++++++ 404.md | 4 ---- 2 files changed, 13 insertions(+), 4 deletions(-) create mode 100644 404.html delete mode 100644 404.md diff --git a/404.html b/404.html new file mode 100644 index 0000000..f8a7366 --- /dev/null +++ b/404.html @@ -0,0 +1,13 @@ + + + + + + + + is-a-good.dev ~ Free subdomains for developers + + + + + \ No newline at end of file diff --git a/404.md b/404.md deleted file mode 100644 index 9bf6ace..0000000 --- a/404.md +++ /dev/null @@ -1,4 +0,0 @@ -## Error 404 | Page Not Found -The page you were looking for does not exist. You may have mistyped the URL or the page may have moved. - -If you think this was a mistake please create an issue [here](https://github.com/is-a-good-dev/Register/issues/new). From c7178421cb4c20d474a086135072453f8ec524cc Mon Sep 17 00:00:00 2001 From: Will Clarke Date: Sat, 6 Aug 2022 11:12:34 +0100 Subject: [PATCH 05/20] add kofi widget --- index.html | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index f8a7366..a82acf9 100644 --- a/index.html +++ b/index.html @@ -9,5 +9,17 @@ - + + + + + + \ No newline at end of file From 20d20f5de449c2ecf2a02d3f90080af28fb1a7b7 Mon Sep 17 00:00:00 2001 From: Will Clarke Date: Sat, 6 Aug 2022 11:12:59 +0100 Subject: [PATCH 06/20] add kofi widget --- 404.html | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/404.html b/404.html index f8a7366..a82acf9 100644 --- a/404.html +++ b/404.html @@ -9,5 +9,17 @@ - + + + + + + \ No newline at end of file From 37b3ca92722b405d61a3c001721f91ea3cdb948a Mon Sep 17 00:00:00 2001 From: Will Clarke Date: Sat, 6 Aug 2022 11:14:57 +0100 Subject: [PATCH 07/20] defer kofi build + add fontawesome --- 404.html | 4 ++-- index.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/404.html b/404.html index a82acf9..d31d60e 100644 --- a/404.html +++ b/404.html @@ -4,7 +4,7 @@ - + is-a-good.dev ~ Free subdomains for developers @@ -13,7 +13,7 @@ - - + is-a-good.dev ~ Free subdomains for developers @@ -13,7 +13,7 @@ - diff --git a/tailwind.config.js b/tailwind.config.js index 543a696..16bb8e0 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -3,6 +3,7 @@ tailwind.config = { extend: { colors:{ "bg":"#181C1F", + "bg-accent":"#14171C", "accent":"#80C1F5", "text":"#FFFFFF" } From f2c0f598b210a37678919eb41962bfc14e59484b Mon Sep 17 00:00:00 2001 From: Will Clarke Date: Sat, 6 Aug 2022 11:32:40 +0100 Subject: [PATCH 10/20] 404- styling Repsonsiveness needed --- 404.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/404.html b/404.html index 52d5457..f94a81b 100644 --- a/404.html +++ b/404.html @@ -10,11 +10,11 @@ -
-

Page Not Found

- We couldn't find that page for you. This could mean that the page doesn't exist or has moved. - If you think this was an error, please report it here. - Return Home +
+

Page Not Found

+ We couldn't find that page for you. This could mean that the page doesn't exist or has moved. + If you think this was an error, please report it here. + Return Home
From 1f91d2827c1d4812b49305b1fd42354b20f504f4 Mon Sep 17 00:00:00 2001 From: Will Clarke Date: Sat, 6 Aug 2022 11:57:06 +0100 Subject: [PATCH 11/20] typing animation??? --- index.html | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) diff --git a/index.html b/index.html index d31d60e..5c660a4 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,69 @@ +
+ + + + + .is-a-good.dev + +
+ From 7f1f0f4722df12b4385e3f47d2b8fdf131736487 Mon Sep 17 00:00:00 2001 From: Will Clarke Date: Sat, 6 Aug 2022 12:11:00 +0100 Subject: [PATCH 14/20] introduction piece --- index.html | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index adc5c7e..3dd1a43 100644 --- a/index.html +++ b/index.html @@ -10,10 +10,15 @@ -
- - yourname.is-a-good.dev +
+

yourname.is-a-good.dev

+ is-a-good.dev is an open source project providing free subdomains for developers around the world. Our service allows you to get your very own is-a-good.dev domain for free.
+
+
+
+
+ - - - is-a-good.dev ~ Free subdomains for developers - - + + + is-a-good.dev | Free subdomains for developers! + + + + + + - -
-

yourname.is-a-good.dev

- - is-a-good.dev is an open source project providing free subdomains for developers around the world. Our service allows you to get your very own is-a-good.dev domain for free. To get yours follow the instructions found on our documentation. - - + +
+

your-name.is-a-good.dev

-
-
-
-

Donations & Support

-
-
-

Useful Links

-
- -
-
+
+

is-a-good.dev

+
+

is-a-good-dev is a free subdomain provider for developers. Our service allows you to get a free `is-a-good.dev` domain. Getting your own is easy! All you have to do is follow the instructions found on our documentation or GitHub Repository.

+
+
+

In need of assistance?

+

If you find yourself struggling with any issues don't hesitate to open an issue on the GitHub Repository.

+
+
+

Donations & support

+

This project is open source and free, if you would like to support us check out our Ko-fi page. Donating via this page will also automatically give you a special role in our Discord server.

+
+ + -
- - - - + - \ No newline at end of file + diff --git a/new-site/index.html b/new-site/index.html new file mode 100644 index 0000000..3bd6b6c --- /dev/null +++ b/new-site/index.html @@ -0,0 +1,48 @@ + + + + + + + + is-a-good.dev ~ Free subdomains for developers + + + + +
+

yourname.is-a-good.dev

+ + is-a-good.dev is an open source project providing free subdomains for developers around the world. Our service allows you to get your very own is-a-good.dev domain for free. To get yours follow the instructions found on our documentation. + + +
+
+
+
+

Donations & Support

+
+
+

Useful Links

+
+ +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/old.html b/old.html deleted file mode 100644 index c59e45e..0000000 --- a/old.html +++ /dev/null @@ -1,102 +0,0 @@ - - - - - is-a-good.dev | Free subdomains for developers! - - - - - - - - -
-

your-name.is-a-good.dev

-
-
-

is-a-good.dev

-
-

is-a-good-dev is a free subdomain provider for developers. Our service allows you to get a free `is-a-good.dev` domain. Getting your own is easy! All you have to do is follow the instructions found on our documentation or GitHub Repository.

-
-
-

In need of assistance?

-

If you find yourself struggling with any issues don't hesitate to open an issue on the GitHub Repository.

-
-
-

Donations & support

-

This project is open source and free, if you would like to support us check out our Ko-fi page. Donating via this page will also automatically give you a special role in our Discord server.

-
- - -
- - - -