summaryrefslogtreecommitdiff
path: root/files/webapp/views/home/_masthead.html.haml
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2013-11-15 01:12:47 -0800
committerelijah <elijah@riseup.net>2013-11-15 01:12:47 -0800
commitc405ee5f6e71d0aa7403fa9bae270799c2290b4a (patch)
tree44775caabc9c732d54126bbb9d3e0cba7ebe243c /files/webapp/views/home/_masthead.html.haml
parent441f2669f831af2f9805286bcbe3f4b1a645e119 (diff)
add support for webapp customization using the new method.
Diffstat (limited to 'files/webapp/views/home/_masthead.html.haml')
-rw-r--r--files/webapp/views/home/_masthead.html.haml17
1 files changed, 17 insertions, 0 deletions
diff --git a/files/webapp/views/home/_masthead.html.haml b/files/webapp/views/home/_masthead.html.haml
new file mode 100644
index 0000000..b04661c
--- /dev/null
+++ b/files/webapp/views/home/_masthead.html.haml
@@ -0,0 +1,17 @@
+.home-page
+ .masthead
+ .heroish-unit.clearfix
+ .text
+ .title Bitmask
+ .tagline Encrypted communication for mere mortals<br/>(superheroes welcome, too).
+ .navcontainer
+ .navheader
+ %ul.nav.nav-pills
+ %li
+ %a{href:"#how-it-works"} How it works
+ %li
+ %a{href:"#providers"} Supported providers
+ %li
+ %a{href:"#about-us"} About us
+ %li
+ %a{href:"#code"} Fork our code \ No newline at end of file