Commit 5a4efee346b14e13e01e1b9cd46b3b7a9bdc95ba
remove the cta entirely from the homepage
Paul Frazee committed on 4/20/2016, 3:39:24 PMParent: 49437e227262ebc5c6640ddceaf3d47e04765d73
Files changed
tmpl/index.html.js | changed |
tmpl/index.html.js | ||
---|---|---|
@@ -9,12 +9,12 @@ | ||
9 | 9 | hero: ` |
10 | 10 | <div class="hero big"> |
11 | 11 | <img src="/img/hermies-256.png"> |
12 | 12 | <h1>Scuttlebot<br><small>a peer-to-peer messenger<br>for people tired of cloud software</small></h1> |
13 | - <p> | |
14 | - ${''/*<a class="cta" href="javascript:alert('TODO: This will popup to a youtube video demoing sbot install and usage, and then patchwork')">▶ See it in action</a>*/} | |
13 | + ${''/*<p> | |
14 | + <a class="cta" href="javascript:alert('TODO: This will popup to a youtube video demoing sbot install and usage, and then patchwork')">▶ See it in action</a> | |
15 | 15 | <a class="cta dark" href="/docs/basics/install-the-database.html"><small>⬇</small> Download now</a> |
16 | - </p> | |
16 | + </p>*/} | |
17 | 17 | <p class="description"> |
18 | 18 | Scuttlebot is an open source <strong>peer-to-peer log store</strong> used as a database, identity provider, and messaging system. |
19 | 19 | It features global replication, file-syncronization, and end-to-end encryption.<br> |
20 | 20 | <br> |
@@ -22,5 +22,5 @@ | ||
22 | 22 | </p> |
23 | 23 | </div> |
24 | 24 | `, |
25 | 25 | content: installTheDatabase.content() |
26 | -}) | |
26 | +}) |
Built with git-ssb-web