From 64d7ba09d5fd4ae3467cde0c006e4f9117f9c987 Mon Sep 17 00:00:00 2001 From: Yorgos Saslis Date: Thu, 26 Jan 2023 09:23:00 +0200 Subject: [PATCH 1/3] Adds link to discord community the icon is not showing because it was only added to font-awesome @ 5.0.0 Upgrading font-awesome is something I don't feel comfortable doing, primarily because I don't have a fully working local env to test out the changes to the website. (https://github.com/softwarecrafters/website#-contributing-to-the-website is still "TBD") --- target/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/target/index.html b/target/index.html index 3fd748b..3517a02 100644 --- a/target/index.html +++ b/target/index.html @@ -57,6 +57,7 @@ From 6677b693c922ac0c14732b237ddb0b960482ac22 Mon Sep 17 00:00:00 2001 From: Yorgos Saslis Date: Tue, 31 Jan 2023 10:49:09 +0200 Subject: [PATCH 2/3] Moves to discord icon from font-awesome icon discord icon is only available on font-awesome 5.0.0+ --- target/icons/discord.svg | 1 + target/index.html | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 target/icons/discord.svg diff --git a/target/icons/discord.svg b/target/icons/discord.svg new file mode 100644 index 0000000..d9d857d --- /dev/null +++ b/target/icons/discord.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/index.html b/target/index.html index 3517a02..97c93f9 100644 --- a/target/index.html +++ b/target/index.html @@ -57,7 +57,10 @@ From 7ae2639dec4bc38c7b4a1e7daf0a0262d793eaa1 Mon Sep 17 00:00:00 2001 From: Yorgos Saslis Date: Wed, 1 Feb 2023 11:09:45 +0200 Subject: [PATCH 3/3] updates discord invite link this one will only grant temporary access. If folks don't accept the code of conduct (which happens through a discord role assignment, powered by carl-bot), they won't stay on the server. --- target/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/index.html b/target/index.html index 97c93f9..9334e14 100644 --- a/target/index.html +++ b/target/index.html @@ -57,7 +57,7 @@