From 7f3508a4ec6d7a9c1e531328e215a1bcf0e40335 Mon Sep 17 00:00:00 2001 From: Florian Schrofner Date: Mon, 14 Oct 2019 18:35:13 +0200 Subject: [PATCH] add footer --- assets/sass/main.sass | 6 ++++++ content/posts/footer.md | 1 + layouts/index.html | 7 +++++++ 3 files changed, 14 insertions(+) create mode 100644 content/posts/footer.md diff --git a/assets/sass/main.sass b/assets/sass/main.sass index 6ed66a2..80f1a84 100644 --- a/assets/sass/main.sass +++ b/assets/sass/main.sass @@ -60,3 +60,9 @@ h3 #picture-holder clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - #{$slope-size})) +#footer + clip-path: polygon(0 6vw, 100% 0, 100% 100%, 0 100%) + background: $color-mint + padding-top: $slope-size + text-align: center + font: 100% $medium-font-stack diff --git a/content/posts/footer.md b/content/posts/footer.md new file mode 100644 index 0000000..9c20192 --- /dev/null +++ b/content/posts/footer.md @@ -0,0 +1 @@ +Imprint diff --git a/layouts/index.html b/layouts/index.html index 20f950d..8551545 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -47,6 +47,13 @@ + {{ partial "script_append.html" . }}