diff --git a/doc-src/assets/images/compass.app.png b/doc-src/assets/images/compass.app.png
new file mode 100644
index 00000000..1c761f02
Binary files /dev/null and b/doc-src/assets/images/compass.app.png differ
diff --git a/doc-src/content/index.haml b/doc-src/content/index.haml
index 365aa750..eb169338 100644
--- a/doc-src/content/index.haml
+++ b/doc-src/content/index.haml
@@ -69,3 +69,26 @@ layout: homepage
%img(src="/images/sites/busyconf.jpg")
%span.title BusyConf
%span.url http://busyconf.com
+
+%section.book
+ %h3 Save 37% on the Book: (Currently In Beta)
+
+ %p
+ %a(href="http://www.manning.com/netherland/")
+ %img(src="http://www.manning.com/netherland/netherland_cover150.jpg" alt="Sass & Compass in Action")
+ Compliments of Manning.com is a standing 37% discount on
+ Sass and Compass in Action.
+ Use promo code sasscomp37
at manning.com on the MEAP, eBook and pBook of Sass and
+ Compass in Action. All pBook purchases include free eFormats (PDF, ePub, and Kindle)
+ as soon as available.
+
+%section.gui
+ %h3 Hate the Command Line?
+
+ %a(href="http://compass.handlino.com/")
+ %img(src="/images/compass.app.png")
+ %p
+ Buy Compass.app for just $7.
+ %p.note
+ Note: Compass.app is a product of Handlino, Inc but
+ 30% of all proceeds go to Compass's charity of choice: UMDF.org.
diff --git a/doc-src/content/stylesheets/partials/_home.scss b/doc-src/content/stylesheets/partials/_home.scss
index 62f2dbc4..e322c02e 100644
--- a/doc-src/content/stylesheets/partials/_home.scss
+++ b/doc-src/content/stylesheets/partials/_home.scss
@@ -79,4 +79,21 @@ ul#featured_sites {
.title { bottom: 1.7em; left: 0; z-index: 103; text-decoration: none; padding: 0 11px; color: #fff; }
}
}
+section.book, section.gui {
+ width: 48%;
+ float: left;
+ @extend .group;
+ h3 { margin-bottom: 1em; height: 2em; text-align: left; }
+}
+section.book {
+ margin-right: 2%;
+ img { float: left; margin-right: 1em; margin-bottom: 1em; }
+}
+section.gui {
+ text-align: center;
+ .note {
+ font-size: smaller;
+ }
+}
+
html.light body#home { h1#logo { background-position: bottom;} }
\ No newline at end of file