mirror of
https://github.com/BeardedTek/flowbite-beardedtek.com.git
synced 2025-12-06 05:31:52 +00:00
12 lines
416 B
HTML
12 lines
416 B
HTML
<section class="hero flex justify-center">
|
|
<div class="h-full flex">
|
|
<div class=" align-middle px-4 my-auto">
|
|
{{ partial "hero/heading" . }}
|
|
{{ if ( .Page.Params.hero.wordSlider.enable ) }}
|
|
{{ partial "hero/slider" . }}
|
|
{{ end }}
|
|
{{ partial "hero/tagline" . }}
|
|
{{ partial "hero/veteran" . }}
|
|
</div>
|
|
</div>
|
|
</section> |