Skip to content

Commit

Permalink
In case you want to buy stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseppstein committed Jun 25, 2011
1 parent ec29ec4 commit 6d2f7f4
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
Binary file added doc-src/assets/images/compass.app.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions doc-src/content/index.haml
Expand Up @@ -69,3 +69,26 @@ layout: homepage
%img(src="/images/sites/busyconf.jpg")
%span.title BusyConf
%span.url http://busyconf.com

%section.book
%h3 Save <em>37%</em> 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
<a href="http://www.manning.com/netherland/">Sass and Compass in Action</a>.
Use promo code <code>sasscomp37</code> 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 <em>Hate</em> the Command Line?

%a(href="http://compass.handlino.com/")
%img(src="/images/compass.app.png")
%p
Buy <a href="http://compass.handlino.com/">Compass.app</a> 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: <a href="http://umdf.org/compass">UMDF.org</a>.
17 changes: 17 additions & 0 deletions doc-src/content/stylesheets/partials/_home.scss
Expand Up @@ -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;} }

0 comments on commit 6d2f7f4

Please sign in to comment.