Added:
- Version number at the top of index.html (as requested in Issue 122)
Migrated to LittleLink Extended (based on popularity and LittleLink usage):
- BeReal
- Clubhouse
- Guilded
- Partiful
- Post.news
- QQ
- Skoob
- Xing
Updated:
- Discord (getting ahead of the new branding rolling out)
Fixed:
- Hover state for Revolut
Added the `aria-hidden="true"` to `img` to avoid having the icon be read by screen readers. Screen readers should now read as a simplified `[brand] button` (i.e. `LittleLink button`). Alt text is making a return with this as well.
I've removed Twitter, since it looks like X branding is sticking around.
Renamed `discogs_alt` to `discogs-alt` to align with how other alt versions are added.
Added Stack Overflow, renamed Steam Dark to Steam Alt to match the defined pattern we're already using for alternate buttons. Added stroke for accessibility.
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.
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.
To help our users who host LittleLink on default installations of Apache, I'm moving `icons` to `images/icons` to maximize compatibility. Please view Issue #31 for details: https://github.com/sethcottle/littlelink/issues/31
• Moved the `icons` folder to `images/icons`
• Updated buttons on `index.html` with the new icon path.
• Updated `index.html` comments to reflect changes.
To help keep content from being blocked by "Fanboy’s Annoyance" on Ublock Origin and ABP, I'm updating the names of some of the branded buttons. Please view Issue #32 for details: https://github.com/sethcottle/littlelink/issues/32
• Changed Twitter from `button-twitter` to `button-twit`
• Changed LinkedIn from `button-linkedin` to `button-linked`
• Changed Facebook from `button-facebook` to `button-faceb`
• Changed YouTube from `button-youtube` to `button-yt`
• Changed Tumblr from `button-tumblr` to `button-tumb`
General Changes:
• Changed <!-- Your Name --!> to <!-- Title --> to make it slightly more generic.
• Added a supporters section to the README file under the Community Contributions.
Copyright 2019-2021 Seth Cottle
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.