Code du site
https://militant.es/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
1.1 KiB
16 lines
1.1 KiB
<div class="info"> |
|
<p>La flemme de lire ? passez directement à l'installation :</p> |
|
<div style="display:flex; justify-content:space-evenly; width:100%"> |
|
{% set imgconv = resize_image(path="/os/android.png", width=50, height=50, op="fit_height") %} |
|
{% set imgios = resize_image(path="/os/ios.png", width=50, height=50, op="fit_height") %} |
|
{% set imgthu = resize_image(path="/os/windows10.png", width=50, height=50, op="fit_height") %} |
|
{% set imgapple = resize_image(path="/os/apple.png", width=50, height=50, op="fit_height") %} |
|
{% set imgtux = resize_image(path="/os/tux.png", width=50, height=50, op="fit_height") %} |
|
|
|
<a href="{{ get_url(path="@/tuto/conversations.md") }}"><img alt="android" src="{{ imgconv.url }}"/></a> |
|
<a href="{{ get_url(path="@/tuto/iOS.md") }}"><img alt="ios" src="{{ imgios.url }}"/></a> |
|
<a href="{{ get_url(path="@/tuto/thunderbird.md") }}"><img alt="windows" src="{{ imgthu.url }}"/></a> |
|
<a href="{{ get_url(path="@/tuto/thunderbird.md") }}"><img alt="apple" src="{{ imgapple.url }}"/></a> |
|
<a href="{{ get_url(path="@/tuto/thunderbird.md") }}"><img alt="gnu/linux" src="{{ imgtux.url }}"/></a> |
|
</div> |
|
</div>
|
|
|