ATLBitLab / twelvecash

API for creating BIP-353 usernames
https://twelve.cash
MIT License
22 stars 5 forks source link

Favicon #39

Open sbddesign opened 3 months ago

sbddesign commented 3 months ago

Custom favicon

paulosacramento commented 2 months ago

Here is my suggestion for the favicon. After testing a few other alternatives, this is my favourite. android-chrome-192x192

Favicon package generated with https://realfavicongenerator.net

The tool said that these should be added to the section of the page:

<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
paulosacramento commented 2 months ago

Package here: favicon_package.zip

sbddesign commented 2 months ago

@paulosacramento do you think we could try one with a little bit of corner rounding?

sbddesign commented 2 months ago

@paulosacramento I can handle generating any ICOs and adding the code (it's a little different becaue it needs to work with NextJS's metadata scheme). But if you can just round the corners and give me a PNG of it, I can add it into the code. Thanks for taking the initiative!

paulosacramento commented 2 months ago

@sbddesign Do you think these will work? favicon.zip

sbddesign commented 4 weeks ago

Great, thanks, I will add it

sbddesign commented 4 weeks ago

This will get merged in #44