Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
laur1s committed Sep 6, 2018
1 parent da125ea commit 4228d2a
Show file tree
Hide file tree
Showing 27 changed files with 11,211 additions and 0 deletions.
Binary file added html/.DS_Store
Binary file not shown.
Binary file added html/assets/.DS_Store
Binary file not shown.
587 changes: 587 additions & 0 deletions html/assets/css/bootstrap-theme.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions html/assets/css/bootstrap-theme.css.map

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions html/assets/css/bootstrap-theme.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions html/assets/css/bootstrap-theme.min.css.map

Large diffs are not rendered by default.

6,757 changes: 6,757 additions & 0 deletions html/assets/css/bootstrap.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions html/assets/css/bootstrap.css.map

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions html/assets/css/bootstrap.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions html/assets/css/bootstrap.min.css.map

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions html/assets/css/index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
body {
padding-top: 50px;
}
.jumbotron {
margin-top: 40px;
margin-bottom: 30px;
padding: 40px 15px;
}
15 changes: 15 additions & 0 deletions html/assets/css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
@charset "utf-8";
/* CSS Document */

*{
margin:0;
padding:0;
}
#login-form {
margin:5% auto;
max-width:500px;
}
/* home page */
#wrapper{
padding-top:50px;
}
Binary file not shown.
288 changes: 288 additions & 0 deletions html/assets/fonts/glyphicons-halflings-regular.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 4228d2a

Please sign in to comment.