summaryrefslogtreecommitdiff
path: root/pages/windows
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2014-01-08 22:01:18 -0800
committerelijah <elijah@riseup.net>2014-01-08 22:01:18 -0800
commitfb9601e3b820d95200479714758bb07c0ac14434 (patch)
tree3e6a760461888455dd8ffda02a510ee2d7188844 /pages/windows
parentcd7118c9f24ce165f949e91ce04ae976a2dc86e2 (diff)
fix android page, format warnings nicer.
Diffstat (limited to 'pages/windows')
-rw-r--r--pages/windows/en.haml19
-rw-r--r--pages/windows/en.md15
2 files changed, 19 insertions, 15 deletions
diff --git a/pages/windows/en.haml b/pages/windows/en.haml
new file mode 100644
index 0000000..860285c
--- /dev/null
+++ b/pages/windows/en.haml
@@ -0,0 +1,19 @@
+- @title = "Bitmask for Windows"
+
+%h1 Bitmask for Windows
+
+.row
+ .col-sm-8.col-sm-offset-2
+ .p.alert.alert-danger
+ %i.fa.fa-warning
+ <b>WARNING:</b> Currently, the Windows build is very buggy and is not officially supported. If you know Windows programming, we could <a href="https://leap.se/get-involved">use your help</a>.
+
+%h2 Download latest version
+
+= render({:partial => 'common/download_button'}, {:link => '/client/windows/Bitmask-win32-latest.zip', :text => 'Download for Windows'})
+
+%h2 Download other versions
+
+%p If you want to install an old version of Bitmask, you can <a href="/client/windows/">browse all releases</a>.
+
+= render({:partial => 'common/email'})
diff --git a/pages/windows/en.md b/pages/windows/en.md
deleted file mode 100644
index 31728b1..0000000
--- a/pages/windows/en.md
+++ /dev/null
@@ -1,15 +0,0 @@
-- @title = "Bitmask for Windows"
-
-## Download latest version
-
-Currently, the Windows build is very buggy and is not officially support.
-
-Use at your own risk.
-
-<%= render({:partial => 'common/download_button'}, {:link => '/client/windows/Bitmask-win32-latest.zip', :text => 'Download for Windows'}) %>
-
-## Download other versions
-
-If you want to install an old version of Bitmask, you can [browse all releases.](/client/windows/)
-
-<%= render({:partial => 'common/email'}) %>