Skip to content

Commit

Permalink
Added application user guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Reftu committed Jun 14, 2019
1 parent e03ec7a commit a637156
Show file tree
Hide file tree
Showing 17 changed files with 412 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 reports/end-development/assets/images/favicon.ico
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
51 changes: 51 additions & 0 deletions reports/end-development/assets/stylesheets/stylesheet.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
html {
font-size: 20px;
font-family: "Times New Roman", "Times", "Serif";
}

@media(max-width: 1580px) {
html {
font-size: 18px;
}
}

@media(max-width: 980px) {
html {
font-size: 16px;
}
}

@media(min-width: 780px) {
.facilities {
width: 780px;
}
}
.facilities {
margin-left: 3%;
margin-right: 3%;
}
img {
width:100%;
height:100%;
border:2px dashed aqua;
margin-top: 1em;
margin-bottom: .2em;

}

video {

width:100%;
height:100%;

}

section {

margin-top: 5em;
margin-bottom: 5em;
border: 1px solid black;
border-radius: 2em;
padding: 2em;

}
File renamed without changes.
Loading

0 comments on commit a637156

Please sign in to comment.