diff options
| author | William Hergès <william@herges.fr> | 2025-08-20 13:12:50 +0200 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2025-08-20 13:12:50 +0200 |
| commit | e8da43df50eb6f0fd26a8faea437f3beda73a0eb (patch) | |
| tree | 87108b12133850f5b6c3cba1677e06c63a5f2b31 /src/pages/index.astro | |
| parent | 868d1ecfc46c812a3e5f24e68b52af33c1d185ec (diff) | |
feat(content): contact section
Diffstat (limited to 'src/pages/index.astro')
| -rw-r--r-- | src/pages/index.astro | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/src/pages/index.astro b/src/pages/index.astro index 2d24fd1..08440a5 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -80,7 +80,8 @@ import Base from "../layout/Base.astro"; </div> <div> <p> - Visitez mon studio, <a href="https://entreesortie.net/">Entrée Sortie Production</a + Visitez mon studio, <a href="https://entreesortie.net/" target="_blank" + >Entrée Sortie Production</a >. </p> </div> @@ -159,6 +160,18 @@ import Base from "../layout/Base.astro"; </p> </div> </section> + <section class="contact"> + <h2>Contact</h2> + <p>Arnaud Hergès - <a href="tel:+33688266608">06 88 26 66 08</a></p> + <p> + Instagram : <a href="https://instagram.com/@arnaudherges" target="_blank" + >@arnaudherges</a + > + </p> + <p> + Mail : <a href="mailto:arnaud@herges.fr">arnaud@herges.fr</a> + </p> + </section> </main> <script is:inline defer> const sections = document.querySelectorAll("section[data-scroll]"); |
