diff --git a/static/css/style.css b/static/css/style.css index 0da8e6d..39ee3ba 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -20,9 +20,17 @@ p { } #logo-container { + display: flex; + justify-content: center; + flex-direction: row; padding-top: 5px; padding-bottom: 5px; height: 100%; + width: 100%; +} + +#goat { + height: 100%; } .button-collapse { @@ -159,12 +167,11 @@ footer.page-footer { padding: 10px; } -#logo-container { +#logo-stack { display: flex; justify-content: center; align-items: center; flex-direction: column; - width: 100%; } .nav-logo { diff --git a/static/img/goat.png b/static/img/goat.png new file mode 100644 index 0000000..87b9b7f Binary files /dev/null and b/static/img/goat.png differ diff --git a/static/img/hackwpi_longlogo.png b/static/img/hackwpi_longlogo.png index c16c22e..68a66c9 100644 Binary files a/static/img/hackwpi_longlogo.png and b/static/img/hackwpi_longlogo.png differ diff --git a/static/img/logos/abbvie.png b/static/img/logos/abbvie.png new file mode 100644 index 0000000..d20dc93 Binary files /dev/null and b/static/img/logos/abbvie.png differ diff --git a/static/img/logos/symposes.png b/static/img/logos/symposes.png new file mode 100644 index 0000000..5c895d0 Binary files /dev/null and b/static/img/logos/symposes.png differ diff --git a/templates/header.html b/templates/header.html index d0b1776..7ccbf07 100644 --- a/templates/header.html +++ b/templates/header.html @@ -18,10 +18,13 @@