Style Guide

User Manual:

Open the PDF directly: View PDF PDF.
Page Count: 2

Style Guide
Separate files
Html, .js, css, csv
2 spaces for Tabs/indents
Function( )
Camel Case
Spaces between operators
Comment the functions and complicated code
// single
/* multiple/ long comments */
80 chars per line
fun( ) { Bracket open same line, close new line
~~~~~ new line before functions
}
D3, v5 - html5, css3
UI Style Guide (Subject to change)
Fonts:
Header 1
Monsterrat
42 pt.
Bold
Header 2
Monsterrat
32 pt.
Body
Roboto Regular
20 pt.
Color Scheme
Primary
#29506D
Tints
#718EA4
#496D89
Shades
#123652
#042037
Secondary
#AA7939
Tints
#FFDBAA
#D4A76A
Shades
#805215
#553100
Tertiary
#343477
Tints
#8080B3
#565695
Shades
#1A1A59
#09093B
Quaternary
#AA8E39
Tints
#FFEAAA
#D4BA6A
Shades
#806515
#554000

Navigation menu