mirror of
https://github.com/safing/web
synced 2025-04-14 07:59:09 +00:00
23 lines
No EOL
668 B
HTML
23 lines
No EOL
668 B
HTML
---
|
|
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">{{ page.extraInfo }}</span>
|
|
</div>
|
|
<div class="ml-auto">
|
|
<a class="btn-primary" href="mailto:{{ site.email }}">Apply Now</a>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<p>{{ page.summary }}</p>
|
|
</div>
|
|
</div>
|
|
<div class="markdown-container">
|
|
{{ content }}
|
|
</div>
|
|
</section> |