diff --git a/clock-face-waffleday.png b/clock-face-waffleday.png new file mode 100644 index 0000000..9ce0bb2 Binary files /dev/null and b/clock-face-waffleday.png differ diff --git a/index.html b/index.html index ff83ce1..0bb211b 100644 --- a/index.html +++ b/index.html @@ -651,6 +651,7 @@ +
@@ -1500,6 +1501,40 @@ gjovik: 'Gjøvik' } }, + waffle: { + /* + International Waffle Day theme by on@ntnu.no + Background image by user dagny_2020 on Unsplash (https://unsplash.com/photos/red-and-white-checkered-textile-tTM1K94ZzhE) + */ + dateRange: { startMonth: 2, startDay: 25, endMonth: 2, endDay: 25 }, // March 25th (International Waffle Day) + clockFace: 'clock-face-waffleday.png', + clockFaceScale: 'cover', + background: 'waffle-bg.jpg', + backgroundSize: 'cover', + backgroundRepeat: 'no-repeat', + backgroundPosition: 'center', + backgroundAttachment: 'fixed', + textColor: '#FFF', // White + centerDotColor: 'radial-gradient(circle, #517a8e 20%, #417a8e 40%, #2d5663 80%, #1c343d 100%)', // Blue gradient + centerDotBorder: '#1c343d', // Dark blue border + handColors: { + hour: '#FFF', + minute: '#FFF', + second: '#DD3300' + }, + clockContainer: { + background: 'rgba(0, 0, 0, 0.15)', + backdropFilter: 'blur(20px)', + borderRadius: '20px', + border: '1px solid rgba(29, 56, 63, 0.5)', + boxShadow: '0 8px 32px rgba(89, 169, 193, 0.3)' + }, + cityNames: { + trondheim: 'Vaffelheim', + alesund: 'Vaffelsund', + gjovik: 'Vaffelvik' + } + }, default: { clockFace: 'clock-face.png', clockFaceScale: 'cover', diff --git a/waffle-bg.jpg b/waffle-bg.jpg new file mode 100644 index 0000000..c59ce37 Binary files /dev/null and b/waffle-bg.jpg differ