Buttons now include a `role="button"` to aid with assistive technologies like screen readers.
`alt="[Description]"` has been nullified and set to `alt=""` on buttons to reduce duplicative screen reader announcements since the button text gives the context to the button and imagery is purely decorative.
Refactored `index.html` to be in alphabetical order. This will make it easier for people to quickly scan to find what they're looking for to remove anything they don't want. They can reorder in the priority that meets their needs.
Refactored `index.html` to streamline how each button line is showcased.
Refactored `brands.css` to be in alphabetical order.
Added to `brands.css` to include strokes around light and dark buttons that fail to meet background contrasts.
Icons are all now 24x24.
Quality controlled all icons and manually adjusted spacing.
Created a custom .SVG for any .PNG icons.
New LittleLink logo.
Includes Bluesky button.
Includes a few capitalization issue fixes for brands, and puts brands back in alphabetical order in `brands.css` that were added.
Added Apple Music and alternate variation. Added Apple Podcasts and alternate variation. Added Google Podcasts. Added Clubhouse. Added YouTube Music. Added alternative variation of Spotify.
Based on some feedback we've been receiving via email and social I'm adding several new brands, including: Amazon, Apple App Store, Google Play Store, and OnlyFans. Added a SVG of the LittleLink avatar. Cleaned up the README.md to make it more readable, updated some outdated content, and added a new Analytics section promoting Fathom (and adding a referral link to help support LittleLink). I also posted a link to the public LittleLink Fathom analytics dashboard.
Added skeleton-auto.css, which dynamically sets the theme based on the browser and/or the Operating Systems colors, if supported.
Set Default Theme to Auto with comments on helping switch to light and dark theme stylesheets.
Darkened the skeleton-dark.css background color to the same as the color that skeleton-auto.css sets it as, which is html recommended standard color of #121212.