diff options
Diffstat (limited to 'theme')
| -rw-r--r-- | theme/static/style.css | 10 | ||||
| -rw-r--r-- | theme/templates/base.html | 3 |
2 files changed, 8 insertions, 5 deletions
diff --git a/theme/static/style.css b/theme/static/style.css index f209a2c..1ef16c0 100644 --- a/theme/static/style.css +++ b/theme/static/style.css @@ -42,11 +42,6 @@ body { min-height: 100vh; display: flex; flex-direction: column; - - background-position: bottom; - background-image: url("footer.png"); - background-repeat: no-repeat; - background-size: contain; } header { @@ -175,6 +170,11 @@ footer { display: flex; align-items: center; justify-content: center; + + background-position: bottom; + background-image: url("footer.png"); + background-repeat: no-repeat; + background-size: cover; } diff --git a/theme/templates/base.html b/theme/templates/base.html index b2b96a9..1e0a6fc 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -46,6 +46,9 @@ <ul class="menu"> <li><a href="{{ url_for("pages", slug="about") }}">about</a></li> <li><a href="{{ url_for("cv", slug="00") }}">experience</a></li> + <li><a href="https://github.com/nistur/cv/releases/latest">CV</a></li> + </ul> + <ul class="menu"> <li><a href="{{ url_for("pages", slug="contact") }}">contact</a></li> <li><a href="{{ url_for("pages", slug="credits") }}">credits</a></li> </ul> |
