From 4977ce1adfd4cedfb01e02feab6dd476332eb0b5 Mon Sep 17 00:00:00 2001 From: Sam Date: Tue, 20 Aug 2024 19:41:13 +0100 Subject: [PATCH] changed homepage to remove license info --- content/_index.md | 2 -- layouts/partials/footer.html | 5 +++-- static/css/style.css | 7 +++++-- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/content/_index.md b/content/_index.md index 941ae7b..e948a51 100644 --- a/content/_index.md +++ b/content/_index.md @@ -8,8 +8,6 @@ This site is currently under construction. I intend for this to be a place to pu I'm interested in a broad set of topics such as Linux, analytics and data engineering, Geographic Information Systems (GIS) and bitcoin. So expect to see content related to these topics published on this site. -I strongly believe in the philosophy of [Free Software](https://www.gnu.org/philosophy/free-sw.html) and [Open Data](https://en.wikipedia.org/wiki/Open_data). Therefore, all material on this site that belongs to me is released into the public domain unless otherwise stated. For more information, see [here](/license). - ### Explore Based Data {{< content-list >}} diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 9d9a5d0..6bce02c 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,8 +1,9 @@ diff --git a/static/css/style.css b/static/css/style.css index a4f24d7..edc04c2 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -133,7 +133,10 @@ footer { color: var(--text-color); padding: 20px; height: 10vh; - display: flex; - justify-content: space-between; border-top: var(--border-width) var(--border-style) var(--border-color); } + +#footer { + display: flex; + justify-content: center; +}