Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add photo #524

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
11 changes: 6 additions & 5 deletions frontend/src/containers/Landing/developersList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import nastyaImage from './img/photo/nastya.jpg'
import krygaImage from './img/photo/kryga.jpg'
import annaImage from './img/photo/anna.jpg'
import svetaImage from './img/photo/sveta.jpg'
import alexImage from './img/photo/alex.jpg'

export default [
[{
Expand All @@ -32,6 +33,10 @@ export default [
role: 'Frontend разработчик',
image: nikitaImage,
name: 'Никита Федоров',
}, {
role: 'Frontend разработчик',
image: alexImage,
name: 'Алексей Кузнецов',
}, {
role: 'Frontend разработчик',
image: ilyaImage,
Expand All @@ -40,10 +45,6 @@ export default [
role: 'Backend разработчик',
image: valeriaImage,
name: 'Валерия Артамонова',
}, {
role: 'Backend разработчик',
image: annaImage,
name: 'Анна Арзуманян',
}], [{
role: 'Научный работник',
image: krygaImage,
Expand All @@ -61,4 +62,4 @@ export default [
image: karinaImage,
name: 'Карина Бабаянц',
}],
]
]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.