diff --git a/src/components/AboutPage/SkillSet.tsx b/src/components/AboutPage/SkillSet.tsx index 07a38fae..0e75ce42 100644 --- a/src/components/AboutPage/SkillSet.tsx +++ b/src/components/AboutPage/SkillSet.tsx @@ -1,112 +1,267 @@ -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! */} - {/*
*/} -
-
-
-
- {/* +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 ( +
+ + +
+ ); }