templates/index.html: Added information
scss/base.scss: Color changes
templates/nav.html: Dark!
scss/base.scss: Added flex utils and color overrides
templates/: Made footer stick to bottom of view
Makefile: Added watch to watch Sass changes
templates/: Added base templates
main.go: Added fileServer and indexHandler
.gitignore: Added build executable
Makefile: Added mkdir -p if dir not present
scss/: Initial Sass setup
Makefile compiles Sass and cleans up
Base imports Bootstrap for making base UI
scss/bootstrap: Added bootstrap as submodule
.gitignore: Added css folder to exclusions
CSS will be compiled from Sass, therefore
this is unnecessary overhead in git
README.md: Initial commit of project objectives