Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Celestin Niyonsaba
  • Loading branch information
niyoceles committed Oct 30, 2019
commit 10e73f572f9183e2921dc88f7a0b74804d4145e2
39 changes: 37 additions & 2 deletions src/response/response.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ const data = [
country: "India",
biography: "I am Full Stack Web Developer"
},
{
name: "Alandouglas",
image: "https://avatars0.githubusercontent.com/u/42749979?s=400&u=43129c15c770f7c6c4e473e2e92b0339052a019b&v=4",
technology: "PHP, Javascript, HTML, CSS, Python"
country: "Brazil",
biography: "I am a jr full-stack dev in formation"
},
{
name: "Darpan",
image:
Expand Down Expand Up @@ -59,7 +66,7 @@ const data = [
{
name: "Will",
image: "https://avatars0.githubusercontent.com/u/10842135",
technology: "Javascript, Java, ",
technology: "Javascript, Java",
country: "USA",
biography:
"I am Sr Project Manager for the largest entertainment company in the world!"
Expand Down Expand Up @@ -100,7 +107,7 @@ const data = [
technology: "Python",
country: "United Kingdom",
biography: "I am study my Master in Computer Science"
},
},
{
name: "Mayank",
image: "https://avatars1.githubusercontent.com/u/23161291?s=100&v=4",
Expand Down Expand Up @@ -194,12 +201,40 @@ const data = [
country: "Cameroon",
biography: "Software development as a career"
},
{
name: 'Will',
image: 'https://avatars0.githubusercontent.com/u/10842135',
technology: 'Javascript, Java, ',
country: 'USA',
biography: 'I am Sr Project Manager for the largest entertainment company in the world!'
},
{
name: 'Leanne Lacey',
image: 'https://github.com/Leannelb',
technology: 'JavaScript, Angular, HTML, CSS, SASS, NodeJS', //'Php, Javascript',
country: 'Ireland', //india
biography: 'I\'m a Developer from green \'ol Ireland. Working mainly with Angular 2'
},
{
name: "Waing La Min Lwin",
image: "https://github.com/archonn",
technology: "Nodejs, React, Python",
country: "Myanmar",
biography: "Software developer focusing on building ML-powered products"
},
{
name: "Rafidah Affendi",
image: "https://github.com/r4fidah",
technology: "HTML, JavaScript, Python",
country: "Malaysia",
biography: "Self-taught Data Scientist"
},
{
name: "Celestin Niyonsaba",
image: "https://github.com/niyoceles",
technology: "Nodejs, React, Python",
country: "Rwanda",
biography: "I am Full stack software engineer focusing on Web developmenent"
}
];

Expand Down