36 lines
881 B
Handlebars
36 lines
881 B
Handlebars
{{!< default}}
|
|
|
|
|
|
{{#tag}}
|
|
|
|
<main class="w-default h-screen/3 flex flex-wrap content-center mt-24">
|
|
<div class="w-3/3">
|
|
<h1 class="text-4xl tracking-tight font-extrabold text-gray-900 dark:text-gray-100 sm:text-5xl md:text-6xl">
|
|
Speckle
|
|
<span class="inline-block xl:inline text-gradient text-gradient bg-gradient-to-r from-blue-500 to-blue-700">
|
|
{{name}}
|
|
</span>
|
|
</h1>
|
|
<p class="text-base text-justify text-gray-500 sm:text-lg md:text-xl md:max-w-6xl mt-10">
|
|
{{description}}
|
|
</p>
|
|
</div>
|
|
</main>
|
|
|
|
{{/tag}}
|
|
|
|
<div class="w-default my-10">
|
|
<h3 class="text-xl my-2 text-blue-600">Key features</h3>
|
|
</div>
|
|
|
|
<div class="w-default grid gap-5 md:grid-cols-2 lg:grid-cols-3">
|
|
|
|
{{#foreach posts}}
|
|
|
|
{{> cardFancy}}
|
|
|
|
{{/foreach}}
|
|
|
|
</div>
|
|
|
|
{{> cardCTA subHeadline="Apply now - and get started in seconds." }} |