-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.js
More file actions
63 lines (63 loc) · 3.88 KB
/
Copy pathdata.js
File metadata and controls
63 lines (63 loc) · 3.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
export const paintingData = [
{
title: "My Experiences: Crafting Code for Tomorrow",
description: `Code isn’t just logic — it’s a superpower to solve problems.
From building AI tools as a Gen AI Intern at Banao, to delivering solutions as a Freelance Developer and Writer on Upwork, I’ve shipped real-world projects that make a difference.
It’s not just code. It’s impact, at scale.`,
},
{
title: "The Artist Behind the Code",
description:
"Hey, I'm Debdip — a developer who loves building things that live at the intersection of logic and creativity. Currently studying at IIIT Nagpur, I’m always chasing ideas that mix tech, design, and a little bit of madness. This portfolio? Just one of those experiments.",
},
{
title: "My Skills: Brushes of the Trade",
description: `Every creator has their tools — these are mine.
From writing clean React code to training TensorFlow models, I love exploring new stacks and stitching tech together like a digital artist.
And yeah, there's always room for a new color.`,
},
{
title: "My Socials: The Web of Me",
description: `I live here — in the code, on the web, between the keys.
Whether you're scouting talent, swapping ideas, or just vibing with cool projects, these are your portals into my world.
Let’s make the web a little smaller. One link at a time.`,
},
{
title: "My DSA Journey: Patterns in Chaos",
description: `I love that feeling when code just clicks — when chaos turns into clarity.
Solving 450+ LeetCode problems has taught me that every bug is a lesson, every pattern is a puzzle, and every solution is an art form.
Data structures? Algorithms? Let’s code.
Alt + C if you want to see how I break down problems — one line at a time.`,
},
{
title: "My College Club: Elevate and Empower",
description: `I didn’t just code — I built a community.
Over a year as Co-Lead at Elevate, I guided 200+ students, organized 5+ workshops and hackathons, and turned ideas into impact.
From brainstorming sessions to sleepless nights, I’ve seen firsthand how mentorship and collaboration can light the spark in future innovators.`,
},
{
title: "My MUN Journey: Words that Build Worlds",
description: `I believe words are as powerful as code.
From the chambers of IITs to chairing conferences, my MUN journey has been a masterclass in discourse, diplomacy, and daring to speak up.
2 Special Mentions, 1 Honorable Mention — and countless learnings that shaped how I think, lead, and collaborate.
Got an idea you’re passionate about? Let’s talk.`,
},
{
title: "The Unfinished Canvas",
description: `My story isn’t done — it’s an evolving canvas, filled with code, creativity, and a touch of chaos.
From AI to Web3, and everything in between, I’m exploring what’s next — one brushstroke at a time.
Got an idea or a dream? Let’s bring it to life.`,
},
{
title: "My Masterpieces: A Glimpse",
description: `These aren't just projects — they're experiments, solutions, and sometimes, late-night obsessions.
From building this very 3D gallery, to crafting an AI that can solve LeetCode problems, to predicting cricket scores with machine learning — this wall holds a mix of the practical, the playful, and the purposeful.
Each one taught me something new. Each one pushed me further.`,
},
{
title: "My Education: Where It All Began",
description: `IIIT Nagpur — the place that turned curiosity into code.
I'm doing my B.Tech in Computer Science here (2023–2027), and it's been more than just classes. From cracking DSA problems to losing sleep over AI models, this place gave me the tools and the hustle.
Also, yes — it’s an Institute of National Importance. Kinda proud of that.`,
},
];