2024-06-09 00:24:03 -04:00
|
|
|
<section
|
2024-06-10 20:03:55 -04:00
|
|
|
style="background-blend-mode: multiply; background: url({{ .Site.Params.headerImg }}) rgba(0, 0, 0, 0.75); background-position: center; background-size: cover;"
|
2024-06-09 00:24:03 -04:00
|
|
|
class="flex justify-start py-36 px-5"
|
2024-05-22 14:22:07 -04:00
|
|
|
>
|
2024-06-09 00:24:03 -04:00
|
|
|
<div class="flex flex-col w-full mx-auto container">
|
2024-07-31 21:55:39 -04:00
|
|
|
<p class="lg:w-2/3 mx-auto text-3xl text-left font-bold title-font mb-4">
|
2024-06-09 00:24:03 -04:00
|
|
|
{{ .Site.Params.headerTitle }}
|
2024-07-31 21:55:39 -04:00
|
|
|
</p>
|
2024-06-09 00:24:03 -04:00
|
|
|
<p class="lg:w-2/3 text-md mx-auto leading-relaxed text-base">
|
|
|
|
{{ .Site.Params.headerDesc }}
|
|
|
|
</p>
|
2024-05-22 21:37:08 -04:00
|
|
|
</div>
|
2024-06-09 00:24:03 -04:00
|
|
|
</section>
|