This will be the first graded task of your CS 303(P) Lab. In this task you would be creating a portfolio using the concepts learnt in labs. You would learn how to create forks, switch branches and send Pull Requests. The details regarding making portfolio is shared on LMS. The submission details are also in the v2 in LMS. This repository would act as the submission point for your portfolio. Read ahead carefully to understand the details.
- Click on the fork button which is present on the top right of the repository dashboard.
- You will now have your personal fork.
- Find the
.json
file name corresponding to your roll number in thedata/jsons
folder.- For example if your roll number is
IMT2019001
, the file you are looking for is in the pathdata/jsons/IMT2019001.json
- You can find a demo in
data/jsons/IMT2018061.json
- For example if your roll number is
- Change the details in your corresponding JSON files. The details asked in the JSON files are
- name: Your name.
- github_link: Your portfolio's github link.
- website_link: Your portfolio's link. Make sure it is in the format
http://<website url>.domain
orhttps://<website url>.domain
- Valid URLs:
http://octocat.github.io/
,https://www.google.com
- Invalid URL format:
www.google
,google.com
,www.google.com
- Valid URLs:
- Commit the file.
- Come back to the forked repo's dashboard.
- You will find a
Contribute
button. Click on Open Pull Request. - Send pull request to the
dev
branch of the repository dashboard. - Click on Pull Request and add comments if you like to.
- Once you have performed all these changes, the PR will be merged within 24 hrs.
- Do get in touch with the TAs if your PR has not been merged within 24 hrs.
- If your PR is merged, you should be able to see the changes on the website within 1 min.
- Once you have done all these, checkout your friends' portfolios on imt2019.vercel.app
PS: Mobile Users please pardon my CSS