Skip to content

Commit

Permalink
Merge pull request #47 from FAC-Sixteen/feature/homeroute
Browse files Browse the repository at this point in the history
Feature/homeroute relates#45
  • Loading branch information
hrmstockdale authored May 14, 2019
2 parents ee9db59 + 8bcf4bb commit a2661e6
Show file tree
Hide file tree
Showing 15 changed files with 442 additions and 64 deletions.
45 changes: 0 additions & 45 deletions npm-debug.log

This file was deleted.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "",
"main": "index.js",
"scripts": {
"start" : "node src/index.js",
"go" : "nodemon src/index.js",
"start": "node src/index.js",
"go": "nodemon src/index.js",
"test": "jest"
},
"repository": {
Expand All @@ -27,6 +27,7 @@
},
"devDependencies": {
"jest": "^24.8.0",
"nodemon": "^1.19.0"
"nodemon": "^1.19.0",
"supertest": "^4.0.2"
}
}
Binary file added public/assests/buddy_animation.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions public/css/home.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
h1 {
font-family: 'Questrial', sans-serif;
text-align: center;
color: #FFD600;
}

body {
background-color: #FEEFEA;
}
Loading

0 comments on commit a2661e6

Please sign in to comment.