diff options
| author | horus | 2024-01-16 10:44:35 +0100 |
|---|---|---|
| committer | horus | 2024-01-16 10:44:35 +0100 |
| commit | e6fc8b7adf14a4f3391dcc16028d8db53e108ad8 (patch) | |
| tree | 9a70087caa3a19db4c850da0c4e3c0b22d7353ae /views/projects_all.html | |
| parent | e431f223673f153d774241df470101c9036b7eb5 (diff) | |
| download | moehring-e6fc8b7adf14a4f3391dcc16028d8db53e108ad8.tar.gz | |
.
Diffstat (limited to 'views/projects_all.html')
| -rw-r--r-- | views/projects_all.html | 22 |
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 %} |
