reitanlage-oranienburg/templates/partials/osm.html.twig

20 lines
915 B
Twig
Raw Normal View History

2023-04-25 20:22:18 +00:00
<div class="w-100 h-100 d-flex flex-column pb-2">
2022-12-05 19:45:15 +00:00
<div class="flex-grow-1">
<div class="position-relative w-100">
2024-01-30 01:07:58 +00:00
<a target="_blank" rel="noopener" href="https://www.openstreetmap.org/way/203340031" data-umami-event="OSM button">
2023-04-25 20:22:18 +00:00
<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">
2024-01-30 01:07:58 +00:00
<a class="bg-white text-black p-1" target="_blank" rel="noopener" href="https://goo.gl/maps/WFYcPCQVA5u2vegy8" data-umami-event="Google-Maps button">
2023-04-25 20:22:18 +00:00
Auf Google Maps öffnen
</a>
</small>
2022-12-05 19:45:15 +00:00
<small class="d-block position-absolute bottom-0 end-0">
2024-01-30 01:07:58 +00:00
<a class="bg-white text-black p-1" target="_blank" rel="noopener" href="https://www.openstreetmap.org/copyright" data-umami-event="OSM-copyright button">
2022-12-05 19:45:15 +00:00
&#169; OpenStreetMap contributors
</a>
</small>
</div>
</div>
2021-02-13 12:10:23 +00:00
</div>