mirror of
https://github.com/BeardedTek/flowbite-beardedtek.com.git
synced 2025-12-06 05:31:52 +00:00
begin to configure site - need to get rid of extra stuff still...
This commit is contained in:
3
layouts/partials/hero/heading.html
Normal file
3
layouts/partials/hero/heading.html
Normal file
@@ -0,0 +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">
|
||||
{{ .Page.Params.hero.title }}
|
||||
</div>
|
||||
13
layouts/partials/hero/slider.html
Normal file
13
layouts/partials/hero/slider.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<div class=" max-w-xs text-4xl kanit-semibold mx-auto text-center dark:text-white 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">
|
||||
{{ range $index, $element := .Page.Params.hero.wordSlider.items }}
|
||||
<!-- Slider Item #{{ $index }} -->
|
||||
<div class="hidden duration-700 ease-in-out" data-carousel-item>
|
||||
{{ . }}
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
3
layouts/partials/hero/tagline.html
Normal file
3
layouts/partials/hero/tagline.html
Normal file
@@ -0,0 +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>
|
||||
Reference in New Issue
Block a user