Add socials Folgt uns - FB IG YT TikTok with verified URLs from folx.tv
This commit is contained in:
parent
e42c3b4f0f
commit
4e7eb4bd77
@ -396,6 +396,25 @@
|
||||
transition: border-color 0.15s;
|
||||
}
|
||||
.foot-text a:hover { border-color: var(--folx-magenta); }
|
||||
.foot-socials {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 6px;
|
||||
}
|
||||
.foot-socials a {
|
||||
border-bottom: none;
|
||||
padding: 4px 0;
|
||||
display: inline-block;
|
||||
width: fit-content;
|
||||
}
|
||||
.foot-socials a:hover { color: var(--folx-magenta); }
|
||||
.foot-divider {
|
||||
display: block;
|
||||
width: 24px;
|
||||
height: 1px;
|
||||
background: var(--border);
|
||||
margin: 8px 0 4px;
|
||||
}
|
||||
.foot-copy {
|
||||
max-width: 1400px;
|
||||
margin: 32px auto 0;
|
||||
@ -570,12 +589,15 @@
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="foot-label">Mehr</div>
|
||||
<div class="foot-text">
|
||||
<div class="foot-label">Folgt uns</div>
|
||||
<div class="foot-text foot-socials">
|
||||
<a href="https://www.facebook.com/folxtv/" target="_blank" rel="noopener">Facebook</a>
|
||||
<a href="https://www.instagram.com/folxtv/" target="_blank" rel="noopener">Instagram</a>
|
||||
<a href="https://www.youtube.com/@folxmtv" target="_blank" rel="noopener">YouTube</a>
|
||||
<a href="https://www.tiktok.com/@folx.tv" target="_blank" rel="noopener">TikTok</a>
|
||||
<span class="foot-divider"></span>
|
||||
<a href="https://folx.tv">folx.tv</a> — Nachrichten & Videos<br/>
|
||||
<a href="https://folx.network">folx.network</a> — Netzwerk<br/>
|
||||
<a href="https://www.youtube.com/@folxmtv">YouTube</a><br/>
|
||||
<a href="https://www.facebook.com/folxmtv">Facebook</a>
|
||||
<a href="https://folx.network">folx.network</a> — Netzwerk
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user