Skip to content

Instantly share code, notes, and snippets.

@jmevans0211
Last active May 14, 2019 22:22
Show Gist options
  • Save jmevans0211/53dcc346963fd459f2fe7e6ea8771fde to your computer and use it in GitHub Desktop.
Save jmevans0211/53dcc346963fd459f2fe7e6ea8771fde to your computer and use it in GitHub Desktop.
Beginner's Guide to Gists

Why I Love Baking

  1. It's Fun
  2. People Like Treats

It's Fun

Baking is so fun! These are the things I like to bake, in no particular order!

  • Pies

    • PB - Chocolate Pie
    • Bonafee Pie
    • French Silk Pie
  • Cookies

    • Snickerdoodle
    • Oatmeal Chocolate Chip

cookie

  • Cake Pops
    • Funfetti
    • Cookies 'n Cream

People Like Treats

Pretty much everyone loves a sweet surprise. This is one of my favorite ways to brighten peoples' days!

This Baker Also Likes Learning How to Code!

One of the first things I learned how to do is how to make a header using h1, h2, h3, h4, h5, and h6.

I also learned how to make a list like below!

<ol>
    <li> Dogs </li>
    <li> Cats </li>
    <li> Fish </li>
    <li> Hampster </li>
</ol>

Which will output like below!

  1. Dogs
  2. Cats
  3. Fish
  4. Hampster
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment