pages/portfolio : ajout Gauges de test
This commit is contained in:
parent
34cc7a96e6
commit
dc5f24719d
1 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
import Page from '../layouts/Page.astro';
|
import Page from '../layouts/Page.astro';
|
||||||
import { Image } from 'astro:assets';
|
import { Image } from 'astro:assets';
|
||||||
|
import Gauge from '../components/Gauge.astro';
|
||||||
|
|
||||||
import teraioImg from '../assets/tera-io.jpg';
|
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.
|
This list showcases the technologies and fields I'm the more confident with.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<Gauge fillPercentage=70></Gauge>
|
||||||
|
<Gauge fillPercentage=50></Gauge>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
- c
|
- c
|
||||||
- rust
|
- rust
|
||||||
|
|
Loading…
Reference in a new issue