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

A few of your favorite things #4

Merged
merged 4 commits into from
Apr 20, 2018
Merged

A few of your favorite things #4

merged 4 commits into from
Apr 20, 2018

Conversation

github-learning-lab[bot]
Copy link
Contributor

Step 8: Add a list

In this pull request, you'll learn lists and emojis. You'll also list a few details in your resume!

👇 These are expandable dialogues! Click to open and see more information.

Emoji
### Emoji

Emoji are fun ✨, and they can be silly 😜, but they can also be an important communication tool when working with remote teams ✅. Tone doesn't come across as clearly when reading text as it comes speaking face to face, and emojis can be helpful in conveying context and emotions. ❤️

Here are some examples of popular emojis in markdown.

What you see What you type
❤️ :heart:
👍 :+1:
😄 :smile:
:sparkles:
🎉 :tada:

If you aren't sure what emojis are possible, you can look them up on a cheatsheet. In many places on GitHub, you can type : and then begin to type the name of an emoji. A fuzzy search will bring up the 5 best guesses and let you select one.

image of fuzzy search emojis on GitHub


Ordered Lists
### Ordered Lists

Ordered lists have numbers and can have indented children that are also ordered.

When you're creating ordered lists, you can type out the exact number you want to show in order, (1, 2, 3, etc.) but you can also type every number as "1.". Markdown will take care of the rest of the numbering for you, and your list will be easier to maintain.

1. Item 1
1. Item 2
1. Item 3
   1. Item 3a
   1. Item 3b
  1. Item 1
  2. Item 2
  3. Item 3
    1. Item 3a
    2. Item 3b

Unordered Lists
### Unordered Lists

To create an unordered list, you can use the - character or the * character. To do an indented child list item, you need to type a tab or at least two spaces.

* Item 1
* Item 2
  * Item 2a
  * Item 2b
  • Item 1
  • Item 2
    • Item 2a
    • Item 2b

Adding accomplishments

I've started a list for you in the "accomplishments" section. Your next steps are to fill out that list, or add another one somewhere else.

Not sure what to type? That's OK! Create a fictional resume based on your favorite movie or book character!

⌨️ Activity: Complete the lists

  1. Like before, edit the _includes/04-lists.md in this pull request.
  2. Create a list somewhere in the file. It could be ordered or unordered.
  3. Commit your changes.

Watch below for my response!

@github-learning-lab
Copy link
Contributor Author

Step 9: Use emphasis

Great job with those lists! Let's try something new. You can also use bold and italic text in Markdown. Sometimes in Markdown there are multiple ways to accomplish the same goal.

*This text will be italic*
_This will also be italic_

**This text will be bold**
__This will also be bold__

_You **can** combine them_

⌨️ Activity: Add some emphasis

  1. Edit the file _includes/05-emphasis.md in this pull request.
  2. By using the Preview tab and your ✨ new Markdown knowledge, add emphasis (like bold or italics) to your skills.
  3. Commit your changes.

Watch below for my response!

@github-learning-lab
Copy link
Contributor Author

Uh oh, something's not quite right with one of the lists.

Did you create a list? Remember the format for a list looks like this:

- item

It is important to put a space between the - or * and the list item text or the Markdown will not be processed as a list.

⌨️ Activity: Add a list

  1. Click the "Files changed" tab
  2. Scroll to find the _includes/04-lists.md
  3. Click the 📝 pencil icon
  4. Add a list using either - or * to indicate the bullets
  5. Scroll to the bottom and commit your changes to your branch

If you would like assistance troubleshooting the issue you are encountering, create a post on the GitHub Community board. You might also want to search for your issue to see if other people have resolved it in the past.


Watch below for my response!

@github-learning-lab
Copy link
Contributor Author

Step 10: Merge lists and emphasis

Woohoo @n704! Your list and emphasis looks great. Let's merge these changes to the master branch now.

⌨️ Activity: Merge the Pull Request

Go ahead and click Merge pull request below.


Watch below for my response!

@n704 n704 merged commit 4bde305 into master Apr 20, 2018
@github-learning-lab
Copy link
Contributor Author

Nicely done @n704. See your great work here: https://n704.github.io/markdown-portfolio/

I gave your portfolio a makeover by adding a Jekyll Theme - I hope you don't mind! 😉 If you would like to select a different theme, check out the documentation

⌨️ Activity: Delete the branch

Go ahead and delete your branch in this pull request.


Go to the last step

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.

2 participants