Skip to content
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
Expand Up @@ -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/',
Expand Down Expand Up @@ -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;