From 2f65635512f5fc41516f882e0dbb6108b1b996b7 Mon Sep 17 00:00:00 2001 From: elijah Date: Tue, 19 Aug 2014 13:04:03 -0700 Subject: added initial :es translations to demonstrate how it can be done. --- amber/layouts/home.html.haml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'amber/layouts') diff --git a/amber/layouts/home.html.haml b/amber/layouts/home.html.haml index 4517821..4a35f89 100644 --- a/amber/layouts/home.html.haml +++ b/amber/layouts/home.html.haml @@ -15,6 +15,21 @@ #masthead = render 'layouts/masthead' #main - = yield :content + .darker + .container + .row + .col-sm-9 + .introtext + = render 'home/intro' + .col-sm-3 + .download.text-left + %a.btn.btn-large.btn-primary{:href => 'install'} + %i.fa.fa-download.fa-2x + %span + = t :download_bitmask + .container + .shadow-box + .content-box + = yield :content #footer = render 'layouts/footer' -- cgit v1.2.3