Adding discovery pages
This commit is contained in:
parent
f8baaa4194
commit
4700bdafff
5 changed files with 74 additions and 0 deletions
|
|
@ -12,4 +12,22 @@
|
|||
<a class="btn btn-outline-secondary mt-2 umami--click--jumbo-downloads" href="#downloads">{{ i18n "downloadit" }} »</a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<hr class="my-4">
|
||||
|
||||
<div class="container">
|
||||
<h4 class="text-center mb-4">
|
||||
{{ 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>
|
||||
</div>
|
||||
<div class="lead text-muted font-italic text-center mt-4">
|
||||
{{ i18n "goodreasontouse" }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue