- Mainpage developed: added customers and supplier list, added about me, contact details, highlighted projects
All checks were successful
ci / deploy (push) Successful in 34s
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:
parent
00fb203b7a
commit
53d3a77755
41 changed files with 448 additions and 42 deletions
|
@ -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() }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue