Add screenshots to What is CryptPad
This commit is contained in:
@@ -219,14 +219,23 @@ define([
|
||||
h('center', h('h1', Msg.whatis_title)),
|
||||
setHTML(h('h2'), Msg.whatis_collaboration),
|
||||
setHTML(h('p'), Msg.whatis_collaboration_p1),
|
||||
h('img', { src: '/customize/images/pad_screenshot.png?' + urlArgs }),
|
||||
setHTML(h('p'), Msg.whatis_collaboration_p2),
|
||||
setHTML(h('p'), Msg.whatis_collaboration_p3),
|
||||
setHTML(h('h2'), Msg.whatis_zeroknowledge),
|
||||
setHTML(h('p'), Msg.whatis_zeroknowledge_p1),
|
||||
setHTML(h('p'), Msg.whatis_zeroknowledge_p2),
|
||||
setHTML(h('p'), Msg.whatis_zeroknowledge_p3),
|
||||
h('div.row', [
|
||||
h('div.col-md-4.align-self-center', [
|
||||
h('img#zeroknowledge', { src: '/customize/images/zeroknowledge_small.png?' + urlArgs }),
|
||||
]),
|
||||
h('div.col-md-8', [
|
||||
setHTML(h('p'), Msg.whatis_zeroknowledge_p1),
|
||||
setHTML(h('p'), Msg.whatis_zeroknowledge_p2),
|
||||
setHTML(h('p'), Msg.whatis_zeroknowledge_p3),
|
||||
]),
|
||||
]),
|
||||
setHTML(h('h2'), Msg.whatis_drive),
|
||||
setHTML(h('p'), Msg.whatis_drive_p1),
|
||||
h('img', { src: '/customize/images/drive_screenshot.png?' + urlArgs }),
|
||||
setHTML(h('p'), Msg.whatis_drive_p2),
|
||||
setHTML(h('p'), Msg.whatis_drive_p3),
|
||||
setHTML(h('h2'), Msg.whatis_business),
|
||||
|
||||
Reference in New Issue
Block a user