From a40a9846c267cb1e7ccfc8961f87840b9762c380 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Thu, 22 Sep 2022 13:25:19 -0500 Subject: [PATCH 1/5] add redbubble style and svg --- css/brands.css | 13 +++++++++++++ images/icons/redbubble.svg | 3 +++ index.html | 5 +++++ 3 files changed, 21 insertions(+) create mode 100644 images/icons/redbubble.svg diff --git a/css/brands.css b/css/brands.css index 36c52f1..d7c04ee 100644 --- a/css/brands.css +++ b/css/brands.css @@ -174,6 +174,19 @@ button:hover, filter: brightness(90%); } +/* Redbubble */ +.button.button-redbubble { + color: #e41321; + border-style: solid; + border-color: #e41321; + border-width: 2px; + background-color: #ffffff; +} +.button.button-redbubble:hover, +.button.button-redbubble:focus { + filter: brightness(90%); +} + /* Facebook */ .button.button-faceb { color: #ffffff; diff --git a/images/icons/redbubble.svg b/images/icons/redbubble.svg new file mode 100644 index 0000000..c393b5f --- /dev/null +++ b/images/icons/redbubble.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/index.html b/index.html index d36babc..6f33679 100644 --- a/index.html +++ b/index.html @@ -245,6 +245,11 @@ Etsy LogoEtsy
+ + + Redbubble LogoRedbubble +
+ Tumblr LogoTumblr From d9cad6d7814eaeb2d8b9b357f8235bd6d54e70b5 Mon Sep 17 00:00:00 2001 From: Jesbin Date: Sun, 30 Oct 2022 20:43:51 +0530 Subject: [PATCH 2/5] Added hashnode --- css/brands.css | 10 ++++++++++ images/icons/hashnode.svg | 1 + index.html | 5 +++++ 3 files changed, 16 insertions(+) create mode 100644 images/icons/hashnode.svg diff --git a/css/brands.css b/css/brands.css index 36c52f1..df81a65 100644 --- a/css/brands.css +++ b/css/brands.css @@ -638,3 +638,13 @@ button:hover, .button.button-letterboxd:focus { filter: brightness(90%); } + +/* hashnode */ +.button.button-hashnode { + color: #323335; + background-color: #ffffff; +} +.button.button-hashnode:hover, +.button.button-hashnode:focus { + filter: brightness(90%); +} diff --git a/images/icons/hashnode.svg b/images/icons/hashnode.svg new file mode 100644 index 0000000..69f2e29 --- /dev/null +++ b/images/icons/hashnode.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/index.html b/index.html index d36babc..ec86077 100644 --- a/index.html +++ b/index.html @@ -400,6 +400,11 @@ Letterboxd LogoLetterboxd
+ + + hashnode LogoHashnode +
+
- + Mastodon LogoMastodon
From 2060354772577a316cdc273913bf0b8a0a326f00 Mon Sep 17 00:00:00 2001 From: Seth Cottle Date: Sat, 5 Nov 2022 19:34:57 -0400 Subject: [PATCH 4/5] Updated Mastodon Branding --- css/brands.css | 2 +- images/icons/mastodon.svg | 12 +++++++++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/css/brands.css b/css/brands.css index 88293c6..51b6118 100644 --- a/css/brands.css +++ b/css/brands.css @@ -318,7 +318,7 @@ button:hover, /* Mastodon */ .button.button-mastodon { color: #ffffff; - background-color: #1f232b; + background-color: #17063B; } .button.button-mastodon:hover, .button.button-mastodon:focus { diff --git a/images/icons/mastodon.svg b/images/icons/mastodon.svg index 9d8ff0e..0f8baeb 100644 --- a/images/icons/mastodon.svg +++ b/images/icons/mastodon.svg @@ -1,4 +1,10 @@ - - - + + + + + + + + + From bca30903eb49c79bfabfae1d3c600ef5862e3141 Mon Sep 17 00:00:00 2001 From: Seth Cottle Date: Thu, 10 Nov 2022 23:38:11 -0500 Subject: [PATCH 5/5] Brands & Index Updated css/brands to be in alphabetical order. Slight tweaks to index.html organization. --- css/brands.css | 110 ++++++++++++++++++++++++------------------------- index.html | 27 ++++++------ 2 files changed, 69 insertions(+), 68 deletions(-) diff --git a/css/brands.css b/css/brands.css index 51b6118..df22bda 100644 --- a/css/brands.css +++ b/css/brands.css @@ -124,16 +124,6 @@ button:hover, filter: brightness(90%); } -/* Ko-fi */ -.button.button-ko-fi { - color: #ffffff; - background-color: #13C3FF; -} -.button.button-ko-fi:hover, -.button.button-ko-fi:focus { - filter: brightness(90%); -} - /* Cash App */ .button.button-cashapp { color: #ffffff; @@ -174,19 +164,6 @@ button:hover, filter: brightness(90%); } -/* Redbubble */ -.button.button-redbubble { - color: #e41321; - border-style: solid; - border-color: #e41321; - border-width: 2px; - background-color: #ffffff; -} -.button.button-redbubble:hover, -.button.button-redbubble:focus { - filter: brightness(90%); -} - /* Facebook */ .button.button-faceb { color: #ffffff; @@ -235,7 +212,7 @@ button:hover, filter: brightness(90%); } -/* Github */ +/* GitHub */ .button.button-github { color: #ffffff; background-color: #000000; @@ -275,6 +252,16 @@ button:hover, filter: brightness(90%); } +/* Hashnode */ +.button.button-hashnode { + color: #000000; + background-color: #ffffff; +} +.button.button-hashnode:hover, +.button.button-hashnode:focus { + filter: brightness(90%); +} + /* Instagram */ .button.button-instagram { color: #ffffff; @@ -305,6 +292,26 @@ button:hover, filter: brightness(90%); } +/* Ko-fi */ +.button.button-ko-fi { + color: #ffffff; + background-color: #13C3FF; +} +.button.button-ko-fi:hover, +.button.button-ko-fi:focus { + filter: brightness(90%); +} + +/* Letterboxd */ +.button.button-letterboxd { + color: #ffffff; + background-color: #2c3440; +} +.button.button-letterboxd:hover, +.button.button-letterboxd:focus { + filter: brightness(90%); +} + /* LinkedIn */ .button.button-linked { color: #ffffff; @@ -401,6 +408,19 @@ button:hover, filter: brightness(90%); } +/* Redbubble */ +.button.button-redbubble { + color: #e41321; + border-style: solid; + border-color: #e41321; + border-width: 2px; + background-color: #ffffff; +} +.button.button-redbubble:hover, +.button.button-redbubble:focus { + filter: brightness(90%); +} + /* Reddit */ .button.button-reddit { color: #000000; @@ -551,16 +571,6 @@ button:hover, filter: brightness(90%); } -/* Venmo */ -.button.button-venmo { - color: #ffffff; - background-color: #008CFF; -} -.button.button-venmo:hover, -.button.button-venmo:focus { - filter: brightness(90%); -} - /* Untappd */ .button.button-untappd { color: #ffffff; @@ -571,6 +581,16 @@ button:hover, filter: brightness(90%); } +/* Venmo */ +.button.button-venmo { + color: #ffffff; + background-color: #008CFF; +} +.button.button-venmo:hover, +.button.button-venmo:focus { + filter: brightness(90%); +} + /* Vimeo */ .button.button-vimeo { color: #ffffff; @@ -640,24 +660,4 @@ button:hover, .button.button-yt:hover, .button.button-yt:focus { filter: brightness(90%); -} - -/* Letterboxd */ -.button.button-letterboxd { - color: #ffffff; - background-color: #2c3440; -} -.button.button-letterboxd:hover, -.button.button-letterboxd:focus { - filter: brightness(90%); -} - -/* hashnode */ -.button.button-hashnode { - color: #323335; - background-color: #ffffff; -} -.button.button-hashnode:hover, -.button.button-hashnode:focus { - filter: brightness(90%); -} +} \ No newline at end of file diff --git a/index.html b/index.html index 5a88b0d..050ac61 100644 --- a/index.html +++ b/index.html @@ -23,14 +23,15 @@ –––––––––––––––––––––––––––––––––––––––––––––––––– --> - - + + - + + - - Redbubble LogoRedbubble -
- Tumblr LogoTumblr @@ -365,6 +361,11 @@ dev.to Logodev.to
+ + + Redbubble LogoRedbubble +
+ Only Fans LogoOnlyFans (18+) @@ -405,7 +406,7 @@ Letterboxd LogoLetterboxd
- + hashnode LogoHashnode