mirror of
https://github.com/BeardedTek/flowbite-beardedtek.com.git
synced 2025-12-06 05:31:52 +00:00
Add Veteran Owned Badge
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
<div class="text-4xl xl:text-6xl md:text-5xl kanit-semibold mx-auto text-center text-primary-800 dark:text-primary-400">
|
||||
<div class="text-3xl xl:text-6xl md:text-4xl kanit-semibold mx-auto text-center text-primary-800 dark:text-primary-400">
|
||||
{{ .Page.Params.hero.title }}
|
||||
</div>
|
||||
@@ -1,4 +1,4 @@
|
||||
<div class=" max-w-xs text-4xl kanit-semibold mx-auto text-center dark:text-white pt-6">
|
||||
<div class=" max-w-xs text-2xl md:text-3xl lg:text-4xl kanit-semibold mx-auto text-center dark:text-white pt-4 md:pt-6">
|
||||
<div id="default-carousel" class="relative w-full text-primary-600 dark:text-gray-400" data-carousel="slide">
|
||||
<!-- Slider wrapper -->
|
||||
<div class="relative h-10 overflow-hidden rounded-lg">
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
<div class="max-w-screen-sm text-xl mx-auto text-center text-primary-800 dark:text-gray-200 pt-8 kanit-light">
|
||||
We provide reliable, affordable tech support for homes and businesses in the Palmer-Wasilla area.
|
||||
<div class="max-w-screen-sm text-xl mx-auto text-center text-primary-800 dark:text-gray-200 pt-2 md:pt-6 kanit-light">
|
||||
{{ .Page.Params.hero.tagline }}
|
||||
</div>
|
||||
|
||||
3
layouts/partials/hero/veteran.html
Normal file
3
layouts/partials/hero/veteran.html
Normal file
@@ -0,0 +1,3 @@
|
||||
<div class="absolute right-0 bottom-0">
|
||||
<img class="p-8" src="/img/veteran-owned.png" alt="veteran owned business">
|
||||
</div>
|
||||
Reference in New Issue
Block a user