Eleven Fifty Style Guide

Colors

$red: #D9514E;
$charcoal: #53565A;
$orange: #f79569;
$cyan: #86BAD3;
$teal: #9AD0D5;
$green: #8acfba;
$yellow: #F6D57A;
$purple: #A992BC;
$brown: #725b4d;

Font

Belleza - this font is already included in the starter template

For Gitbook

  • # on all pages for title of page

  • Page titles are to be all capitalized

  • ### for subheadings

  • Replace the gitbook instructions with a course introduction in the README.md file

  • Include filenames and Component names in backticks

  • Keep EFA Logo on Front Page

  • Directions exceeding 2 steps should be numbered/bulleted….

  • Make sure all code is in a code block (three backticks and the language - see markdown docs)

  • Resources/Works Cited at the end

  • Have all assets locally and in git

  • Modules should be listed numerically

  • Summary format should follow the example in SUMMARY.md

Last updated