Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.
Merged
Changes from 1 commit
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
Next Next commit
"Added Profile - Goutam Nath"
  • Loading branch information
gautam committed Dec 14, 2021
commit b55df7c8619cd88b5c70a4f9344e85358124dc43
45 changes: 45 additions & 0 deletions public/data/nathgoutam93.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"name": "Goutam Nath",
"type": "personal",
"bio": "Web & Game developer",
"avatar": "https://github.com/nathgoutam93.png",
"links": [
{
"name":"Follow me on Github",
"url": "https://github.com/nathgoutam93",
"icon": "github"
},
{
"name":"Follow me on Twitter",
"url": "https://twitter.com/nathgoutam93",
"icon": "twitter"
},
{
"name": "Check out my portfolio",
"url": "https://nathgoutam93.github.io/Portfolio/",
"icon": "link"
}
],
"milestones": [
{
"title": "Started Game Development",
"date": "August 2020",
"color": "orange",
"description": "Learned Unreal engin 4 and blender 3D"
},
{
"title": "Started Web Development",
"date": "October 2021",
"icon": "globe",
"color": "blue",
"description": "Got to learn about Web dev tools like HTML, CSS, Js, node and now playing with Js/CSS frameworks"
},
{
"title": "Started Open Source Contribution",
"date": "December 2021",
"icon": "github",
"color": "green",
"description": "Started contributing to Open Source projects"
}
]
}