git ssb

2+

cel / scuttlebot.io



Commit 5a4efee346b14e13e01e1b9cd46b3b7a9bdc95ba

remove the cta entirely from the homepage

Paul Frazee committed on 4/20/2016, 3:39:24 PM
Parent: 49437e227262ebc5c6640ddceaf3d47e04765d73

Files changed

tmpl/index.html.jschanged
tmpl/index.html.jsView
@@ -9,12 +9,12 @@
99 hero: `
1010 <div class="hero big">
1111 <img src="/img/hermies-256.png">
1212 <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')">&#9654; 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')">&#9654; See it in action</a>
1515 <a class="cta dark" href="/docs/basics/install-the-database.html"><small>&#11015;</small> Download now</a>
16- </p>
16+ </p>*/}
1717 <p class="description">
1818 Scuttlebot is an open source <strong>peer-to-peer log store</strong> used as a database, identity provider, and messaging system.
1919 It features global replication, file-syncronization, and end-to-end encryption.<br>
2020 <br>
@@ -22,5 +22,5 @@
2222 </p>
2323 </div>
2424 `,
2525 content: installTheDatabase.content()
26-})
26+})

Built with git-ssb-web