diff --git a/extras/website/website/static/css/style.css b/extras/website/website/static/css/style.css index 50f5736bd..95c393357 100755 --- a/extras/website/website/static/css/style.css +++ b/extras/website/website/static/css/style.css @@ -10,6 +10,10 @@ body { .navbar .nav > li > a { color: #cccccc; } +.hero-unit { + margin-top: -15px; + padding: 40px 60px; +} .subhead { margin-bottom: 9px; padding-bottom: 0; diff --git a/extras/website/website/static/img/references/aej-logo.png b/extras/website/website/static/img/references/aej-logo.png new file mode 100644 index 000000000..8006a447a Binary files /dev/null and b/extras/website/website/static/img/references/aej-logo.png differ diff --git a/extras/website/website/static/img/references/esg-logo.png b/extras/website/website/static/img/references/esg-logo.png new file mode 100644 index 000000000..7c1053a43 Binary files /dev/null and b/extras/website/website/static/img/references/esg-logo.png differ diff --git a/extras/website/website/static/img/references/gruene-logo.png b/extras/website/website/static/img/references/gruene-logo.png new file mode 100644 index 000000000..11b81ecd8 Binary files /dev/null and b/extras/website/website/static/img/references/gruene-logo.png differ diff --git a/extras/website/website/static/img/references/piraten-logo.png b/extras/website/website/static/img/references/piraten-logo.png new file mode 100644 index 000000000..c0455b557 Binary files /dev/null and b/extras/website/website/static/img/references/piraten-logo.png differ diff --git a/extras/website/website/templates/base.html b/extras/website/website/templates/base.html index 300843092..b4e9a5ccd 100644 --- a/extras/website/website/templates/base.html +++ b/extras/website/website/templates/base.html @@ -77,7 +77,7 @@