feat: affiche Flickr à la page contact

This commit is contained in:
Jalil Arfaoui 2025-01-27 21:13:32 +01:00
parent 46f70b4833
commit 039ecc9412
2 changed files with 8 additions and 5 deletions

View file

@ -14,8 +14,7 @@ const Wrapper = href ? 'a' : 'div'
<li class:list={["link-card",{ span }]} >
<Wrapper class="content" href={href} target={target}>
<h2>
{title}
<span>&rarr;</span>
{title}&nbsp;<span>&rarr;</span>
</h2>
<p>
<slot />

View file

@ -5,9 +5,6 @@ import Card from "../components/Card.astro";
<Layout title="Contact">
<main>
<a href="../" style="text-decoration: none; color: black; display: inline">
<img alt="Logo" src="/logo_les-particules_noir.jpg" style="width:80px; vertical-align: middle; display: inline" />
</a>
<h1 style="display: inline; margin-left: 0.2em">
Contact
</h1>
@ -20,6 +17,13 @@ import Card from "../components/Card.astro";
>
Écrivez-nous
</Card>
<Card
href="https://www.flickr.com/photos/les-particules/albums"
target="_blank"
title="Flickr"
>
Les photos de nos spectacles sur Flickr
</Card>
<Card
href="https://www.facebook.com/LesParticules"
target="_blank"