feat: affiche Flickr à la page contact
This commit is contained in:
parent
46f70b4833
commit
039ecc9412
2 changed files with 8 additions and 5 deletions
|
|
@ -14,8 +14,7 @@ const Wrapper = href ? 'a' : 'div'
|
||||||
<li class:list={["link-card",{ span }]} >
|
<li class:list={["link-card",{ span }]} >
|
||||||
<Wrapper class="content" href={href} target={target}>
|
<Wrapper class="content" href={href} target={target}>
|
||||||
<h2>
|
<h2>
|
||||||
{title}
|
{title} <span>→</span>
|
||||||
<span>→</span>
|
|
||||||
</h2>
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
<slot />
|
<slot />
|
||||||
|
|
|
||||||
|
|
@ -5,9 +5,6 @@ import Card from "../components/Card.astro";
|
||||||
|
|
||||||
<Layout title="Contact">
|
<Layout title="Contact">
|
||||||
<main>
|
<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">
|
<h1 style="display: inline; margin-left: 0.2em">
|
||||||
Contact
|
Contact
|
||||||
</h1>
|
</h1>
|
||||||
|
|
@ -20,6 +17,13 @@ import Card from "../components/Card.astro";
|
||||||
>
|
>
|
||||||
Écrivez-nous
|
Écrivez-nous
|
||||||
</Card>
|
</Card>
|
||||||
|
<Card
|
||||||
|
href="https://www.flickr.com/photos/les-particules/albums"
|
||||||
|
target="_blank"
|
||||||
|
title="Flickr"
|
||||||
|
>
|
||||||
|
Les photos de nos spectacles sur Flickr
|
||||||
|
</Card>
|
||||||
<Card
|
<Card
|
||||||
href="https://www.facebook.com/LesParticules"
|
href="https://www.facebook.com/LesParticules"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue