- Mainpage developed: added customers and supplier list, added about me, contact details, highlighted projects
All checks were successful
ci / deploy (push) Successful in 34s

- changed back to git-authors-plugin because of usage of gitea
- added first blog post :-)
- little bit of clean up measures
- added skeleton of testimonial pages
This commit is contained in:
Stephan Hadan 2025-01-08 00:52:39 +01:00
parent 00fb203b7a
commit 53d3a77755
41 changed files with 448 additions and 42 deletions

View file

@ -1,5 +1,13 @@
{% extends "base.html" %}
{% block announce %}
<a href="/contact/" target="_blank">
<div class="md-banner">
🛠️ Meine Website ist noch im Aufbau und erhält kontinuierlich neue Inhalte. Bei Fragen und Anregungen gerne Kontaktaufnahme.
</div>
</a>
{% endblock %}
{% block tabs %}
{{ super() }}