Skip to content

Commit 8385b16

Browse files
authored
Update community page to use github handles (#109)
This page was out of date, and requires us to track the current employment history of our maintainers. Instead, we should just link to people's Github handles. Signed-off-by: Michelle Nguyen <michelle@gimletlabs.ai>
1 parent ca14a77 commit 8385b16

2 files changed

Lines changed: 20 additions & 113 deletions

File tree

src/images/about/avatars/a11.png

43.9 KB
Loading

src/pages/community.js

Lines changed: 20 additions & 113 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ import meetup from '../images/community/icons/meetup.svg';
3333
import twitter from '../images/community/icons/twitter.svg';
3434
import governance from '../images/community/icons/governance.svg';
3535
import zain from '../images/about/zain.png';
36-
import ishan from '../images/about/ishan.png';
3736
import a1 from '../images/about/avatars/a1.png';
3837
import a2 from '../images/about/avatars/a2.png';
3938
import a3 from '../images/about/avatars/a3.png';
@@ -43,12 +42,11 @@ import a6 from '../images/about/avatars/a6.png';
4342
import a7 from '../images/about/avatars/a7.png';
4443
import a8 from '../images/about/avatars/a8.png';
4544
import a9 from '../images/about/avatars/a9.png';
46-
import a11 from '../images/about/avatars/Pete Stevenson@2x.png';
47-
import a13 from '../images/about/avatars/Ryan Cheng@2x.png';
45+
import a12 from '../images/about/avatars/Pete Stevenson@2x.png';
4846
import jaana from '../images/about/avatars/jaana.png';
4947
import hightower from '../images/about/avatars/hightower.png';
5048
import dax from '../images/about/avatars/dax.png';
51-
import a10 from '../images/about/avatars/a10.png';
49+
import a11 from '../images/about/avatars/a11.png';
5250
import you from '../images/about/avatars/you-avatar.svg';
5351
import vectorLine from '../images/about/vector-line.svg';
5452

@@ -289,162 +287,85 @@ const CommunityPage = () => {
289287
img={zain}
290288
name='Zain Asgar'
291289
position={(
292-
<>
293-
GM/GVP, New Relic
294-
<br />
295-
{' '}
296-
Founder/CEO, Pixie
297-
</>
298-
)}
299-
/>
300-
<Founder
301-
img={ishan}
302-
name='Ishan Mukherjee'
303-
position={(
304-
<>
305-
VP Marketing, New Relic
306-
<br />
307-
{' '}
308-
Founder/CPO, Pixie
309-
</>
290+
<a href='https://github.com/zasgar'>@zasgar</a>
310291
)}
311292
/>
312293
<Founder
313294
img={a1}
314295
name='Michelle Nguyen'
315296
position={(
316-
<>
317-
Principal SWE, New Relic
318-
<br />
319-
{' '}
320-
Founding Engineer, Pixie
321-
</>
297+
<a href='https://github.com/aimichelle'>@aimichelle</a>
322298
)}
323299
/>
324300
<Founder
325301
img={a2}
326302
name='Phillip Kuznetsov'
327303
position={(
328-
<>
329-
Lead SWE, New Relic
330-
<br />
331-
{' '}
332-
Founding Engineer, Pixie
333-
</>
304+
<a href='https://github.com/philkuz'>@philkuz</a>
334305
)}
335306
/>
336307
<Founder
337308
img={a3}
338309
name='Yaxiong Zhao'
339310
position={(
340-
<>
341-
Principal SWE, New Relic
342-
<br />
343-
{' '}
344-
Founding Engineer, Pixie
345-
</>
311+
<a href='https://github.com/yzhao1012'>@yzhao1012</a>
346312
)}
347313
/>
348314
<Founder
349315
img={a4}
350316
name='Omid Azizi'
351317
position={(
352-
<>
353-
Principal SWE, New Relic
354-
<br />
355-
{' '}
356-
Founding Engineer, Pixie
357-
</>
318+
<a href='https://github.com/oazizi000'>@oazizi000</a>
358319
)}
359320
/>
360321
<Founder
361322
img={a5}
362323
name='Natalie Serrino'
363324
position={(
364-
<>
365-
Principal SWE, New Relic
366-
<br />
367-
{' '}
368-
Founding Engineer, Pixie
369-
</>
325+
<a href='https://github.com/nserrino'>@nserrino</a>
326+
370327
)}
371328
/>
372329
<Founder
373330
img={a6}
374331
name='James Bartlett'
375332
position={(
376-
<>
377-
Senior SWE, New Relic
378-
<br />
379-
{' '}
380-
Founding Engineer, Pixie
381-
</>
333+
<a href='https://github.com/JamesMBartlett'>@JamesMBartlett</a>
382334
)}
383335
/>
384336
<Founder
385337
img={a7}
386338
name='Hannah Troisi'
387339
position={(
388-
<>
389-
Senior DevRel, New Relic
390-
<br />
391-
{' '}
392-
Founding DevRel, Pixie
393-
</>
340+
<a href='https://github.com/htroisi'>@htroisi</a>
394341
)}
395342
/>
396343
<Founder
397344
img={a8}
398345
name='Nick Lanam'
399346
position={(
400-
<>
401-
Lead SWE, New Relic
402-
<br />
403-
{' '}
404-
Founding Engineer, Pixie
405-
</>
347+
<a href='https://github.com/NickLanam'>@NickLanam</a>
406348
)}
407349
/>
408350
<Founder
409351
img={a9}
410352
name='Vihang Mehta'
411353
position={(
412-
<>
413-
Principal SWE, New Relic
414-
<br />
415-
{' '}
416-
Founding Engineer, Pixie
417-
</>
354+
<a href='https://github.com/vihangm'>@vihangm</a>
418355
)}
419356
/>
420357
<Founder
421-
img={a11}
358+
img={a12}
422359
name='Pete Stevenson'
423360
position={(
424-
<>
425-
Principal SWE, New Relic
426-
<br />
427-
{' '}
428-
Founding Engineer, Pixie
429-
</>
361+
<a href='https://github.com/etep'>@etep</a>
430362
)}
431363
/>
432364
<Founder
433-
img={a13}
434-
name='Ryan Cheng'
435-
position={(
436-
<>
437-
SWE, New Relic
438-
</>
439-
)}
440-
/>
441-
<Founder
442-
img={a10}
443-
name='James Thomas'
365+
img={a11}
366+
name='Dom Delnano'
444367
position={(
445-
<>
446-
Research Intern, New Relic
447-
</>
368+
<a href='https://github.com/ddelnano'>@ddelnano</a>
448369
)}
449370
/>
450371
<div className={styles.youLine}>
@@ -482,26 +403,12 @@ const CommunityPage = () => {
482403
<Founder
483404
img={zain}
484405
name='Zain Asgar'
485-
position={(
486-
<>
487-
GM/GVP - Pixie & Open Source,
488-
<br />
489-
{' '}
490-
New Relic
491-
</>
492-
)}
406+
position=''
493407
/>
494408
<Founder
495409
img={a1}
496410
name='Michelle Nguyen'
497-
position={(
498-
<>
499-
Principal Engineer,
500-
<br />
501-
{' '}
502-
New Relic
503-
</>
504-
)}
411+
position=''
505412
/>
506413
</div>
507414

0 commit comments

Comments
 (0)