diff --git a/get_together/static/css/get_together.css b/get_together/static/css/get_together.css
index d834704..2c700c7 100644
--- a/get_together/static/css/get_together.css
+++ b/get_together/static/css/get_together.css
@@ -1,6 +1,9 @@
body {
padding-top: 5rem;
}
+.navbar {
+ padding: 0rem 1rem !important;
+}
.footer {
padding-top: 1em;
padding-bottom: 1em;
diff --git a/get_together/static/img/iconv1_64.png b/get_together/static/img/iconv1_64.png
new file mode 100644
index 0000000..a255446
Binary files /dev/null and b/get_together/static/img/iconv1_64.png differ
diff --git a/get_together/static/img/logo_b_v1.png b/get_together/static/img/logo_b_v1.png
new file mode 100644
index 0000000..2c0827d
Binary files /dev/null and b/get_together/static/img/logo_b_v1.png differ
diff --git a/get_together/templates/get_together/base.html b/get_together/templates/get_together/base.html
index 4fa714c..84c7f82 100644
--- a/get_together/templates/get_together/base.html
+++ b/get_together/templates/get_together/base.html
@@ -8,6 +8,7 @@
{% block title %}Get Together{% block add_to_title %}{% endblock %}{% endblock %}
+
{% block meta %}{% endblock %}
@@ -38,7 +39,7 @@