add maps to the location
This commit is contained in:
BIN
gaehsnitz/static/gaehsnitz/map-big.png
Normal file
BIN
gaehsnitz/static/gaehsnitz/map-big.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 344 KiB |
BIN
gaehsnitz/static/gaehsnitz/map-small.png
Normal file
BIN
gaehsnitz/static/gaehsnitz/map-small.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 99 KiB |
@@ -1,4 +1,4 @@
|
|||||||
html, body, div,
|
html, body, div, img,
|
||||||
h1, h2, h3, h4, h5, h6,
|
h1, h2, h3, h4, h5, h6,
|
||||||
a, p, b, i,
|
a, p, b, i,
|
||||||
form, label, input,
|
form, label, input,
|
||||||
@@ -79,6 +79,14 @@ a:hover, a:focus {
|
|||||||
color: #EEEEEE;
|
color: #EEEEEE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a img {
|
||||||
|
transition: transform 100ms;
|
||||||
|
}
|
||||||
|
|
||||||
|
a img:hover, a img:focus {
|
||||||
|
transform: scale(103%);
|
||||||
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 24px;
|
margin-top: 24px;
|
||||||
margin-bottom: 14px;
|
margin-bottom: 14px;
|
||||||
@@ -131,6 +139,27 @@ td {
|
|||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.img-bar {
|
||||||
|
width: 100%;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: space-evenly;
|
||||||
|
margin-top: 16px;
|
||||||
|
margin-bottom: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.img-bar a {
|
||||||
|
flex: 0 1 auto;
|
||||||
|
max-width: 48%;
|
||||||
|
max-height: 440px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.img-bar img {
|
||||||
|
max-width: 100%;
|
||||||
|
max-height: 440px;
|
||||||
|
}
|
||||||
|
|
||||||
#area-map {
|
#area-map {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 800px;
|
max-width: 800px;
|
||||||
|
|||||||
@@ -17,6 +17,14 @@
|
|||||||
Koordinaten: 50.9070, 12.5465<br>
|
Koordinaten: 50.9070, 12.5465<br>
|
||||||
<a href="https://goo.gl/maps/Hw9WBs1KjUFc8H866">Linz zu Google-Maps</a>
|
<a href="https://goo.gl/maps/Hw9WBs1KjUFc8H866">Linz zu Google-Maps</a>
|
||||||
</p>
|
</p>
|
||||||
|
<div class="img-bar">
|
||||||
|
<a href="{% static 'gaehsnitz/map-big.png' %}">
|
||||||
|
<img src="{% static 'gaehsnitz/map-big.png' %}" alt="große Karte">
|
||||||
|
</a>
|
||||||
|
<a href="{% static 'gaehsnitz/map-small.png' %}">
|
||||||
|
<img src="{% static 'gaehsnitz/map-small.png' %}" alt="kleine Karte">
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
<p>
|
<p>
|
||||||
🛠 Später mehr zum Thema Mitfahrgelegenheiten und Öffis ...
|
🛠 Später mehr zum Thema Mitfahrgelegenheiten und Öffis ...
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user