Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Kyle's role #319

Merged
merged 1 commit into from
Dec 11, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/',
},
},
];