add hiring link in footer

This commit is contained in:
Simon Larsen 2023-10-19 18:52:24 +01:00
parent c34639a3bb
commit ea7dc0b918
No known key found for this signature in database
GPG Key ID: AB45983AA9C81CDE

View File

@ -124,6 +124,17 @@
<p class="text-xs leading-5 text-gray-500">&copy; HackerBay, Inc. All rights reserved.</p>
</div>
</div>
<div class="flex items-center gap-x-6 bg-gray-700 px-6 py-2.5 sm:px-3.5 sm:before:flex-1">
<p class="text-sm leading-6 text-white">
<a href="https://github.com/oneuptime/interview" target="blank">
<strong class="font-semibold">We're hiring remotely, worldwide! </strong><svg viewBox="0 0 2 2" class="mx-2 inline h-0.5 w-0.5 fill-current" aria-hidden="true"><circle cx="1" cy="1" r="1" /></svg>See open roles &nbsp;<span aria-hidden="true">&rarr;</span>
</a>
</p>
<div class="flex flex-1 justify-end">
</div>
</div>
</footer>