diff options
author | elijah <elijah@riseup.net> | 2014-01-08 22:01:18 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2014-01-08 22:01:18 -0800 |
commit | fb9601e3b820d95200479714758bb07c0ac14434 (patch) | |
tree | 3e6a760461888455dd8ffda02a510ee2d7188844 /public/windows | |
parent | cd7118c9f24ce165f949e91ce04ae976a2dc86e2 (diff) |
fix android page, format warnings nicer.
Diffstat (limited to 'public/windows')
-rw-r--r-- | public/windows/index.en.html | 35 |
1 files changed, 11 insertions, 24 deletions
diff --git a/public/windows/index.en.html b/public/windows/index.en.html index 0505ad9..0056970 100644 --- a/public/windows/index.en.html +++ b/public/windows/index.en.html @@ -16,35 +16,22 @@ Downloads </div> <div class='bm-main container'> - <h1 class="first">Bitmask for Windows</h1> - -<div id="TOC"><ul> - <li><ul> - <li><a href="#Download.latest.version">Download latest version</a></li> - <li><a href="#Download.other.versions">Download other versions</a></li> - <li><a href="#Configuring.email">Configuring email</a></li> - </ul></li> -</ul> - + <h1>Bitmask for Windows</h1> +<div class='row'> + <div class='col-sm-8 col-sm-offset-2'> + <div class='p alert alert-danger'> + <i class='fa fa-warning'></i> + <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>. + </div> + </div> </div> - -<a name="Download.latest.version"></a> <h2>Download latest version</h2> - -<p>Currently, the Windows build is very buggy and is not officially support.</p> - -<p>Use at your own risk.</p> - -<p><a class='btn btn-primary btn-large' href='/client/windows/Bitmask-win32-latest.zip'> +<a class='btn btn-primary btn-large' href='/client/windows/Bitmask-win32-latest.zip'> <i class='fa fa-cloud-download fa-lg'></i> Download for Windows -</a></p> - -<a name="Download.other.versions"></a> +</a> <h2>Download other versions</h2> - -<p>If you want to install an old version of Bitmask, you can <a href="/client/windows/">browse all releases.</a></p> - +<p>If you want to install an old version of Bitmask, you can <a href="/client/windows/">browse all releases</a>.</p> <a name="Configuring.email"></a> <h2>Configuring email</h2> |