Skip to content

Commit 14b7b82

Browse files
committed
2 parents 5091965 + 17c7836 commit 14b7b82

File tree

7 files changed

+78
-96
lines changed

7 files changed

+78
-96
lines changed

public/data/Riddhi050803.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Riddhi Rustagi",
33
"location": "Delhi, India",
4-
"bio": "Im a passionate Computer Science Engineering student at Indira Gandhi Delhi Technical University for Women (IGDTUW), actively exploring and contributing to the world of web development, open-source, and problem-solving.",
4+
"bio": "I'm a passionate Computer Science Engineering student at Indira Gandhi Delhi Technical University for Women (IGDTUW), actively exploring and contributing to the world of web development, open-source, and problem-solving.",
55
"avatar": "https://github.com/Riddhi050803.png",
66
"portfolio": "https://riddhirustagiportfolio-riddhi050803s-projects.vercel.app/",
77
"skills": [
@@ -15,7 +15,9 @@
1515
"Mongo DB",
1616
"Express js",
1717
"Node js",
18-
"UI/UX"
18+
"UI/UX",
19+
"Git",
20+
"GitHub"
1921
],
2022
"social": {
2123
"GitHub": "https://github.com/Riddhi050803",

src/App.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import Homepage from './Homepage';
55
import Home from './Page/Home.jsx';
66
import Opportunities from './Page/Opportunities.jsx';
77
import IdeaSubmission from './Page/IdeaSubmission.jsx';
8+
import PortfolioIdeas from './Page/PortfolioIdeas.jsx';
89
import PortfolioBuilder from './Page/PortfolioBuilder.jsx';
910
import ProjectShowcase from './Page/ProjectShowcase.jsx';
1011
import ResumeBuilder from './Page/ResumeBuilder.jsx';
@@ -66,6 +67,7 @@ function App() {
6667
<Route path="/Home" element={<Home />} />
6768
<Route path="/Opportunities" element={<Opportunities />} />
6869
<Route path="/IdeaSubmission" element={<IdeaSubmission />} />
70+
<Route path="/PortfolioIdeas" element={<PortfolioIdeas />} />
6971
<Route path="/PortfolioBuilder" element={<PortfolioBuilder />} />
7072
<Route path="/ProjectShowcase" element={<ProjectShowcase />} />
7173
<Route path="/ResumeBuilder" element={<ResumeBuilder />} />

src/Page/Home.jsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const TechFeatures = () => {
4545
</a>
4646

4747
<a
48-
href="/resources"
48+
href="/Resources"
4949
className="feature-card block rounded-lg bg-gray-800 p-6 shadow-lg transition duration-300 hover:scale-105 hover:transform hover:bg-gray-700"
5050
>
5151
<div className="border border-transparent transition duration-300 hover:border-blue-500">
@@ -75,7 +75,7 @@ const TechFeatures = () => {
7575
</a>
7676

7777
<a
78-
href="/ideas-submission"
78+
href="/IdeaSubmission"
7979
className="feature-card block rounded-lg bg-gray-800 p-6 shadow-lg transition duration-300 hover:scale-105 hover:transform hover:bg-gray-700"
8080
>
8181
<div className="border border-transparent transition duration-300 hover:border-blue-500">
@@ -85,7 +85,7 @@ const TechFeatures = () => {
8585
</a>
8686

8787
<a
88-
href="/portfolio-ideas"
88+
href="/PortfolioIdeas"
8989
className="feature-card block rounded-lg bg-gray-800 p-6 shadow-lg transition duration-300 hover:scale-105 hover:transform hover:bg-gray-700"
9090
>
9191
<div className="border border-transparent transition duration-300 hover:border-blue-500">
@@ -95,7 +95,7 @@ const TechFeatures = () => {
9595
</a>
9696

9797
<a
98-
href="/portfolio-building"
98+
href="/PortfolioBuilder"
9999
className="feature-card block rounded-lg bg-gray-800 p-6 shadow-lg transition duration-300 hover:scale-105 hover:transform hover:bg-gray-700"
100100
>
101101
<div className="border border-transparent transition duration-300 hover:border-blue-500">
@@ -105,7 +105,7 @@ const TechFeatures = () => {
105105
</a>
106106

107107
<a
108-
href="/resume-building"
108+
href="/ResumeBuilder"
109109
className="feature-card block rounded-lg bg-gray-800 p-6 shadow-lg transition duration-300 hover:scale-105 hover:transform hover:bg-gray-700"
110110
>
111111
<div className="border border-transparent transition duration-300 hover:border-blue-500">
@@ -116,11 +116,11 @@ const TechFeatures = () => {
116116
</div>
117117

118118
<a
119-
href="/add-features"
119+
href="/https://github.com/codeaashu/DevDisplay"
120120
className="feature-card mt-6 block rounded-lg bg-gray-800 p-6 text-center shadow-lg transition duration-300 hover:scale-105 hover:transform hover:bg-gray-700"
121121
>
122122
<div className="border border-transparent transition duration-300 hover:border-blue-500">
123-
<h3 className="mb-4 text-2xl font-semibold">Want to Add Features?</h3>
123+
<h3 className="mb-4 text-2xl font-semibold">Want to Add New Features?</h3>
124124
<p>Suggest new features you'd love to see and help shape the tech community.</p>
125125
</div>
126126
</a>

src/Page/IdeaSubmission.jsx

Lines changed: 13 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -4,38 +4,20 @@ const IdeaSubmissionPage = () => {
44
return (
55
<div className="min-h-screen bg-gray-100 p-4">
66
<header className="bg-blue-600 p-4 text-white">
7-
<h1 className="text-2xl font-bold">Idea Submission</h1>
7+
<h1 className="text-2xl font-bold">
8+
This is the Idea Submission page - Want to Build this page as a contributer
9+
</h1>
810
</header>
9-
<main className="mt-4">
10-
<form className="rounded-lg bg-white p-4 shadow">
11-
<div className="mb-4">
12-
<label className="mb-2 block text-sm font-bold">Title</label>
13-
<input type="text" className="w-full rounded-lg border p-2" />
14-
</div>
15-
<div className="mb-4">
16-
<label className="mb-2 block text-sm font-bold">Description</label>
17-
<textarea className="w-full rounded-lg border p-2"></textarea>
18-
</div>
19-
<div className="mb-4">
20-
<label className="mb-2 block text-sm font-bold">Tags</label>
21-
<input type="text" className="w-full rounded-lg border p-2" />
22-
</div>
23-
<div className="mb-4">
24-
<label className="mb-2 block text-sm font-bold">Category</label>
25-
<select className="w-full rounded-lg border p-2">
26-
<option>Category 1</option>
27-
<option>Category 2</option>
28-
</select>
29-
</div>
30-
<button type="submit" className="rounded-lg bg-blue-500 px-4 py-2">
31-
Submit
32-
</button>
33-
</form>
34-
<section className="mt-8">
35-
<h2 className="text-xl font-bold">Top Ideas</h2>
36-
{/* Add idea cards here */}
37-
</section>
38-
</main>
11+
<h1 className="text-2xl font-bold">Features</h1>
12+
<h1>
13+
Add a features in this page where every user can submit their project idea and add a voting or like feature on
14+
every ideas.
15+
</h1>
16+
<hr />
17+
<h1>
18+
After that add a voting or liking on every project idea where user can like and vote for trending the project
19+
idea - like this website (https://peerlist.io/projects){' '}
20+
</h1>
3921
</div>
4022
);
4123
};

src/Page/PortfolioBuilder.jsx

Lines changed: 15 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -4,35 +4,22 @@ const PortfolioBuilderPage = () => {
44
return (
55
<div className="min-h-screen bg-gray-100 p-4">
66
<header className="bg-blue-600 p-4 text-white">
7-
<h1 className="text-2xl font-bold">Portfolio Builder</h1>
7+
<h1 className="text-2xl font-bold">
8+
This is the Portfoio Building page - Want to Build this page as a contributer
9+
</h1>
810
</header>
9-
<main className="mt-4">
10-
<form className="rounded-lg bg-white p-4 shadow">
11-
<div className="mb-4">
12-
<label className="mb-2 block text-sm font-bold">Skills</label>
13-
<input type="text" className="w-full rounded-lg border p-2" />
14-
</div>
15-
<div className="mb-4">
16-
<label className="mb-2 block text-sm font-bold">Experience</label>
17-
<input type="text" className="w-full rounded-lg border p-2" />
18-
</div>
19-
<div className="mb-4">
20-
<label className="mb-2 block text-sm font-bold">Projects</label>
21-
<input type="text" className="w-full rounded-lg border p-2" />
22-
</div>
23-
<div className="mb-4">
24-
<label className="mb-2 block text-sm font-bold">Education</label>
25-
<input type="text" className="w-full rounded-lg border p-2" />
26-
</div>
27-
<button type="submit" className="rounded-lg bg-blue-500 px-4 py-2">
28-
Publish Portfolio
29-
</button>
30-
</form>
31-
<section className="mt-8">
32-
<h2 className="text-xl font-bold">Template Selection</h2>
33-
{/* Add template selection here */}
34-
</section>
35-
</main>
11+
<h1 className="text-2xl font-bold">Features</h1>
12+
<h1>
13+
Add a portfolio builder where developer can build portfolio without coding just they fill thier information and
14+
portfolio will be ready
15+
</h1>
16+
<hr />
17+
<h1 className="text-2xl font-bold">Take help by this 👇🏻</h1>
18+
<h1>
19+
Portfolio building inspiration 1--- https://angstrom.vercel.app/ --- and thier source code ---
20+
https://github.com/Ujjwal2327/Angstrom
21+
</h1>
22+
<h1>Portfolio building inspiration 2 --- https://portfoliobuilder.vercel.app/</h1>
3623
</div>
3724
);
3825
};

src/Page/PortfolioIdeas.jsx

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
import React from 'react';
2+
3+
const ProjectsPage = () => {
4+
return (
5+
<div className="min-h-screen bg-gray-100 p-4">
6+
<header className="bg-blue-600 p-4 text-white">
7+
<h1 className="text-2xl font-bold">
8+
This is the Portfolio Ideas page - Want to Build this page as a contributer
9+
</h1>
10+
</header>
11+
<h1 className="text-2xl font-bold">Features</h1>
12+
<h1>
13+
Add a features in this page where developer can showcase their portfolio - Develoepr first add their portfolio
14+
through the open source contribution and then the portfolio are showcasing here
15+
</h1>
16+
<hr />
17+
<h1 className="text-2xl font-bold">Take help by this 👇🏻</h1>
18+
<h1>
19+
Project adding inspiration --- https://portfolio-ideas.vercel.app/ --- and thier source code ---
20+
https://github.com/Evavic44/portfolio-ideas
21+
</h1>
22+
</div>
23+
);
24+
};
25+
26+
export default ProjectsPage;

src/Page/ResumeBuilder.jsx

Lines changed: 11 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -4,35 +4,18 @@ const ResumeBuilderPage = () => {
44
return (
55
<div className="min-h-screen bg-gray-100 p-4">
66
<header className="bg-blue-600 p-4 text-white">
7-
<h1 className="text-2xl font-bold">Resume Builder</h1>
7+
<h1 className="text-2xl font-bold">
8+
This is the Resume Building page - Want to Build this page as a contributer
9+
</h1>
810
</header>
9-
<main className="mt-4">
10-
<form className="rounded-lg bg-white p-4 shadow">
11-
<div className="mb-4">
12-
<label className="mb-2 block text-sm font-bold">Personal Details</label>
13-
<input type="text" className="w-full rounded-lg border p-2" />
14-
</div>
15-
<div className="mb-4">
16-
<label className="mb-2 block text-sm font-bold">Skills</label>
17-
<input type="text" className="w-full rounded-lg border p-2" />
18-
</div>
19-
<div className="mb-4">
20-
<label className="mb-2 block text-sm font-bold">Experience</label>
21-
<input type="text" className="w-full rounded-lg border p-2" />
22-
</div>
23-
<div className="mb-4">
24-
<label className="mb-2 block text-sm font-bold">Education</label>
25-
<input type="text" className="w-full rounded-lg border p-2" />
26-
</div>
27-
<button type="submit" className="rounded-lg bg-blue-500 px-4 py-2">
28-
Download PDF
29-
</button>
30-
</form>
31-
<section className="mt-8">
32-
<h2 className="text-xl font-bold">Template Selection</h2>
33-
{/* Add template selection here */}
34-
</section>
35-
</main>
11+
<h1 className="text-2xl font-bold">Features</h1>
12+
<h1>
13+
Add a Resume builder where resume template is already available user just fill the info and resume will be ready
14+
</h1>
15+
<hr />
16+
<h1 className="text-2xl font-bold">Take help by this 👇🏻</h1>
17+
<h1>Resume building inspiration 1--- https://github.com/codeaashu/Resume-Builder</h1>
18+
<h1>Resume building inspiration 2 --- https://github.com/DeveloperAshish8/rezume</h1>
3619
</div>
3720
);
3821
};

0 commit comments

Comments
 (0)