Added some additional instructional context for those who are very new to using this sort of thing!
Updated the default attributes for <a>.
Links on index.html now include:
`target="_blank"` to automatically open links in a new tab
`rel="noopener"` to navigate to the target resource without granting the new browsing context access to the document that opened it.
The <img> tags on index.html now include a `alt="Text Here"` attribute to help improve accessibility.
LittleLink now scores a 99 in performance, a 94 in accessibility (some brand colors are not accessible, and neither is the LittleLink brand color with light theme), a 100 in best practices, and a 100 in SEO through Google Lighthouse.
Added link to the LittleLink Template on Figma Community. The previous commit also included a README update with a link to LittleLink Admin by Khashayar Zavosh.
Removed a few deprecated brands, including Mixer and Spectrum.
Updated iconography and brand colors to align with guidelines set by brands and to help increase visual accessibility. This will likely be the new style moving forward, so if you want to go back to brand color button backgrounds and solid white or black iconography, you'll need to do that on your own.
Added Facebook Messenger and Vimeo, please keep the suggestions coming for popular services that you believe should be included in the main branch for everyone by default.
Updated .icon padding to make iconography appear centered.
Updated container alignment to center to remove outdated attribute.
Removed underline from links within buttons.