Add icon for users from undraw
This commit is contained in:
parent
4700bdafff
commit
707266cd54
@ -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
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 |
1
static/img/users/devops.svg
Normal file
1
static/img/users/devops.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 11 KiB |
1
static/img/users/freelance.svg
Normal file
1
static/img/users/freelance.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 7.9 KiB |
1
static/img/users/geek.svg
Normal file
1
static/img/users/geek.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 12 KiB |
1
static/img/users/sysadmin.svg
Normal file
1
static/img/users/sysadmin.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 6.1 KiB |
Loading…
x
Reference in New Issue
Block a user