From e03ae2dc607eb9bf60b5db3c9fd39d9e6f18b24e Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Tue, 19 Aug 2014 17:47:10 -0500 Subject: first pass at /es/ translation of landing page --- pages/install/es.haml | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 pages/install/es.haml (limited to 'pages/install/es.haml') diff --git a/pages/install/es.haml b/pages/install/es.haml new file mode 100644 index 0000000..ada090b --- /dev/null +++ b/pages/install/es.haml @@ -0,0 +1,38 @@ +- @title = 'Instálate Bitmask' +- @nav_title = 'Instálatelo' + +.row + .col-sm-8.col-sm-offset-2 + .p.alert.alert-danger + %i.fa.fa-warning + = t :warning + +.row.bm-front-buttons + .col-sm-3.col-xs-6 + %a.btn.btn-default{:href=>"android"} + %i.fa.fa-android.fa-4x + %br + %b Android + %br + %small 4.0 y superiores + .col-sm-3.col-xs-6 + %a.btn.btn-default{:href=>"linux"} + %i.fa.fa-linux.fa-4x + %br + %b GNU/Linux + %br + %small Debian, Ubuntu, Mint + .col-sm-3.col-xs-6 + %a.btn.btn-default.disabled{:href=>"mac"} + %i.fa.fa-apple.fa-4x + %br + %b Mac OS + %br + %small Pronto, muy pronto... + .col-sm-3.col-xs-6 + %a.btn.btn-default.disabled{:href=>"windows"} + %i.fa.fa-windows.fa-4x + %br + %b Windows + %br + %small Pronto... -- cgit v1.2.3