diff --git a/_includes/02-image.md b/_includes/02-image.md
new file mode 100644
index 0000000..620b533
--- /dev/null
+++ b/_includes/02-image.md
@@ -0,0 +1 @@
+![Image of Yaktocat](https://octodex.github.com/images/yaktocat.png)
diff --git a/_includes/03-links.md b/_includes/03-links.md
new file mode 100644
index 0000000..9fffcbe
--- /dev/null
+++ b/_includes/03-links.md
@@ -0,0 +1 @@
+[GitHub](http://github.com)
diff --git a/index.md b/index.md
index 4047435..a938fda 100644
--- a/index.md
+++ b/index.md
@@ -4,3 +4,11 @@ layout: default
{% include 01-name.md %}
+
+
+{% include 02-image.md %}
+
+
+
+{% include 03-links.md %}
+