Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added mentor #23

Merged
merged 2 commits into from
Oct 13, 2019
Merged
Changes from all 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
37 changes: 22 additions & 15 deletions src/response/response.js
Original file line number Diff line number Diff line change
@@ -6,6 +6,27 @@ const data = [
country: 'India',
biography: 'I am Full Stack Web Developer'
},
{
name: 'Darpan',
image: 'https://avatars0.githubusercontent.com/u/14301996?s=400&u=71e9200f5037c290c092f01c3ec408e5705e4cca&v=4',
technology: 'Java, Nodejs, AngularJS, ReactJS, Spring',
country: 'India',
biography: 'I am Full Stack Web Developer and a ML enthusiast'
},
{
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'
},
{
name: 'Krish',
image: 'https://via.placeholder.com/300/',
@@ -82,21 +103,7 @@ 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'
}
}
];

export default data;