Skip to content

Commit

Permalink
Added download link
Browse files Browse the repository at this point in the history
  • Loading branch information
wagenet committed May 25, 2012
1 parent fa94733 commit d2a4ddc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/index.haml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
take a Mustache template, import it into Handlebars, and start
taking advantage of the extra Handlebars features.

= link("Download: 1.0.beta.6", "https://github.com/downloads/wycats/handlebars.js/handlebars-1.0.0.beta.6.js", :class => 'download')

%h2#getting-started
Getting Started

Expand Down
14 changes: 14 additions & 0 deletions src/stylesheets/application.sass
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,20 @@ code
border: 1px solid rgba(0,0,0,0.1)
+border-radius(3px)

a.download
text-decoration: none
display: block
color: #fff
margin: 20px auto 0
width: 300px
height: 45px
line-height: 45px
font-size: 20px
+text-shadow(rgba(0,0,0,0.3),0, -1px, 0)
text-align: center
+linear-gradient(color_stops($gradient-top, $gradient-bottom))
+border-radius(5px)

.intro
width: 100%

Expand Down

0 comments on commit d2a4ddc

Please sign in to comment.