Skip to content
Snippets Groups Projects
Verified Commit 7586a0ce authored by anarsec's avatar anarsec
Browse files

globe icon

parent a12f6316
No related branches found
No related tags found
No related merge requests found
...@@ -6,15 +6,15 @@ title = "Guides numériques pour anarchistes" ...@@ -6,15 +6,15 @@ title = "Guides numériques pour anarchistes"
<br> <br>
<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"> <span class="icon is-small">
<img src="/images/arrow-color.png"> <img src="/images/arrow-color.png">
</span> </span>
......
static/images/globe.png

15.2 KiB

...@@ -529,6 +529,7 @@ section ...@@ -529,6 +529,7 @@ section
max-height: calc(100vh - 48px) max-height: calc(100vh - 48px)
overflow-y: scroll overflow-y: scroll
div.column.is-2.is-hidden-mobile div.column.is-2.is-hidden-mobile
padding-right: 0px !important padding-right: 0px !important
...@@ -585,6 +586,9 @@ a ...@@ -585,6 +586,9 @@ a
li.lang-switcher li.lang-switcher
list-style: none list-style: none
.dropdown-content
position: absolute !important
summary summary
list-style: none list-style: none
...@@ -699,3 +703,4 @@ img[theme=dark]:not(.no-dark) ...@@ -699,3 +703,4 @@ img[theme=dark]:not(.no-dark)
body[theme="dark"] .footer-text body[theme="dark"] .footer-text
color: white !important color: white !important
...@@ -62,7 +62,6 @@ ...@@ -62,7 +62,6 @@
{% endfor %} {% endfor %}
{% endif %} {% endif %}
{% endfor %} {% endfor %}
{% include "partials/language_switcher.html" %}
<a class="navbar-item" id="nav-search" title="Search" href="/search" target="_blank" rel="noopener noreferrer"> <a class="navbar-item" id="nav-search" title="Search" href="/search" target="_blank" rel="noopener noreferrer">
<span class="icon is-small"> <span class="icon is-small">
<img src="/images/search.png"> <img src="/images/search.png">
...@@ -73,6 +72,7 @@ ...@@ -73,6 +72,7 @@
<img src="/images/night-mode.png"> <img src="/images/night-mode.png">
</span> </span>
</a> </a>
{% include "partials/language_switcher.html" %}
</div> </div>
</div> </div>
</div> </div>
......
<li class="lang-switcher"> <li class="lang-switcher">
<details class="dropdown"> <details class="dropdown">
<summary role="button" aria-haspopup="true" title="{{ trans(key="language_selection", lang=lang) }}" aria-label="{{ trans(key="language_selection", lang=lang) }}"> <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> </summary>
<div class="dropdown-content" role="menu"> <div class="dropdown-content" role="menu">
{#- Display the current language first in the dropdown -#} {#- Display the current language first in the dropdown -#}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment