diff --git a/index.md b/index.md new file mode 100644 index 0000000..033c879 --- /dev/null +++ b/index.md @@ -0,0 +1,25 @@ +# This is a header line using h1. +## This is h2 +### This is h3 +#### This is h4 +##### This is h5 +###### This is h6 + +Added examples of headers + +Added an image! +![Image of a sand garden](https://images.pexels.com/photos/13572878/pexels-photo-13572878.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1) + +Activity: Adding a code example + +``` bash +#!/bin/bash +echo "Hello, world!" + +``` + +Activity: Add a task list + +- [ ] Turn on GitHub Pages +- [ ] Outline my portfolio +- [ ] Introduce myself to the world