diff --git a/customize.dist/images/pierre.jpg b/customize.dist/images/pierre.jpg new file mode 100644 index 000000000..fea27c787 Binary files /dev/null and b/customize.dist/images/pierre.jpg differ diff --git a/customize.dist/pages.js b/customize.dist/pages.js index f1f4fa721..4d838bf3c 100644 --- a/customize.dist/pages.js +++ b/customize.dist/pages.js @@ -105,7 +105,7 @@ define([ h('h2', 'Key Contributors'), h('div.row', [ h('div.col-md-4', [ - h('img.bio-avatar', {'src': '/customize/images/avatar.png'}), + h('img.bio-avatar', {'src': '/customize/images/pierre.png'}), h('h3', "Pierre Bondoerffer"), setHTML(h('div#bio'), '

Resident CSS wizard and emoji extraordinaire, Pierre is passionate about anything related to technology. He loves to hack around computers and put parts together.

He is currently studying at 42, where he learns about algorithms, networking, kernel programming and graphics.

As a part of an internship, he joined XWiki SAS and worked on CryptPad to improve user experience. He also maintains the Spanish translation.

') ]),