Skip to content

Commit

Permalink
Rm joe; fix broken MD links
Browse files Browse the repository at this point in the history
  • Loading branch information
huayunh committed Aug 17, 2021
1 parent 4c192fc commit 7bc7b08
Show file tree
Hide file tree
Showing 7 changed files with 79 additions and 76 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@material-ui/lab": "^4.0.0-alpha.56",
"@pxblue/colors": "^3.0.0",
"@pxblue/colors-branding": "^3.0.0",
"@pxblue/icons-mui": "^2.3.0",
"@pxblue/icons-mui": "^2.5.0",
"@pxblue/react-components": "^5.1.1",
"@pxblue/react-progress-icons": "^2.1.0",
"@pxblue/react-themes": "^6.0.0",
Expand Down
14 changes: 13 additions & 1 deletion src/__configuration__/contributors/contributors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import ChinnaGurrala from '../../app/assets/credits/chinna-gurrala.jpeg';
import AnjaliPatodia from '../../app/assets/credits/anjali-patodia.png';
import MarianaBela from '../../app/assets/credits/mariana-bela.jpg';
import RenatoMartins from '../../app/assets/credits/renato-martins.jpg';
import JosephBoyle from '../../app/assets/credits/joseph-boyle.png';

import { Contributor } from '../../__types__';

Expand Down Expand Up @@ -60,7 +61,7 @@ export const contributors: Contributor[] = [
},
{
name: 'Bertrand Karerangabo',
description: 'Initial website and CLI',
description: 'Initial website & CLI',
},
{
name: 'Tyler Hoffman',
Expand Down Expand Up @@ -106,4 +107,15 @@ export const contributors: Contributor[] = [
description: 'Icons',
image: RenatoMartins,
},

{
name: 'Joseph Boyle',
description: `Front-End Developer & Strategy`,
image: JosephBoyle,
info: `Forsaking all others, Joe has been with PX Blue since its inception. A double-threat with a background in computer science and user experience, he's not afraid to drop 100+ comments on your most recent PR. Befriend at your own risk.`,
contacts: {
github: 'https://github.com/joebochill',
linkedIn: 'https://www.linkedin.com/in/joebochill/',
},
},
];
11 changes: 0 additions & 11 deletions src/__configuration__/contributors/currentMaintainers.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import HuayunHuang from '../../app/assets/credits/huayun-huang.jpg';
import EvanMcLaughlin from '../../app/assets/credits/evan-mclaughlin.jpeg';
import JosephBoyle from '../../app/assets/credits/joseph-boyle.png';
import JeffeyGreiner from '../../app/assets/credits/jeffery-greiner.jpeg';
import ThomasDailey from '../../app/assets/credits/thomas-dailey.jpg';
import EktaGhag from '../../app/assets/credits/ekta-ghag.jpg';
Expand All @@ -27,16 +26,6 @@ export const currentMaintainers: Contributor[] = [
linkedIn: 'https://www.linkedin.com/in/evan-mclaughlin-3a4b4089/',
},
},
{
name: 'Joseph Boyle',
description: `Team Lead`,
image: JosephBoyle,
info: `Forsaking all others, Joe has been with PX Blue since its inception. A double-threat with a background in computer science and user experience, he's not afraid to drop 100+ comments on your most recent PR. Befriend at your own risk.`,
contacts: {
github: 'https://github.com/joebochill',
linkedIn: 'https://www.linkedin.com/in/joebochill/',
},
},
{
name: 'Jeff Greiner',
description: 'Quality Assurance',
Expand Down
Loading

0 comments on commit 7bc7b08

Please sign in to comment.