This commit is contained in:
Caleb James DeLisle 2017-07-22 17:31:40 +02:00
parent 8404017af1
commit 6a1ec54e2a
9 changed files with 12 additions and 12 deletions

BIN
customize.dist/bg10.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 436 KiB

BIN
customize.dist/bg11.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 386 KiB

BIN
customize.dist/bg12.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 351 KiB

BIN
customize.dist/bg13.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 256 KiB

BIN
customize.dist/bg14.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 349 KiB

BIN
customize.dist/bg9.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 410 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -241,14 +241,14 @@ define([
var infopageTopbar = function () { var infopageTopbar = function () {
return h('div.cp-topbar', return h('div.cp-topbar',
h('div.cp-left', h('div.cp-left',
h('a', { href: '/zeroknowledge.html'}, 'TODO What is Zero Knowledge'), h('a', { href: '/zeroknowledge.html'}, 'What is Zero Knowledge'),
h('a', { href: 'https://blog.cryptpad.fr/'}, 'TODO Blog'), h('a', { href: 'https://blog.cryptpad.fr/'}, 'Blog'),
h('a', { href: '/contact.html'}, 'TODO Contact'), h('a', { href: '/contact.html'}, 'Contact'),
h('a', { href: '/about.html'}, 'TODO About') h('a', { href: '/about.html'}, 'About')
), ),
h('div.cp-right', h('div.cp-right',
h('a', { href: '/register'}, 'TODO Register'), h('a', { href: '/register'}, 'Register'),
h('a', { href: '/login'}, 'TODO Log in') h('a', { href: '/login'}, 'Log in')
) )
); );
} }
@ -260,22 +260,22 @@ define([
h('div.container', [ h('div.container', [
h('div.row', [ h('div.row', [
h('div.cp-title.col-6.col-xs-6', [ 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('h1', 'CryptPad'),
h('p', Msg.main_catch_phrase) h('p', Msg.main_catch_phrase)
]), ]),
/*userForm(),*/ /*userForm(),*/
h('div.col-6.col-xs-6', [ h('div.col-6.col-xs-6', [
h('div.bs-callout.cp-callout-pad', [ 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." // "TODO Collaborate in realtime on notes and ideas."
]), ]),
h('div.bs-callout.cp-callout-code', [ 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." // "TODO Edit Markdown with realtime visual rendering."
]), ]),
h('div.bs-callout.cp-callout-slide', [ h('div.bs-callout.cp-callout-slide', [
h('h4', 'TODO Markdown Presentation'), h('h4', 'Markdown Presentation'),
// "TODO Make quick presentations with Markdown slides." // "TODO Make quick presentations with Markdown slides."
]), ]),
/*h('div.bs-callout.cp-callout-recent', [ /*h('div.bs-callout.cp-callout-recent', [

View File

@ -7,10 +7,10 @@
.infopages_main(); .infopages_main();
.infopages_topbar(); .infopages_topbar();
@background: rgba(0,0,0,0.2); @background: rgba(0,0,0,0.1);
&#cp-main { &#cp-main {
color: #FFF; color: #FFF;
background: linear-gradient( @background, @background ), url('/customize/bg8.jpg'); background: linear-gradient( @background, @background ), url('/customize/bg14.jpg');
background-size: cover; background-size: cover;
display: flex; display: flex;
flex-direction: column; flex-direction: column;