Closed github-learning-lab[bot] closed 6 years ago
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.
Click Merge pull request below.
Nice work with adding headers @ShimantaBhuyan! You can see your work here: https://ShimantaBhuyan.github.io/markdown-portfolio/
Go ahead and delete your branch in this pull request.
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
The fewer the
#
, the larger the header.How it looks
This is an
<h1>
tagThis is an
<h2>
tagThis is an
<h6>
tagIn 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
_includes/01-name.md
.#
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.Watch below for my response