From 73540054b8c55cb7715d394509ad0488fb27e17c Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 24 Jan 2013 03:10:29 +0100 Subject: Show extra info about versions And align the info and buttons as rows. --- src/index.sxml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'src/index.sxml') diff --git a/src/index.sxml b/src/index.sxml index 83b45d0..4ef6581 100644 --- a/src/index.sxml +++ b/src/index.sxml @@ -56,16 +56,24 @@ "to " ,($ 'dispass) " versions.")))) (h2 "Download") (div (@ (class "row")) - (div (@ (class "span6 centered")) + (div (@ (class "span6")) (h3 "Latest version") + "This version isn't available yet, but as soon as another " + "version of " ,($ 'dispass) " is released, there will be " + "one.") + (div (@ (class "span6")) + (h3 "Development version") + "This version tries to follow the developments of " + ,($ 'dispass) " closely.")) + (div (@ (class "row")) + (div (@ (class "span6")) (a (@ (href ,($ 'tar-gz)) (class "btn btn-large btn-block disabled")) "Download .tar.gz") (a (@ (href ,($ 'zip)) (class "btn btn-large btn-block disabled")) "Download .zip")) - (div (@ (class "span6 centered")) - (h3 "Development version") + (div (@ (class "span6")) (a (@ (href ,($ 'dev-tar-gz)) (class "btn btn-large btn-block")) "Download .tar.gz") -- cgit v1.2.3-54-g00ecf