This repository has been archived by the owner on Jun 6, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathkontakt.template
65 lines (63 loc) · 2.43 KB
/
kontakt.template
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
62
63
64
65
<!DOCTYPE html>
<html lang="de">
{{head}}
<body>
{{nav}}
<div class="container">
<div class="page-header">
<h1>Kontakt</h1>
</div>
<div class="row" id="kontakt">
<div class="col-md-6">
<div class="panel panel-default">
<form class="form-horizontal" method="POST" action="/contact">
<fieldset>
<legend class="text-center header">Kontaktiere uns</legend>
<div class="form-group">
<div class="col-md-10 col-md-offset-1">
<b>E-Mail:</b> braunschweig (at) freifunk . net (Mailingliste)<br>
<b>Twitter:</b> <a href="https://twitter.com/freifunk_bs">@freifunk_bs</a><br>
<b>IRC:</b> <a href="irc://chat.freenode.net/freifunk-bs">#[email protected]</a> (<a href="https://webchat.freenode.net/?channels=freifunk-bs">Webchat</a>)<br>
<b>Mailingliste:</b> <a href="http://lists.freifunk.net/mailman/listinfo/braunschweig-freifunk.net">Eintragen</a><br>
</div>
</div>
<h4 class="text-center">Formular</h4>
<div class="form-group">
<div class="col-md-10 col-md-offset-1">
Email Adresse:
<input name="email" type="text" placeholder="Email Adresse" class="form-control">
</div>
</div>
<div class="form-group">
<div class="col-md-10 col-md-offset-1">
Nachricht:
<textarea class="form-control" name="message" placeholder="Deine Nachricht" rows="7"></textarea>
</div>
</div>
<div class="form-group">
<div class="col-md-12 text-center">
<button type="submit" class="btn btn-primary btn-lg">Nachricht Abschicken</button>
</div>
</div>
</fieldset>
</form>
</div>
</div>
<div class="col-md-6">
<div class="panel panel-default">
<legend class="text-center header">Unser Büro</legend>
<div class="panel-body text-center" style="padding-top: 0px">
<h4>Adresse</h4>
Stratum 0 e.V. <br>
Freifunk Braunschweig<br>
Hamburger Straße 273A<br>
38114 Braunschweig<br>
<hr>
<iframe class="text-center" width="100%" scrolling="no" height="300" frameborder="0" src="//www.openstreetmap.org/export/embed.html?bbox=10.518212914466858%2C52.27685277747112%2C10.524006485939026%2C52.27966553459799&marker=52.278259178349444%2C10.521109700202942" marginwidth="0" marginheight="0"></iframe>
</div>
</div>
</div>
</div>
</div>
{{footer}}
</body>