Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: upgraded to the latest version🌈 #86

Closed
wants to merge 2 commits into from
Closed
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
66 changes: 66 additions & 0 deletions contribution/priyankarpal.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
---
author: Priyankar Pal
github_username: priyankarpal
occupation: Student
github: https://github.com/priyankarpal
twitter: https://twitter.com/priyankarpal
linkedin: https://www.linkedin.com/in/priyankarpal
---

# Introduction

Hi👋 there! It's Priyankar Pal, a First-year Computer Science Engineering student & a Tech Enthusiast. I'm a Front-end Developer.I am always looking for ways to contribute to the open-source community and positively impact the tech industry.

## Skills

<Tabs>

<Tab title="Frame Work">
<Skills title="Frame Works">
<Skill
name="React"
href="https://reactjs.org/"
icon={
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<title>JavaScript</title>
<path d="M0 0h24v24H0V0zm22.034 18.276c-.175-1.095-.888-2.015-3.003-2.873-.736-.345-1.554-.585-1.797-1.14-.091-.33-.105-.51-.046-.705.15-.646.915-.84 1.515-.66.39.12.75.42.976.9 1.034-.676 1.034-.676 1.755-1.125-.27-.42-.404-.601-.586-.78-.63-.705-1.469-1.065-2.834-1.034l-.705.089c-.676.165-1.32.525-1.71 1.005-1.14 1.291-.811 3.541.569 4.471 1.365 1.02 3.361 1.244 3.616 2.205.24 1.17-.87 1.545-1.966 1.41-.811-.18-1.26-.586-1.755-1.336l-1.83 1.051c.21.48.45.689.81 1.109 1.74 1.756 6.09 1.666 6.871-1.004.029-.09.24-.705.074-1.65l.046.067zm-8.983-7.245h-2.248c0 1.938-.009 3.864-.009 5.805 0 1.232.063 2.363-.138 2.711-.33.689-1.18.601-1.566.48-.396-.196-.597-.466-.83-.855-.063-.105-.11-.196-.127-.196l-1.825 1.125c.305.63.75 1.172 1.324 1.517.855.51 2.004.675 3.207.405.783-.226 1.458-.691 1.811-1.411.51-.93.402-2.07.397-3.346.012-2.054 0-4.109 0-6.179l.004-.056z" />
</svg>
}
level="Newbie"
>
Learning reactJS
</Skill>
<Skill
name="Tailwind CSS"
level="Intermidiate"
icon={
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<title>Tailwind CSS</title>
<path d="M12.001,4.8c-3.2,0-5.2,1.6-6,4.8c1.2-1.6,2.6-2.2,4.2-1.8c0.913,0.228,1.565,0.89,2.288,1.624 C13.666,10.618,15.027,12,18.001,12c3.2,0,5.2-1.6,6-4.8c-1.2,1.6-2.6,2.2-4.2,1.8c-0.913-0.228-1.565-0.89-2.288-1.624 C16.337,6.182,14.976,4.8,12.001,4.8z M6.001,12c-3.2,0-5.2,1.6-6,4.8c1.2-1.6,2.6-2.2,4.2-1.8c0.913,0.228,1.565,0.89,2.288,1.624 c1.177,1.194,2.538,2.576,5.512,2.576c3.2,0,5.2-1.6,6-4.8c-1.2,1.6-2.6,2.2-4.2,1.8c-0.913-0.228-1.565-0.89-2.288-1.624 C10.337,13.382,8.976,12,6.001,12z" />
</svg>
}
>
2 year experience with Tailwind CSS
</Skill>
</Skills>
</Tab>

</Tabs>

## Hobbies

- Cricket
- Travelling

<Projects>
<Project
name="ProjectsHut"
tldr="Show your projects to the world 🌎"
image="https://raw.githubusercontent.com/priyankarpal/ProjectsHut/main/images/ph.png"
livePreview="https://projectshut.vercel.app"
repository="https://github.com/priyankarpal/ProjectsHut"
>
ProjectsHut is an innovative platform that allows users to publish their projects for free. It's designed to provide a space for individuals to showcase their work and connect with a global audience.

</Project>
</Projects>
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@
"@heroicons/react": "^2.0.13",
"@mdx-js/loader": "^2.2.1",
"@mdx-js/react": "^2.2.1",
"@next/font": "13.1.1",
"@next/font": "13.2.4",
"@next/mdx": "^13.1.1",
"@types/node": "18.11.17",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"@types/node": "18.15.3",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"axios": "^1.2.2",
"eslint": "8.30.0",
"eslint-config-next": "13.1.1",
"mongoose": "^6.8.2",
"next": "13.1.1",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"mongoose": "^7.0.1",
"next": "^13.2.4",
"next-mdx-remote": "^4.3.0",
"octokit": "^2.0.10",
"react": "18.2.0",
Expand All @@ -47,7 +47,7 @@
"remark-html": "^15.0.1",
"remark-parse": "^10.0.1",
"sharp": "^0.31.3",
"typescript": "4.9.4",
"typescript": "4.9.5",
"unified": "^10.1.2",
"unist-util-map": "^3.1.3"
},
Expand All @@ -58,7 +58,7 @@
"@tailwindcss/typography": "^0.5.8",
"autoprefixer": "^10.4.13",
"clsx": "^1.2.1",
"framer-motion": "^8.4.2",
"framer-motion": "^10.3.1",
"gray-matter": "^4.0.3",
"husky": "^8.0.2",
"mini-svg-data-uri": "^1.4.4",
Expand Down
Loading