Skip to content

Commit 3845228

Browse files
committed
feat: added Purnari Kitabay project and updated resume link
1 parent 120ae91 commit 3845228

File tree

4 files changed

+12
-40
lines changed

4 files changed

+12
-40
lines changed

src/constants.ts

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,23 @@ export const constants = {
66
aboutURLs: [
77
{
88
title: "Resume",
9-
url: "https://bit.ly/rakshit-resume",
9+
url: "https://bit.ly/rakshit-resume-aug-2024",
1010
},
1111
{
1212
title: "Mind Map",
1313
url: "https://rakshit087.github.io/mind-map",
1414
},
1515
],
1616
projects: [
17+
{
18+
title: "Purnari Kitabay",
19+
desc: "A web app and a browser extension to search for cheap and authentic preloved books accross various book stores in India. Built for the love of books using TypeScript, Next.js and Chrome Web API.",
20+
date: "Aug 2024",
21+
code: "https://github.com/rakshit087/purani-kitabe",
22+
live: "https://purani-kitabe.rakshit087.workers.dev/",
23+
gallery: "",
24+
tags: ["all", "full-stack"],
25+
},
1726
{
1827
title: "Pledge Dashboard",
1928
desc: "A dashboard which gives statistics about the liquid stacking derivatives on the top 5 derivative platforms of Polygon POS. Built using Next, Tailwind, D3 and MongoDB written in TypeScript.",

src/data/projects.json

Lines changed: 0 additions & 38 deletions
This file was deleted.

src/pages/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ const Home: NextPage = () => {
1818
<main className="h-screen overflow-y-scroll overflow-x-clip scroll-smooth snap-mandatory snap-y">
1919
<Intro />
2020
<About />
21+
{/* <Journey /> */}
2122
<Projects />
2223
<Connect />
2324
</main>

src/sections/About.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const About = () => {
55
return (
66
<section
77
id="about"
8-
className="flex flex-col items-center justify-center px-8 py-24 bg-bottom bg-no-repeat fill-screen snap-start snap-always md:px-32 bg-waveMobile lg:bg-wave"
8+
className="flex flex-col items-center justify-center px-8 py-24 snap-start snap-always md:px-32 fill-screen"
99
>
1010
<div className="flex flex-col items-center justify-center max-w-3xl">
1111
<p className="mb-4 text-3xl font-bold md:text-4xl md:mb-8">About</p>

0 commit comments

Comments
 (0)