-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
55 lines (44 loc) · 1.36 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
---
layout: default
ref: contact
lang: en
permalink: /contact
priority: 90
---
<h1>Contact Us</h1>
<p>You can reach us via</p>
<address>
<strong>{{site.name}}</strong><br />
Hirtenweg 14<br />
91054 Buckenhof / Germany<br />
<abbr title="Mail"><i class="fa fa-envelope"></i></abbr>: [email protected]
</address>
<p>at our production site</p>
<p>
<strong>{{site.name}}</strong><br />
Am Weichselgarten 7<br />
91058 Erlangen / Germany<br/>
As member of the IGZ Innovations- und Gründerzentrum Nürnberg-Fürth-Erlangen GmbH<br/>
</p>
<p>or by using the form below. We do our best to answer your inquiry in
no time.</p>
<h2>Form</h2>
<form action="https://formspree.io/[email protected]"
method="POST">
<div class="form-group">
<div class="input-group margin-bottom-sm">
<span class="input-group-addon"><i class="fa fa-user fa-fw"></i></span>
<input class="form-control" name="name" type="text" placeholder="Name">
</div>
</div>
<div class="form-group">
<div class="input-group margin-bottom-sm">
<span class="input-group-addon"><i class="fa fa-envelope-o fa-fw"></i></span>
<input class="form-control" name="mail" type="text" placeholder="Email address">
</div>
</div>
<div class="form-group">
<textarea class="form-control" name="text" rows="5"></textarea>
</div>
<button type="submit" class="btn btn-default">Submit</button>
</form>