Compare commits

...

2 Commits

Author SHA1 Message Date
yvierkoetter b85c765015 Set up wedding album structure
Albums: Standesamt, Empfang, Zeremonie, Feier (weight-ordered).
Removed cats placeholder album.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-18 23:36:11 +02:00
yvierkoetter c767765986 Remove placeholder cat images
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-18 23:33:18 +02:00
17 changed files with 93 additions and 6 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
// Background at 55%, text at 80% — both slower than normal, image slowest
if (heroBg) heroBg.style.transform = 'translateY(' + (s * 0.25) + 'px)';
if (heroFg) heroFg.style.transform = 'translateY(' + (s * 0.15) + 'px)';
if (heroFg) heroFg.style.transform = 'translateY(' + (s * 0.05) + 'px)';
// Scroll arrow fades out over the first 30% of hero height
if (heroScroll) {
Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 154 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 458 KiB

-4
View File
@@ -1,4 +0,0 @@
---
title: "Cats"
date: 2026-06-18
---
+5
View File
@@ -0,0 +1,5 @@
---
title: "Empfang"
date: 2026-06-20
weight: 2
---
+5
View File
@@ -0,0 +1,5 @@
---
title: "Feier"
date: 2026-06-20
weight: 4
---
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 154 KiB

+5
View File
@@ -0,0 +1,5 @@
---
title: "Standesamt"
date: 2026-06-20
weight: 1
---
Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

+2 -1
View File
@@ -1,4 +1,5 @@
---
title: "Zeremonie"
date: 2026-06-18
date: 2026-06-20
weight: 3
---
+75
View File
File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 257 KiB