diff --git a/.DS_Store b/.DS_Store
new file mode 100644
index 0000000..2dbb8ad
Binary files /dev/null and b/.DS_Store differ
diff --git a/src/.DS_Store b/src/.DS_Store
index 84f5661..1f22fe8 100644
Binary files a/src/.DS_Store and b/src/.DS_Store differ
diff --git a/src/_includes/.DS_Store b/src/_includes/.DS_Store
new file mode 100644
index 0000000..4e6ce49
Binary files /dev/null and b/src/_includes/.DS_Store differ
diff --git a/src/_includes/layouts/page.html b/src/_includes/layouts/page.html
index 1457eb2..3c0045f 100644
--- a/src/_includes/layouts/page.html
+++ b/src/_includes/layouts/page.html
@@ -1,22 +1,40 @@
-
-
-
-
-
-
-
-
- {{ title }} | Lunch.dev Community Calendar
-
-
- {% include partials/header.html %}
-
-
- {{ title }}
- {{ content }}
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ title }} | Lunch.dev Community Calendar
+
+
+ {% include partials/header.html %}
+
+
+
+
{{ title }}
+ {{ content }}
+
+
+
+
diff --git a/src/contributors.liquid b/src/contributors.liquid
index 20e2cf0..ee92f86 100644
--- a/src/contributors.liquid
+++ b/src/contributors.liquid
@@ -3,19 +3,27 @@ title: Contributors
layout: 'layouts/page.html'
---
-{% for contributor in contributors %}
-
-
-
-
- {% for contribution in contributor.contributions %}
- -
- {{ contributions[contribution].emoji }}
- {{ contributions[contribution].name }}
-
- {% endfor %}
-
-
-{% endfor %}
\ No newline at end of file
+
+ {% for contributor in contributors %}
+
+
+
+
+
+
+ {% for contribution in contributor.contributions %}
+ -
+ {{ contributions[contribution].emoji }}
+ {{ contributions[contribution].name }}
+
+ {% endfor %}
+
+
+
+
+ {% endfor %}
+
+
+