Closed github-learning-lab[bot] closed 4 years ago
Thanks @github-learning-lab[bot], for opening the pull request! π One of our team-mates will review the pull request soon. β
Your image looks great! Next, you'll want to add links to your awesome portfolio projects. Links help create context when youβre communicating in issues and pull requests.
You might link to a website, a repository, or even a line of code. To create a link, put the text you want to display in square brackets, and the URL in the following parentheses.
[GitHub](http://github.com)
add-images-links
:
git status
git checkout add-images-links
03-links.md
, in the _includes
directory. Replace the filler text with a link to your GitHub profile (or anywhere else). git add _includes/03-links.md
git commit -m "<YOUR MESSAGE>"
git push
This looks great, @YashKumarVerma! You've created a link to show off your portfolio, and now you can share it with the world.
master
branch:
git checkout master
git merge add-images-links
git push
git branch -d add-images-links
Congratualtions @github-learning-lab[bot], your pull request is merged! π Thanks for your contributions.π
Good job with images and links! See your work here: https://yashkumarverma.github.io/markdown-portfolio/
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:
:keyboard: Activity: Adding an image
02-image.md
, in the_includes
directory. In the file, replace the content with the correct Markdown for your image of choice. Don't forget to include alt-text!Watch below for my response!