@kushal2000 Good work. I'll merge this pull request.
Here are a couple of points for you to keep in mind:
Always create separate commits for unrelated changes. For example, here it would have been more sensible to have separate commit for adding makerspace link and updating team page.
Don't make changes and open PRs from your master branch. This helps to keep the git commit-tree of master branch same across all copies of the repository.
@kushal2000 Good work. I'll merge this pull request. Here are a couple of points for you to keep in mind: