Skip to content

Commit

Permalink
Add diamond staff (#85)
Browse files Browse the repository at this point in the history
* Added staff

* Fixed styling
  • Loading branch information
angela139 authored Jan 23, 2025
1 parent ef1c656 commit 5591371
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 0 deletions.
Binary file added public/assets/board/prerana.png
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 public/assets/board/sarah.png
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 public/assets/board/tyler.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions src/components/team-card/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,27 @@ const TeamCard: React.FC = () => {
linkedinLink: 'https://www.linkedin.com/in/uliyaah-dionisio-246695233/',
imageUrl: '/assets/board/uliyaah.png',
},
{
name: 'Sarah Li',
position: 'Diamond Staff',
email: '[email protected]',
linkedinLink: 'https://www.linkedin.com/in/sarah-li-448b90218/',
imageUrl: '/assets/board/sarah.png',
},
{
name: 'Prerana Gowda',
position: 'Diamond Staff',
email: '[email protected]',
linkedinLink: 'https://www.linkedin.com/in/prerana-gowda/',
imageUrl: '/assets/board/prerana.png',
},
{
name: 'Tyler Hoang',
position: 'Diamond Staff',
email: '[email protected]',
linkedinLink: 'https://www.linkedin.com/in/tyler-hoang-8079ab246/',
imageUrl: '/assets/board/tyler.jpeg',
},
];

return (
Expand Down
1 change: 1 addition & 0 deletions src/components/team-card/style.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
.card {
display: flex;
flex-direction: column;
justify-content: center;
width: 250px;
height: 325px;
min-height: 100%;
Expand Down

0 comments on commit 5591371

Please sign in to comment.