From 492115f7c37b00d6ef3c3fa0d343d694a69658bd Mon Sep 17 00:00:00 2001 From: BeardedTek Date: Wed, 16 Apr 2025 23:27:40 -0800 Subject: [PATCH] Add Veteran Owned Badge --- content/_index.md | 4 ++-- layouts/_default/index.html | 7 +++++-- layouts/partials/hero/heading.html | 2 +- layouts/partials/hero/slider.html | 2 +- layouts/partials/hero/tagline.html | 4 ++-- layouts/partials/hero/veteran.html | 3 +++ layouts/partials/nav/main.html | 4 ++-- layouts/partials/pricing/heading.html | 4 ++-- static/css/custom.css | 1 - static/img/veteran-owned.png | Bin 0 -> 13016 bytes 10 files changed, 18 insertions(+), 13 deletions(-) create mode 100644 layouts/partials/hero/veteran.html create mode 100644 static/img/veteran-owned.png diff --git a/content/_index.md b/content/_index.md index 86abf73..c593938 100644 --- a/content/_index.md +++ b/content/_index.md @@ -2,11 +2,11 @@ title: "The Bearded Tek | Your IT Handyman" date: 2025-04-15T17:09:20+06:00 description: "The Bearded Tek, Palmer and Wasilla's IT Handyman" -layout: main +layout: index hero: enable: true title: Your IT Handyman - tagline: We provide reliable, affordable tech support for homes and businesses in the Palmer-Wasilla area. + tagline: We provide reliable, affordable tech support for homes and businesses in Alaska's Mat-Su Valley. wordSlider: enable: true items: diff --git a/layouts/_default/index.html b/layouts/_default/index.html index 7cf5186..8ab06c2 100644 --- a/layouts/_default/index.html +++ b/layouts/_default/index.html @@ -1,12 +1,15 @@ {{ define "main" }}
{{ if ( .Page.Params.hero.enable ) }} -
+
{{ partial "hero/heading" . }} - {{ partial "hero/slider" . }} + {{ if ( .Page.Params.hero.wordSlider.enable ) }} + {{ partial "hero/slider" . }} + {{ end }} {{ partial "hero/tagline" . }} + {{ partial "hero/veteran" . }}
diff --git a/layouts/partials/hero/heading.html b/layouts/partials/hero/heading.html index dde3f95..33a265b 100644 --- a/layouts/partials/hero/heading.html +++ b/layouts/partials/hero/heading.html @@ -1,3 +1,3 @@ -
+
{{ .Page.Params.hero.title }}
\ No newline at end of file diff --git a/layouts/partials/hero/slider.html b/layouts/partials/hero/slider.html index a82d993..41bfe9d 100644 --- a/layouts/partials/hero/slider.html +++ b/layouts/partials/hero/slider.html @@ -1,4 +1,4 @@ -
+