-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
64 lines (61 loc) · 2.96 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
---
layout: default
title: Contact
section_id: contact
---
<div class='full parallax' style='background-image: url(images/@header/contact_healine.jpg); color: #fff; '>
<div class='row'>
<div class='large-12 columns'>
{% include section-header.html title="Contact" tagline="Get in touch with us" color="#fff" class="big" %}
</div>
</div>
<div class='four spacing'></div>
</div>
<div class='full'>
<div class='row'>
<div class='medium-8 columns'>
<p>Questions about our projects? Interested in taking part as a student or as a company? Or just curious to see our creative space and learn more about how we work? </p>
<p>We are looking forward to hearing from you and excited to get you on board! Just get in touch with us via email/phone or drop by in person.
</p>
<!-- <iframe class="mj-w-res-iframe" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://app.mailjet.com/widget/iframe/5M66/EFr" width="100%"></iframe>
-->
<script type="text/javascript" src="https://app.mailjet.com/statics/js/iframeResizer.min.js"></script>
<p>This is how to find us:</p>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2592.72262828729!2d8.481564900000002!3d49.4708554!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x4797ceaf0eafdec9%3A0x37d661e2cb309a64!2sinno.space!5e0!3m2!1sde!2sde!4v1540983579112" width="100%" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>
<!--
<div class='form'>
<div class='row'>
<form id='contact_form' method='POST'>
<div class='large-12 columns'>
<p id='thanks' style='display: none;'>
Thanks for contacting us, we'll be in touch soon!
</p>
</div>
<div class='medium-12 columns'>
<input class='required' name='name' placeholder='NAME' type='text'>
<input class='required email' name='email' placeholder='EMAIL' type='text'>
<input class='required' name='subject' placeholder='SUBJECT' type='text'>
<textarea class='required' name='message' placeholder='MESSAGE'></textarea>
<input class='button white' type='submit'>
</div>
</form>
</div>
</div>-->
<div class='two spacing'></div>
</div>
<div class='medium-4 columns'>
<div class='contact-details'>
<h4>Hochschule Mannheim</h4>
<p>inno.space in Gebäude K (EG)</p>
<p>Paul-Wittsack-Straße 10 </p>
<p>68163 Mannheim </p>
<h4>Email:</h4>
<p><a href="mailto:inno.space@hs-mannheim.de ?subject=Design Thinking - HS Mannheim">inno.space(at)hs-mannheim.de</a></p>
<h4>Phone:</h4>
<p><a href="tel:+496212926392 ?subject=Design Thinking - HS Mannheim">+49 621 2926-392</a></p>
</div>
</div>
</div>
</div>
<div class='four spacing'></div>
</div>