Files
ghost-theme/partials/aboutHeader.hbs
T
2021-02-07 17:16:40 +00:00

53 lines
2.0 KiB
Handlebars

<main class="w-default flex flex-wrap content-center mt-36">
<div class="px-10">
<h1 class="text-4xl tracking-tight font-extrabold text-gray-900 dark:text-gray-100 sm:text-5xl md:text-6xl">
<span class="inline-block xl:inline text-gradient text-gradient bg-gradient-to-r from-blue-500 to-blue-700">
Our mission is to revolutionise the AEC
industry's digital performance - with open source.
</span>
</h1>
<p class="text-4xl text-justify text-gray-700 dark:text-gray-100 md:max-w-6xl mt-10">
</p>
</div>
<div class="w-default mt-20 my-0 grid grid-cols-1 md:grid-cols-2 gap-10 mb-10">
<div class="relative border-l-4 dark:border-gray-700">
<h2 class="text-xl pl-5 mb-5 font-bold text-blue-600">What
is Speckle?</h2>
<p class=" pl-5 text-base text-gray-800 dark:text-gray-400">
Speckle is a cloud based solution for the AEC industry that provides
honest interoperability, real time
collaboration, data management, versioning and automation.
</p>
</div>
<div class="grid md:grid-cols-1 gap-5 w-full -px-5">
<div class="relative h-16 md:h-16 lg:h-16 rounded-2xl overflow-hidden transition hover:shadow-2xl p-5 flex col-span-2 sm:col-span-1 bg-white dark:bg-gray-900 ">
<a href="/usecases" class="flex w-full h-full">
<div class="block self-center w-full">
<div class="text-xl font-semibold text-blue-600">
Usecases →
</div>
</div>
</a>
</div>
<div class="relative h-16 md:h-16 lg:h-16 rounded-2xl overflow-hidden transition hover:shadow-2xl p-5 flex col-span-2 sm:col-span-1 bg-white dark:bg-gray-900 ">
<a href="/developers" class="flex w-full h-full">
<div class="block self-center w-full">
<div class="text-xl font-semibold text-blue-600">
For Developers →
</div>
</div>
</a>
</div>
</div>
</div>
<div class="w-default my-10 ">
</div>
</main>