Welcome to the SEDS Antariksh VIT Chennai Programming Department showcase website! This repository serves as a skill test for department members, allowing them to contribute by making pull requests to add their details.
To showcase yourself on the website, follow these steps:
- Fork this repository and clone in your computer.
- Create a new file named <your_name>.json under the src/data folder.
- Use the following JSON format to fill in your details: (NOTE- Make sure to put in the full url with
https://
){ "name": "Your Full Name", "branch": "Your Branch", "year": "Your Year", "linkedin": "Your LinkedIn Profile URL", "github": "Your GitHub Profile URL" }
- Save the file
- Commit the changes with an appropriate message, push it and create a pull request.
{
"name": "Lenin Kennedy",
"branch": "ECM",
"year": "3rd",
"linkedin": "https://www.linkedin.com/in/lenink",
"github": "https://www.github.com/lem0n4id"
}