git ssb

2+

ev / mvd



Commit 7d5a6c42f951bd0c0058b63df1d23c59abe68941

minor tweaks to about

Ev Bogue committed on 5/27/2018, 7:04:03 PM
Parent: c9880ee4fe3c93b8f7cb8c05078abebb502e097c

Files changed

about.jschanged
about.jsView
@@ -1,10 +1,11 @@
11 var h = require('hyperscript')
22
33 module.exports = function () {
44 var content = h('div.message',
5 + h('p', 'Hi! Welcome to Decent.'),
56 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:')),
78 h('ul',
89 h('li', h('a', {href: 'http://github.com/evbogue/decent'}, 'Decent'), ' [Github]'),
910 h('li', h('a', {href: 'http://github.com/evbogue/mvd'}, 'mvd'), ' [Github]')
1011 ),

Built with git-ssb-web