From bbc124bd3cdc591aa138af6b264f8b412c8cbe12 Mon Sep 17 00:00:00 2001 From: Saahil Date: Sat, 9 Nov 2024 10:39:53 -0500 Subject: [PATCH] feat: icon links (#11) Co-authored-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com> --- src/components/AboutPage/SkillSet.tsx | 354 +++++++++++++++++++------- 1 file changed, 265 insertions(+), 89 deletions(-) diff --git a/src/components/AboutPage/SkillSet.tsx b/src/components/AboutPage/SkillSet.tsx index 07a38fae..7a8747af 100644 --- a/src/components/AboutPage/SkillSet.tsx +++ b/src/components/AboutPage/SkillSet.tsx @@ -1,112 +1,288 @@ -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 ( +
+ + +
+ ); }