diff --git a/src/components/AboutPage/SkillSet.tsx b/src/components/AboutPage/SkillSet.tsx
index 7a8747af..07a38fae 100644
--- a/src/components/AboutPage/SkillSet.tsx
+++ b/src/components/AboutPage/SkillSet.tsx
@@ -1,288 +1,112 @@
-import { json } from "stream/consumers";
-import Icon from "../static/Icons";
-import MIcon from "@mdi/react";
-import {
- bash,
- bun,
- coffeescript,
- cpp,
- csharp,
- docker,
- graphql,
- html,
- javascriptReact,
- next,
- npm,
- prisma,
- puppeteer,
- python,
- sass,
- tailwind,
- yarn,
- ejs,
- pnpm,
- vscode,
- git,
- figma,
- robots,
- vercel,
- visualStudio,
-} from "../static/icons_list";
-import "./skillset.css";
-import { SiKalilinux, SiPostman } from "react-icons/si";
-import { mdiArch, mdiConsole, mdiLinux, mdiUbuntu } from "@mdi/js";
-export function SkillSet() {
- return (
-
-
- Professional Skillset
-
-
-
-
-
-
- {/*
+import { json } from 'stream/consumers'
+import Icon from '../static/Icons'
+import MIcon from '@mdi/react'
+import { bash, bun, coffeescript, cpp, csharp, docker, graphql, html, javascriptReact, next, npm, prisma, puppeteer, python, sass, tailwind, yarn, ejs, pnpm, vscode, git, figma, robots, vercel, visualStudio } from '../static/icons_list'
+import './skillset.css'
+import { SiKalilinux, SiPostman } from 'react-icons/si'
+import { mdiArch, mdiConsole, mdiLinux, mdiUbuntu } from '@mdi/js'
+export function SkillSet () {
+ return
+
+ Professional Skillset
+
+
+
+
+
+
+
+
+
+
+ {/* for the sake of css coffeescript is out! */}
+ {/*
*/}
+
+
+
+
+ {/*
*/}
-
- {/*
+
+
+ {/*
*/}
-
- );
+
}
-export function TechStack() {
- return (
-
-
- Tools I use
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {/*
*/}
-
-
-
- {/*
*/}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {" "}
-
-
- {/*
*/}
-
- {/*
+export function TechStack () {
+ return
+
+ Tools I use
+
+
+
+
+
+
+
+
+
+
+
+ {/*
*/}
+
+
+
+ {/*
*/}
+
+
+
+
+
+
+ {/*
*/}
+
+
+ {/*
*/}
- {/* for the sake of css coffeescript is out! */}
- {/*
*/}
- {/*
+ {/* for the sake of css coffeescript is out! */}
+ {/*
*/}
+ {/*
*/}
- {/*
+ {/*
*/}
-
- {/*
+
+
+ {/*
*/}
-
- );
+
}
export default function () {
- return (
-
-
-
-
- );
+ return
+
+
}