summaryrefslogtreecommitdiff
path: root/views/projects_all.html
diff options
context:
space:
mode:
Diffstat (limited to 'views/projects_all.html')
-rw-r--r--views/projects_all.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/views/projects_all.html b/views/projects_all.html
new file mode 100644
index 0000000..15b6985
--- /dev/null
+++ b/views/projects_all.html
@@ -0,0 +1,22 @@
+{% extends "snippets/layout.html" %}
+
+{% block title "projects | Maximilian Möhring" %}
+{% block css %}
+.main {
+/*
+ font-size: 1.25rem;
+*/
+ margin-top: 4rem;
+}
+{% endblock %}
+{% block main %}
+
+<div class="container">
+
+ {% include "snippets/projects.html" %}
+
+ {% include "snippets/things.html" with {'included': true}%}
+
+</div>
+
+{% endblock %}