From 0fd2afe58709eb26c56fa078b2155abd5f0b3a5e Mon Sep 17 00:00:00 2001 From: ange Date: Tue, 10 Sep 2024 23:25:26 +0700 Subject: [PATCH] feat: credits footer --- static/about.html | 2 ++ static/index.html | 2 ++ static/resume.html | 2 ++ static/style.css | 6 ++++++ 4 files changed, 12 insertions(+) diff --git a/static/about.html b/static/about.html index af156b9..bad094b 100644 --- a/static/about.html +++ b/static/about.html @@ -27,5 +27,7 @@
TODO
+ + diff --git a/static/index.html b/static/index.html index 1f1b62c..9e05ec0 100644 --- a/static/index.html +++ b/static/index.html @@ -38,5 +38,7 @@ WhatsApp+62 853-3355-9453 + + diff --git a/static/resume.html b/static/resume.html index af156b9..bad094b 100644 --- a/static/resume.html +++ b/static/resume.html @@ -27,5 +27,7 @@
TODO
+ + diff --git a/static/style.css b/static/style.css index 1604460..9234d70 100644 --- a/static/style.css +++ b/static/style.css @@ -168,3 +168,9 @@ h4 { filter: invert(1); } } + +footer { + position: absolute; + text-align: right; + bottom: 0; +}