Add icon for users from undraw

This commit is contained in:
nemunaire 2021-07-26 00:41:19 +02:00
parent 4700bdafff
commit 707266cd54
6 changed files with 25 additions and 5 deletions

View File

@ -20,11 +20,26 @@
{{ i18n "learnhow" }} happy<strong>Domain</strong> {{ i18n "canhelpyou" }}
</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">{{ i18n "freelance" }}</a>
<a class="list-group-item list-group-item-action text-center font-weight-bold disabled">{{ i18n "sysadmin" }}</a>
<a class="list-group-item list-group-item-action text-center font-weight-bold disabled">{{ i18n "devops" }}</a>
<a class="list-group-item list-group-item-action text-center font-weight-bold disabled">{{ i18n "cio" }}</a>
<a class="list-group-item list-group-item-action text-center font-weight-bold disabled">{{ i18n "geek" }}</a>
<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">
<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">
<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">
<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">
<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">
<span>{{ i18n "geek" }}</span>
</a>
</div>
<div class="lead text-muted font-italic text-center mt-4">
{{ i18n "goodreasontouse" }}

1
static/img/users/cio.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.3 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 11 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.9 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 12 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.1 KiB