diff --git a/static/css/base.css b/static/css/base.css
index c89b1bcc..f41b7421 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 ca1c80ab..4dc0d5de 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 26785e23..2d73b2fe 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 00000000..5ab6c256
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 00000000..0464503b
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 00000000..7cc6a6c8
--- /dev/null
+++ b/stuff/favicon.svg
@@ -0,0 +1,73 @@
+
+
+
+
diff --git a/stuff/logo.svg b/stuff/logo.svg
new file mode 100644
index 00000000..78b8b959
--- /dev/null
+++ b/stuff/logo.svg
@@ -0,0 +1,88 @@
+
+
+
+
diff --git a/templates/base.html b/templates/base.html
index bf4d3287..601638fe 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -8,8 +8,9 @@
-
{% load compress staticfiles %}
+
+
{% compress css %}
@@ -41,7 +42,17 @@
- Health Checks
+
+
+
+