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' title: "About"
date: '2020-09-21' 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 Hi, I'm Nicco
@@ -11,9 +12,12 @@ I've been doing programming things and "You do computer science right? Can you f
My home is mainly the web, but I wander down many paths of computer science, wherever Ecosia and curiosity bring me that day. My home is mainly the web, but I wander down many paths of computer science, wherever Ecosia and curiosity bring me that day.
<div> <div>
<SkillBar progress={0.95} title="Skill bars are useless"/> <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
<SkillBar progress={0.85} title="I can teach myself stuff"/> 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> </div>
## Today ## Today
@@ -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)** **And stuff I suck at (Cons)**
- Testing, hate it.
- Love rewriting stuff from ground up. - Love rewriting stuff from ground up.
- Probably much more... - Probably much more...
@@ -60,4 +63,4 @@ Remember kids: before our friendly Docker whale was a thing and we all installed
The rest... well I have a bad memory 🐘 The rest... well I have a bad memory 🐘
<AboutImage/> <AboutImage />