Move contact icons
This commit is contained in:
+2
-1
@@ -40,10 +40,11 @@ hr {
|
|||||||
#kontak {
|
#kontak {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
margin-bottom: .6em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#kontak button {
|
#kontak button {
|
||||||
margin-right: 1.5em;
|
margin-right: .6em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.orientation-modal, .charte-modal {
|
.orientation-modal, .charte-modal {
|
||||||
|
|||||||
+26
-25
@@ -889,10 +889,35 @@
|
|||||||
</q>
|
</q>
|
||||||
<small>Serge GLAUDE (Co-fondateur du GONG)</small>
|
<small>Serge GLAUDE (Co-fondateur du GONG)</small>
|
||||||
<hr>
|
<hr>
|
||||||
<button class="js-modal-trigger has-text-weight-bold" data-target="legal">
|
<div id="kontak">
|
||||||
|
<div>
|
||||||
|
<a href="mailto:gong971@proton.me">
|
||||||
|
<button title="E-mail">
|
||||||
|
<img src="./img/protonmail.svg" width="24" alt="Logo Protonmail">
|
||||||
|
</button>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<a href="https://bokantaj.o-k-i.net/@GONG">
|
||||||
|
<button title="Pleroma + Soapbox (Bokantaj)">
|
||||||
|
<img src="./img/soapbox.svg" width="24" alt="Logo Soapbox">
|
||||||
|
</button>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<a href="https://gade.o-k-i.net/c/gong_tv">
|
||||||
|
<button title="PeerTube (Gade)">
|
||||||
|
<img src="./img/peertube.svg" width="24" alt="Logo PeerTube">
|
||||||
|
</button>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<button class="button js-modal-trigger has-text-weight-bold" data-target="legal">
|
||||||
Mentions légales
|
Mentions légales
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
<div id="legal" class="modal">
|
<div id="legal" class="modal">
|
||||||
<div class="modal-background"></div>
|
<div class="modal-background"></div>
|
||||||
@@ -1108,30 +1133,6 @@
|
|||||||
<p>
|
<p>
|
||||||
Tout litige en relation avec l’utilisation du site <a href="https://gong.gp">gong.gp</a> est soumis au droit français.
|
Tout litige en relation avec l’utilisation du site <a href="https://gong.gp">gong.gp</a> est soumis au droit français.
|
||||||
En dehors des cas où la loi ne le permet pas, il est fait attribution exclusive de juridiction aux tribunaux compétents de Guadeloupe.</p>
|
En dehors des cas où la loi ne le permet pas, il est fait attribution exclusive de juridiction aux tribunaux compétents de Guadeloupe.</p>
|
||||||
<hr>
|
|
||||||
<div id="kontak">
|
|
||||||
<div>
|
|
||||||
<a href="mailto:gong971@proton.me">
|
|
||||||
<button title="E-mail">
|
|
||||||
<img src="./img/protonmail.svg" width="24" alt="Logo Protonmail">
|
|
||||||
</button>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<a href="https://bokantaj.o-k-i.net/@GONG">
|
|
||||||
<button title="Pleroma + Soapbox (Bokantaj)">
|
|
||||||
<img src="./img/soapbox.svg" width="24" alt="Logo Soapbox">
|
|
||||||
</button>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<a href="https://gade.o-k-i.net/c/gong_tv">
|
|
||||||
<button title="PeerTube (Gade)">
|
|
||||||
<img src="./img/peertube.svg" width="24" alt="Logo PeerTube">
|
|
||||||
</button>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<button class="modal-close is-large" aria-label="close"></button>
|
<button class="modal-close is-large" aria-label="close"></button>
|
||||||
|
|||||||
Reference in New Issue
Block a user