From 1bb8882fcbf5a7a7c13dfec00302e938a98734de Mon Sep 17 00:00:00 2001 From: Saahil Date: Mon, 21 Oct 2024 20:40:48 -0400 Subject: [PATCH 1/3] feat: icon links --- src/components/AboutPage/SkillSet.tsx | 333 +++++++++++++++++++------- 1 file changed, 244 insertions(+), 89 deletions(-) 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 ( +
+ + +
+ ); } From e4aa5613b19c1e7069bb9cc91e8f4a3c3dc02e00 Mon Sep 17 00:00:00 2001 From: Saahil Date: Sat, 9 Nov 2024 10:39:07 -0500 Subject: [PATCH 2/3] fix: react errors --- src/components/AboutPage/SkillSet.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/AboutPage/SkillSet.tsx b/src/components/AboutPage/SkillSet.tsx index 0e75ce42..76372298 100644 --- a/src/components/AboutPage/SkillSet.tsx +++ b/src/components/AboutPage/SkillSet.tsx @@ -78,8 +78,8 @@ export function SkillSet() { +
-
@@ -136,7 +136,8 @@ export function SkillSet() {
*/} -
+ + ); } From 3df42d98f8af8dfa24e454a2926df15353b30c5b Mon Sep 17 00:00:00 2001 From: "zeon-neon[bot]" <136533918+zeon-neon[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 15:39:13 +0000 Subject: [PATCH 3/3] enhancement(lint): Fix lint errors for src/components/AboutPage/SkillSet.tsx Co-authored-by: NeonGamerBot-QK Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com> --- src/components/AboutPage/SkillSet.tsx | 42 ++++++++++++++++++++------- 1 file changed, 31 insertions(+), 11 deletions(-) diff --git a/src/components/AboutPage/SkillSet.tsx b/src/components/AboutPage/SkillSet.tsx index 76372298..7a8747af 100644 --- a/src/components/AboutPage/SkillSet.tsx +++ b/src/components/AboutPage/SkillSet.tsx @@ -78,13 +78,19 @@ export function SkillSet() { - - + +
- + - +
@@ -93,10 +99,16 @@ export function SkillSet() { - + - + @@ -104,16 +116,25 @@ export function SkillSet() {
- + - + - + {/* for the sake of css coffeescript is out! */} @@ -136,8 +157,7 @@ export function SkillSet() {
*/} -
- +
); }