mirror of
https://github.com/BeardedTek/flowbite-beardedtek.com.git
synced 2025-12-06 13:41:51 +00:00
INITIAL COMMIT
This commit is contained in:
12
layouts/partials/contact/header.html
Normal file
12
layouts/partials/contact/header.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<section class="bg-gray-50 dark:bg-gray-800">
|
||||
<div class="max-w-screen-xl px-4 py-6 mx-auto sm:py-12 lg:py-20 pt-20 sm:pt-24 lg:pt-32">
|
||||
<div class="max-w-2xl mx-auto text-center">
|
||||
<h2 class="text-3xl font-extrabold tracking-tight text-gray-900 sm:text-4xl dark:text-white">
|
||||
{{ .Page.Params.header.title }}
|
||||
</h2>
|
||||
<p class="mt-4 text-base text-gray-500 sm:text-xl dark:text-gray-500">
|
||||
{{ .Page.Params.header.text}}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
Reference in New Issue
Block a user