Skip to content

Files

Latest commit

 

History

History
80 lines (50 loc) · 2.96 KB

style-guide.md

File metadata and controls

80 lines (50 loc) · 2.96 KB

Style guide

Contents

Guidelines

We will adhere to Teach A Man To Fish brand guidelines:

Principles:

  • Clear, confident and engaging tone of voice, always in present tone and active voice.
  • No acronyms
  • Contrast at 70%

Font:

  • Josefin sans

Core palette:

  • We will stick to brand primary and secondary colours and include a lither blue and light grey.

colours

Brand logo:

  • Teach a Man to Fish logo to be small and used against a white background

    TAMTF logo

Mobile first:

  • All layouts will be built for mobile first.

Use of colours

Colour name Hex code Colour Use
fontColour #032049 navy Headings, subheadings, paragraphs and buttons text.
linkColour #026CB6 blue Escape route links: go back, restart and help.
bgColour #FFFFFF white App background colour
accentColour #E55982 pink Button and link hover, also active states.
primaryColour #88D364 green Buttons background
secondaryColour #00C2F0 light-blue Navigation bar
inactiveColour #E0E0E0 grey Inactive and disabled states

Typography

font-family: "Josefin Sans", sans-serif;

Component Size and style Example
Button 1 rem uppercase button
Heading h1, 2rem capitalised, 4rem for wider screens heading
Subheading h2, 1.5rem uppercase, 2.2rem for wider screens subheading
Links a, 1rem underlined links

Libraries and frameworks

There will be no CSS files in the project. Styled components framework will be used and Material UI library for the components below:

  • Navbar

navbar

  • Stepper

    stepper

  • Button enabled and disabled states

button

button-disabled