remove old stuff

This commit is contained in:
2025-08-31 21:35:06 +02:00
parent 083a50910a
commit a60c8b0fc3

View File

@@ -1,9 +1,10 @@
---
title: 'About'
date: '2020-09-21'
title: "About"
date: "2020-09-21"
---
import SkillBar from '../../components/SkillBar.astro'
import AboutImage from '../../components/AboutImage.astro'
import SkillBar from "../../components/SkillBar.astro";
import AboutImage from "../../components/AboutImage.astro";
Hi, I'm Nicco
@@ -12,7 +13,10 @@ My home is mainly the web, but I wander down many paths of computer science, whe
<div>
<SkillBar progress={0.95} title="Skill bars are useless" />
<SkillBar progress={0.03} title="I think I know everything there is to know about X"/>
<SkillBar
progress={0.03}
title="I think I know everything there is to know about X"
/>
<SkillBar progress={0.85} title="I can teach myself stuff" />
</div>
@@ -44,7 +48,6 @@ I do a lot of Typescript, but I always try new things that come up on the interw
**And stuff I suck at (Cons)**
- Testing, hate it.
- Love rewriting stuff from ground up.
- Probably much more...