summaryrefslogtreecommitdiff
path: root/pages/en.html.haml
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2015-02-18 23:44:14 -0800
committerelijah <elijah@riseup.net>2015-02-18 23:44:14 -0800
commite53e113dcde3e3686095c3661307efccc5c7e64e (patch)
tree2d5219d73587750ec478811c65499325a95a04db /pages/en.html.haml
initial conversation from leap_doc and leap_website
Diffstat (limited to 'pages/en.html.haml')
-rw-r--r--pages/en.html.haml51
1 files changed, 51 insertions, 0 deletions
diff --git a/pages/en.html.haml b/pages/en.html.haml
new file mode 100644
index 0000000..931a87b
--- /dev/null
+++ b/pages/en.html.haml
@@ -0,0 +1,51 @@
+- @title = "Home"
+- @this.show_title = false
+- @this.toc = false
+
+%p.bigger.first
+ 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.standout
+ .col-xs-4.text-right
+ %span
+ %i.fa.fa-2x.fa-twitter
+ = link('@leapcode' => 'https://twitter.com/leapcode')
+ .col-xs-4.text-center
+ %span
+ %i.fa.fa-2x.fa-envelope
+ <a href='mailto:discuss-subscribe@leap.se'>discuss@leap.se</a>
+ .col-xs-4.text-left
+ %span
+ %i.fa.fa-2x.fa-comments
+ = link('#leap' => 'http://irc.lc/freenode/leap')
+
+.row.p
+ .col-sm-4
+ .well
+ .heading
+ %i.fa.fa-user
+ 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 btn-default btn-sm')
+ .col-sm-4
+ .well
+ .heading
+ %i.fa.fa-tasks
+ For Providers
+ %p We are working on tools to automate the deployment of a secure service provider infrastructure.
+ = link(:read_more => 'platform', :class => 'btn btn-default btn-sm')
+ .col-sm-4
+ .well
+ .heading
+ %i.fa.fa-wrench
+ For Hackers
+ %p Got skills? We need them. Fork, contribute, pentest, and patch our software. Always 100% Free/Libre.
+ = link(:read_more => 'docs', :class => 'btn btn-default btn-sm')
+
+.row
+ .col-sm-12
+ %h1.first
+ Recent News
+ =# news_feed_link
+ = recent_summaries(:limit => 10) do |page|
+ = render :partial => 'layouts/blog_summary', :locals => {:page => page}