From c405ee5f6e71d0aa7403fa9bae270799c2290b4a Mon Sep 17 00:00:00 2001 From: elijah Date: Fri, 15 Nov 2013 01:12:47 -0800 Subject: add support for webapp customization using the new method. --- files/webapp/views/home/_masthead.html.haml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 files/webapp/views/home/_masthead.html.haml (limited to 'files/webapp/views/home/_masthead.html.haml') 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
(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 -- cgit v1.2.3