How to add your profile to the lab webpage
Fork the webpage
- While logged into your own github account, navigate to the github page for the website and click “Fork,” “create a new fork.”
- Github will automatically create a copy of the code in your own github account, and will navigate you there.
Create a branch
- In your own fork of the repository (you should automatically be navigated there), click the branch “main,” and type YourName (this is the name of the branch)
- Click “create branch” to create your branch of the repository.
Add your markdown page
- Navigate to the people folder. Click on the “testperson.md” file. Click the copy icon to copy the code to your clipboard.
- In the people folder, click “add file” then “create new file” and give it the name FirstNameLastName.md
- Paste the previously copied code into the file
- Add your personal information to the markdown page; follow instructions in the code.
- Scroll down and add a commit message such as “create [your name]” then commit the code directly to your branch.
Add your photo
- Navigate to the “assets/img/people” folder of the repository.
- Be sure you are still in the YourName branch of the repo.
- Click “add file” then “upload files” and upload a small, squareish PNG image of yourself in the format FirstNameLastName.png
Create a pull request to the original repo
- Once you’ve committed your markdown page and photo, a pop up will appear that says “this branch is X commits ahead of proteoceanLab:main”
- Click “contribute” then “open pull request” on this pop up.
- Create the pull request
- Congrats! Noelle will review your pull request and add you to the webpage.