Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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
18 changes: 10 additions & 8 deletions MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@ This file lists the maintainers of this repository.

## Current maintainers

| GitHub Username | Name | Organization | Email |
| --------------- | ------------- | ---------------------------------- | --------------------------- |
| @06kellyjac | j-k | @controlplaneio | jack+finos@control-plane.io |
| @andypols | Andy Pols | Qube Research & Technologies (QRT) | andrew.pols@qube-rt.com |
| @coopernetes | Thomas Cooper | @RBC | thomas.cooper@rbc.com |
| @grovesy | Paul Groves | Citi | paul.groves@citi.com |
| @jescalada | Juan Escalada | G-Research Open Source Software | juan.escalada@gr-oss.io |
| @kriswest | Kris West | NatWest Group | kristopher.west@natwest.com |
| GitHub Username | Name | Organization | Email |
| --------------- | -------------- | ---------------------------------- | ---------------------------- |
| @06kellyjac | j-k | @controlplaneio | jack+finos@control-plane.io |
| @andypols | Andy Pols | Qube Research & Technologies (QRT) | andrew.pols@qube-rt.com |
| @coopernetes | Thomas Cooper | @RBC | thomas.cooper@rbc.com |
| @dcoric | Denis Coric | G-Research Open Source Software | denis85@gmail.com |
| @fabiovincenzi | Fabio Vincenzi | G-Research Open Source Software | fabio.vincenzi2001@gmail.com |
| @grovesy | Paul Groves | Citi | paul.groves@citi.com |
| @jescalada | Juan Escalada | G-Research Open Source Software | juanescalada175@gmail.com |
| @kriswest | Kris West | NatWest Group | kristopher.west@natwest.com |

For information about maintainer responsibilities and resources, see the [FINOS Maintainers Cheatsheet](https://community.finos.org/docs/finos-maintainers-cheatsheet).

Expand Down
18 changes: 18 additions & 0 deletions website/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,24 @@ function Home() {
/>
</div>
</div>
<div className='col col--4'>
<div className='col-demo'>
<Avatar
name='Fabio Vincenzi'
description='Open Source Software Engineer at G-Research'
username='fabiovincenzi'
/>
</div>
</div>
<div className='col col--4'>
<div className='col-demo'>
<Avatar
name='Denis Coric'
description='Open Source Software Engineer at G-Research'
username='dcoric'
/>
</div>
</div>
</div>
</div>
<div className='container text--center'>
Expand Down
Loading