summaryrefslogtreecommitdiff
path: root/files/webapp/views/home/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'files/webapp/views/home/index.html.haml')
-rw-r--r--files/webapp/views/home/index.html.haml14
1 files changed, 14 insertions, 0 deletions
diff --git a/files/webapp/views/home/index.html.haml b/files/webapp/views/home/index.html.haml
new file mode 100644
index 0000000..4483ee3
--- /dev/null
+++ b/files/webapp/views/home/index.html.haml
@@ -0,0 +1,14 @@
+- icon_color = :black
+
+= render 'masthead'
+
+#main.home-page
+ .container-fluid
+ .row-fluid
+ .span12
+ %p.introtext
+ <b>Bitmask</b> is an open source application to provide easy and secure encrypted communication. You can choose among <a href="#providers">several different service providers</a>, or <a href="https://leap.se/en/doc/platform">start your own</a>. Currently, Bitmask supports encrypted internet and encrypted email (with more services in the works).
+
+ = render 'common/home_page_buttons', :divider => 'home/bitmask'
+
+ = render 'home_content' \ No newline at end of file