diff options
author | olf <olf@subsignal.org> | 2015-03-15 16:31:33 +0100 |
---|---|---|
committer | olf <olf@subsignal.org> | 2015-03-15 16:31:33 +0100 |
commit | bb7735848b01ba519391fb523f43b0b1eb404779 (patch) | |
tree | 7b2bccb66b0ee562870d11dc228f6590ef314351 /template/pages | |
parent | dcedf4a1a6590ae75ce07b1a3d60561f62848c69 (diff) |
added map to home page
Diffstat (limited to 'template/pages')
-rw-r--r-- | template/pages/index/content.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/template/pages/index/content.html b/template/pages/index/content.html index b9515eb..4d04723 100644 --- a/template/pages/index/content.html +++ b/template/pages/index/content.html @@ -46,6 +46,16 @@ Wenn du nicht weißt, was du dir unter einem Hackerspace vorstellen sollst, dann </p> </div> <div class="col-sm-6"> +<h2> + Anfahrt +</h2> + <iframe width="100%" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://www.openstreetmap.org/export/embed.html?bbox=12.329902946949005%2C51.32978205332507%2C12.33178585767746%2C51.33099374423997&layer=mapnik&marker=51.33038790278499%2C12.330844402313232" style="border: 1px solid black"></iframe> + <p> + <b>sublab e.V.</b><br /> + Karl-Heine-Strasse 93, Tor B<br /> + 04229 Leipzig<br /> + Germany + </p> </div> </div> |