From 1e5f59d6f26e234cf50d9d41eb2213eb96bcd28c Mon Sep 17 00:00:00 2001 From: dhairya Date: Fri, 24 Oct 2025 15:21:46 +0530 Subject: [PATCH 1/2] fix: add official logos to tech stack and create cards for additional tools --- public/logos/eslint.svg | 7 ++ public/logos/git.svg | 2 + public/logos/lucide-dark.svg | 50 ++++++++++++++ public/logos/lucide-light.svg | 61 +++++++++++++++++ public/logos/nextjs.svg | 8 +++ public/logos/postcss.svg | 2 + public/logos/prettier.svg | 121 ++++++++++++++++++++++++++++++++++ public/logos/react.svg | 5 ++ public/logos/tailwind.svg | 1 + public/logos/typescript.svg | 29 ++++++++ src/app/about/page.jsx | 79 +++++++++++++++++----- 11 files changed, 347 insertions(+), 18 deletions(-) create mode 100644 public/logos/eslint.svg create mode 100644 public/logos/git.svg create mode 100644 public/logos/lucide-dark.svg create mode 100644 public/logos/lucide-light.svg create mode 100644 public/logos/nextjs.svg create mode 100644 public/logos/postcss.svg create mode 100644 public/logos/prettier.svg create mode 100644 public/logos/react.svg create mode 100644 public/logos/tailwind.svg create mode 100644 public/logos/typescript.svg diff --git a/public/logos/eslint.svg b/public/logos/eslint.svg new file mode 100644 index 0000000..64d7b53 --- /dev/null +++ b/public/logos/eslint.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/public/logos/git.svg b/public/logos/git.svg new file mode 100644 index 0000000..246df56 --- /dev/null +++ b/public/logos/git.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/public/logos/lucide-dark.svg b/public/logos/lucide-dark.svg new file mode 100644 index 0000000..a54e7db --- /dev/null +++ b/public/logos/lucide-dark.svg @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/logos/lucide-light.svg b/public/logos/lucide-light.svg new file mode 100644 index 0000000..12ddf2d --- /dev/null +++ b/public/logos/lucide-light.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/logos/nextjs.svg b/public/logos/nextjs.svg new file mode 100644 index 0000000..50ccbbd --- /dev/null +++ b/public/logos/nextjs.svg @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/public/logos/postcss.svg b/public/logos/postcss.svg new file mode 100644 index 0000000..98fa537 --- /dev/null +++ b/public/logos/postcss.svg @@ -0,0 +1,2 @@ + +file_type_postcss \ No newline at end of file diff --git a/public/logos/prettier.svg b/public/logos/prettier.svg new file mode 100644 index 0000000..39f3cf1 --- /dev/null +++ b/public/logos/prettier.svg @@ -0,0 +1,121 @@ + + + + + build-tools/prettier + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/logos/react.svg b/public/logos/react.svg new file mode 100644 index 0000000..d7cb33c --- /dev/null +++ b/public/logos/react.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/public/logos/tailwind.svg b/public/logos/tailwind.svg new file mode 100644 index 0000000..e5a3d78 --- /dev/null +++ b/public/logos/tailwind.svg @@ -0,0 +1 @@ +tailwind-css \ No newline at end of file diff --git a/public/logos/typescript.svg b/public/logos/typescript.svg new file mode 100644 index 0000000..d1a483e --- /dev/null +++ b/public/logos/typescript.svg @@ -0,0 +1,29 @@ + + + + + build-tools/typescript + Created with Sketch. + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/app/about/page.jsx b/src/app/about/page.jsx index a13fb8d..f1ef994 100644 --- a/src/app/about/page.jsx +++ b/src/app/about/page.jsx @@ -142,48 +142,91 @@ export default function AboutPage() {
-
- N +
+ Next.js

Next.js 14

React framework with App Router

-
- R +
+ React

React 18

Component-based architecture

-
- T +
+ Tailwind CSS

Tailwind CSS

Utility-first styling

-
- TS +
+ TypeScript

TypeScript

Type-safe development

-
-

Additional Tools

-
- ESLint - Prettier - Lucide Icons - PostCSS - Git -
-
+
+

+ Additional Tools +

+ +
+
+
+ ESLint +
+

+ ESLint +

+
+ +
+
+ Prettier +
+

+ Prettier +

+
+ +
+
+ Lucid +
+

+ Lucide Icons +

+
+ +
+
+ PostCSS +
+

+ PostCSS +

+
+ +
+
+ Git +
+

+ Git +

+
+ +
+
{/* 🌟 Getting Started Section */}
From f3fac6f0a953636278564ba20ccb6f2e7c14c715 Mon Sep 17 00:00:00 2001 From: dhairya Date: Fri, 24 Oct 2025 15:24:40 +0530 Subject: [PATCH 2/2] fix: enhance tech stack with official logos and additional tools cards --- public/logos/lucide-light.svg | 61 -------------------- public/logos/{lucide-dark.svg => lucide.svg} | 0 src/app/about/page.jsx | 2 +- 3 files changed, 1 insertion(+), 62 deletions(-) delete mode 100644 public/logos/lucide-light.svg rename public/logos/{lucide-dark.svg => lucide.svg} (100%) diff --git a/public/logos/lucide-light.svg b/public/logos/lucide-light.svg deleted file mode 100644 index 12ddf2d..0000000 --- a/public/logos/lucide-light.svg +++ /dev/null @@ -1,61 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/public/logos/lucide-dark.svg b/public/logos/lucide.svg similarity index 100% rename from public/logos/lucide-dark.svg rename to public/logos/lucide.svg diff --git a/src/app/about/page.jsx b/src/app/about/page.jsx index f1ef994..7f862cb 100644 --- a/src/app/about/page.jsx +++ b/src/app/about/page.jsx @@ -200,7 +200,7 @@ export default function AboutPage() {
- Lucid + Lucid

Lucide Icons