vicsanjinez / markdown-portfolio

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

Introduce yourself to the world #3

Closed github-learning-lab[bot] closed 6 years ago

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

Step 5: Add an image

In this pull request, you're going to add an image. You can add an image of yourself, or of something else you'd like to feature. You'll also learn how to create alt-text for images, and how to create links.

Images

If you want to embed images, this is how you do it. Don't forget to include descriptive text in the square brackets for those using screen readers, or in case your image doesn't display for some reason.

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

Image of Yaktocat

:keyboard: Activity: Adding an Image

  1. Like before, edit the file in this pull request.
  2. Look for the filler text on the file _includes/02-image.md. Replace that text with the Markdown to feature 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 6 years ago

Step 6: Add a profile link

The image works and it looks great. Next, you will want to add links to all of your awesome portfolio projects.

Creating links is important when communicating in Issues and Pull Requests. Sometimes, you may want to link to a website, a repository, or even a line of code. But long URLs are not easy on the eyes. To create a link, put the text you want to display in square brackets, and the URL in the following parenthesis.

[GitHub](http://github.com)

:keyboard: Activity: Add a link

  1. Edit the file _includes/03-links.md.
  2. Replace the filler text with a link to your GitHub profile or anywhere else.

Watch below for my response!

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

Step 7: Merge your image and link

This looks great @vicsanjinez, and you've posted a link to show off your portfolio! Now you can share it with the world.

:keyboard: Activity: Merge the Pull Request

Click Merge pull request below.


Watch below for my response!

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

Good job with images and links! See your great work here: https://vicsanjinez.github.io/markdown-portfolio/

:keyboard: Activity: Delete the branch

Go ahead and delete your branch in this pull request.


Go to the next pull request now!