From 48788ade2c2ed316c70f84c4030588deed31f742 Mon Sep 17 00:00:00 2001 From: thiagogquinto Date: Mon, 11 Sep 2023 00:00:58 -0300 Subject: [PATCH 01/13] add HashCorp Nomad icon --- _data/simple-icons.json | 6 ++++++ icons/hashcorpnomad.svg | 1 + 2 files changed, 7 insertions(+) create mode 100644 icons/hashcorpnomad.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index b69d9d5ff696..524a7fc22db0 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -5761,6 +5761,12 @@ "source": "https://www.hashicorp.com", "guidelines": "https://www.hashicorp.com/brand" }, + { + "title": "HashiCorp Nomad", + "hex": "60DEA9", + "source": "https://www.hashicorp.com/products/nomad", + "guidelines": "https://www.hashicorp.com/brand" + }, { "title": "Hashnode", "hex": "2962FF", diff --git a/icons/hashcorpnomad.svg b/icons/hashcorpnomad.svg new file mode 100644 index 000000000000..b189cb64f053 --- /dev/null +++ b/icons/hashcorpnomad.svg @@ -0,0 +1 @@ +HashCorp Nomad \ No newline at end of file From 9ccc7aaae7127ba73925a57a3f9d87c6f6a27a33 Mon Sep 17 00:00:00 2001 From: thiagogquinto Date: Mon, 11 Sep 2023 00:07:33 -0300 Subject: [PATCH 02/13] rename svg title --- icons/hashcorpnomad.svg | 1 - icons/hashicorpnomad.svg | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 icons/hashcorpnomad.svg create mode 100644 icons/hashicorpnomad.svg diff --git a/icons/hashcorpnomad.svg b/icons/hashcorpnomad.svg deleted file mode 100644 index b189cb64f053..000000000000 --- a/icons/hashcorpnomad.svg +++ /dev/null @@ -1 +0,0 @@ -HashCorp Nomad \ No newline at end of file diff --git a/icons/hashicorpnomad.svg b/icons/hashicorpnomad.svg new file mode 100644 index 000000000000..1bda16f83fc0 --- /dev/null +++ b/icons/hashicorpnomad.svg @@ -0,0 +1 @@ +HashiCorp Nomad From a113977b426e33c5252152a19895244eb6210a64 Mon Sep 17 00:00:00 2001 From: thiagogquinto Date: Mon, 11 Sep 2023 10:04:16 -0300 Subject: [PATCH 03/13] fix Nomad Icon and add requested changes by @adamrusted --- _data/simple-icons.json | 12 ++++++------ icons/hashicorpnomad.svg | 1 - icons/nomad.svg | 1 + 3 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 icons/hashicorpnomad.svg create mode 100644 icons/nomad.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 524a7fc22db0..37c57a488059 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -5761,12 +5761,6 @@ "source": "https://www.hashicorp.com", "guidelines": "https://www.hashicorp.com/brand" }, - { - "title": "HashiCorp Nomad", - "hex": "60DEA9", - "source": "https://www.hashicorp.com/products/nomad", - "guidelines": "https://www.hashicorp.com/brand" - }, { "title": "Hashnode", "hex": "2962FF", @@ -8957,6 +8951,12 @@ "hex": "005AFF", "source": "https://www.nokia.com" }, + { + "title": "Nomad", + "hex": "00CA8E", + "source": "https://www.hashicorp.com/products/brand", + "guidelines": "https://www.hashicorp.com/brand" + }, { "title": "Norco", "hex": "00FF00", diff --git a/icons/hashicorpnomad.svg b/icons/hashicorpnomad.svg deleted file mode 100644 index 1bda16f83fc0..000000000000 --- a/icons/hashicorpnomad.svg +++ /dev/null @@ -1 +0,0 @@ -HashiCorp Nomad diff --git a/icons/nomad.svg b/icons/nomad.svg new file mode 100644 index 000000000000..8dbff88c92d1 --- /dev/null +++ b/icons/nomad.svg @@ -0,0 +1 @@ +Nomad From 59d06edabcc356b7e7ebd512d0a5f7fbee3c6515 Mon Sep 17 00:00:00 2001 From: thiagogquinto Date: Mon, 11 Sep 2023 10:09:52 -0300 Subject: [PATCH 04/13] add: role attribute --- icons/nomad.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/nomad.svg b/icons/nomad.svg index 8dbff88c92d1..d4faddd88f1f 100644 --- a/icons/nomad.svg +++ b/icons/nomad.svg @@ -1 +1 @@ -Nomad +Nomad From 8f6cd763eaba38bbcc0b4b8155a51ab0ad821f46 Mon Sep 17 00:00:00 2001 From: thiagogquinto Date: Mon, 11 Sep 2023 10:13:04 -0300 Subject: [PATCH 05/13] reorder attributes --- icons/nomad.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/nomad.svg b/icons/nomad.svg index d4faddd88f1f..e167fc02470c 100644 --- a/icons/nomad.svg +++ b/icons/nomad.svg @@ -1 +1 @@ -Nomad +Nomad From 990fca74f98f9cdf43935409ccb60061e9b2dc78 Mon Sep 17 00:00:00 2001 From: thiagogquinto Date: Mon, 11 Sep 2023 10:17:39 -0300 Subject: [PATCH 06/13] remove space in attribute role --- icons/nomad.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/nomad.svg b/icons/nomad.svg index e167fc02470c..dcdec65a546f 100644 --- a/icons/nomad.svg +++ b/icons/nomad.svg @@ -1 +1 @@ -Nomad +Nomad From a8b99c81ff21afd819a661d7383e0a6d9f5f4587 Mon Sep 17 00:00:00 2001 From: thiagogquinto Date: Mon, 11 Sep 2023 10:46:20 -0300 Subject: [PATCH 07/13] try no errors --- icons/nomad.svg | 1 + 1 file changed, 1 insertion(+) diff --git a/icons/nomad.svg b/icons/nomad.svg index dcdec65a546f..d2cd264918ee 100644 --- a/icons/nomad.svg +++ b/icons/nomad.svg @@ -1 +1,2 @@ Nomad + From 36225fc3203dc054d969c4a2bac8b8ba18bc1d2c Mon Sep 17 00:00:00 2001 From: thiagogquinto Date: Mon, 11 Sep 2023 10:48:37 -0300 Subject: [PATCH 08/13] remove spaces of icons/nomad.svg --- icons/nomad.svg | 1 - 1 file changed, 1 deletion(-) diff --git a/icons/nomad.svg b/icons/nomad.svg index d2cd264918ee..dcdec65a546f 100644 --- a/icons/nomad.svg +++ b/icons/nomad.svg @@ -1,2 +1 @@ Nomad - From 77609b57d68adbf4ecd73569000a49cc755eec93 Mon Sep 17 00:00:00 2001 From: thiagogquinto Date: Mon, 11 Sep 2023 11:27:39 -0300 Subject: [PATCH 09/13] remove line --- icons/nomad.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/nomad.svg b/icons/nomad.svg index dcdec65a546f..819455c70b43 100644 --- a/icons/nomad.svg +++ b/icons/nomad.svg @@ -1 +1 @@ -Nomad +Nomad \ No newline at end of file From fbc14ee8b369487352b97870307426ddacbcdde2 Mon Sep 17 00:00:00 2001 From: thiagogquinto Date: Mon, 11 Sep 2023 17:57:53 -0300 Subject: [PATCH 10/13] add requested changes by @adamrusted --- _data/simple-icons.json | 2 +- icons/nomad.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 37c57a488059..9dbda2e6471c 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -8954,7 +8954,7 @@ { "title": "Nomad", "hex": "00CA8E", - "source": "https://www.hashicorp.com/products/brand", + "source": "https://www.hashicorp.com/brand", "guidelines": "https://www.hashicorp.com/brand" }, { diff --git a/icons/nomad.svg b/icons/nomad.svg index 819455c70b43..8f554fcc0911 100644 --- a/icons/nomad.svg +++ b/icons/nomad.svg @@ -1 +1 @@ -Nomad \ No newline at end of file + \ No newline at end of file From 83e98430b2c8782954117188ab4fceb7f4eb8825 Mon Sep 17 00:00:00 2001 From: thiagogquinto Date: Mon, 11 Sep 2023 18:04:54 -0300 Subject: [PATCH 11/13] add title tag in /icons/nomad.svg --- icons/nomad.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/nomad.svg b/icons/nomad.svg index 8f554fcc0911..23cfa381fae4 100644 --- a/icons/nomad.svg +++ b/icons/nomad.svg @@ -1 +1 @@ - \ No newline at end of file +Nomad From f9efe6029a4f8b15da16ffdc76f52dff140875af Mon Sep 17 00:00:00 2001 From: thiagogquinto Date: Mon, 11 Sep 2023 18:06:52 -0300 Subject: [PATCH 12/13] remove line in svg file --- icons/nomad.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/nomad.svg b/icons/nomad.svg index 23cfa381fae4..c512d60706e8 100644 --- a/icons/nomad.svg +++ b/icons/nomad.svg @@ -1 +1 @@ -Nomad +Nomad \ No newline at end of file From bcd121a163fec3c2dc91644ef1eb90fd985e5a64 Mon Sep 17 00:00:00 2001 From: PratyushJayachandran <35000807+PratyushJayachandran@users.noreply.github.com> Date: Thu, 23 Nov 2023 18:05:20 -0700 Subject: [PATCH 13/13] Fix icon issues --- icons/nomad.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/nomad.svg b/icons/nomad.svg index c512d60706e8..b9a5bed04a35 100644 --- a/icons/nomad.svg +++ b/icons/nomad.svg @@ -1 +1 @@ -Nomad \ No newline at end of file +Nomad \ No newline at end of file