-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcontact.html
executable file
·66 lines (66 loc) · 2.62 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
62
63
64
65
66
---
layout: default
title: titles.contact
---
<article id="main">
<header class="special container">
<span class="icon fa-map-marker"></span>
<h2>
{% if site.lang == "it" %}Dove siamo {% elsif site.lang == "en" %}Where you can find us {% endif %}
</h2>
</header>
<div class="wrapper style4 special container small" align="center">
<div id="contact-info">
<ul>
<li><span class="icon fa-map-marker"></span>Dipartimento di Ingegneria Industriale<br>
Via Venezia, 1 – 35131 Padova (Italy)<br>
Tel: 049 8276751<br>
Faculty Advisor: Prof. Giovanni Meneghetti
<li><span class="icon fa-envelope"></span>giovanni.meneghetti@unipd.it</li>
<li><span class="icon fa-envelope"></span>info@raceup.it</li>
<li><span class="icon fa-globe"></span>raceup.it</li>
</ul>
</div>
<ul class="buttons">
{% include download_brochure.html %}
</ul>
</div>
<header class="special container">
<span class="icon fa-envelope"></span>
{% if site.lang == "it" %}
<h2>Chiedici informazioni!</h2>
<p>Usa il form qui sotto per chiederci qualsiasi informazione e domanda.</p>
{% elsif site.lang == "en" %}
<h2>Ask us anything!</h2>
<p>Use the form below to ask us anything.</p>
{% endif %}
</header>
<div class="wrapper style4 special container small">
<div class="content">
<form method="POST" action="http://formspree.io/info@raceup.it">
<div class="row half collapse-at-2">
<div class="12u">
<input name="email" placeholder="Email">
</div>
</div>
<div class="row half">
<div class="12u">
<input name="_subject" placeholder="Subject">
</div>
</div>
<div class="row half">
<div class="12u">
<textarea name="message" placeholder="Message" rows="7"></textarea>
</div>
</div>
<div class="row">
<div class="12u">
<ul class="buttons">
<li><input type="submit" class="special" value="Send Message"></li>
</ul>
</div>
</div>
</form>
</div>
</div>
</article>