coinkite / bitcoinbinary.org

https://bitcoinbinary.org
17 stars 20 forks source link

Miscellaneous design improvements #82

Open danieldaquino opened 5 months ago

danieldaquino commented 5 months ago

This pull request implements several miscellaneous design changes in an attempt to improve the overall feel of the website.

Changes include:

The changes were taken in a way to improve design while maintaining the project's vibe, code style, framework of choice, and structure and familiarity, to avoid disruptions with other maintainers as much as possible.

Light mode preview

Before

Screenshot 2024-05-07 at 20 06 42

After

Screenshot 2024-05-07 at 20 07 20

Dark mode preview

Before

Screenshot 2024-05-07 at 20 06 54

After

Screenshot 2024-05-07 at 20 07 48

I also published a preview of the new version here — to make it easy to preview what it looks like after the changes: Older preview Latest preview (Note: I did not upload the whole repo, links may not work in that preview)

Please let me know if you like this, or if you'd like any changes.

Thanks!

nvk commented 5 months ago

Very nice. Is the orange on white legible enough?

Also, might take a little white to review the diff due to the nature of this project

danieldaquino commented 5 months ago

Very nice. Is the orange on white legible enough?

That's a good point, I went and checked with a color contrast tool, and that orange indeed did not have enough contrast against the white background. I added a new commit that changes the text color to a darker tone of orange which follows the minimum recommended contrast ratio (according to this standard). Here is a preview of this new version: https://663d01ca125be011afa176e6--sage-parfait-0b691d.netlify.app

Also, might take a little white to review the diff due to the nature of this project

Makes sense! I tried to organize the PR into logical commits to hopefully make reviewing easier, but please let me know if there is something I can do to make this process easier.