Skip to content

Commit

Permalink
Update Kyle's role
Browse files Browse the repository at this point in the history
  • Loading branch information
joebochill committed Dec 11, 2020
1 parent 8427a82 commit 6b28abf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
6 changes: 6 additions & 0 deletions src/__configuration__/contributors/contributors.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import EricAtha from '../../app/assets/credits/eric-atha.jpg';
import KyleHorchen from '../../app/assets/credits/kyle-horchen.jpg';
import IanTodhunter from '../../app/assets/credits/ian-todhunter.jpg';
import ShivaniPitta from '../../app/assets/credits/shivani-pitta.jpeg';
import BrianShyu from '../../app/assets/credits/brian-shyu.jpg';
Expand All @@ -16,6 +17,11 @@ export const contributors: Contributor[] = [
description: 'UX Designer',
image: EricAtha,
},
{
name: 'Kyle Horchen',
description: 'UX Designer',
image: KyleHorchen,
},
{
name: 'Kraig Keller',
description: 'Front-End Developer',
Expand Down
11 changes: 0 additions & 11 deletions src/__configuration__/contributors/currentMaintainers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ 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.jpeg';
import KyleHorchen from '../../app/assets/credits/kyle-horchen.jpg';
import { Contributor } from '../../__types__';

export const currentMaintainers: Contributor[] = [
Expand Down Expand Up @@ -57,14 +56,4 @@ export const currentMaintainers: Contributor[] = [
linkedIn: 'https://www.linkedin.com/in/thomas-dailey/',
},
},
{
name: 'Kyle Horchen',
description: 'UX Designer',
image: KyleHorchen,
info: `Formerly from the advertising industry, Kyle is a UI / UX designer who's worked with some of the largest brands in the world like the NBA and National Rugby League in Australia. A die-hard Star Wars fan, Kyle can recite every line of The Empire Strikes back and still watches it at least once a week.`,
contacts: {
github: 'https://github.com/Horchen154',
linkedIn: 'https://www.linkedin.com/in/kyle-horchen-3294b142/',
},
},
];

0 comments on commit 6b28abf

Please sign in to comment.