diff --git a/src/components/AboutPage/SkillSet.tsx b/src/components/AboutPage/SkillSet.tsx index 17962d7d..020355ac 100644 --- a/src/components/AboutPage/SkillSet.tsx +++ b/src/components/AboutPage/SkillSet.tsx @@ -1,6 +1,5 @@ import { json } from "stream/consumers"; import Icon from "../static/Icons"; -import MIcon from "@mdi/react"; import { bash, bun, @@ -33,249 +32,12 @@ import "./skillset.css"; import { mdiArch, mdiConsole, mdiLinux, mdiUbuntu } from "@mdi/js"; export function SkillSet() { return ( -
-

- Professional Skillset -

-
-
-
- - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - -
- -
- - - - - - - - - - - - -
-
- - - - - - - - - - - - - {/* for the sake of css coffeescript is out! */} - {/*
*/} - - - - - - - - - -
- {/* - - */} -
- {/*
-
-
-
*/} -
-
+

meow

); } export function TechStack() { return ( -
-

- Tools I use -

-
-
-
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
- {/*
*/} -
-
-
- {/*
*/} -
- -
-
- -
-
- -
-
- -
-
- {/* */} -
-
- {" "} - {/* */} -
- {/*
*/} -
- {/*
-
-
-
-
*/} - {/* for the sake of css coffeescript is out! */} - {/*
*/} - {/*
-
-
-
*/} - {/* - - */} -
- {/*
-
-
-
*/} -
-
+

meow

); } export default function () {