Schulchronik Vollständig

This commit is contained in:
Denys Konovalov
2020-08-07 21:08:46 +02:00
parent 6d43177e14
commit b25868cc01
942 changed files with 88069 additions and 83 deletions

View File

@ -22,7 +22,7 @@
{{ .Content }}
<a href="tel:{{ .Site.Params.mobile }}" class="text-color h5 d-block">{{ .Site.Params.mobile }}</a>
<a href="mailto:{{ .Site.Params.email }}" class="mb-5 text-color h5 d-block">{{ .Site.Params.email }}</a>
<p>{{ .Site.Params.address | markdownify }}</p>
<a href="{{ .Site.Params.route_link }}" class="mb-5 text-color d-block">{{ .Site.Params.address | markdownify }}</a>
</div>
</div>
</div>
@ -30,17 +30,18 @@
<!-- /contact -->
<!-- gmap -->
<section class="section pt-0">
<section class="section pt-0 bg-gray">
<!-- OPenStreetMap -->
<div class="map_canvas">
<iframe width="100%" height="400" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://www.openstreetmap.org/export/embed.html?bbox=11.963604390621185%2C51.472637532848985%2C11.967144906520845%2C51.474201296827125&amp;layer=mapnik&amp;marker=51.473419421538615%2C11.965374648571014"></iframe>
<div class="map_canvas container">
<iframe width="100%" height="500" scrolling="no" marginheight="0" marginwidth="0" src="https://www.openstreetmap.org/export/embed.html?bbox=11.963604390621185%2C51.472637532848985%2C11.967144906520845%2C51.474201296827125&amp;layer=mapnik&amp;marker=51.473419421538615%2C11.965374648571014" style="border:1px solid; border-color: #1e1e4b;"></iframe>
</div>
<style>
.map_canvas {
overflow:hidden;
background:none!important;
height:400px;
height:500px;
width:100%;
center:true;
}
</style>
</section>