Compare commits

..

No commits in common. "7cb2cf7b660a3beb49bc4346ee2ba1d11916f729" and "6ddd8ef383ca73d562ca68f0962bd031c3111b0d" have entirely different histories.

4 changed files with 9 additions and 13 deletions

View file

@ -48,7 +48,7 @@ catalog:
- item: Steel Small-frame Backdrop - item: Steel Small-frame Backdrop
quant: 2 quant: 2
dimensions: 84" x 18", 66" x 12" dimensions: 84"x18", 66"x12"
baseCost: $50 baseCost: $50
deliveryPickup: $30 deliveryPickup: $30
installBreakdown: $50 installBreakdown: $50
@ -104,7 +104,7 @@ catalog:
- item: Steel Small-frame Acylic Backdrop - item: Steel Small-frame Acylic Backdrop
quant: 3 quant: 3
dimensions: 96" x 24", 72" x 18", 72" x 12" dimensions: 96"x24", 72"x18", 72"x12"
baseCost: $60 baseCost: $60
deliveryPickup: $30 deliveryPickup: $30
installBreakdown: $50 installBreakdown: $50
@ -162,7 +162,7 @@ catalog:
- item: Rectangle Frame Backdrop - item: Rectangle Frame Backdrop
quant: 3 quant: 3
dimensions: 120" x 60", 96" x 48", 96" x 48" dimensions: 120"x60", 96"x48", 96"x48"
baseCost: $140 baseCost: $140
deliveryPickup: $120 deliveryPickup: $120
installBreakdown: $180 installBreakdown: $180

View file

@ -18,19 +18,15 @@
> >
{{ range .Site.Params.catalogButtons.home }} {{ range .Site.Params.catalogButtons.home }}
<a <a
class="rounded-md aspect-[3/2] overflow-hidden group relative inline-block overflow-hidden hover:scale-[1.02] duratoin-100 transition-all focus:outline-none focus:ring" class="rounded-xl aspect-[3/2] overflow-hidden"
href="/catalog/#{{ .categoryName }}" href="/catalog/#{{ .categoryName }}"
> >
<span
class="absolute inset-x-0 z-10 top-0 h-[1px] bg-black transition-all group-hover:h-full group-active:bg-gray-700"
></span>
<div class="relative h-full max-w-full"> <div class="relative h-full max-w-full">
<span <strong
class="text-white font-bold w-full z-10 text-center absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 text-3xl" class="text-white w-full z-10 text-center absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 text-3xl"
> >
{{ .categoryName }} {{ .categoryName }}
</span> </strong>
<img <img
class="min-h-full h-auto w-full opacity-90" class="min-h-full h-auto w-full opacity-90"
src="{{ .img }}" src="{{ .img }}"

View file

@ -159,7 +159,7 @@
</h3> </h3>
{{ if .gallery }} {{ if .gallery }}
<div <div
class="w-full mt-8 columns-1 gap-2 sm:columns-2 sm:gap-4 [&>div:not(:first-child)]:mt-4" class="mt-8 columns-1 gap-2 sm:columns-2 sm:gap-4 [&>div:not(:first-child)]:mt-4"
> >
{{ range .gallery }} {{ range .gallery }}
<div <div

File diff suppressed because one or more lines are too long