From f069164ca32d06405eb3979de95c2b6641c29bac Mon Sep 17 00:00:00 2001 From: Seth Cottle Date: Tue, 21 Jan 2025 00:30:45 -0500 Subject: [PATCH] Updated Submitting a new brand to LittleLink (markdown) --- Submitting-a-new-brand-to-LittleLink.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Submitting-a-new-brand-to-LittleLink.md b/Submitting-a-new-brand-to-LittleLink.md index 4e1de11..5779f1a 100644 --- a/Submitting-a-new-brand-to-LittleLink.md +++ b/Submitting-a-new-brand-to-LittleLink.md @@ -6,7 +6,7 @@ If you're considering adding a new brand that's either niche or has regional pop Before submitting a new brand to LittleLink, evaluate its scope—both regionally and globally. LittleLink aims to feature services that hold substantial value for a broad audience, focusing on those that are heavily trafficked worldwide or across sizable regions. The intent is to streamline the experience for new users by avoiding an overload of choices, ensuring the core repository remains accessible and user-friendly. -The primary repository is not intended as a promotional tool for specific sites or to support an exhaustive list of services. It's more about enhancing the user experience with widely recognized and utilized services. Typically, services that are less known or are niche in nature are better suited for personal forks of LittleLink. +The primary repository is not intended as a promotional tool for specific sites or to support an exhaustive list of services. It's more about enhancing the user experience with widely recognized and utilized services. Typically, services that are less known or are niche in nature are better suited for personal forks of LittleLink or in [LittleLink Extended](https://github.com/sethcottle/littlelink-extended). ### 🔬 What We Look For in Submissions @@ -17,11 +17,12 @@ Additionally, we offer sponsorship opportunities for individuals and brands. Thi ### ✅ Contribution Checklist Ensure you've met the following criteria before contributing to the core LittleLink repository: -- [X] The brand has widespread recognition and is a suitable addition to the core LittleLink repository, not just [LittleLink Extended](https://github.com/sethcottle/littlelink-extended). +- [X] The brand has widespread recognition and is a suitable addition to the core LittleLink repository, not [LittleLink Extended](https://github.com/sethcottle/littlelink-extended). - [X] You've adhered to the brand's guidelines for styling the button, if available. - [X] In the absence of specific brand guidelines, the button's style is consistent with the brand's public image on their website or social media platforms. - [X] If utilizing the brand's official logo, ensure it is visually clear and recognizable in a 24x24px format. Should the brand's primary logo not scale down effectively, seek inspiration from their social media avatars or website favicon for potential modifications. Any adaptations must retain the essence of the original logo. Provide the final logo in .svg format to ensure scalability and clarity across all devices. -- [X] You've tested the button against LittleLink's light and dark themes, adding a stroke if necessary to enhance accessibility.
_Testing Note: Manually swap `skeleton-auto.css` to `skeleton-light.css` and `skeleton-dark.css` in `index.html` to check contrast._ +- [X] You've tested the button against LittleLink's light and dark themes, adding a stroke if necessary to enhance accessibility.
_Testing Note: Manually swap `theme-auto.css` to `theme-light.css` and `theme-dark.css` in `index.html` to check contrast._ - [X] You've ensured the button's background and text colors comply with visual accessibility standards, unless this contradicts the brand guidelines. - [X] Your contribution is alphabetically organized within the `brands.css` and `index.html` files. -- [X] You've created and included a button preview in index.html. \ No newline at end of file +- [X] You've created and included a button preview in index.html. +- [X] If you’re providing a variant of a branded button, such as an inverse color scheme, you’ve aligned with the existing naming schema “[Brand Name] Alt” and `.button-brandname-alt`. You’ve ensured any additional icons also use `brandname-alt.svg` schema. \ No newline at end of file