mirror of
https://github.com/safing/web
synced 2025-09-01 18:49:06 +00:00
Link to Jobs page from footer
This commit is contained in:
parent
9218688ee6
commit
6788b879b6
1 changed files with 7 additions and 0 deletions
|
@ -36,6 +36,13 @@
|
|||
<li class="mt-3 block mr-0">
|
||||
<a href="{{ site.ownership_url }}" class="no-underline hover:opacity-100 opacity-55 text-white transition duration-150 ease-in-out">Ownership</a>
|
||||
</li>
|
||||
<li class="mt-3 block mr-0 relative">
|
||||
<a href="{{ site.jobs_url }}" class="no-underline hover:opacity-100 opacity-55 text-white transition duration-150 ease-in-out">
|
||||
We're Hiring
|
||||
</a>
|
||||
<span class="absolute -mr-2 rounded-full" style="width: 0.35rem; height: 0.35rem; background: #6188ff; left: -11px; top: 9px;">
|
||||
</span>
|
||||
</li>
|
||||
<li class="mt-3 block mr-0">
|
||||
<a href="{{ site.help_url }}" class="no-underline hover:opacity-100 opacity-55 text-white transition duration-150 ease-in-out">Get Help</a>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Reference in a new issue