From 56654353f8294ee3139d76ec4d9343a26acfcc45 Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Thu, 28 Nov 2019 21:30:10 +0100 Subject: [PATCH 1/4] write.as logo Closes #2003 --- _data/simple-icons.json | 5 +++++ icons/write.as.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/write.as.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 3270f7e6f177..cb3dfdc4465c 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3806,6 +3806,11 @@ "hex": "40BAC8", "source": "https://wpengine.com/" }, + { + "title": "write.as", + "hex": "00B3E3", + "source": "https://write.as/img/w-sq.svg" + }, { "title": "Xbox", "hex": "107C10", diff --git a/icons/write.as.svg b/icons/write.as.svg new file mode 100644 index 000000000000..2dd5f38672b5 --- /dev/null +++ b/icons/write.as.svg @@ -0,0 +1 @@ +write.as icon \ No newline at end of file From b1050555344fbd58c56a1779d711c7918285a08c Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Thu, 28 Nov 2019 21:43:20 +0100 Subject: [PATCH 2/4] file naming was wrong --- icons/{write.as.svg => write-dot-as.svg} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename icons/{write.as.svg => write-dot-as.svg} (100%) diff --git a/icons/write.as.svg b/icons/write-dot-as.svg similarity index 100% rename from icons/write.as.svg rename to icons/write-dot-as.svg From eaf0b5571fb57183c003033af8ca30f64e7df9ce Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Fri, 29 Nov 2019 02:05:10 +0100 Subject: [PATCH 3/4] color was wrong --- _data/simple-icons.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index cb3dfdc4465c..5af739a256ea 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3808,7 +3808,7 @@ }, { "title": "write.as", - "hex": "00B3E3", + "hex": "5BC4EE", "source": "https://write.as/img/w-sq.svg" }, { From d1aed24f073cca568e27fc5c4a3e37975214d615 Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Sat, 30 Nov 2019 15:43:03 +0100 Subject: [PATCH 4/4] update link --- _data/simple-icons.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 5af739a256ea..74469d7e5523 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3809,7 +3809,7 @@ { "title": "write.as", "hex": "5BC4EE", - "source": "https://write.as/img/w-sq.svg" + "source": "https://write.as/brand" }, { "title": "Xbox",