kompact-io-landing/example/templates/hero.html

13 lines
325 B
HTML

<section id="hero" class="py-8 px-2 min-h-96">
<div class="flex sm:flex-row justify-around">
<div class="text-6xl">
⟨K⟩
</div>
<div class="flex flex-col gap-2">
<div>withKompact {} do </div>
<div> ... x <- lean dapp dev </div>
<div> ... run x </div>
</div>
</div>
</section>