diff --git a/css/brands.css b/css/brands.css index 36c52f1..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; @@ -222,7 +212,7 @@ button:hover, filter: brightness(90%); } -/* Github */ +/* GitHub */ .button.button-github { color: #ffffff; background-color: #000000; @@ -262,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; @@ -292,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; @@ -305,7 +325,7 @@ button:hover, /* Mastodon */ .button.button-mastodon { color: #ffffff; - background-color: #1f232b; + background-color: #17063B; } .button.button-mastodon:hover, .button.button-mastodon:focus { @@ -388,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; @@ -538,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; @@ -558,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; @@ -627,14 +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%); -} +} \ No newline at end of file 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/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 @@ - - - + + + + + + + + + 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 799c7bf..5f5a59c 100644 --- a/index.html +++ b/index.html @@ -30,7 +30,8 @@ --> - + +