Skip to content

Commit 985ac2f

Browse files
authored
Merge pull request #3733 from kartikmehta18/Portfolio
Add Portfolio
2 parents 94c2a80 + f58a01b commit 985ac2f

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

src/data/showcase/portfolio.png

353 KB
Loading

src/data/userData.tsx

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,18 @@ export const Users: User[] = [
145145
"https://github.com/dhairyagothi/50_days_50_web_project/tree/Main/public/TO_DO_LIST",
146146
tags: ["html", "css", "javascript"],
147147
},
148-
148+
149+
// Portfolio
150+
{
151+
title: "Portfolio",
152+
description:
153+
"Portfolio can showcase your skills ,certificate and serve as part of your resume.",
154+
preview: require("./showcase/portfolio.png"),
155+
website: "https://kartikmehta18.github.io/myportfolio/",
156+
source: "hhttps://github.com/kartikmehta18/myportfolio",
157+
tags: ["opensource", "portfolio", "css", "javascript", "html"],
158+
},
159+
149160
// Currency Converter Clone
150161

151162
{

0 commit comments

Comments
 (0)