Write freelance page en fr
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
nemunaire 2021-07-26 18:39:51 +02:00
commit 7e4b044f7b
24 changed files with 383 additions and 13 deletions

View file

@ -21,23 +21,23 @@
</h4>
<div class="list-group list-group-horizontal-md">
<a href="{{ ref . "/use-happyDNS/freelance" }}" class="list-group-item list-group-item-action text-center font-weight-bold d-flex flex-column">
<img src="/img/users/freelance.svg" alt="{{ i18n "freelance" }}" class="w-100 mb-3 flex-grow-1">
<img src="/img/screenshots/users/freelance.svg" alt="{{ i18n "freelance" }}" class="w-100 mb-3 flex-grow-1">
<span>{{ i18n "freelance" }}</span>
</a>
<a class="list-group-item list-group-item-action text-center font-weight-bold disabled d-flex flex-column">
<img src="/img/users/sysadmin.svg" alt="{{ i18n "sysadmin" }}" class="w-100 mb-3 flex-grow-1">
<img src="/img/screenshots/users/sysadmin.svg" alt="{{ i18n "sysadmin" }}" class="w-100 mb-3 flex-grow-1">
<span>{{ i18n "sysadmin" }}</span>
</a>
<a class="list-group-item list-group-item-action text-center font-weight-bold disabled d-flex flex-column">
<img src="/img/users/devops.svg" alt="{{ i18n "devops" }}" class="w-100 mb-3 flex-grow-1">
<img src="/img/screenshots/users/devops.svg" alt="{{ i18n "devops" }}" class="w-100 mb-3 flex-grow-1">
<span>{{ i18n "devops" }}</span>
</a>
<a class="list-group-item list-group-item-action text-center font-weight-bold disabled d-flex flex-column">
<img src="/img/users/cio.svg" alt="{{ i18n "cio" }}" class="w-100 mb-3 flex-grow-1">
<img src="/img/screenshots/users/cio.svg" alt="{{ i18n "cio" }}" class="w-100 mb-3 flex-grow-1">
<span>{{ i18n "cio" }}</span>
</a>
<a class="list-group-item list-group-item-action text-center font-weight-bold disabled d-flex flex-column">
<img src="/img/users/geek.svg" alt="{{ i18n "geek" }}" class="w-100 mb-3 flex-grow-1">
<img src="/img/screenshots/users/geek.svg" alt="{{ i18n "geek" }}" class="w-100 mb-3 flex-grow-1">
<span>{{ i18n "geek" }}</span>
</a>
</div>