feat(home/oyez): link the Oyez! banner to oyez.ariege.io
Wrap the banner image in an external link to oyez.ariege.io (new tab), with a subtle hover fade. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
3e32860675
commit
af5fa14170
1 changed files with 12 additions and 5 deletions
|
|
@ -208,11 +208,18 @@ const featuredEvents = [
|
|||
<p class="font-display text-xs uppercase tracking-[0.3em] text-accent">
|
||||
{{ t('home.oyez.kicker') }}
|
||||
</p>
|
||||
<img
|
||||
:src="oyezBanner"
|
||||
:alt="t('home.oyez.title')"
|
||||
class="mx-auto mt-4 w-5/6 max-w-md md:w-full"
|
||||
/>
|
||||
<a
|
||||
href="https://oyez.ariege.io"
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
class="mt-4 block transition hover:opacity-90"
|
||||
>
|
||||
<img
|
||||
:src="oyezBanner"
|
||||
:alt="t('home.oyez.title')"
|
||||
class="mx-auto w-5/6 max-w-md md:w-full"
|
||||
/>
|
||||
</a>
|
||||
<p class="mt-6 text-xs uppercase tracking-[0.2em] text-foreground/80">
|
||||
{{ t('home.oyez.subtitle') }}
|
||||
</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue