summaryrefslogtreecommitdiff
path: root/views/projects_all.html
diff options
context:
space:
mode:
authorhorus2024-01-16 10:44:35 +0100
committerhorus2024-01-16 10:44:35 +0100
commite6fc8b7adf14a4f3391dcc16028d8db53e108ad8 (patch)
tree9a70087caa3a19db4c850da0c4e3c0b22d7353ae /views/projects_all.html
parente431f223673f153d774241df470101c9036b7eb5 (diff)
downloadmoehring-e6fc8b7adf14a4f3391dcc16028d8db53e108ad8.tar.gz
.
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 %}