mirror of
https://0xacab.org/anarsec/anarsec.guide.git
synced 2025-06-22 05:24:15 -04:00
globe icon
This commit is contained in:
parent
a12f6316d5
commit
7586a0ce79
5 changed files with 14 additions and 7 deletions
|
@ -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>
|
||||||
|
|
BIN
static/images/globe.png
Normal file
BIN
static/images/globe.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
|
@ -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
|
||||||
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)
|
||||||
|
|
||||||
body[theme="dark"] .footer-text
|
body[theme="dark"] .footer-text
|
||||||
color: white !important
|
color: white !important
|
||||||
|
|
||||||
|
|
|
@ -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 @@
|
||||||
<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>
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
<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 -#}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue