From dc5f24719d2e79988bedd96948bf15df15fe0774 Mon Sep 17 00:00:00 2001 From: Ahurac Date: Tue, 25 Jun 2024 21:27:28 +0200 Subject: [PATCH] pages/portfolio : ajout Gauges de test --- src/pages/portfolio.astro | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/pages/portfolio.astro b/src/pages/portfolio.astro index 2e66443..14545f0 100644 --- a/src/pages/portfolio.astro +++ b/src/pages/portfolio.astro @@ -1,6 +1,7 @@ --- import Page from '../layouts/Page.astro'; import { Image } from 'astro:assets'; +import Gauge from '../components/Gauge.astro'; import teraioImg from '../assets/tera-io.jpg'; --- @@ -26,6 +27,9 @@ I am also fascinated by music: I play drums, I DJ, and I produce electronic musi This list showcases the technologies and fields I'm the more confident with.

+ + +