forked from openhabfoundation/openhabfoundation.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
41 lines (39 loc) · 1.39 KB
/
contact.html
File metadata and controls
41 lines (39 loc) · 1.39 KB
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
---
layout: default
scriptfiles:
- js/jqBootstrapValidation.js
- js/contact_me.js
---
<!-- Page Heading/Breadcrumbs -->
<div class="row">
<div class="col-lg-12">
<h1 class="page-header">Contact
<small></small>
</h1>
<ol class="breadcrumb">
<li><a href="/">Home</a>
</li>
<li class="active">Contact</li>
</ol>
</div>
</div>
<!-- /.row --
<!-- Content Row -->
<div class="row">
<!-- Map Column -->
<div class="col-md-8">
<!-- Embedded Google Map -->
<iframe width="100%" height="400px" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d15036532.96553235!2d-0.7450918553625064!3d47.78690012964596!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47bd65a7d0f39a43%3A0xfc38b36a4dc66ba3!2sKollwitzweg+10%2C+64372+Ober-Ramstadt%2C+Deutschland!5e0!3m2!1sde!2sde!4v1463828273182"></iframe>
</div>
<!-- Contact Details Column -->
<div class="col-md-4">
<h3>Contact Details</h3>
<p>
<b>openHAB Foundation e.V.</b><br>Kollwitzweg 10<br>64372 Ober-Ramstadt<br>Germany<br>
</p>
<p><i class="fa fa-phone"></i> +49 (6154) 603-9765</p>
<p><i class="fa fa-envelope-o"></i> <a href="mailto:info@openhabfoundation.org">info@openhabfoundation.org</a>
</p>
</div>
</div>
<!-- /.row -->