diff --git a/_layouts/home.html b/_layouts/home.html
index 652fa452..423d9f6b 100644
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -6,6 +6,8 @@ layout: archive
{% include feature_row id="welcome" type="center" %}
+{% include feature_row id="feature_row" %}
+
{{ content }}
Categories
@@ -47,7 +49,5 @@ layout: archive
{% endfor %}
{% endfor %}
-
{% include social-share.html %}
-
diff --git a/images/infobot-test.png b/images/infobot-test.png
new file mode 100644
index 00000000..c822081e
Binary files /dev/null and b/images/infobot-test.png differ
diff --git a/index.html b/index.html
index 60052bf6..9870113f 100644
--- a/index.html
+++ b/index.html
@@ -20,4 +20,24 @@ header:
btn_class: "btn--primary"
url: "https://didecentral.com/"
classes: wide
+feature_row:
+ - image_path: https://infominer.id/assets/img/infohub-contributors-thumb.png
+ alt: "Contributors Intro Teaser"
+ title: "DIDecentral: Contributors Intro"
+ excerpt: "Getting started contributing to DIDecentral via Social Apps, and the Comments Section."
+ url: "https://didecentral.com/contributors-guide/intro/"
+ btn_class: "btn--primary"
+ - image_path: https://didecentral.com/assets/images/contributors-quickstart-teaser.png
+ alt: "Gentle Intro to GitHub Teaser"
+ title: "Contributors Quickstart"
+ excerpt: "A Gentle Introduction to GitHub. Learn to revise/add content to a page, and submit your first blog-post via web-browser."
+ url: "https://didecentral.com/contributors-guide/quickstart/"
+ btn_class: "btn--primary"
+ - image_path: /images/infobot-test.png
+ alt: "info-bot test post template Teaser Image"
+ title: "Hi I'm info-bot!"
+ excerpt: "Use this template for your first post to the DIDecentral Community Blog."
+ url: "https://didecentral.com/test/infobot-hello/"
+ btn_class: "btn--primary"
---
+