diff --git a/brand-assets/brand-style-guide-site/public/logos/logo-ring-only.png b/brand-assets/brand-style-guide-site/public/logos/logo-ring-only.png new file mode 100644 index 0000000..96b707f Binary files /dev/null and b/brand-assets/brand-style-guide-site/public/logos/logo-ring-only.png differ diff --git a/brand-assets/brand-style-guide-site/src/app/accessibility/page.tsx b/brand-assets/brand-style-guide-site/src/app/accessibility/page.tsx index 61d0e23..5cea5c1 100644 --- a/brand-assets/brand-style-guide-site/src/app/accessibility/page.tsx +++ b/brand-assets/brand-style-guide-site/src/app/accessibility/page.tsx @@ -1,9 +1,13 @@ export default function AccessibilityPage() { return ( -
- Guidelines for partners, collaborators, and third-party integrations -
++ Guidelines for partners, collaborators, and third-party integrations +
++ This section will contain guidelines for external collaborators, + partnership materials, and co-branding standards. +
+- This section will contain guidelines for external collaborators, - partnership materials, and co-branding standards. -
-
+
- Brand guidelines for social media presence and content -
-- This section will contain guidelines for social media posts, - profile branding, and community engagement standards. -
++ Brand guidelines for social media presence and content +
++ This section will contain guidelines for social media posts, + profile branding, and community engagement standards. +
+- The CHORUS typography system is designed for clarity, hierarchy, and accessibility across all devices. -
- -- All spacing, sizing, and proportions automatically scale with the 18px base. CHORUS spacing system (chorus-xs, chorus-md, etc.) maintains perfect proportional relationships. +
+ The CHORUS typography system is designed for clarity, hierarchy, and accessibility across all devices.
-- The primary typeface for CHORUS is Inter Tight, a modern sans-serif font designed for high legibility and versatility. -
-- Fallback fonts include Arial, Helvetica, sans-serif. -
-- Inter is available for free under the SIL Open Font License and can be downloaded from{' '} - - rsms.me/inter - . + +
+ All spacing, sizing, and proportions automatically scale with the 18px base. CHORUS spacing system (chorus-xs, chorus-md, etc.) maintains perfect proportional relationships.
- The logo typeface for CHORUS is Exo, a modern sans-serif font designed for high legibility and versatility. -
-- Fallback fonts should be avoided but can include Arial, Helvetica, sans-serif. -
-- Exo is available for free under the SIL Open Font License and can be downloaded from Google Fonts. -
+ {/* Font Families */} ++ The primary typeface for CHORUS is Inter Tight, a modern sans-serif font designed for high legibility and versatility. +
++ Fallback fonts include Arial, Helvetica, sans-serif. +
++ Inter is available for free under the SIL Open Font License and can be downloaded from{' '} + + rsms.me/inter + . +
++ The logo typeface for CHORUS is Exo, a modern sans-serif font designed for high legibility and versatility. +
++ Fallback fonts should be avoided but can include Arial, Helvetica, sans-serif. +
++ Exo is available for free under the SIL Open Font License and can be downloaded from Google Fonts. +
++ The code typeface for CHORUS is Inconsolata, a modern mono-spaced font designed for high legibility at small sizes. +
++ Fallback fonts include Fira Mono, Monaco, Courier New, monospace. +
++ Inconsolata is available for free under the SIL Open Font License and can be downloaded from Google Fonts. +
+- The code typeface for CHORUS is Inconsolata, a modern mono-spaced font designed for high legibility at small sizes. -
-- Fallback fonts include Fira Mono, Monaco, Courier New, monospace. -
-- Inconsolata is available for free under the SIL Open Font License and can be downloaded from Google Fonts. -
-This column represents incorrect approaches to avoid.
-This column represents incorrect approaches to avoid.
++ Body text should not be colored to emphasise a paragraph. +
++ This is normal paragraph text used throughout the CHORUS design system. +
++ This is smaller body text for secondary information. +
++ This text has been set with excessive leading for the paragraph and its associated heading. +
++ Paragraphs should have sufficient space to let them 'breathe', while maintaining logical connection. +
++ This smaller body text for secondary information appears orphaned. +
- Body text should not be colored to emphasise a paragraph. -
-- This is normal paragraph text used throughout the CHORUS design system. -
-- This is smaller body text for secondary information. -
-- This text has been set with excessive leading for the paragraph and its associated heading. -
-- Paragraphs should have sufficient space to let them 'breathe', while maintaining logical connection. -
-- This smaller body text for secondary information appears orphaned. -
- Based on Major Third (1.25×) ratio with 18px foundation for enhanced readability -
- -- The CHORUS typography system uses a proportional scale with 18px base font size, ensuring consistent scaling across all elements and devices. -
- -- Configure your build system to use the proportional typography scale with 18px base: +
+ Based on Major Third (1.25×) ratio with 18px foundation for enhanced readability
- -{`html {
- font-size: 18px; /* CHORUS proportional base */
-}`}
+
+ {`
-Main Heading
-Section Heading
-Body paragraph text
-Secondary information`}
+
+ + The CHORUS typography system uses a proportional scale with 18px base font size, ensuring consistent scaling across all elements and devices. +
+ ++ Configure your build system to use the proportional typography scale with 18px base: +
+ +{`html {
+ font-size: 18px; /* CHORUS proportional base */
+ }`}
+ {`
+ Main Heading
+ Section Heading
+ Body paragraph text
+ Secondary information`}
+