Skip to content

Commit

Permalink
Merge pull request #21 from martyns0n/feature/add-mentors-participati…
Browse files Browse the repository at this point in the history
…on-names

#20 Feature/add mentors participation names
  • Loading branch information
10-seconds committed Oct 13, 2019
2 parents 8e3bfb6 + 9a683fd commit 9b98e67
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/response/response.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,20 @@ const data = [
technology: 'Php, Javascript',
country: 'India',
biography: 'I am Full Stack Web Developer'
},
{
name: 'Arseny Boykov',
image: 'https://github.com/MrMrRobat',
technology: 'Python, async.io',
country: 'Russia',
biography: 'Make staff since 2000. Love cakes and beer.'
},
{
name: 'Martyn Son',
image: 'https://github.com/martyns0n',
technology: 'Javascript, React, Eslint/Stylelint',
country: 'Russia',
biography: 'Three years experience in web development'
}
];

Expand Down

0 comments on commit 9b98e67

Please sign in to comment.