Improve links for map
This commit is contained in:
parent
97ee74f2df
commit
ca71386501
3 changed files with 11 additions and 12 deletions
|
@ -1,5 +1,5 @@
|
||||||
name: Reitanlage Oranienburg
|
name: Reitanlage Oranienburg
|
||||||
version: 1.4.3
|
version: 1.4.4
|
||||||
description: Design der Reitanlage Oranienburg
|
description: Design der Reitanlage Oranienburg
|
||||||
icon: rebel
|
icon: rebel
|
||||||
author:
|
author:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "reitanlage-oranienburg",
|
"name": "reitanlage-oranienburg",
|
||||||
"version": "1.4.3",
|
"version": "1.4.4",
|
||||||
"description": "The Reitanlage Oranienburg Theme for Grav CMS.",
|
"description": "The Reitanlage Oranienburg Theme for Grav CMS.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -1,7 +1,14 @@
|
||||||
<div class="w-100 h-100 d-flex flex-column">
|
<div class="w-100 h-100 d-flex flex-column pb-2">
|
||||||
<div class="flex-grow-1">
|
<div class="flex-grow-1">
|
||||||
<div class="position-relative w-100">
|
<div class="position-relative w-100">
|
||||||
<img class="w-100" alt="Diese Karte zeigt unseren Hof" src="{{ url('theme://images/map.webp') }}">
|
<a target="_blank" rel="noopener" href="https://www.openstreetmap.org/way/203340031">
|
||||||
|
<img class="w-100" alt="Diese Karte zeigt unseren Hof" src="{{ url('theme://images/map.webp') }}">
|
||||||
|
</a>
|
||||||
|
<small class="d-block position-absolute bottom-0 start-0">
|
||||||
|
<a class="bg-white text-black p-1" target="_blank" rel="noopener" href="https://goo.gl/maps/WFYcPCQVA5u2vegy8">
|
||||||
|
Auf Google Maps öffnen
|
||||||
|
</a>
|
||||||
|
</small>
|
||||||
<small class="d-block position-absolute bottom-0 end-0">
|
<small class="d-block position-absolute bottom-0 end-0">
|
||||||
<a class="bg-white text-black p-1" target="_blank" rel="noopener" href="https://www.openstreetmap.org/copyright">
|
<a class="bg-white text-black p-1" target="_blank" rel="noopener" href="https://www.openstreetmap.org/copyright">
|
||||||
© OpenStreetMap contributors
|
© OpenStreetMap contributors
|
||||||
|
@ -9,12 +16,4 @@
|
||||||
</small>
|
</small>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<small class="py-2 row">
|
|
||||||
<a class="py-2 py-md-0 col-12 col-md-6" target="_blank" rel="noopener" href="https://www.openstreetmap.org/way/203340031">
|
|
||||||
Auf OpenStreetMaps öffnen
|
|
||||||
</a>
|
|
||||||
<a class="py-2 py-md-0 col-12 col-md-6 text-md-end" target="_blank" rel="noopener" href="https://goo.gl/maps/WFYcPCQVA5u2vegy8">
|
|
||||||
Auf Google Maps öffnen
|
|
||||||
</a>
|
|
||||||
</small>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue