Add layout job

This commit is contained in:
Luke 2022-04-26 18:32:09 +02:00
parent 19c76ef5ce
commit 247108925b

27
_layouts/job.html Normal file
View file

@ -0,0 +1,27 @@
---
layout: page
---
<section class="publication-layout">
<div class="mx-auto max-w-4xl space-y-5">
<div class="flex mx-auto items-center">
<div class="space-y-3">
<h1 class="text-5xl block tracking-tight font-bold leading-none">{{ page.title }}</h1>
<span class="block text-md text-safing-gray-300">Austria - remote</span>
</div>
<div class="ml-auto">
<a class="btn-primary" href="mailto:hello@safing.io">Apply Now</a>
</div>
</div>
<div>
<p>All jobs at Safing start with your application via email, where you can tell us a little
bit about yourself. After that, well have 1-2 short interviews and stay in touch after
that. If its a good fit for both of us you can immediately start out with a paid trial
(spanning 3 months), leading into full employment thereafter.
</p>
</div>
</div>
<div class="markdown-container">
{{ content }}
</div>
</section>