Do page for CIO and geek
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
nemunaire 2021-08-14 15:55:54 +02:00
commit 6a26cb9607
5 changed files with 358 additions and 5 deletions

View file

@ -46,7 +46,7 @@
</div>
<div class="col mb-4">
<div class="card h-100">
<a class="card-body list-group-item-action text-center font-weight-bold disabled flex-grow-1 d-flex flex-column">
<a href="{{ ref . "/use-happyDNS/cio" }}" class="card-body list-group-item-action text-center font-weight-bold flex-grow-1 d-flex flex-column">
<img src="/img/screenshots/users/cio.svg" alt="{{ i18n "cio" }}" class="w-100 mb-3 flex-grow-1">
<span>{{ i18n "cio" }}</span>
</a>
@ -54,7 +54,7 @@
</div>
<div class="col mb-4">
<div class="card h-100">
<a class="card-body list-group-item-action text-center font-weight-bold disabled flex-grow-1 d-flex flex-column">
<a href="{{ ref . "/use-happyDNS/geek" }}" class="card-body list-group-item-action text-center font-weight-bold flex-grow-1 d-flex flex-column">
<img src="/img/screenshots/users/geek.svg" alt="{{ i18n "geek" }}" class="w-100 mb-3 flex-grow-1">
<span>{{ i18n "geek" }}</span>
</a>