From 05592364cfc37d200ed64486042e8074ba9abf98 Mon Sep 17 00:00:00 2001 From: jawira Date: Mon, 2 May 2022 22:26:30 +0200 Subject: [PATCH] Add dev.to button --- css/brands.css | 10 ++++++++++ images/icons/dev_to.svg | 1 + index.html | 5 +++++ 3 files changed, 16 insertions(+) create mode 100644 images/icons/dev_to.svg diff --git a/css/brands.css b/css/brands.css index 40713e5..ed1e83d 100644 --- a/css/brands.css +++ b/css/brands.css @@ -114,6 +114,16 @@ button:hover, filter: brightness(90%); } +/* dev.to */ +.button.button-dev-to { + color: #000000; + background-color: #f5f5f5; +} +.button.button-dev-to:hover, +.button.button-dev-to:focus { + filter: brightness(90%); +} + /* Discord */ .button.button-discord { color: #ffffff; diff --git a/images/icons/dev_to.svg b/images/icons/dev_to.svg new file mode 100644 index 0000000..d52b2ed --- /dev/null +++ b/images/icons/dev_to.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/index.html b/index.html index bd3cbe3..143e4ce 100644 --- a/index.html +++ b/index.html @@ -330,6 +330,11 @@ src="images/icons/cashapp_btc.svg" alt="Cash App Logo">Cash App Bitcoin
+ + dev.to Logodev.to +
+ Web LogoWebsite