diff --git a/static/css/base.css b/static/css/base.css index c89b1bcc347..f41b7421058 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -19,6 +19,11 @@ body { text-align: center; } +#logo { + max-height: 50px; + margin-top: -13px; +} + .navbar-nav { text-transform: uppercase; font-size: small; diff --git a/static/css/welcome.css b/static/css/welcome.css index ca1c80ab5ff..4dc0d5de475 100644 --- a/static/css/welcome.css +++ b/static/css/welcome.css @@ -26,7 +26,6 @@ #pitch-url { text-align: center; font-family: monospace; - width: 500px; margin: 10px auto; } diff --git a/static/img/channels.png b/static/img/channels.png index 26785e23d79..2d73b2fe1e3 100644 Binary files a/static/img/channels.png and b/static/img/channels.png differ diff --git a/static/img/favicon.ico b/static/img/favicon.ico new file mode 100644 index 00000000000..5ab6c256727 Binary files /dev/null and b/static/img/favicon.ico differ diff --git a/static/img/logo.png b/static/img/logo.png new file mode 100644 index 00000000000..0464503b9e9 Binary files /dev/null and b/static/img/logo.png differ diff --git a/stuff/favicon.svg b/stuff/favicon.svg new file mode 100644 index 00000000000..7cc6a6c80b2 --- /dev/null +++ b/stuff/favicon.svg @@ -0,0 +1,73 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/stuff/logo.svg b/stuff/logo.svg new file mode 100644 index 00000000000..78b8b95962d --- /dev/null +++ b/stuff/logo.svg @@ -0,0 +1,88 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + Healthchecks + + diff --git a/templates/base.html b/templates/base.html index bf4d3287d32..601638fea48 100644 --- a/templates/base.html +++ b/templates/base.html @@ -8,8 +8,9 @@ - {% load compress staticfiles %} + + {% compress css %} @@ -41,7 +42,17 @@ - Health Checks + + + +