From 4d513d6fef07de636845f39dcf760f7edc83d943 Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Fri, 29 Nov 2019 00:42:43 +0100 Subject: [PATCH 1/4] Add 1password --- _data/simple-icons.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 3270f7e6f177..04f1547d7e8d 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -5,6 +5,11 @@ "hex": "5C2D91", "source": "https://docs.microsoft.com/en-us/dotnet/images/hub/net.svg" }, + { + "title": "1password", + "hex": "0273E5", + "source": "https://1password.com/press/" + }, { "title": "500px", "hex": "0099E5", From 51afe9df9dfbd4e6c7d2edd95a318abf8b72d16f Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Sat, 30 Nov 2019 17:23:39 +0100 Subject: [PATCH 2/4] Add 1password icon --- icons/1password.svg | 1 + 1 file changed, 1 insertion(+) create mode 100644 icons/1password.svg diff --git a/icons/1password.svg b/icons/1password.svg new file mode 100644 index 000000000000..bd83cfd9c1fa --- /dev/null +++ b/icons/1password.svg @@ -0,0 +1 @@ +1password icon \ No newline at end of file From d04c3e9847085db7be6abd4db9833d3bdd870834 Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Sun, 1 Dec 2019 00:35:36 +0100 Subject: [PATCH 3/4] color --- _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 04f1547d7e8d..7b02681273f5 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -7,7 +7,7 @@ }, { "title": "1password", - "hex": "0273E5", + "hex": "0094F5", "source": "https://1password.com/press/" }, { From 6ac28a02feeff6ed08b102ab9bb1da242bda6f4b Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Wed, 4 Dec 2019 19:26:42 +0100 Subject: [PATCH 4/4] naming --- _data/simple-icons.json | 2 +- icons/1password.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 7b02681273f5..47efb90dbd86 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -6,7 +6,7 @@ "source": "https://docs.microsoft.com/en-us/dotnet/images/hub/net.svg" }, { - "title": "1password", + "title": "1Password", "hex": "0094F5", "source": "https://1password.com/press/" }, diff --git a/icons/1password.svg b/icons/1password.svg index bd83cfd9c1fa..f5f53a4377a9 100644 --- a/icons/1password.svg +++ b/icons/1password.svg @@ -1 +1 @@ -1password icon \ No newline at end of file +1Password icon \ No newline at end of file