ShimantaBhuyan / markdown-portfolio

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

Give your portfolio a header #2

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

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

Step 3: Add headers

As you saw on your website, the current portfolio is pretty sparse. We'll learn how to edit the file in this pull request to incorporate some Markdown headers. Headers will bolster the portfolio.

You can see an example of a header at the top of this page! Just like in any text editing software, a header is a larger bit of text at the beginning of a section.

Example

# This is an <h1> tag
## This is an <h2> tag
###### This is an <h6> tag

The fewer the #, the larger the header.

How it looks

This is an <h1> tag

This is an <h2> tag

This is an <h6> tag

In Issues, Pull Requests, and comments, you can use the text formatting toolbar.

But, the toolbar isn't available everywhere. As you edit your file, you'll need to type the # symbols by hand.

:keyboard: Activity: Edit your file with Headers

  1. In this pull request, click the Files Changed tab.
  2. In the upper right corner of the file view, click the small pencil icon to open the file editor for the file titled _includes/01-name.md.
  3. On the Edit file tab, add a # before the content so it formats as a "header 1". You can use the same concept to add more headers, using 1 through 6 hash symbols.
  4. Above the new content, click Preview changes.
  5. At the bottom of the page, type a short, meaningful commit message that describes the change you made to the file.
  6. Click Commit Changes.

Watch below for my response

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

Step 4: Merge your headers

Great @ShimantaBhuyan! I see you've added at least one header. You can continue working if you'd like, otherwise let's merge this pull request and move on with the course.

:keyboard: Activity: Merge the Pull Request

Click Merge pull request below.


Watch below for my response!

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

Nice work with adding headers @ShimantaBhuyan! You can see your work here: https://ShimantaBhuyan.github.io/markdown-portfolio/

:keyboard: Activity: Delete your branch

Go ahead and delete your branch in this pull request.


Go to the next pull request now!