Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Added my profile #1598

Merged
merged 4 commits into from
Aug 14, 2022
Merged
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
81 changes: 81 additions & 0 deletions public/data/PritamSarbajna.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
{
"name": "Pritam Sarbajna",
"type": "personal",
"bio": "Aspiring Software Developer | Open Source Enthusiast!",
"avatar": "https://github.com/PritamSarbajna.png",
"links": [
{
"name": "Check me on GitHub!",
"url": "https://github.com/PritamSarbajna",
"icon": "github"
},
{
"name": "Connect with me on LinkedIn!",
"url": "https://www.linkedin.com/in/pritam-sarbajna-74945821b/",
"icon": "linkedin"
},
{
"name": "Check out my Website!",
"url": "https://pritam-sarbajna-portfolio.netlify.app/",
"icon": "globe"
}
],
"milestones": [
{
"title": "Started learning programming",
"date": "October 2020",
"icon": "Book",
"color": "blue",
"description": "I started to learn about C and C++, Python programming"
},
{
"title": "Started Doing App Development",
"date": "october 2021",
"icon": "book",
"color": "red",
"description": "App development in Java"
},
{
"title": "Started learning web development",
"date": "December 2021",
"icon": "book",
"color": "purple",
"description": "I learned about HTML, CSS, JavaScript"
},
{
"title": "Started learning cyber security",
"date": "December 2021",
"icon": "book",
"color": "yellow",
"description": "Learned about kali linux, cyber tools, CTFs. Global rank #500 on Hack the Box. TryHackme H4CK3R tag."
},
{
"title": "Did a cyber research internship",
"date": "January 2022",
"icon": "book",
"color": "green",
"description": "Did a theory based internship where we have to create docs for wireshark malicious packets, bitnami vulnerabilities and many for documentation."
},
{
"title": "Started learning web frameworks",
"date": "March 2022",
"icon": "book",
"color": "yellow",
"description": "Learned about React Js, Tailwind CSS, SCSS, Django and many more."
},
{
"title": "Admitted into Asansol Engineering college in IT department",
"date": "July 2022",
"icon": "book",
"color": "red",
"description": "I enrolled into BTech course in IT department at AEC"
},
{
"title": "Got 1st prize in a website building competition",
"date": "July 2022",
"icon": "book",
"color": "purple",
"description": "I made a NGO website with django and tailwind CSS and got 1st prize."
}
]
}