Updated Trakt to reflect more accurate branding and to use the SVG provided by them. Also placed corrected its alphabetical ordering for easier wayfinding.
Updated Patreon to reflect their new branding guidelines.
Updated Reddit to reflect their new branding guidelines.
Added Partiful.
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.
Button height will now auto adjust when there is a line break to help account for localization. Link colors will now properly change when using `skeleton-auto.css` to be more accessible colors when in dark or light theme. Focus states will now appear for `pressed` and keyboard navigation for accessibility improvements.
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.