Skip to content

Commit 9b98e67

Browse files
authoredOct 13, 2019
Merge pull request #21 from martyns0n/feature/add-mentors-participation-names
#20 Feature/add mentors participation names
2 parents 8e3bfb6 + 9a683fd commit 9b98e67

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
 

‎src/response/response.js

+14
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,20 @@ const data = [
8282
technology: 'Php, Javascript',
8383
country: 'India',
8484
biography: 'I am Full Stack Web Developer'
85+
},
86+
{
87+
name: 'Arseny Boykov',
88+
image: 'https://github.com/MrMrRobat',
89+
technology: 'Python, async.io',
90+
country: 'Russia',
91+
biography: 'Make staff since 2000. Love cakes and beer.'
92+
},
93+
{
94+
name: 'Martyn Son',
95+
image: 'https://github.com/martyns0n',
96+
technology: 'Javascript, React, Eslint/Stylelint',
97+
country: 'Russia',
98+
biography: 'Three years experience in web development'
8599
}
86100
];
87101

0 commit comments

Comments
 (0)
Failed to load comments.