Context: We are beginning to use our github.io website more actively: https://nasaharvest.github.io/
Issue: There's no profile picture for you
To do:
- Clone repository locally
- Create a new branch by running
git checkout -b <your-name>-profile
- Add a square image (under 200 KB) of yourself into
profiles/ the (image name should be your last name)
- Update the code associated with your name in index.html from
<img src="assets/logo.png" class="emptyprofile"/>
to
<img src="profiles/<your-last-name>.jpg" class="profile">
- Check that it worked by opening index.html in a web browser
- Push the code to your branch
git add .
git commit -m'Added profile picture for <your name>'
git push
- Create a new Pull request and add me as a reviewer
Context: We are beginning to use our github.io website more actively: https://nasaharvest.github.io/
Issue: There's no profile picture for you
To do:
git checkout -b <your-name>-profileprofiles/the (image name should be your last name)to