diff --git a/customize.dist/images/logo_ngi_trust.png b/customize.dist/images/logo_ngi_trust.png new file mode 100644 index 000000000..79db383d0 Binary files /dev/null and b/customize.dist/images/logo_ngi_trust.png differ diff --git a/customize.dist/pages/what-is-cryptpad.js b/customize.dist/pages/what-is-cryptpad.js index f9fed2f89..a2c46ec52 100644 --- a/customize.dist/pages/what-is-cryptpad.js +++ b/customize.dist/pages/what-is-cryptpad.js @@ -64,19 +64,23 @@ define([ h('div.col-md-6.order-md-1.small-logos', [ h('img', { src: '/customize/images/logo_ngi.png?' + urlArgs, - alt: 'Logo NGI Trust' + alt: 'NGI Award 2019' }), h('img', { src: '/customize/images/logo_nlnet.svg?' + urlArgs, - alt: 'Logo NLNet Foundation' + alt: 'NLNet Foundation logo' }), h('img', { src: '/customize/images/logo_bpifrance.svg?' + urlArgs, - alt: 'Logo BPI France' + alt: 'BPI France logo' }), h('img', { src: '/customize/images/logo_moss.jpg?' + urlArgs, - alt: 'Logo Mozilla Open Source Support' + alt: 'Mozilla Open Source Support logo' + }), + h('img', { + src: '/customize/images/logo_ngi_trust.png?' + urlArgs, + alt: 'NGI Trust logo' }), ]), ]),