Add update/close ability to tickets (#38)

* Moving from old branch

* Added new terminology

Also added upload file page. Waiting for @luketainton to complete back end coding

* Fixing old issues

* 🐛 Re-add favicon

Signed-off-by: Luke Tainton <luke@tainton.uk>

*  Implement update functionality

Signed-off-by: Luke Tainton <luke@tainton.uk>

*  Implement upload functionality

Signed-off-by: Luke Tainton <luke@tainton.uk>

Co-authored-by: Alexander Davis <alex@adcm.uk>
This commit was merged in pull request #38.
This commit is contained in:
2020-08-09 14:04:44 +01:00
committed by GitHub
parent 8714f646a4
commit 1f594c5b1b
5 changed files with 449 additions and 40 deletions

View File

@@ -16,16 +16,16 @@
main > .container {
padding: 60px 15px 0;
}
.footer {
background-color: #f5f5f5;
}
.footer > .container {
padding-right: 15px;
padding-left: 15px;
}
code {
font-size: 80%;
}
@@ -42,24 +42,24 @@ code {
padding-bottom: 6rem;
}
}
.jumbotron p:last-child {
margin-bottom: 0;
}
.jumbotron h1 {
font-weight: 300;
}
.jumbotron .container {
max-width: 40rem;
}
footer {
padding-top: 3rem;
padding-bottom: 3rem;
}
footer p {
margin-bottom: .25rem;
}