From cf1dbce23e1f07544e79a7871693e0ab0d5079cc Mon Sep 17 00:00:00 2001 From: Kunal Keshan Date: Sat, 30 Dec 2023 10:21:43 +0530 Subject: [PATCH 1/2] chore: ignore server hydration error for rick roll --- components/layouts/Footer.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/layouts/Footer.tsx b/components/layouts/Footer.tsx index eff96de..418d252 100644 --- a/components/layouts/Footer.tsx +++ b/components/layouts/Footer.tsx @@ -215,6 +215,7 @@ const Footer = () => {
  • {RickRollAudio.current?.paused ? "~(˘▽˘)~" From 27f61934e5b9fb92a87605aef7e3f8057a72f650 Mon Sep 17 00:00:00 2001 From: Kunal Keshan Date: Sat, 30 Dec 2023 10:41:49 +0530 Subject: [PATCH 2/2] chore: updated projects - added peace ngo - added bellania --- data/projects.ts | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/data/projects.ts b/data/projects.ts index 7f52e58..2cf2fa5 100644 --- a/data/projects.ts +++ b/data/projects.ts @@ -145,6 +145,34 @@ const PROJECTS: Projects = [ "https://res.cloudinary.com/kunalkeshan/image/upload/v1675591607/Portfolio/projects/ece-notes-initiative/notes5_xu0r6v.png", ], }, + { + type: "web development", + title: "Bellania", + description: + "A stylish lingerie showcase website coded in Next.js, designed with Tailwind CSS, and employing Sanity CMS for streamlined content management.", + github: "https://github.com/kunalkeshan/Bellania", + website: "https://bellania.vercel.app/", + logo: "https://res.cloudinary.com/kunalkeshan/image/upload/v1697082697/Portfolio/art-pic-kunal-keshan_square.jpg", + coverImage: + "https://res.cloudinary.com/kunalkeshan/image/upload/v1703912131/Portfolio/projects/egiapszpkqeigphr9kpf.svg", + color: "#cf2d7140", + feature: false, + slug: "bellania", + }, + { + type: "web development", + title: "Peace NGO", + description: + "Peace NGO is a non-profit organization that works to empower local communities by educating them about climate change, promoting environmental stewardship, and providing affordable healthcare services.", + github: "https://github.com/kunalkeshan/Peace-NGO", + website: "https://projectpeace.in/", + logo: "https://res.cloudinary.com/kunalkeshan/image/upload/v1697082697/Portfolio/art-pic-kunal-keshan_square.jpg", + coverImage: + "https://res.cloudinary.com/kunalkeshan/image/upload/v1703912131/Portfolio/projects/zfdskw0dlooj5uoqgvbs.svg", + color: "#3b82f640", + feature: false, + slug: "peace-ngo", + }, { type: "web development", title: "Sundar Clinic",