Skip to content

Commit

Permalink
adding static folder
Browse files Browse the repository at this point in the history
  • Loading branch information
howardvickers committed Jul 25, 2018
1 parent c1c8850 commit b609f3b
Show file tree
Hide file tree
Showing 13 changed files with 36 additions and 0 deletions.
Binary file added src/static/.DS_Store
Binary file not shown.
Binary file added src/static/css/.DS_Store
Binary file not shown.
7 changes: 7 additions & 0 deletions src/static/css/bootstrap.min.css

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions src/static/css/docs.min.css

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions src/static/css/jquery-3.3.1.min.js

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions src/static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,20 @@ transition: all 0.3s;
transform: scale(.8);
}

.loader {
border: 16px solid #f3f3f3; /* Light grey */
border-top: 16px solid #3498db; /* Blue */
border-radius: 50%;
width: 120px;
height: 120px;
animation: spin 2s linear infinite;
}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}

.backgroundIm {
background-image: url("../img/background4.png");
background-size: cover;
Expand Down
5 changes: 5 additions & 0 deletions src/static/css/popper.min.js

Large diffs are not rendered by default.

Binary file added src/static/img/.DS_Store
Binary file not shown.
Binary file added src/static/img/accountant.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/static/img/background4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/static/img/data_scientist.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/static/img/sales_manager.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/static/img/web_developer.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b609f3b

Please sign in to comment.