Skip to content

Commit

Permalink
Updated contributors list from sep to dec 2023 (#690)
Browse files Browse the repository at this point in the history
* added supported sources section for all pages

* updated relative urls for supported versions

* updated relative url for supported data sources

* added correct urls for changes requested

* updated requested urls for each data source

* updated introduction docs

* corrected the url for data sources

* updated slack urls

* added Diving Into The Lake

* merged answers

* added June-Sep Contributors

* fixed githubid and avatar

* fixed typo in the githubid

* added new contributors updated from Sep to Dec 2023

* fixed issues with date format

* changed the sequence
  • Loading branch information
JoshuaPoddoku committed Dec 13, 2023
1 parent 677e2a3 commit caaa41c
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 0 deletions.
81 changes: 81 additions & 0 deletions info/Team/contributors.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,77 @@
{
"Oct-Dec-2023": [
{
"realName": "Rob Heckel",
"githubId": "billabongrob",
"avatar": "https://avatars.githubusercontent.com/u/8441943?v=4",
"githubLink": "https://github.com/billabongrob",
"date": "2023/10/08"
},
{
"realName": "Richard Fletcher",
"githubId": "richard-fletcher",
"email": "",
"avatar": "https://avatars.githubusercontent.com/u/32538344?v=4",
"githubLink": "https://github.com/richard-fletcher",
"date": "2023/10/08"
},
{
"realName": "Omer Farooq",
"githubId": "o-farooq",
"email": "",
"avatar": "https://avatars.githubusercontent.com/u/17722640?v=4",
"githubLink": "https://github.com/o-farooq",
"date": "2023/10/09"
},
{
"realName": "Hollman Enciso",
"githubId": "en-henciso",
"email": "",
"avatar": "https://avatars.githubusercontent.com/u/142229524?v=4",
"githubLink": "https://github.com/en-henciso",
"date": "2023/10/18"
},
{
"realName": "Koen de Laat",
"githubId": "koendelaat",
"email": "",
"avatar": "https://avatars.githubusercontent.com/u/7723283?v=4",
"githubLink": "https://github.com/en-henciso",
"date": "2023/10/18"
},
{
"realName": "Adam Wolfe",
"githubId": "adamwolfe-tc",
"email": "",
"avatar": "https://avatars.githubusercontent.com/u/37342270?v=4",
"githubLink": "https://github.com/adamwolfe-tc",
"date": "2023/11/13"
},
{
"realName": "Vitor Ferraz Sandes",
"githubId": "sandesvitor",
"email": "",
"avatar": "https://avatars.githubusercontent.com/u/62914690?v=4",
"githubLink": "https://github.com/sandesvitor",
"date": "2023/11/24"
},
{
"realName": "Antoine Caputo",
"githubId": "antoinecaputo",
"email": "",
"avatar": "https://avatars.githubusercontent.com/u/44469196?v=4",
"githubLink": "https://github.com/antoinecaputo",
"date": "2023/11/27"
},
{
"realName": "Henrique Moody",
"githubId": "henriquemoody",
"email": "",
"avatar": "https://avatars.githubusercontent.com/u/154023?v=4",
"githubLink": "https://github.com/henriquemoody",
"date": "2023/11/30"
}
],
"Jul-Sept-2023": [
{
"realName": "Arjun Devarajan",
Expand Down Expand Up @@ -71,6 +144,14 @@
"avatar": "https://avatars.githubusercontent.com/u/4294069?v=4",
"githubLink": "https://github.com/0o001",
"date": "2023/08/21"
},
{
"realName": "Anjaneya Gupta",
"githubId": "anjy7",
"email": "",
"avatar": "https://avatars.githubusercontent.com/u/92802904?v=4",
"githubLink": "https://github.com/anjy7",
"date": "2023/09/19"
}
],
"Apr-Jun-2023": [
Expand Down
1 change: 1 addition & 0 deletions src/components/Team/Contributor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import { Dropdown } from "../Dropdown";


const meau = [
'Oct-Dec-2023',
'Jul-Sept-2023',
'Apr-Jun-2023',
'Jan-Mar-2023',
Expand Down

0 comments on commit caaa41c

Please sign in to comment.