diff --git a/src/data/showcase/portfolio.png b/src/data/showcase/portfolio.png new file mode 100644 index 000000000..f434e8188 Binary files /dev/null and b/src/data/showcase/portfolio.png differ diff --git a/src/data/userData.tsx b/src/data/userData.tsx index 4cff00281..7dfe6eff9 100644 --- a/src/data/userData.tsx +++ b/src/data/userData.tsx @@ -134,7 +134,18 @@ export const Users: User[] = [ "https://github.com/dhairyagothi/50_days_50_web_project/tree/Main/public/TO_DO_LIST", tags: ["html", "css", "javascript"], }, - + + // Portfolio + { + title: "Portfolio", + description: + "Portfolio can showcase your skills ,certificate and serve as part of your resume.", + preview: require("./showcase/portfolio.png"), + website: "https://kartikmehta18.github.io/myportfolio/", + source: "hhttps://github.com/kartikmehta18/myportfolio", + tags: ["opensource", "portfolio", "css", "javascript", "html"], + }, + // Currency Converter Clone {