diff --git a/public/images/2020-logo.svg b/public/images/2020-logo.svg
new file mode 100644
index 0000000..9bae7f1
--- /dev/null
+++ b/public/images/2020-logo.svg
@@ -0,0 +1,524 @@
+
+
\ No newline at end of file
diff --git a/public/images/auditorium_blur-tablet_narrow.jpg b/public/images/auditorium_blur-tablet_narrow.jpg
new file mode 100644
index 0000000..adc2199
Binary files /dev/null and b/public/images/auditorium_blur-tablet_narrow.jpg differ
diff --git a/templates/includes/home/header.html.twig b/templates/includes/home/header.html.twig
new file mode 100644
index 0000000..2adf9d3
--- /dev/null
+++ b/templates/includes/home/header.html.twig
@@ -0,0 +1,5 @@
+
+
+
+
+
diff --git a/templates/includes/navbar.html.twig b/templates/includes/navbar.html.twig
index b7f8d2b..3789a40 100644
--- a/templates/includes/navbar.html.twig
+++ b/templates/includes/navbar.html.twig
@@ -1,5 +1,5 @@
-
+
-
+
{% for item in menuLinks.findAll %}
-
diff --git a/templates/pages/home.html.twig b/templates/pages/home.html.twig
index c89e62e..683fe7a 100644
--- a/templates/pages/home.html.twig
+++ b/templates/pages/home.html.twig
@@ -1,5 +1,7 @@
{% extends 'page.html.twig' %}
{% block content %}
+ {% include 'includes/home/header.html.twig' %}
+
This is the homepage.
{% endblock %}