Skip to content

Commit

Permalink
Add front-end dependencies
Browse files Browse the repository at this point in the history
Added bootstrap, jQuery, glyphicons fonts, Chart.js for the plots, a logo and a favicon
  • Loading branch information
amatelin committed Sep 22, 2015
1 parent f8530aa commit 2cea1eb
Show file tree
Hide file tree
Showing 14 changed files with 320 additions and 10 deletions.
4 changes: 2 additions & 2 deletions app.js
Expand Up @@ -31,8 +31,8 @@ var app = express();
app.set("views", path.join(__dirname, "views"));
app.set("view engine", "jade");

// uncomment after placing your favicon in /public
//app.use(favicon(path.join(__dirname, "public", "favicon.ico")));
// Registering middlewares to the app
app.use(favicon(path.join(__dirname, "public/images/favicon.ico")));
app.use(logger("dev"));
app.use(bodyParser.json());
app.use(bodyParser.urlencoded({ extended: false }));
Expand Down
Binary file added public/fonts/glyphicons-halflings-regular.eot
Binary file not shown.
288 changes: 288 additions & 0 deletions public/fonts/glyphicons-halflings-regular.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/fonts/glyphicons-halflings-regular.ttf
Binary file not shown.
Binary file added public/fonts/glyphicons-halflings-regular.woff
Binary file not shown.
Binary file added public/fonts/glyphicons-halflings-regular.woff2
Binary file not shown.
Binary file added public/images/favicon.ico
Binary file not shown.
Binary file added public/images/logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions public/javascripts/Chart.min.js

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions public/javascripts/bootstrap.min.js

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions public/javascripts/jquery.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions public/javascripts/jquery.min.map

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions public/stylesheets/bootstrap.min.css

Large diffs are not rendered by default.

8 changes: 0 additions & 8 deletions public/stylesheets/style.css
@@ -1,8 +0,0 @@
body {
padding: 50px;
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}

a {
color: #00B7FF;
}

0 comments on commit 2cea1eb

Please sign in to comment.