bug320 / markdown-portfolio

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

Introduce yourself to the world #3

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

github-learning-lab[bot] commented 5 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 , or in case your image doesn't display, such as when there's a poor connection.

![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 _includes/02-image.md with the correct Markdown for your image of choice. Don't forget to include alt-text!
  3. Commit :book: your changes.

Watch below for my response!