forked from dis-delft/dis-delft.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
31 lines (28 loc) · 1.13 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
---
layout: default_style
published: true
---
<section class="section-global-wrapper">
<div class="container content-space">
<div class="row">
<div class="col-lg-4 col-md-5 mt-5">
<h4>Find us at:</h4>
<p> <a href="https://iamap.tudelft.nl/poi/elektrotechniek-wiskunde-informatica/" target="_blank">{{ site.building }}</a> <br/>
{{ site.room }} <br/>
{{ site.street }} <br/>
{{ site.zipcode }} <br/>
{{ site.country }} <br/>
<p>Phone: {{ site.telephone_number }}</p>
<p>Email: <a href="mailto: {{site.company_email}}" target="_blank">{{ site.company_email }}</a></p> <br>
<br>
</div>
<div class="col-lg-8 col-md-7">
<div class="row">
<iframe id="contact-map" width="100%" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"
src="{{ site.google_map }}"></iframe>
<br/>
</div>
</div>
</div>
</div>
</section>