begin to configure site - need to get rid of extra stuff still...

This commit is contained in:
2025-04-16 14:37:57 -08:00
parent 60b4202649
commit 720de92caf
30 changed files with 866 additions and 325 deletions

View 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>