Skip to content

Commit

Permalink
Update gumroad-etsy.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ShoroukAziz authored Dec 24, 2024
1 parent 25c394e commit d4c7d09
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions buttons/gumroad-etsy.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,21 @@
.orange::after{
background-color: #fec92d;
}

.black{
color: #fff
}

.black::after{
background-color: #000000;
}


</style>

</head>
<body>
<button id="notion" onclick="navigate(this.id)" id="inbox" type="button" class="fill black"><i class="fa-sharp fa-solid fa-n" style="transform: rotate(-20deg);"></i> Notion Market Place</button>
<button id="gumroad" onclick="navigate(this.id)" id="inbox" type="button" class="fill pink"><i class="fa-solid fa-g" style="transform: rotate(-20deg);"></i> Gumroad</button>
<button id="etsy" onclick="navigate(this.id)" id="inbox" type="button" class="fill orange"><i class="fa-sharp fa-solid fa-e" style="transform: rotate(-20deg);"></i> Etsy</button>

Expand All @@ -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();

Expand Down

0 comments on commit d4c7d09

Please sign in to comment.