Skip to content

Commit

Permalink
Updated Mentor List 10secondsofcode#20
Browse files Browse the repository at this point in the history
  • Loading branch information
Manjeet04 committed Oct 29, 2019
1 parent d5dc003 commit 58c1b3a
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions src/response/response.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const data = [
{
name: "Alandouglas",
image: "https://avatars0.githubusercontent.com/u/42749979?s=400&u=43129c15c770f7c6c4e473e2e92b0339052a019b&v=4",
technology: "PHP, Javascript, HTML, CSS, Python"
technology: "PHP, Javascript, HTML, CSS, Python",
country: "Brazil",
biography: "I am a jr full-stack dev in formation"
},
Expand Down Expand Up @@ -228,7 +228,21 @@ const data = [
technology: "HTML, JavaScript, Python",
country: "Malaysia",
biography: "Self-taught Data Scientist"
},
{
name: "Manjeet Singh",
image: "https://avatars2.githubusercontent.com/u/14962072?s=460&v=4",
technology: "Python, JavaScript, HTML",
country: "India",
biography: "Web Developer @cityexploro Technical Scripter @geeksforgeeks Technology Enthusiast and a Sports Programmer."
},
{
name: "Arshad Kazmi",
image: "https://avatars2.githubusercontent.com/u/4654382?s=460&v=4",
technology: "JavaScript, Python",
country: "India",
biography: "Let's remove the `lib` directory ➿"
}
];

export default data;
export default data;

0 comments on commit 58c1b3a

Please sign in to comment.