Skip to content

Commit

Permalink
Added Edilson Matola's card (rocktimsaikia#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
edilsonmatola authored Feb 26, 2022
1 parent 4632926 commit d8db7b8
Show file tree
Hide file tree
Showing 3 changed files with 5,369 additions and 1,381 deletions.
29 changes: 25 additions & 4 deletions contributors/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
const list = [{
const list = [
{
name: 'Sabahat iqbal',
country: 'United States',
role: 'Developer',
Expand Down Expand Up @@ -1459,14 +1460,34 @@ const list = [{
tech_stack: ['NodeJs', 'React', 'JavaScript', 'GameMaker Language'],
github_username: 'breno5g',
},
{
name: 'Naruedom Tongkampan',
{
name: 'Naruedom Tongkampan',
country: 'Thailand',
role: 'Dev',
tech_stack: ['JS'],
github_username: 'dreaminfo',
twitter_username: '#',
}
},
{
name: 'Edilson Matola',
country: 'Mozambique',
role: 'Linux SysAdmin, UI/UX, Software & Web Development Engineer and Consultant',
tech_stack: [
'Flutter',
'React.js',
'Next.js',
'Express.js',
'JavaScript',
'Python',
'Java',
'Node.js',
'WordPress',
'Spring Boot',
'Docker'
],
github_username: 'edilsonmatola',
twitter_username: 'Edilson_Mtl',
},
];

module.exports.list = list.reverse();
Loading

0 comments on commit d8db7b8

Please sign in to comment.