From 8481d32dd01a37c9d3ea369c72171b7c92e57bff Mon Sep 17 00:00:00 2001 From: ordinarthur <@arthurbarre.js@gmail.com> Date: Sun, 5 Apr 2026 15:59:28 +0200 Subject: [PATCH] add contact --- src/components/Header.astro | 2 +- src/pages/contact.astro | 285 ++++++++++++++++++++++++++++++++++++ 2 files changed, 286 insertions(+), 1 deletion(-) create mode 100644 src/pages/contact.astro diff --git a/src/components/Header.astro b/src/components/Header.astro index fb7bcad..4e5829a 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -5,7 +5,7 @@ const nav = [ { label: 'événement', href: '/creations-evenement' }, { label: 'pérenne', href: '/realisations-perennes' }, { label: 'processus', href: '/processus' }, - { label: 'contact', href: 'mailto:contact@aureliebarre.fr' }, + { label: 'contact', href: '/contact' }, ]; --- diff --git a/src/pages/contact.astro b/src/pages/contact.astro new file mode 100644 index 0000000..567349f --- /dev/null +++ b/src/pages/contact.astro @@ -0,0 +1,285 @@ +--- +import BaseLayout from '../layouts/BaseLayout.astro'; + +const stripImages = [ + { src: '/images/events/engie/04.jpg', alt: 'Engie' }, + { src: '/images/events/la-premiere/02.jpeg', alt: 'La Première' }, + { src: '/images/perennes/devoteam/03.jpg', alt: 'Devoteam' }, + { src: '/images/events/dior/09.jpeg', alt: 'Dior' }, +]; +--- + + + + + + + parlons + projet + + + + + + + email + contact@aureliebarre.fr + + + réseaux + + instagram + linkedin + + + + + + + + + + nom & prénom + + + + adresse email + + + + votre projet + + + envoyer la demande + + + + + + + + + + + + + {stripImages.map((img, i) => ( + + + + ))} + + + + +