Not found :(
-Sorry, but the page you were trying to view does not exist.
-It looks like this was the result of either:
--
-
- a mistyped address -
- an out-of-date link -
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..36bf83f --- /dev/null +++ b/.editorconfig @@ -0,0 +1,18 @@ +# This file is for unifying the coding style for different editors and IDEs +# editorconfig.org + +root = true + +[*] +end_of_line = lf +charset = utf-8 +insert_final_newline = true +trim_trailing_whitespace = true +indent_style = space +indent_size = 2 + +[Makefile] +indent_style = tab + +[{*.md,*.json}] +max_line_length = null diff --git a/.gitignore b/.gitignore index 30dc353..e3cf55e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,4 @@ -/prepros.cfg -/.netlify -/.jshintrc -/.gitattributes -/.editorconfig -/.bowerrc -/.DS_Store -Grid.css +.DS_Store +node_modules +public +/.env diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..7e4ff24 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,4 @@ +sudo: false +language: node_js +node_js: + - 8 diff --git a/404.html b/404.html deleted file mode 100644 index b60cfaf..0000000 --- a/404.html +++ /dev/null @@ -1,22 +0,0 @@ - -
- - -Sorry, but the page you were trying to view does not exist.
-It looks like this was the result of either:
-