-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathanfahrt.php
63 lines (62 loc) · 1.56 KB
/
anfahrt.php
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
<?php
$thisPage = "kontakt";
include ("header.php");
?>
<!--
++++++++++++++++++++
HEADER
++++++++++++++++++++
-->
<div class="row">
<div class="col-xs-12 padding-0">
<img src="img/SuB_01.jpg" class="img-responsive header-size" alt="Luftbildaufnahme Westenholz mit SuB"/>
</div>
</div>
<!--
++++++++++++++++++++
TAGLINE
++++++++++++++++++++
-->
<div class="row">
<div class="col-lg-12 color-pastel-dark-background z-50">
<div class="container">
<div class="row">
</div>
</div>
</div>
</div>
<!--
++++++++++++++++++++
KONTAKT
++++++++++++++++++++
-->
<div class="row">
<div class="col-lg-12 ">
<div class="container">
<div class="row">
<div class="pos-center w75">
<div class="headline-dashed z-0"></div>
</div>
<div class="col-sm-4 col-sm-offset-4 col-xs-6 col-xs-offset-3 z-50">
<div class="headline headline-h1 color-base">Anfahrt</div>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row">
<div class="col-lg-12">
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d2469.834708896771!2d8.471491999999998!3d51.754346!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47ba3301c05637d9%3A0x9c2f61f1b718c146!2sSport-+und+Begegnungszentrum+Westenholz!5e0!3m2!1sde!2sde!4v1417697017421" width="100%" height="600" frameborder="0" style="border:0"></iframe>
</div>
</div>
</div>
</div>
</div>
<?php include ("footer.php");?>
<!--
++++++++++++++++++++
END PAGE
++++++++++++++++++++
-->
</div> <!-- !end container_fluid -->
</body>
</html>