diff --git a/src/_base.html.jinja b/src/_base.html.jinja index 4468ff1..3a7c198 100644 --- a/src/_base.html.jinja +++ b/src/_base.html.jinja @@ -1,26 +1,28 @@ - - - {% block title %}{% endblock %} - - - - - - -
- {% block main %}{% endblock %} -
- - - + + + {% block title %}{% endblock %} + + + + + + + +
+ {% block main %}{% endblock %} +
+ + + + \ No newline at end of file diff --git a/src/index.html.jinja b/src/index.html.jinja index 2f715c1..85da28c 100644 --- a/src/index.html.jinja +++ b/src/index.html.jinja @@ -3,18 +3,18 @@ {% block title %}Niklas Elsbrock{% endblock %} {% block main %} -
-
-

Niklas Elsbrock

-

Softwareentwickler und Informatikstudent

-
-
- -
+
+
+

Niklas Elsbrock

+

Softwareentwickler und Informatikstudent

+
+
+ +
{% endblock %} \ No newline at end of file diff --git a/src/licenses.html.jinja b/src/licenses.html.jinja index feb3539..d78f34d 100644 --- a/src/licenses.html.jinja +++ b/src/licenses.html.jinja @@ -3,32 +3,32 @@ {% block title %}Open-Source-Lizenzen – Niklas Elsbrock{% endblock %} {% block main %} -
-

Open-Source-Lizenzen

+
+

Open-Source-Lizenzen

-

Schriftarten:

+

Schriftarten:

-

Überschriften: Metropolis

-

Public Domain (Unlicense)

+

Überschriften: Metropolis

+

Public Domain (Unlicense)

-

Text: Inter

-

- Copyright (c) 2016-2020 The Inter Project Authors.
- "Inter" is trademark of Rasmus Andersson.
- Licensed under the SIL Open Font License, Version 1.1. -

+

Text: Inter

+

+ Copyright (c) 2016-2020 The Inter Project Authors.
+ "Inter" is trademark of Rasmus Andersson.
+ Licensed under the SIL Open Font License, Version 1.1. +

-

Icons: Font Awesome Free

-

- Copyright (c) 2024 Fonticons, Inc.
- with Reserved Font Name: "Font Awesome".
- Licensed under the SIL Open Font License, Version 1.1. -

+

Icons: Font Awesome Free

+

+ Copyright (c) 2024 Fonticons, Inc.
+ with Reserved Font Name: "Font Awesome".
+ Licensed under the SIL Open Font License, Version 1.1. +

-
+
-

- Zurück zur Hauptseite -

-
+

+ Zurück zur Hauptseite +

+
{% endblock %} \ No newline at end of file diff --git a/src/privacy.html.jinja b/src/privacy.html.jinja index 833698e..b45176b 100644 --- a/src/privacy.html.jinja +++ b/src/privacy.html.jinja @@ -3,25 +3,25 @@ {% block title %}Datenschutz – Niklas Elsbrock{% endblock %} {% block main %} -
-

Datenschutz

-

Verantwortlich für diese Website ist

-
- Niklas Elsbrock
- mail@nelsbrock.de -
+
+

Datenschutz

+

Verantwortlich für diese Website ist

+
+ Niklas Elsbrock
+ mail@nelsbrock.de +
-

Keine Erfassung von Besucherinformationen

-

- Beim Besuch der Website unter www.nelsbrock.de werden keine - personenbezogenen Daten verarbeitet. Zugriffsprotokolle sind - deaktiviert. -

+

Keine Erfassung von Besucherinformationen

+

+ Beim Besuch der Website unter www.nelsbrock.de werden keine + personenbezogenen Daten verarbeitet. Zugriffsprotokolle sind + deaktiviert. +

-
+
-

- Zurück zur Hauptseite -

-
+

+ Zurück zur Hauptseite +

+
{% endblock %} \ No newline at end of file