Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 0 additions & 21 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,21 +0,0 @@
MIT License

Copyright (c) 2025 Kabir Singh

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
74 changes: 0 additions & 74 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,74 +0,0 @@
# My Portfolio Website - Overview 🚀

This repository contains the open source version of my 3D portfolio website. Do check it out!

## Instructions 🛠️

I have modified the GSAP club plugins with the trial plugins, but with the trial plugin, you cannot host it⛔️. For Club plugins, check out here: [GSAP Installation](https://gsap.com/docs/v3/Installation/).

**Techstack** - React, TypeScript, GSAP, ThreeJS, WebGL, HTML, CSS, JavaScript

### Installation

1. Clone the repository to your local machine:

```bash
git clone <repository-url>
cd <repository-directory>
```

2. Install the required packages:

```bash
npm install
```

3. Install React:

```bash
npm i react
```

4. Install GSAP for React:

You can choose to install GSAP specifically for React or the general GSAP package:

For React:
```bash
npm i gsap/react
```

Or the general GSAP package:
```bash
npm i gsap
```

5. Run the development server:

```bash
npm run dev
```

Open your browser and navigate to `http://localhost:3000` to view the website.

## Features

- 3D interactive UI built with ThreeJS and WebGL
- Smooth animations using GSAP
- Responsive design for various screen sizes

## Contributing

Contributions are welcome! Please follow these steps:

1. Fork the repository.
2. Create a new branch (`git checkout -b feature-branch`).
3. Commit your changes (`git commit -m 'Add new feature'`).
4. Push to the branch (`git push origin feature-branch`).
5. Open a pull request.

## License

This project is licensed under the MIT License. See the LICENSE file for details.


2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<!-- <link rel="icon" type="image/svg+xml" href="/" /> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>KABIR SINGH - Creative Developer | Designer</title>
<title>Pradeep Dhaka </title>
</head>
<body>
<div id="root"></div>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file removed public/images/express.webp
Binary file not shown.
Binary file removed public/images/javascript.webp
Binary file not shown.
Binary file removed public/images/mongo.webp
Binary file not shown.
Binary file removed public/images/mysql.webp
Binary file not shown.
Binary file removed public/images/next.webp
Binary file not shown.
Binary file removed public/images/next1.webp
Binary file not shown.
Binary file removed public/images/next2.webp
Binary file not shown.
Binary file removed public/images/nextBL.webp
Binary file not shown.
Binary file removed public/images/node.webp
Binary file not shown.
Binary file removed public/images/node2.webp
Binary file not shown.
Binary file removed public/images/placeholder.webp
Binary file not shown.
Binary file removed public/images/react.webp
Binary file not shown.
Binary file removed public/images/react2.webp
Binary file not shown.
Binary file removed public/images/typescript.webp
Binary file not shown.
3 changes: 0 additions & 3 deletions public/models/character.glb
Git LFS file not shown
4 changes: 1 addition & 3 deletions src/components/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ const About = () => {
<div className="about-me">
<h3 className="title">About Me</h3>
<p className="para">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Hic quis
dolores numquam iusto Ratione earum ducimus autem id iure pariatur
dolorum quae maiores.
A passionate and creative lighting design graduate seeking an entry-level position in the field of lighting design where I can apply my technical skills and artistic sensibilities to create impactful and innovative lighting solutions.
</p>
</div>
</div>
Expand Down
32 changes: 3 additions & 29 deletions src/components/Career.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,39 +12,13 @@ const Career = () => {
<div className="career-timeline">
<div className="career-dot"></div>
</div>


<div className="career-info-box">
<div className="career-info-in">
<div className="career-role">
<h4>Position In Company</h4>
<h5>Company Name</h5>
</div>
<h3>20XX</h3>
</div>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Enim
labore sit non ipsum temporibus quidem, deserunt eaque officiis
mollitia ratione suscipit repellat.
</p>
</div>
<div className="career-info-box">
<div className="career-info-in">
<div className="career-role">
<h4>Position In Company</h4>
<h5>Company Name</h5>
</div>
<h3>20XX</h3>
</div>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Enim
labore sit non ipsum temporibus quidem, deserunt eaque officiis
mollitia ratione suscipit repellat.
</p>
</div>
<div className="career-info-box">
<div className="career-info-in">
<div className="career-role">
<h4>Position In Company</h4>
<h5>Company Name</h5>
<h5>Design Matrix</h5>
</div>
<h3>NOW</h3>
</div>
Expand Down
1 change: 1 addition & 0 deletions src/components/Character/utils/resizeUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ export default function handleResize(
setCharTimeline(character, camera);
setAllTimeline();
}

15 changes: 4 additions & 11 deletions src/components/Contact.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,19 @@ const Contact = () => {
<h4>Email</h4>
<p>
<a href="mailto:example@mail.com" data-cursor="disable">
abc@gmail.com
Pradeepdhaka291@gmail.com
</a>
</p>
<h4>Phone</h4>
<p>
<a href="tel:+919920782622" data-cursor="disable">
+91 9988776655
+91 93116 58647
</a>
</p>
</div>
<div className="contact-box">
<h4>Social</h4>
<a
href="https://github.com"
target="_blank"
data-cursor="disable"
className="contact-social"
>
Github <MdArrowOutward />
</a>

<a
href="https://www.linkedin.com"
target="_blank"
Expand Down Expand Up @@ -58,7 +51,7 @@ const Contact = () => {
</div>
<div className="contact-box">
<h2>
Designed and Developed <br /> by <span>Kabir Singh</span>
Lighting Designer <br /> by <span>Pradeep Dhaka</span>
</h2>
<h5>
<MdCopyright /> 2025
Expand Down
8 changes: 4 additions & 4 deletions src/components/Landing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ const Landing = ({ children }: PropsWithChildren) => {
<div className="landing-intro">
<h2>Hello! I'm</h2>
<h1>
KABIR
PRADEEP
<br />
<span>SINGH</span>
<span>DHAKA</span>
</h1>
</div>
<div className="landing-info">
<h3>A Creative</h3>
<h2 className="landing-info-h2">
<div className="landing-h2-1">Designer</div>
<div className="landing-h2-2">Developer</div>
<div className="landing-h2-2">Lighting</div>
</h2>
<h2>
<div className="landing-h2-info">Developer</div>
<div className="landing-h2-info">Devloper</div>
<div className="landing-h2-info-1">Designer</div>
</h2>
</div>
Expand Down
6 changes: 3 additions & 3 deletions src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ const Navbar = () => {
Logo
</a>
<a
href="mailto:example@mail.com"
href="mailto:example@gmail.com"
className="navbar-connect"
data-cursor="disable"
>
example@mail.com

</a>
<ul>
<li>
Expand Down Expand Up @@ -78,4 +78,4 @@ const Navbar = () => {
);
};

export default Navbar;
export default Navbar;
10 changes: 3 additions & 7 deletions src/components/SocialIcons.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {
FaGithub,

FaInstagram,
FaLinkedinIn,
FaXTwitter,
Expand Down Expand Up @@ -59,11 +59,7 @@ const SocialIcons = () => {
return (
<div className="icons-section">
<div className="social-icons" data-cursor="icons" id="social">
<span>
<a href="https://github.com" target="_blank">
<FaGithub />
</a>
</span>

<span>
<a href="https://www.linkedin.com" target="_blank">
<FaLinkedinIn />
Expand All @@ -80,7 +76,7 @@ const SocialIcons = () => {
</a>
</span>
</div>
<a className="resume-button" href="#">
<a className="resume-button" href="https://1drv.ms/w/c/e8ef2b086b361acf/EeRkarHN71BNnGW-XHZLXX4BtBa00yj0v0E8MBa0z5yB_Q?e=c1eKkr">
<HoverLinks text="RESUME" />
<span>
<TbNotes />
Expand Down
2 changes: 1 addition & 1 deletion src/components/TechStack.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ const TechStack = () => {

return (
<div className="techstack">
<h2> My Techstack</h2>
<h2> My 3D design</h2>

<Canvas
shadows
Expand Down
34 changes: 13 additions & 21 deletions src/components/WhatIDo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,24 +87,19 @@ const WhatIDo = () => {
<div className="what-corner"></div>

<div className="what-content-in">
<h3>DEVELOP</h3>
<h4>Description</h4>
<h3>LIGHTING</h3>
<h4>Designer</h4>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quas
quia aliquid laboriosam ducimus sit molestiae.
Indore Lighting, outdoor lighting, fasade lighting, Sports lighting,
Understanding of lighting technologies (LED, incandescent, fluorescent)
Ability to collaborate with designers, directors, and technical staff.

</p>
<h5>Skillset & tools</h5>
<div className="what-content-flex">
<div className="what-tags">JavaScript</div>
<div className="what-tags">TypeScript</div>
<div className="what-tags">Three.js</div>
<div className="what-tags">React</div>
<div className="what-tags">Css</div>
<div className="what-tags">Node.js</div>
<div className="what-tags">Next.js</div>
<div className="what-tags">Express.js</div>
<div className="what-tags">PHP</div>
<div className="what-tags">MySql</div>
<div className="what-tags">lighting design</div>
<div className="what-tags">AutoCAD</div>
<div className="what-tags">DIALux Evo</div>
</div>
<div className="what-arrow"></div>
</div>
Expand All @@ -131,16 +126,13 @@ const WhatIDo = () => {
<h3>DESIGN</h3>
<h4>Description</h4>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quas
quia aliquid laboriosam ducimus sit molestiae
Indore Lighting, outdoor lighting, fasade lighting, Sports lighting,
Understanding of lighting technologies (LED, incandescent, fluorescent)
Ability to collaborate with designers, directors, and technical staff.

</p>
<h5>Skillset & tools</h5>
<div className="what-content-flex">
<div className="what-tags">Blender</div>
<div className="what-tags">Zbrush</div>
<div className="what-tags">UI Design</div>
<div className="what-tags">Motion</div>
<div className="what-tags">Rigging</div>
<div className="what-tags">3D Animation</div>
<div className="what-tags">Character Design</div>
<div className="what-tags">Modelling</div>
Expand Down
Loading