Add home page template and content

This commit is contained in:
ItsDrike 2021-08-27 00:37:22 +02:00
parent cc78f9d92c
commit 477ed92086
No known key found for this signature in database
GPG key ID: B5F6B41F708C3ADD
4 changed files with 45 additions and 0 deletions

BIN
static/src/img/typing.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 686 KiB

View file

@ -78,6 +78,10 @@ footer {
min-height: calc(100vh - #{$spacer * 5} - #{$navbar-height} - #{$spacer * 3});
}
.short-top {
margin-top: $spacer !important;
}
a {
color: $primary;
@ -182,3 +186,12 @@ h1, h2, h3, h4, h5, h6 {
font-weight: lighter;
}
}
img {
object-fit: cover;
}
.header-image {
width: 100%;
height: 35vh;
}