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">
|
<p class="font-display text-xs uppercase tracking-[0.3em] text-accent">
|
||||||
{{ t('home.oyez.kicker') }}
|
{{ t('home.oyez.kicker') }}
|
||||||
</p>
|
</p>
|
||||||
<img
|
<a
|
||||||
:src="oyezBanner"
|
href="https://oyez.ariege.io"
|
||||||
:alt="t('home.oyez.title')"
|
target="_blank"
|
||||||
class="mx-auto mt-4 w-5/6 max-w-md md:w-full"
|
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">
|
<p class="mt-6 text-xs uppercase tracking-[0.2em] text-foreground/80">
|
||||||
{{ t('home.oyez.subtitle') }}
|
{{ t('home.oyez.subtitle') }}
|
||||||
</p>
|
</p>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue