From e6fc8b7adf14a4f3391dcc16028d8db53e108ad8 Mon Sep 17 00:00:00 2001 From: horus Date: Tue, 16 Jan 2024 10:44:35 +0100 Subject: . --- views/about2.html | 102 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 102 insertions(+) create mode 100644 views/about2.html (limited to 'views/about2.html') diff --git a/views/about2.html b/views/about2.html new file mode 100644 index 0000000..c16e76c --- /dev/null +++ b/views/about2.html @@ -0,0 +1,102 @@ +{% extends "snippets/layout.html" %} + +{% block title "about me | Maximilian Möhring" %} + +{% block css %} +.main { +/* + font-size: 1.25rem; +*/ + margin-top: 4rem; +} +.img-show-desktop { + float: right !important; +} +.img-show-mobile { + display: none !important; +} +@media (max-width: 992px) { + .img-show-desktop { + display: none !important; + } + .img-show-mobile { + display: inherit !important; + margin-left:auto; + margin-right: auto; + } +} +.text-small { + font-size: 1rem; +} +{% endblock %} + +{% block main %} + +
+ +
+ + +
+ +
+

About Me

+

+ Hi, to be short, I... +

+
+ + + +
+
+ +

+

+ +
+ +{% endblock %} -- cgit v1.2.3