Commit 7d5a6c42f951bd0c0058b63df1d23c59abe68941
minor tweaks to about
Ev Bogue committed on 5/27/2018, 7:04:03 PMParent: c9880ee4fe3c93b8f7cb8c05078abebb502e097c
Files changed
about.js | changed |
about.js | ||
---|---|---|
@@ -1,10 +1,11 @@ | ||
1 | 1 … | var h = require('hyperscript') |
2 | 2 … | |
3 | 3 … | module.exports = function () { |
4 | 4 … | var content = h('div.message', |
5 … | + h('p', 'Hi! Welcome to Decent.'), | |
5 | 6 … | h('p', h('strong', 'Decent'), ' is a decent(ralized) social network for business and development, built on ', h('a', {href: 'http://scuttlebot.io/'}, 'secure-scuttlebutt' ), '. Decent is maintained by ', h('a', {href: 'http://evbogue.com/'}, 'Everett Bogue'), '.'), |
6 | - h('p', h('strong', 'git repositories:')), | |
7 … | + h('p', h('strong', 'The code is open source:')), | |
7 | 8 … | h('ul', |
8 | 9 … | h('li', h('a', {href: 'http://github.com/evbogue/decent'}, 'Decent'), ' [Github]'), |
9 | 10 … | h('li', h('a', {href: 'http://github.com/evbogue/mvd'}, 'mvd'), ' [Github]') |
10 | 11 … | ), |
Built with git-ssb-web