diff --git a/src/interface/static/css/main.css b/src/interface/static/css/main.css index 6d15343..5a97c09 100755 --- a/src/interface/static/css/main.css +++ b/src/interface/static/css/main.css @@ -79,9 +79,18 @@ body{ } .app_footer{ grid-area: app_footer; + display: flex; + flex-direction: row; + justify-content: space-between; min-width: 100%; background-color: #2b2b2b; margin: 0px; +} +.copyright{ + +} +.footer_contact{ + } .nav_top{ grid-area: nav_top; @@ -115,6 +124,10 @@ justify-content: right; } .button{ +} +.discord-button{ + max-width: 78px; + max-height: 26px; } .nav_button{ background-color:darkgray; @@ -153,7 +166,7 @@ justify-content: right; } #python_logo{ - height: 50px; + height: 37px; width: 91px; } #book_shelf{ diff --git a/src/interface/static/img/discord_logo_color.png b/src/interface/static/img/discord_logo_color.png new file mode 100644 index 0000000..5e2872e Binary files /dev/null and b/src/interface/static/img/discord_logo_color.png differ diff --git a/src/interface/templates/index.html b/src/interface/templates/index.html index 6bfcbd9..d1090c3 100755 --- a/src/interface/templates/index.html +++ b/src/interface/templates/index.html @@ -18,12 +18,15 @@