make buttons colorful

This commit is contained in:
Pierre Bondoerffer
2017-07-22 17:30:13 +02:00
parent 8404017af1
commit dc9565f22f
2 changed files with 37 additions and 23 deletions

View File

@@ -267,15 +267,18 @@ define([
/*userForm(),*/
h('div.col-6.col-xs-6', [
h('div.bs-callout.cp-callout-pad', [
h('h4', 'TODO Rich Text Pad'),
h('i.fa.fa-file-word-o'),
h('div', [h('h4', 'TODO Rich Text Pad')]),
// "TODO Collaborate in realtime on notes and ideas."
]),
h('div.bs-callout.cp-callout-code', [
h('h4', 'TODO Markdown/Code Pad'),
h('i.fa.fa-file-code-o'),
h('div', [h('h4', 'TODO Markdown/Code Pad')]),
// "TODO Edit Markdown with realtime visual rendering."
]),
h('div.bs-callout.cp-callout-slide', [
h('h4', 'TODO Markdown Presentation'),
h('i.fa.fa-file-powerpoint-o'),
h('div', [h('h4', 'TODO Markdown Presentation')]),
// "TODO Make quick presentations with Markdown slides."
]),
/*h('div.bs-callout.cp-callout-recent', [