From 3e32860675a9293e31919e246685a8c5584a9ed4 Mon Sep 17 00:00:00 2001 From: Padreug Date: Mon, 15 Jun 2026 21:13:16 +0200 Subject: [PATCH] feat(home/oyez): use the green Oyez! banner graphic instead of text title Replace the 'oyez.ariege.io' script-text title in the oyez callout with the brand Oyez! wordmark banner (self-hosted SVG). Sized responsively: w-5/6 of the column on mobile, filling the column capped at max-w-md (448px) on desktop. Co-Authored-By: Claude Opus 4.8 (1M context) --- src/assets/oyez-banner-green.svg | 100 +++++++++++++++++++++++++++++++ src/views/HomeView.vue | 11 ++-- 2 files changed, 106 insertions(+), 5 deletions(-) create mode 100644 src/assets/oyez-banner-green.svg diff --git a/src/assets/oyez-banner-green.svg b/src/assets/oyez-banner-green.svg new file mode 100644 index 0000000..7b48da2 --- /dev/null +++ b/src/assets/oyez-banner-green.svg @@ -0,0 +1,100 @@ + + + + diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index 127c036..932777b 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -10,6 +10,7 @@ import heroLandscape from '@/assets/hero-landscape.webp' import sectionTile from '@/assets/section-tile.webp' import titleWordmark from '@/assets/title-wordmark.mp4' import titleWordmarkPoster from '@/assets/title-wordmark-poster.jpg' +import oyezBanner from '@/assets/oyez-banner-green.svg' const tileStyle = { backgroundImage: `url(${sectionTile})`, @@ -207,11 +208,11 @@ const featuredEvents = [

{{ t('home.oyez.kicker') }}

-

- {{ t('home.oyez.title') }} -

+

{{ t('home.oyez.subtitle') }}