add element web

This commit is contained in:
Aron Petau 2025-11-05 14:55:11 +01:00
parent 98417edd8b
commit 000ec5d25f
9 changed files with 209 additions and 236 deletions

View file

@ -3,14 +3,14 @@
<head>
<meta charset="UTF-8">
<title>{% block title %}Studio Einszwovier{% endblock %}</title>
<title>{% block title %}studio einszwovier{% endblock %}</title>
<link rel="stylesheet" href="/static/css/style.css">
</head>
<body>
<header>
<a href="/" class="logo-link">
<img src="/static/images/logo.png" alt="Studio Einszwovier Logo" class="logo">
<img src="/static/images/logo.png" alt="studio einszwovier Logo" class="logo">
</a>
<nav>
<a href="/">Startseite</a> |

View file

@ -72,6 +72,12 @@
Entwicklung und Projektmanagement.</div>
</a>
<a class="link-card" href="http://{{ server_hostname }}:{{ element_port }}" target="_blank">
<div class="title">Matrix Chat</div>
<div class="tagline">Browser-basierter Chat für die studio einszwovier Community. Nutzt den bestehenden
Matrix-Server keine App-Installation nötig.</div>
</a>
<a class="link-card" href="mailto:einszwovier@gvb-gymnasium.de" target="_blank">
<div class="title">Kontakt</div>
<div class="tagline">Schreibe uns direkt an: einszwovier@gvb-gymnasium.de</div>

View file

@ -2,7 +2,7 @@
<!-- templates/result.html -->
{% extends "base.html" %}
{% block title %}Druckkosten Ergebnis Studio EinsZwoVier{% endblock %}
{% block title %}Druckkosten Ergebnis studio einszwovier{% endblock %}
{% block content %}
<div class="container">
@ -70,7 +70,8 @@
<input type="text" id="name" name="name" required placeholder="Dein Name">
<label for="comment"><strong>Zusätzliche Hinweise:</strong></label>
<textarea id="comment" name="comment" rows="4" placeholder="z.&nbsp;B. doppelseitig oder spezielles Papier"></textarea>
<textarea id="comment" name="comment" rows="4"
placeholder="z.&nbsp;B. doppelseitig oder spezielles Papier"></textarea>
<button type="submit">Auftrag senden</button>
</form>
@ -79,4 +80,4 @@
<a href="/">Neues PDF hochladen</a>
</div>
</div>
{% endblock %}
{% endblock %}