diff --git a/customize.dist/bg10.jpg b/customize.dist/bg10.jpg new file mode 100644 index 000000000..6a91b4f0a Binary files /dev/null and b/customize.dist/bg10.jpg differ diff --git a/customize.dist/bg11.jpg b/customize.dist/bg11.jpg new file mode 100644 index 000000000..241587668 Binary files /dev/null and b/customize.dist/bg11.jpg differ diff --git a/customize.dist/bg12.jpg b/customize.dist/bg12.jpg new file mode 100644 index 000000000..d6f657ce9 Binary files /dev/null and b/customize.dist/bg12.jpg differ diff --git a/customize.dist/bg13.jpg b/customize.dist/bg13.jpg new file mode 100644 index 000000000..1085d34aa Binary files /dev/null and b/customize.dist/bg13.jpg differ diff --git a/customize.dist/bg14.jpg b/customize.dist/bg14.jpg new file mode 100644 index 000000000..6bf5956a1 Binary files /dev/null and b/customize.dist/bg14.jpg differ diff --git a/customize.dist/bg9.jpg b/customize.dist/bg9.jpg new file mode 100644 index 000000000..e36d6705f Binary files /dev/null and b/customize.dist/bg9.jpg differ diff --git a/customize.dist/cryptpad-new-logo-colors-logoonly.png b/customize.dist/cryptpad-new-logo-colors-logoonly.png new file mode 100644 index 000000000..af8d20e28 Binary files /dev/null and b/customize.dist/cryptpad-new-logo-colors-logoonly.png differ diff --git a/customize.dist/pages.js b/customize.dist/pages.js index 5921a1ca8..84ca4e864 100644 --- a/customize.dist/pages.js +++ b/customize.dist/pages.js @@ -241,14 +241,14 @@ define([ var infopageTopbar = function () { return h('div.cp-topbar', h('div.cp-left', - h('a', { href: '/zeroknowledge.html'}, 'TODO What is Zero Knowledge'), - h('a', { href: 'https://blog.cryptpad.fr/'}, 'TODO Blog'), - h('a', { href: '/contact.html'}, 'TODO Contact'), - h('a', { href: '/about.html'}, 'TODO About') + h('a', { href: '/zeroknowledge.html'}, 'What is Zero Knowledge'), + h('a', { href: 'https://blog.cryptpad.fr/'}, 'Blog'), + h('a', { href: '/contact.html'}, 'Contact'), + h('a', { href: '/about.html'}, 'About') ), h('div.cp-right', - h('a', { href: '/register'}, 'TODO Register'), - h('a', { href: '/login'}, 'TODO Log in') + h('a', { href: '/register'}, 'Register'), + h('a', { href: '/login'}, 'Log in') ) ); } @@ -260,22 +260,22 @@ define([ h('div.container', [ h('div.row', [ h('div.cp-title.col-6.col-xs-6', [ - h('img', { src: '/customize/cryptpad-new-logo-big-white-logoonly.png?' + urlArgs }), + h('img', { src: '/customize/cryptpad-new-logo-colors-logoonly.png?' + urlArgs }), h('h1', 'CryptPad'), h('p', Msg.main_catch_phrase) ]), /*userForm(),*/ h('div.col-6.col-xs-6', [ h('div.bs-callout.cp-callout-pad', [ - h('h4', 'TODO Rich Text Pad'), + h('h4', '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('h4', 'Markdown/Code Pad'), // "TODO Edit Markdown with realtime visual rendering." ]), h('div.bs-callout.cp-callout-slide', [ - h('h4', 'TODO Markdown Presentation'), + h('h4', 'Markdown Presentation'), // "TODO Make quick presentations with Markdown slides." ]), /*h('div.bs-callout.cp-callout-recent', [ diff --git a/customize.dist/src/less2/pages/page-index.less b/customize.dist/src/less2/pages/page-index.less index d51da9d34..8ea3933ea 100644 --- a/customize.dist/src/less2/pages/page-index.less +++ b/customize.dist/src/less2/pages/page-index.less @@ -7,10 +7,10 @@ .infopages_main(); .infopages_topbar(); -@background: rgba(0,0,0,0.2); +@background: rgba(0,0,0,0.1); &#cp-main { color: #FFF; - background: linear-gradient( @background, @background ), url('/customize/bg8.jpg'); + background: linear-gradient( @background, @background ), url('/customize/bg14.jpg'); background-size: cover; display: flex; flex-direction: column;