1) Create Your JSON File
Use your branch name and file name pattern: data/your-name.json
Research & Innovation Team
A student-built contribution platform where every participant ships a personal portfolio through GitHub collaboration.
Cards are generated automatically from files inside the data folder.
Loading contributors...
Add one valid JSON file in the data folder and your card will appear on this page automatically with proper size, spacing, and alignment.
Use your branch name and file name pattern: data/your-name.json
Point to your single-file portfolio page in portfolios/your-name.html.
After push, this index page reads the new JSON and shows your card automatically.
{
"name": "Your Name",
"year": "1st Year CSE",
"intro": "Short intro about your interests.",
"portfolio": "portfolios/your-name.html"
}
Full contribution workflow, templates, and warning rules are available on separate pages.