From bada31c775f69d36245c6bd239fcb5a0e18e56dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20SAILLANT?= <108685187+electron-rare@users.noreply.github.com> Date: Fri, 20 Mar 2026 00:12:03 +0100 Subject: [PATCH] feat: update portfolio.astro --- src/pages/portfolio.astro | 108 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 src/pages/portfolio.astro diff --git a/src/pages/portfolio.astro b/src/pages/portfolio.astro new file mode 100644 index 0000000..582d705 --- /dev/null +++ b/src/pages/portfolio.astro @@ -0,0 +1,108 @@ +--- +import BaseLayout from '@/layouts/BaseLayout.astro'; +import '@/styles/global.css'; +--- + + +
+

Portfolio

+

+ Explorez les schémas et PCB de projets réalisés. Les viewers interactifs + permettent de zoomer, naviguer et inspecter chaque composant. +

+ +
+

Viewer interactif KiCad

+

+ Chargez un fichier .kicad_sch ou .kicad_pcb pour l'explorer directement dans le navigateur. +

+ +
+ + +
+ + + +

+ Propulsé par KiCanvas — viewer open source pour KiCad. +

+
+ +
+

Projets récents

+
+
+

Contrôleur LED DMX

+

Carte custom ESP32 pour pilotage LED haute puissance via DMX512. Spectacle vivant, KXKM.

+ ESP32 + DMX + LED +
+
+

Banc de test BMS

+

Système de test automatisé pour batteries lithium. Mesure, charge/décharge, logging.

+ BMS + Mesure + XT60 +
+
+

Automate Siemens S7

+

Diagnostic et reprogrammation d'automate industriel. Migration firmware, câblage armoire.

+ Siemens + PLC + Industrie +
+
+
+ + +
+
+ + + + +