barebones homepage, added static assets

This commit is contained in:
len0rd 2018-07-25 08:23:17 -04:00
parent 47dd57e22d
commit 3de0c9a3a5
6 changed files with 42 additions and 13 deletions

5
assets/css/site.css Normal file
View file

@ -0,0 +1,5 @@
.img-jumbotron {
background-image: url("../img/logo.jpg");
background-size: cover;
height: 50vh;
}