ainigo-metcalfe / markdown-portfolio

https://lab.github.com/githubtraining/communicating-using-markdown
MIT License
0 stars 0 forks source link

Introduce yourself to the world #4

Open github-learning-lab[bot] opened 4 years ago

github-learning-lab[bot] commented 4 years ago

Step 5: Add an image

Now, you're going to add an image. You can add an image of yourself or anything else you'd like to feature. You'll also learn how to create descriptive text, or "alt text", for images, and how to create links.

Images

Let's add an image. Don't forget to include descriptive text in the square brackets. This text is read aloud for people using screen readers. It's also shown at times when your image doesn't display, such as when there's a poor connection. You can see the syntax for images below:

![Image of Yaktocat](https://octodex.github.com/images/yaktocat.png)

Image of Yaktocat

:keyboard: Activity: Adding an image

  1. As you did before, edit the file in this pull request.
  2. In the file, replace the content in _includes/02-image.md with the correct Markdown for your image of choice. Don't forget to include alt-text!
  3. Commit your changes.

Watch below for my response!

github-learning-lab[bot] commented 4 years ago

Something doesn't look quite right with this image. Make sure:

:keyboard: Activity: Add an image

  1. Click the "Files changed" tab.
  2. Scroll to find the _includes/02-image.md.
  3. Click the :pencil: pencil icon.
  4. Add an image using the syntax ![Image of Yaktocat](https://octodex.github.com/images/yaktocat.png).
  5. Scroll to the bottom and commit your changes to your branch.

If you would like assistance troubleshooting, create a post on the GitHub Community board. You might also want to search for your issue to see if other people have resolved it in the past.


Watch below for my response!