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 }]} >
|
||||
<Wrapper class="content" href={href} target={target}>
|
||||
<h2>
|
||||
{title}
|
||||
<span>→</span>
|
||||
{title} <span>→</span>
|
||||
</h2>
|
||||
<p>
|
||||
<slot />
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue