summaryrefslogtreecommitdiff
path: root/pages/home
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2013-02-12 21:28:21 -0800
committerelijah <elijah@riseup.net>2013-02-12 21:28:21 -0800
commit54d7ba2cd31030d66886d450bd7c77b9e62dcaa0 (patch)
tree05ea7341de3eb561440f09e2b2b23ab48f62f482 /pages/home
parent75b89d6666e2cd24c5253e409653c01f89e6aae3 (diff)
moved pages from app/view/pages to pages
Diffstat (limited to 'pages/home')
-rw-r--r--pages/home/en.haml63
1 files changed, 63 insertions, 0 deletions
diff --git a/pages/home/en.haml b/pages/home/en.haml
new file mode 100644
index 0000000..ff266d0
--- /dev/null
+++ b/pages/home/en.haml
@@ -0,0 +1,63 @@
+%p.bigger.first
+ %b Bring fire to the people.
+ LEAP is a non-profit dedicated to giving all internet users access to secure communication. Our focus is on adapting encryption technology to make it easy to use and widely available. #{link 'More about LEAP ยป' => 'about-us'}
+
+.row-fluid.p
+ .span4
+ .well
+ .heading For Users
+ %p We are working to create a suite of high security communication tools that are reliable and easy to use.
+ = link(:read_more => 'services', :class => 'btn')
+ .span4
+ .well
+ .heading For Providers
+ %p We are working on tools to automate the deployment of a secure service provider infrastructure.
+ = link(:read_more => 'platform', :class => 'btn')
+ .span4
+ .well
+ .heading For Hackers
+ %p Got skills? We need them. Fork, contribute, pentest, and patch our software. Always 100% Free/Libre.
+ = link(:read_more => 'development', :class => 'btn')
+
+.row-fluid
+ -# .span6
+ -# %h2.invert LEAP Blog
+ -# = recent_blog_summaries('blog')
+ .span6
+ %h3.first
+ Recent News
+ = news_feed_link
+ = recent_blog_summaries('news')
+ .span6
+ %h3 LEAP Development Roadmap
+
+ %table.timeline
+ %tr
+ %td Jan
+ %td 2013
+ %td Automated deployment of #{link 'eip'} service, with client support on Windows, Linux, and Mac.
+ %tr
+ %td June
+ %td 2013
+ %td Android client for #{link 'eip'}.
+ %tr
+ %td Jan
+ %td 2014
+ %td Initial release of #{link 'secure email' => 'email'} as part of the LEAP platform.
+ %tr
+ %td June
+ %td 2014
+ %td #{link('email')} with #{link 'federated trust' => 'identity'} identity validation.
+ %tr
+ %td
+ %td 2015
+ %td Initial release of #{link 'secure chat' => 'chat'} as part of the LEAP platform.
+ %tr
+ %td
+ %td 2016
+ %td Initial release of secure file sync as part of the LEAP platform.
+ %tr
+ %td
+ %td 2018
+ %td Initial release of secure voice conference as part of the LEAP platform.
+