This commit is contained in:
Caleb James DeLisle
2017-07-24 14:10:40 +02:00
3 changed files with 67 additions and 24 deletions

View File

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