Skip to content

Commit 58c1b3a

Browse files
authored
Updated Mentor List 10secondsofcode#20
1 parent d5dc003 commit 58c1b3a

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

src/response/response.js

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const data = [
99
{
1010
name: "Alandouglas",
1111
image: "https://avatars0.githubusercontent.com/u/42749979?s=400&u=43129c15c770f7c6c4e473e2e92b0339052a019b&v=4",
12-
technology: "PHP, Javascript, HTML, CSS, Python"
12+
technology: "PHP, Javascript, HTML, CSS, Python",
1313
country: "Brazil",
1414
biography: "I am a jr full-stack dev in formation"
1515
},
@@ -228,7 +228,21 @@ const data = [
228228
technology: "HTML, JavaScript, Python",
229229
country: "Malaysia",
230230
biography: "Self-taught Data Scientist"
231+
},
232+
{
233+
name: "Manjeet Singh",
234+
image: "https://avatars2.githubusercontent.com/u/14962072?s=460&v=4",
235+
technology: "Python, JavaScript, HTML",
236+
country: "India",
237+
biography: "Web Developer @cityexploro Technical Scripter @geeksforgeeks Technology Enthusiast and a Sports Programmer."
238+
},
239+
{
240+
name: "Arshad Kazmi",
241+
image: "https://avatars2.githubusercontent.com/u/4654382?s=460&v=4",
242+
technology: "JavaScript, Python",
243+
country: "India",
244+
biography: "Let's remove the `lib` directory ➿"
231245
}
232246
];
233247

234-
export default data;
248+
export default data;

0 commit comments

Comments
 (0)