40 lines
1.3 KiB
Handlebars
40 lines
1.3 KiB
Handlebars
{{!< default}}
|
|
|
|
|
|
<div class="z-0 relative lg:absolute w-4/6 mx-auto lg:w-3/6 lg:right-0 h-screen/2 -mt-10 lg:mt-20 lg:mr-5">
|
|
<div class="absolute z-1 inset-0 w-full h-full visible opacity-70 dark:invisible">
|
|
{{> extras/landingIllustration }}
|
|
</div>
|
|
<div class="absolute z-1 inset-0 w-full h-full opacity-40 invisible dark:visible">
|
|
{{> extras/landingIllustrationDark }}
|
|
</div>
|
|
<div class="absolute z-1 inset-0 w-full h-full opacity-70 ">
|
|
{{> extras/landingIllustrationDarkHigh }}
|
|
</div>
|
|
</div>
|
|
|
|
<div class="relative -mt-44 lg:mt-0">
|
|
{{> landing/header }}
|
|
</div>
|
|
|
|
{{> landing/logos }}
|
|
|
|
<div class="relative w-default container z-10">
|
|
<div class="overflow-hidden shadow-2xl rounded-2xl mx-auto w-full md:w-4/5 lg:w-3/5 h-52 md:h-72 lg:h-96 bg-gray-800">
|
|
<div class="h-full">
|
|
<iframe width="100%" height="100%" src="https://www.youtube-nocookie.com/embed/B9humiSpHzM" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
{{> landing/featuresPreview }}
|
|
|
|
{{> landing/opensource }}
|
|
|
|
{{> landing/developersPreview }}
|
|
|
|
{{> cardCTA subHeadline="Speckle is in public beta - start now!" buttonText="Get Started" }}
|
|
|
|
{{> landing/blogPreview }}
|
|
|
|
{{> landing/newsletter }} |