diff --git a/_includes/01-name.md b/_includes/01-name.md
new file mode 100644
index 0000000..786d37a
--- /dev/null
+++ b/_includes/01-name.md
@@ -0,0 +1 @@
+Replace this with your name, and include a header.
\ No newline at end of file
diff --git a/_includes/02-image.md b/_includes/02-image.md
new file mode 100644
index 0000000..a460d89
--- /dev/null
+++ b/_includes/02-image.md
@@ -0,0 +1 @@
+Replace this with an image, like your photo. Ensure you include some alt-text.
\ No newline at end of file
diff --git a/_includes/03-links.md b/_includes/03-links.md
new file mode 100644
index 0000000..e368753
--- /dev/null
+++ b/_includes/03-links.md
@@ -0,0 +1 @@
+Replace this with a link to your a GitHub or social media profile.
\ No newline at end of file
diff --git a/index.md b/index.md
index 0d6905d..a938fda 100644
--- a/index.md
+++ b/index.md
@@ -1,3 +1,14 @@
---
layout: default
---
+
+{% include 01-name.md %}
+
+
+
+{% include 02-image.md %}
+
+
+
+{% include 03-links.md %}
+