summaryrefslogtreecommitdiff
path: root/pages/home
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2014-08-20 17:04:20 -0700
committerelijah <elijah@riseup.net>2014-08-20 17:04:20 -0700
commitb70a537088893b4bd787b55a493d3e6a0e353502 (patch)
treefabd168718df31aae154144a235553e148b27a9b /pages/home
parenta7ef05b03e208ae186e065f69b58c9f5b2e95402 (diff)
single column front page
Diffstat (limited to 'pages/home')
-rw-r--r--pages/home/_code.en.text12
-rw-r--r--pages/home/_text.haml83
2 files changed, 45 insertions, 50 deletions
diff --git a/pages/home/_code.en.text b/pages/home/_code.en.text
index abeea65..fca1312 100644
--- a/pages/home/_code.en.text
+++ b/pages/home/_code.en.text
@@ -2,11 +2,11 @@
In particular, if you have finely honed skill in Python, Android Java, Ruby, C, CouchDB, Windows, Mac, Puppet, Qt, or you really love crypto, we could sure use your help.
-* [[Fork our code => https://leap.se/en/source]]
-* Create a new branch from develop called feature/x or bugfix/x.
-* Hack away.
-* Issue a pull request on github from your feature or bugfix branch to the upstream develop branch.
-* Discuss and wait for request to be merged.
-* Repeat.
+# [[Fork our code => https://leap.se/en/source]]
+# Create a new branch from develop called feature/x or bugfix/x.
+# Hack away.
+# Issue a pull request on github from your feature or bugfix branch to the upstream develop branch.
+# Discuss and wait for request to be merged.
+# Repeat.
Currently, we release a new version of the Bitmask application every three weeks, and other components as necessary.
diff --git a/pages/home/_text.haml b/pages/home/_text.haml
index 6f59d01..a6338cd 100644
--- a/pages/home/_text.haml
+++ b/pages/home/_text.haml
@@ -1,35 +1,32 @@
-.row
- .col-sm-12
- %p.big
- = t :bitmask_app_blurb
-
-.row
- .col-sm-6
- .heading
- %span
- %i.fa.fa-shield
- = t :bitmask_vpn
- %p.big
- = t :bitmask_vpn_blurb
- .col-sm-6
- .heading
- %span
- %i.fa.fa-envelope
- = t :encrypted_email
- %p.big
- = t :encrypted_email_blurb
-
-.row
- .col-sm-12
- .heading#providers
- %span
- %i.fa.fa-institution
- = t :supported_providers
-
- %p.big
- = t :supported_providers_text
+.light
+ .container
+ .row
+ .col-sm-12
+ %h1.b= t :services
+ %p.big
+ = t :bitmask_app_blurb
+ .col-lg-6
+ .heading
+ %span
+ %i.fa.fa-shield
+ = t :bitmask_vpn
+ %p.big
+ = t :bitmask_vpn_blurb
+ .col-lg-6
+ .heading
+ %span
+ %i.fa.fa-envelope
+ = t :encrypted_email
+ %p.big
+ = t :encrypted_email_blurb
+.lighter
+ .container
.row
+ .col-sm-12
+ %h1.b#providers= t :supported_providers
+ %p.big
+ = t :supported_providers_text
.col-lg-2.col-md-3.col-sm-3.col-xs-4
.thumbnail
%img(src='/assets/providers/demo.bitmask.net.png')
@@ -50,18 +47,16 @@
%img(src='/assets/providers/riseup.net.png')
.b
[[riseup.net => https://black.riseup.net]]
+.light
+ .container
+ .row
+ .col-sm-12
+ %h1.b= t :fork_our_code
+ = render 'home/code'
-.row
- .col-sm-6
- .heading
- %span
- %i.fa.fa-code-fork
- = t :fork_our_code
- = render 'home/code'
-
- .col-sm-6
- .heading
- %span
- %i.fa.fa-group
- = t :about_us
- = render 'home/about'
+.lighter
+ .container
+ .row
+ .col-sm-12
+ %h1.b= t :about_us
+ = render 'home/about'