From d4c7d098f3d3e00d54a42b537110ff18fdc0ad4b Mon Sep 17 00:00:00 2001 From: Shorouk Abdelaziz Date: Tue, 24 Dec 2024 12:18:34 -0700 Subject: [PATCH] Update gumroad-etsy.html --- buttons/gumroad-etsy.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/buttons/gumroad-etsy.html b/buttons/gumroad-etsy.html index b92ef962..7ddbbc1f 100644 --- a/buttons/gumroad-etsy.html +++ b/buttons/gumroad-etsy.html @@ -63,10 +63,21 @@ .orange::after{ background-color: #fec92d; } + + .black{ + color: #fff + } + + .black::after{ + background-color: #000000; +} + + + @@ -76,6 +87,9 @@ function navigate(id) { if(id === "gumroad") window.open("https://shorouk.gumroad.com/", '_blank').focus(); + else if(id === "notion"){ + window.open("https://www.notion.so/marketplace/creators/shorouk-abdelaziz", '_blank').focus(); + } else{ window.open("https://www.etsy.com/ca/shop/ShorouksStore", '_blank').focus();