Map links

This commit is contained in:
Pascal Engélibert 2021-03-20 11:06:20 +01:00 committed by www-data
parent d9f87f86ce
commit 100d0c68ef
3 changed files with 20 additions and 2 deletions

View File

@ -272,6 +272,20 @@ details#invite[open] summary {
text-align: center; text-align: center;
} }
.map_button {
display: flex;
align-items: center;
justify-content: center;
padding-bottom: 12px;
}
.map_button img {
width: 48px !important;
padding-right: 8px;
}
/* ------------------------------------------ GUIDES ------------------------------------------ */ /* ------------------------------------------ GUIDES ------------------------------------------ */

BIN
img/Mapping_Kit.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -15,7 +15,7 @@ include 'templates/header.php';
<!-- <!--
<details id="invite"> <details id="invite">
<summary> <summary>
<time datetime="2020-11-13 20:00">13 nov 2020</time> <time datetime="2021-04-10 15:00">15 avril 2021</time>
Invitation Juneland Invitation Juneland
</summary> </summary>
@ -23,7 +23,7 @@ include 'templates/header.php';
<p class="adresse">Cher juniste, cher mineur,</p> <p class="adresse">Cher juniste, cher mineur,</p>
<p> <p>
Le prochain rendez-vous Juneland aura lieu <time datetime="2020-11-13 20:00">vendredi 13 novembre 2020, à 20h00</time>. Le prochain rendez-vous Juneland aura lieu <time datetime="2021-04-10 15:00">samedi 10 avril 2021, à 15h00</time>.
</p> </p>
<p> <p>
@ -171,6 +171,8 @@ include 'templates/header.php';
<span>juneland.fr</span> <span>juneland.fr</span>
<span>30000</span> <span>30000</span>
</address> </address>
<a class="map_button" href="/map/creative"><img alt="Carte" src="img/Mapping_Kit.png"/>Carte du monde</a>
</dd> </dd>
<dt>JuneLand Survival</dt> <dt>JuneLand Survival</dt>
@ -188,6 +190,8 @@ include 'templates/header.php';
<span>survival.juneland.fr</span> <span>survival.juneland.fr</span>
<span>30000</span> <span>30000</span>
</address> </address>
<a class="map_button" href="/map/survival"><img alt="Carte" src="img/Mapping_Kit.png"/>Carte du monde</a>
</dd> </dd>
</dl> </dl>