fix colors
This commit is contained in:
parent
242d3bd915
commit
da5e765d49
13 changed files with 455 additions and 656 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>{% block title %}Studio Einszwovier{% endblock %}</title>
|
||||
|
|
@ -11,14 +11,20 @@
|
|||
<img src="/static/images/logo.png" alt="Studio Einszwovier Logo" class="logo">
|
||||
</a>
|
||||
<nav>
|
||||
<a href="/">Home</a> |
|
||||
<a href="/about">About</a> |
|
||||
<a href="/cost">Cost Calculator</a>
|
||||
<a href="/">Startseite</a> |
|
||||
<a href="/about">Über uns</a> |
|
||||
<a href="/cost">Kostenrechner</a> |
|
||||
<a href="/">Zur Startseite</a>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
{% block content %}{% endblock %}
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<img src="/static/images/gvb-logo.png" alt="GVB Logo" class="footer-logo">
|
||||
© Studio Einszwovier @ GvB Berlin
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue