mirror of
https://github.com/cupcakearmy/nicco.io.git
synced 2025-09-05 18:20:45 +00:00
remove old stuff
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
<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.85} title="I can teach myself stuff"/>
|
||||
<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.85} title="I can teach myself stuff" />
|
||||
</div>
|
||||
|
||||
## 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)**
|
||||
|
||||
- Testing, hate it.
|
||||
- Love rewriting stuff from ground up.
|
||||
- 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 🐘
|
||||
|
||||
<AboutImage/>
|
||||
<AboutImage />
|
||||
|
Reference in New Issue
Block a user