diff --git a/css/brands.css b/css/brands.css index 90f0e7de..78780dc2 100644 --- a/css/brands.css +++ b/css/brands.css @@ -203,6 +203,17 @@ button:hover, filter: brightness(90%); } +/* Big Cartel */ +.button.button-bigcartel { + color: #ffffff; + background-color: #222222; + border: 1px solid #ffffff; +} +.button.button-bigcartel:hover, +.button.button-bigcartel:focus { + filter: brightness(90%); +} + /* Bluesky */ .button.button-bluesky { color: #FFFFFF; @@ -486,6 +497,16 @@ button:hover, filter: brightness(90%); } +/* Gumroad */ +.button.button-gumroad { + background-color:#000000; + color: #ffffff; + border: 1px solid #ffffff; +} +.button.button-gumroad:hover { + filter: brightness(90%); +} + /* Hashnode */ .button.button-hashnode { color: #000000; diff --git a/images/icons/bigcartel.svg b/images/icons/bigcartel.svg new file mode 100644 index 00000000..b41c3b1d --- /dev/null +++ b/images/icons/bigcartel.svg @@ -0,0 +1,35 @@ + + + + + + + + + + diff --git a/images/icons/gumroad.svg b/images/icons/gumroad.svg new file mode 100644 index 00000000..97d33e39 --- /dev/null +++ b/images/icons/gumroad.svg @@ -0,0 +1,48 @@ + + + + + + + + + + + + + diff --git a/index.html b/index.html index 385e8f97..b2465530 100644 --- a/index.html +++ b/index.html @@ -133,6 +133,9 @@ BeReal
+ + Big Cartel
+ Bluesky
@@ -211,6 +214,9 @@ Guilded
+ + Gumroad
+ Hashnode