From 5e78a9ba09f91ddd4a8c06f59475894576408125 Mon Sep 17 00:00:00 2001 From: janis Date: Thu, 6 Apr 2023 15:39:51 +0200 Subject: [PATCH] porgress on website --- website/dist/about/index.html | 1 + website/dist/css/footerstyle.css | 8 ++++++++ website/dist/css/style.css | 6 ++++++ website/dist/docs/index.html | 1 + website/dist/download/index.html | 1 + website/dist/footer.html | 3 ++- website/dist/index.html | 1 + 7 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 website/dist/css/footerstyle.css diff --git a/website/dist/about/index.html b/website/dist/about/index.html index b96c1d3..ac5886d 100644 --- a/website/dist/about/index.html +++ b/website/dist/about/index.html @@ -26,6 +26,7 @@ let btn = document.getElementById( 'backToTop' ); $( document ).ready( function () { $( '#nav' ).load( '/nav.html' ); + $( '#footer' ).load( '/footer.html' ); } ); function backToTop () { diff --git a/website/dist/css/footerstyle.css b/website/dist/css/footerstyle.css new file mode 100644 index 0000000..498a8e3 --- /dev/null +++ b/website/dist/css/footerstyle.css @@ -0,0 +1,8 @@ +.footer { + width: 100%; + height: 100%; + display: flex; + align-items: center; + justify-content: center; + flex-direction: column; +} \ No newline at end of file diff --git a/website/dist/css/style.css b/website/dist/css/style.css index 3b12a8f..8a67ad5 100644 --- a/website/dist/css/style.css +++ b/website/dist/css/style.css @@ -88,6 +88,12 @@ body { align-items: center; } +#footer { + height: 50vh; + width: 100%; + background-color: white; +} + #backToTop { border-radius: 500px; border-width: 1px; diff --git a/website/dist/docs/index.html b/website/dist/docs/index.html index f312a04..2487413 100644 --- a/website/dist/docs/index.html +++ b/website/dist/docs/index.html @@ -29,6 +29,7 @@ let btn = document.getElementById( 'backToTop' ); $( document ).ready( function () { $( '#nav' ).load( '/nav.html' ); + $( '#footer' ).load( '/footer.html' ); } ); function backToTop () { diff --git a/website/dist/download/index.html b/website/dist/download/index.html index ebb5685..3e27661 100644 --- a/website/dist/download/index.html +++ b/website/dist/download/index.html @@ -28,6 +28,7 @@ let btn = document.getElementById( 'backToTop' ); $( document ).ready( function () { $( '#nav' ).load( '/nav.html' ); + $( '#footer' ).load( '/footer.html' ); } ); function backToTop () { diff --git a/website/dist/footer.html b/website/dist/footer.html index e4101be..dab8193 100644 --- a/website/dist/footer.html +++ b/website/dist/footer.html @@ -9,7 +9,8 @@ \ No newline at end of file diff --git a/website/dist/index.html b/website/dist/index.html index 64837f5..6c460bf 100644 --- a/website/dist/index.html +++ b/website/dist/index.html @@ -65,6 +65,7 @@ let btn = document.getElementById( 'backToTop' ); $( document ).ready( function () { $( '#nav' ).load( '/nav.html' ); + $( '#footer' ).load( '/footer.html' ); } ); function backToTop () {