-
Notifications
You must be signed in to change notification settings - Fork 1
/
contact.html
61 lines (52 loc) · 1.94 KB
/
contact.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>FIRST AID ALPAKA - Kontakte</title>
<link rel="stylesheet" type="text/css" href="./assets/css/style.css">
</head>
<body>
<nav>
<a id="Pfeil" href="index.html">
<img src="./assets/images/Logo.png" alt="Pfeil">
</a>
<ul>
<li><a href="stats.html">Statistik</a></li>
<li><a href="formular.html">Formular</a></li>
<li><a href="index.html">Home</a></li>
</ul>
</nav>
<div class="Vernetzung">
<p>Willkommen in der Vernetzungs - Ecke. Hier könnt ihr euch eintragen, wenn ihr Lust habt euch mit anderen </br>
Schulsanitätern zu unterhalten, treffen etc.</br>
Oder ihr Antwortet auf eine bereits hochgeladene Anzeigen und knüpft so Kontakte.</p>
</div>
<div class="Sendenbutton">
<div class="Anzeige">
<p><b>Deine Anzeige</b></p>
<p>Name, Vorname </br>
<input type="Name" ></br>
Email Adresse</br>
<input type="Name" ></br>
Wohnort</br>
<input type="Name" ></br>
Kontaktmöglichkeit (Discord, Nummer o.Ä.)</br>
<input type="Name" ></br>
Thema</br>
<textarea id="thema" name="thema" rows="12" cols="100"></textarea></br>
</br>
<button><p>Senden</p></button>
</div>
<div class="Sendenbutton">
</br>
<div class="Antworten">
<p><b>ANZEIGEN</b></p>
<p><i>Siri Montgomery</i></br>
Hallo, ich bin 16, Schulsanitäterin aus Dresden und suche andere Schulsanis, die sich </br>
über Techniken um Wunden zu schminken unterhalten wollen. Schreibt mich gern an! </br>
Siri</p>
</br>
Antworten</br>
<textarea id="antwort" name="antwort" rows="12" cols="100"></textarea></br></br>
<button><p>Senden</p></button>
</div>