Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add profile picture to website #11

Open
ivanzvonkov opened this issue Oct 18, 2022 · 0 comments
Open

Add profile picture to website #11

ivanzvonkov opened this issue Oct 18, 2022 · 0 comments
Assignees

Comments

@ivanzvonkov
Copy link
Contributor

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:

  1. Clone repository locally
  2. Create a new branch by running git checkout -b <your-name>-profile
  3. Add a square image (under 200 KB) of yourself into profiles/ the (image name should be your last name)
  4. 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">
  1. Check that it worked by opening index.html in a web browser
  2. Push the code to your branch
git add . 
git commit -m'Added profile picture for <your name>'
git push
  1. Create a new Pull request and add me as a reviewer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants