gallowelds.com/themes/gallo/layouts/partials/header.html
brooke b988016a63
All checks were successful
Hugo / build (push) Successful in 10s
Update catalog on home page and header
2024-06-09 00:24:03 -04:00

18 lines
529 B
HTML

<section
style="
background-blend-mode: multiply;
background: url({{ .Site.Params.headerImg }}) rgba(0, 0, 0, 0.75);
background-position: center;
background-size: cover;
"
class="flex justify-start py-36 px-5"
>
<div class="flex flex-col w-full mx-auto container">
<h1 class="lg:w-2/3 mx-auto text-3xl text-left font-bold title-font mb-4">
{{ .Site.Params.headerTitle }}
</h1>
<p class="lg:w-2/3 text-md mx-auto leading-relaxed text-base">
{{ .Site.Params.headerDesc }}
</p>
</div>
</section>