diff --git a/config/_default/menus.en.yaml b/config/_default/menus.en.yaml index 8e37a4e699..9eb5ea5ce0 100644 --- a/config/_default/menus.en.yaml +++ b/config/_default/menus.en.yaml @@ -124,6 +124,10 @@ main: URL: about/sponsors parent: about weight: 5 + - name: Brands & Logos + URL: about/branding + parent: about + weight: 6 - name: GitHub URL: https://github.com/InnerSourceCommons parent: about diff --git a/content/en/about/branding.md b/content/en/about/branding.md new file mode 100644 index 0000000000..890cd9b13d --- /dev/null +++ b/content/en/about/branding.md @@ -0,0 +1,85 @@ +--- +title: "InnerSource Commons Foundation Branding Guidelines" +subtitle: "How to use our brand assets" +description: "InnerSource Commons Foundation branding guidelines." +image: "/images/logo.png" +--- + +## Logo and Icon Variations + +Our primary Icon and logo are simple black-and-white, emphasizing clarity, simplicity, and versatility. + +InnerSource Commons Logo + +InnerSource Commons Logo + +### Variants: + +* **Black Text**: Icon accompanied by the words "InnerSource Commons." +* **Icon Only**: Standalone icon suitable for limited-space usage. + +### Logo Usage Guidelines: + +* Always maintain proportional scaling. +* Do not alter or recolor the logo. +* Use the provided black-and-white versions for consistency. + +## Color Palette + +The InnerSource Commons Foundation employs a carefully selected color palette based on principles of the golden ratio for visual harmony, universal design, and accessibility standards. + +### Main Colors + +| Color Role | Hex Code | Description | Suggested Contrast Pairings | +| -------------- | -------- | -------------------------------------------- | -------------------------------------- | +| **Primary** | #20B2AA | Calm, modern teal; conveys trust and harmony | White (#FFFFFF), Dark Teal (#006262) | +| **Dark Teal** | #14746F | Depth, contrast, and accessibility | White text for WCAG 2.1 AAA compliance | +| **Light Teal** | #27DAD0 | Highlights, hover states, gentle accents | Dark Teal (#006262), Black text | + + + + +## Typography + +The official typeface for InnerSource Commons Foundation communications is **PT Sans Bold**. This ensures readability and brand consistency across all communications, both digital and printed. + +## Trademarks + +InnerSource Commons Foundation holds five registered trademarks: + +1. **InnerSource Commons®** +1. **InnerSource Patterns®** +1. **InnerSource Summit®** +1. **InnerSource Learning Path®** +1. **State of InnerSource®** + +Please always use trademarks with clear attribution. + +## Legal Information + +By using InnerSource Commons Foundation branding materials, you agree to strictly adhere to these guidelines and related trademark usage policies. You acknowledge InnerSource Commons Foundation’s sole ownership of its trademarks and commit not to infringe upon these rights or imply endorsement without explicit written approval. + +**Advertising and Promotions:** + +* Avoid creating misleading impressions of endorsement or partnership. +* Clearly differentiate your branding from InnerSource Commons Foundation branding. + +**Prohibited Usage:** + +* Do not use trademarks in domain names or as part of your product/service names. +* Third-party merchandise production using our trademarks is prohibited without explicit approval. + +--- + +For further clarification, permissions, or specific usage approvals, please contact us: + +📧 [**info@innersourcecommons.org**](mailto:info@innersourcecommons.org) + +Thank you for maintaining and protecting the integrity of the InnerSource Commons Foundation brand. diff --git a/static/branding/InnerSourceCommons-Icon.png b/static/branding/InnerSourceCommons-Icon.png new file mode 100644 index 0000000000..0a27a9f53a Binary files /dev/null and b/static/branding/InnerSourceCommons-Icon.png differ diff --git a/static/branding/InnerSourceCommons-Icon.svg b/static/branding/InnerSourceCommons-Icon.svg new file mode 100644 index 0000000000..826fd91861 --- /dev/null +++ b/static/branding/InnerSourceCommons-Icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/branding/InnerSourceCommons-Logo.png b/static/branding/InnerSourceCommons-Logo.png new file mode 100644 index 0000000000..58378114cf Binary files /dev/null and b/static/branding/InnerSourceCommons-Logo.png differ diff --git a/static/branding/InnerSourceCommons-Logo.svg b/static/branding/InnerSourceCommons-Logo.svg new file mode 100644 index 0000000000..c49839b0b7 --- /dev/null +++ b/static/branding/InnerSourceCommons-Logo.svg @@ -0,0 +1 @@ +InnerSourceCommons \ No newline at end of file diff --git a/static/branding/InnerSourceCommons-Logo2.png b/static/branding/InnerSourceCommons-Logo2.png new file mode 100644 index 0000000000..5b3ce024bd Binary files /dev/null and b/static/branding/InnerSourceCommons-Logo2.png differ diff --git a/static/branding/InnerSourceCommons-Logo2.svg b/static/branding/InnerSourceCommons-Logo2.svg new file mode 100644 index 0000000000..7e60b952f1 --- /dev/null +++ b/static/branding/InnerSourceCommons-Logo2.svg @@ -0,0 +1 @@ +InnerSourceCommons \ No newline at end of file diff --git a/static/branding/InnerSourcePatterns-Logo.png b/static/branding/InnerSourcePatterns-Logo.png new file mode 100644 index 0000000000..8709de0996 Binary files /dev/null and b/static/branding/InnerSourcePatterns-Logo.png differ diff --git a/static/branding/InnerSourcePatterns-Logo.svg b/static/branding/InnerSourcePatterns-Logo.svg new file mode 100644 index 0000000000..d072189a5f --- /dev/null +++ b/static/branding/InnerSourcePatterns-Logo.svg @@ -0,0 +1 @@ +InnerSourcePatterns \ No newline at end of file