Skip to content
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.

Commit

Permalink
Added Denise as contributor; moved contributors back to main page (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackbaud-PaulCrowder authored and Bobby Earl committed Feb 12, 2019
1 parent eb83c92 commit 33d31a0
Show file tree
Hide file tree
Showing 5 changed files with 164 additions and 178 deletions.
164 changes: 163 additions & 1 deletion src/app/contribute/contribute-action-button.component.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,164 @@
<stache-action-buttons [routes]="routes" showSearch="false">
</stache-action-buttons>
</stache-action-buttons>

<stache-page-anchor>
The SKY UX Team
</stache-page-anchor>

<sky-minifig-images
[images]="[
{
name: 'Alex',
title: 'Software Engineer'
},
{
name: 'Bobby',
title: 'Software Engineer'
},
{
name: 'Denise',
title: 'Technical Writer'
},
{
name: 'John',
title: 'Technical Writer'
},
{
name: 'Michael',
title: 'Manager'
},
{
name: 'Paul',
title: 'Software Engineer'
},
{
name: 'Steve',
title: 'Software Engineer'
},
{
name: 'Terry',
title: 'Software Engineer'
},
{
name: 'Todd',
title: 'UX Designer'
},
{
name: 'Trevor',
title: 'Software Engineer'
}
]"
>
</sky-minifig-images>

<stache-page-anchor>
Key Contributors
</stache-page-anchor>

<sky-minifig-images
[images]="[
{
name: 'Adam F.',
title: 'UX Designer'
},
{
name: 'Adam H.',
title: 'Software Engineer'
},
{
name: 'Adam S.',
title: 'Software Engineer'
},
{
name: 'Brandon H.',
title: 'Software Engineer'
},
{
name: 'Brandon J.',
title: 'Software Engineer'
},
{
name: 'Brandon S.',
title: 'Software Engineer'
},
{
name: 'Cecilia',
title: 'Software Engineer'
},
{
name: 'Christi',
title: 'Software Engineer'
},
{
name: 'Conor',
title: 'Software Engineer'
},
{
name: 'Dan',
title: 'Product Manager'
},
{
name: 'Jamin',
title: 'Software Engineer'
},
{
name: 'Jeff',
title: 'Software Engineer'
},
{
name: 'Josh',
title: 'Software Engineer'
},
{
name: 'Jon',
title: 'Software Engineer'
},
{
name: 'Luis',
title: 'Software Engineer'
},
{
name: 'Manoj',
title: 'Software Engineer'
},
{
name: 'Matt G.',
fileName: 'matt-g-2',
title: 'UX Designer'
},
{
name: 'Matt G.',
title: 'Accessibility Guru'
},
{
name: 'Nick',
title: 'UX Designer'
},
{
name: 'Nicole',
title: 'UX Designer'
},
{
name: 'Patrick',
title: 'Software Engineer'
},
{
name: 'Rob',
title: 'UX Designer'
},
{
name: 'Sandhya',
title: 'Software Engineer'
},
{
name: 'Tom',
title: 'Software Engineer'
},
{
name: 'Vidas',
title: 'Software Engineer'
}
]"
small="true"
>
</sky-minifig-images>
8 changes: 1 addition & 7 deletions src/app/contribute/contribute-action-button.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ import { Component } from '@angular/core';
})
export class ContributeActionButtonsComponent {
public routes = [
{
name: 'Contributors',
path: '/contribute/contributors',
icon: 'address-card',
summary: 'View SKY UX team members as well as key contributors.'
},
{
name: 'Guidelines',
path: '/contribute/guidelines',
Expand All @@ -21,7 +15,7 @@ export class ContributeActionButtonsComponent {
{
name: 'Packages',
path: '/contribute/packages',
icon: 'file',
icon: 'archive',
summary: 'View our package organization.'
}
];
Expand Down
170 changes: 0 additions & 170 deletions src/app/contribute/contributors/index.html

This file was deleted.

Binary file added src/assets/minifigs/denise-full.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/minifigs/denise.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 33d31a0

Please sign in to comment.