-
Notifications
You must be signed in to change notification settings - Fork 0
/
proa.html
49 lines (42 loc) · 1.76 KB
/
proa.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" type="image/x-icon" href="IMG_1257.png">
<script src="script.js"></script>
<title>
Friends-Projektanlegung
</title>
</head>
<body id="proaseite">
<header>
<div><img src="IMG_1257.png" class="logo"></div>
<div></div>
<div><a href="pros.html">Projektsuche</a></div>
<div><a href="freuf.html">Freunde finden</a></div>
<div><a href="einstellung.html">Einstellungen</a></div>
</header>
<div class="centerer">
<form class="projektanlegung">
<div class="eingabe">
<h2>Projektanlegung</h2>
</div>
<div class="eingabe"><b>Projektname:</b>
<input type="text" required placeholder="Projektname" id="projektname">
</div>
<div class="eingabe"><b>Beschreibung:</b><input type="text" required
placeholder="Projektbeschreibung" id="Beschreibungprojekt"></div>
<div class="eingabe"><b>Stichworte:</b><input type="text" required placeholder="Stichworte"></div>
<!--<div class="eingabe"><b>Foto</b><input type="file" accept="image/heic, image/png, image/jpg, image/jpeg" id="projektfotos"></div>-->
<div><input type="submit" value="Veröffentlichen" id="projektveröffentlichen"></div>
</form>
</div>
<footer>
<h2 class="Überschrift">Impressum</h2><p class="impressum">Jolan (Datenverarbeitung)<br>Nic (HTML und CSS)<br>Jakob (HTML und
CSS)<br>Karl (Graphik
und Design)<br>Valentin (Präsentation)<br>DJ (Präsentation)</p>
</footer>
</body>
</html>