Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Give your portfolio a header #2

Merged
merged 2 commits into from
May 3, 2018
Merged

Give your portfolio a header #2

merged 2 commits into from
May 3, 2018

Conversation

github-learning-lab[bot]
Copy link
Contributor

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.

⌨️ 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
Copy link
Contributor Author

Step 4: Merge your headers

Great @cesaramirez! 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.

⌨️ Activity: Merge the Pull Request

Click Merge pull request below.


Watch below for my response!

@cesaramirez cesaramirez merged commit dfed6a9 into master May 3, 2018
@github-learning-lab
Copy link
Contributor Author

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

⌨️ Activity: Delete your branch

Go ahead and delete your branch 📖 in this pull request.


Go to the next pull request now!

@cesaramirez cesaramirez deleted the add-headers branch May 3, 2018 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants