add .editorconfig and fix formatting
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
insert_final_newline = true
|
||||
|
||||
[{*.{html.jinja,css,txt}}]
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
+20
-20
@@ -4,31 +4,31 @@
|
||||
|
||||
{% block main %}
|
||||
<main>
|
||||
<h1>Open-Source-Lizenzen</h1>
|
||||
<h1>Open-Source-Lizenzen</h1>
|
||||
|
||||
<h2>Schriftarten:</h2>
|
||||
<h2>Schriftarten:</h2>
|
||||
|
||||
<h3>Überschriften: <a href="https://fontsarena.com/metropolis-by-chris-simpson/">Metropolis</a></h3>
|
||||
<p>Public Domain (<a href="https://unlicense.org/">Unlicense</a>)</p>
|
||||
<h3>Überschriften: <a href="https://fontsarena.com/metropolis-by-chris-simpson/">Metropolis</a></h3>
|
||||
<p>Public Domain (<a href="https://unlicense.org/">Unlicense</a>)</p>
|
||||
|
||||
<h3>Text: <a href="https://github.com/rsms/inter">Inter</a></h3>
|
||||
<p>
|
||||
Copyright (c) 2016-2020 The Inter Project Authors.<br />
|
||||
"Inter" is trademark of Rasmus Andersson.<br />
|
||||
Licensed under the <a href="https://scripts.sil.org/OFL">SIL Open Font License, Version 1.1</a>.
|
||||
</p>
|
||||
<h3>Text: <a href="https://github.com/rsms/inter">Inter</a></h3>
|
||||
<p>
|
||||
Copyright (c) 2016-2020 The Inter Project Authors.<br />
|
||||
"Inter" is trademark of Rasmus Andersson.<br />
|
||||
Licensed under the <a href="https://scripts.sil.org/OFL">SIL Open Font License, Version 1.1</a>.
|
||||
</p>
|
||||
|
||||
<h3>Icons: <a href="https://fontawesome.com/">Font Awesome Free</a></h3>
|
||||
<p>
|
||||
Copyright (c) 2024 Fonticons, Inc.<br />
|
||||
with Reserved Font Name: "Font Awesome".<br />
|
||||
Licensed under the <a href="https://scripts.sil.org/OFL">SIL Open Font License, Version 1.1</a>.
|
||||
</p>
|
||||
<h3>Icons: <a href="https://fontawesome.com/">Font Awesome Free</a></h3>
|
||||
<p>
|
||||
Copyright (c) 2024 Fonticons, Inc.<br />
|
||||
with Reserved Font Name: "Font Awesome".<br />
|
||||
Licensed under the <a href="https://scripts.sil.org/OFL">SIL Open Font License, Version 1.1</a>.
|
||||
</p>
|
||||
|
||||
<hr />
|
||||
<hr />
|
||||
|
||||
<p>
|
||||
<a href="/" data-icon="">Zurück zur Hauptseite</a>
|
||||
</p>
|
||||
<p>
|
||||
<a href="/" data-icon="">Zurück zur Hauptseite</a>
|
||||
</p>
|
||||
</main>
|
||||
{% endblock %}
|
||||
+16
-16
@@ -4,24 +4,24 @@
|
||||
|
||||
{% block main %}
|
||||
<main>
|
||||
<h1>Datenschutz</h1>
|
||||
<p>Verantwortlich für diese Website ist</p>
|
||||
<address>
|
||||
Niklas Elsbrock<br />
|
||||
<a href="mailto:mail@nelsbrock.de">mail@nelsbrock.de</a>
|
||||
</address>
|
||||
<h1>Datenschutz</h1>
|
||||
<p>Verantwortlich für diese Website ist</p>
|
||||
<address>
|
||||
Niklas Elsbrock<br />
|
||||
<a href="mailto:mail@nelsbrock.de">mail@nelsbrock.de</a>
|
||||
</address>
|
||||
|
||||
<h2>Keine Erfassung von Besucherinformationen</h2>
|
||||
<p>
|
||||
Beim Besuch der Website unter www.nelsbrock.de werden keine
|
||||
personenbezogenen Daten verarbeitet. Zugriffsprotokolle sind
|
||||
deaktiviert.
|
||||
</p>
|
||||
<h2>Keine Erfassung von Besucherinformationen</h2>
|
||||
<p>
|
||||
Beim Besuch der Website unter www.nelsbrock.de werden keine
|
||||
personenbezogenen Daten verarbeitet. Zugriffsprotokolle sind
|
||||
deaktiviert.
|
||||
</p>
|
||||
|
||||
<hr />
|
||||
<hr />
|
||||
|
||||
<p>
|
||||
<a href="/" data-icon="">Zurück zur Hauptseite</a>
|
||||
</p>
|
||||
<p>
|
||||
<a href="/" data-icon="">Zurück zur Hauptseite</a>
|
||||
</p>
|
||||
</main>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user