From 3b1342247a5345902e62415b540596db33cf6634 Mon Sep 17 00:00:00 2001 From: CatalinScr Date: Fri, 18 Aug 2017 16:23:09 +0300 Subject: [PATCH] Changed the social media links for Pierre --- customize.dist/pages.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/customize.dist/pages.js b/customize.dist/pages.js index 9e2759786..82e122ab4 100644 --- a/customize.dist/pages.js +++ b/customize.dist/pages.js @@ -188,10 +188,10 @@ define([ h('h3', "Pierre Bondoerffer"), h('hr'), setHTML(h('div#bioPierre'), '

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.

'), - h('a.cp-soc-media', { href : 'https://twitter.com/cjdelisle'}, [ + h('a.cp-soc-media', { href : 'https://twitter.com/pbondoer'}, [ h('i.fa.fa-twitter') ]), - h('a.cp-soc-media', { href : 'https://github.com/cjdelisle'}, [ + h('a.cp-soc-media', { href : 'https://github.com/pbondoer'}, [ h('i.fa.fa-github') ]) ]),