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
|
||||
|
||||
@@ -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...
|
||||
|
||||
|
Reference in New Issue
Block a user