globe icon

This commit is contained in:
anarsec 2024-11-21 15:32:03 -05:00
parent a12f6316d5
commit 7586a0ce79
No known key found for this signature in database
5 changed files with 14 additions and 7 deletions

View file

@ -6,15 +6,15 @@ title = "Guides numériques pour anarchistes"
<br>
<br>
**You want a quick overview of our** **[advice for all anarchists?](/recommendations)**
**Vous voulez une rapide vue d'ensemble de nos** **[conseils pour tous les anarchistes ?](/fr/recommendations)**
**You need to** **[do action research or write an anonymous communique?](/posts/tails)**
**Vous voulez** **[faire des recherches pour une action ou écrire un communiqué anonyme ?](/posts/tails)**
**You need** **[increased security against malware?](/posts/qubes)**
**Vous voulez** **[mieux vous protéger des logiciels malveillants ?](/posts/qubes)**
**You want to** **[protect your digital devices from covert house visits by law enforcement?](/posts/tamper)**
**Vous voulez** **[protéger vos appareils numériques en cas de visite discrète de votre domicile par la police ?](/posts/tamper)**
<p><strong><a href="/series">See all guides
<p><strong><a href="/fr/series">Voir tous les guides
<span class="icon is-small">
<img src="/images/arrow-color.png">
</span>

BIN
static/images/globe.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View file

@ -529,6 +529,7 @@ section
max-height: calc(100vh - 48px)
overflow-y: scroll
div.column.is-2.is-hidden-mobile
padding-right: 0px !important
@ -585,6 +586,9 @@ a
li.lang-switcher
list-style: none
.dropdown-content
position: absolute !important
summary
list-style: none
@ -699,3 +703,4 @@ img[theme=dark]:not(.no-dark)
body[theme="dark"] .footer-text
color: white !important

View file

@ -62,7 +62,6 @@
{% endfor %}
{% endif %}
{% endfor %}
{% include "partials/language_switcher.html" %}
<a class="navbar-item" id="nav-search" title="Search" href="/search" target="_blank" rel="noopener noreferrer">
<span class="icon is-small">
<img src="/images/search.png">
@ -73,6 +72,7 @@
<img src="/images/night-mode.png">
</span>
</a>
{% include "partials/language_switcher.html" %}
</div>
</div>
</div>

View file

@ -1,7 +1,9 @@
<li class="lang-switcher">
<details class="dropdown">
<summary role="button" aria-haspopup="true" title="{{ trans(key="language_selection", lang=lang) }}" aria-label="{{ trans(key="language_selection", lang=lang) }}">
<span><div class="fas fa-globe"></div></span>
<span class="icon is-small">
<img src="/images/globe.png">
</span>
</summary>
<div class="dropdown-content" role="menu">
{#- Display the current language first in the dropdown -#}