All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
36 lines
1.3 KiB
HTML
36 lines
1.3 KiB
HTML
<nav class="hd-breadcrumb hd-breadcrumb--usage" aria-label="breadcrumb">
|
|
<div class="hd-breadcrumb__row container">
|
|
<p class="hd-breadcrumb__lead">
|
|
{{ i18n "usage-discover-pre" }}
|
|
<span class="brand">happy<strong>Domain</strong></span>
|
|
{{ i18n "usage-discover-post" }}
|
|
</p>
|
|
<ul class="hd-breadcrumb__personas">
|
|
<li>
|
|
<a href="{{ ref . "/use-happyDomain/freelance" }}">
|
|
<i class="bi bi-person-workspace"></i> {{ i18n "freelance" }}
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="{{ ref . "/use-happyDomain/sysadmin" }}">
|
|
<i class="bi bi-hdd-rack"></i> {{ i18n "sysadmin" }}
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="{{ ref . "/use-happyDomain/devops" }}">
|
|
<i class="bi bi-infinity"></i> {{ i18n "devops" }}
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="{{ ref . "/use-happyDomain/cio" }}">
|
|
<i class="bi bi-building"></i> {{ i18n "cio" }}
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="{{ ref . "/use-happyDomain/geek" }}">
|
|
<i class="bi bi-controller"></i> {{ i18n "geek" }}
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</nav>
|