Files
ghost-theme/page-partnerships.hbs
2021-06-13 13:47:22 +01:00

47 lines
1.3 KiB
Handlebars

{{!< default}}
{{#post}}
<article class="relative max-w-2xl mx-auto px-4 md:px-0">
{{!-- Header --}}
<header class="mt-10 prose prose-lg dark:prose-dark max-w-none">
<h1>
{{title}}
</h1>
{{#if custom_excerpt}}
<p>
{{custom_excerpt}}
</p>
{{/if}}
</header>
<div class="prose prose-blue dark:prose-dark max-w-none mt-10">
{{content}}
</div>
<div class="py-10">
<div class="relative py-10 my-5 rounded-2xl overflow-hidden flex col-span-2 transition hover:shadow-2xl bg-white dark:bg-gray-900">
<div class="relative block mx-auto self-center text-center">
<a href="mailto:hello@speckle.systems" class="w-full h-full flex content-center">
<svg xmlns="http://www.w3.org/2000/svg" fill="none"
class="w-8 h-8 text-blue-600 mr-2" viewBox="0 0 24 24"
stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round"
stroke-width="2" d="M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z" />
</svg>
<div class=" text-2xl font-semibold text-blue-600">
Get in touch →
</div>
</a>
</div>
</div>
</div>
</article>
{{/post}}