From 1643a43d1301fea39307c3b4bdfbf27b4f5fe939 Mon Sep 17 00:00:00 2001 From: Philipp Geyer Date: Mon, 31 Jan 2022 20:29:43 +0000 Subject: Some theme and layout tweaks --- pages/intro.org | 3 +++ theme/static/style.css | 10 +++++----- theme/templates/base.html | 3 +++ 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/pages/intro.org b/pages/intro.org index d4df9dc..8ed0880 100644 --- a/pages/intro.org +++ b/pages/intro.org @@ -12,3 +12,6 @@ personal projects, I often use low level C, but also enjoy jumping around languages. I have projects in lisp, assembly, C, lua and bash. I also enjoy experimenting with other languages, so have many more not shared just for the sake of experimenting with the languages. + +If you're wanting to look at my past experience, [[https://github.com/nistur/cv/releases/latest][my CV is available on +github]] and I have [[url_for:cv,slug=00][a short writeup on each project]] I've worked on. 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 @@ + -- cgit v1.2.3-70-g09d2