Add Aivazov
This commit is contained in:
parent
2ac8cbdb81
commit
6eb454a442
@ -14,6 +14,7 @@
|
||||
"gatsby-plugin-netlify-cms": "5.1.0",
|
||||
"gatsby-plugin-react-helmet": "4.1.0",
|
||||
"gatsby-plugin-react-intl": "^3.0.0",
|
||||
"gatsby-plugin-sass": "^4.1.0",
|
||||
"gatsby-plugin-sharp": "^3.2.0",
|
||||
"gatsby-remark-images": "^4.2.0",
|
||||
"gatsby-remark-katex": "^4.2.0",
|
||||
@ -30,6 +31,7 @@
|
||||
"katex": "0.13.0",
|
||||
"mini-css-extract-plugin": "1.3.9",
|
||||
"ncp": "2.0.0",
|
||||
"node-sass": "^5.0.0",
|
||||
"prop-types": "15.7.2",
|
||||
"react": "17.0.2",
|
||||
"react-bootstrap": "^1.5.2",
|
||||
@ -37,8 +39,6 @@
|
||||
"react-intl": "^5.13.5",
|
||||
"react-scrollspy": "^3.4.3",
|
||||
"redux": "4.0.5",
|
||||
"gatsby-plugin-sass": "^4.1.0",
|
||||
"node-sass": "^5.0.0",
|
||||
"smoothscroll-polyfill": "^0.4.4",
|
||||
"vertical-timeline-component-for-react": "1.0.7"
|
||||
},
|
||||
|
9
src/content/ru/magprog/team/Aivazov.md
Normal file
9
src/content/ru/magprog/team/Aivazov.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
content_type: magprog_team
|
||||
title: Денис Айвазов
|
||||
id: Aivazov
|
||||
order: 4
|
||||
photo: /images/magprog/team/Aivazov.jpg
|
||||
language: ru
|
||||
---
|
||||
**Консультант от ФПМИ**
|
@ -3,7 +3,7 @@ content_type: magprog_team
|
||||
title: Александр Нозик
|
||||
id: nozik
|
||||
order: 1
|
||||
photo: nozik.png
|
||||
photo: /images/members/nozik.png
|
||||
language: ru
|
||||
---
|
||||
**Руководитель программы**
|
||||
|
@ -3,7 +3,7 @@ content_type: magprog_team
|
||||
title: Александр Светличный
|
||||
id: svetlichnii
|
||||
order: 2
|
||||
photo: svetlichny.jpeg
|
||||
photo: /images/members/svetlichny.jpeg
|
||||
language: ru
|
||||
---
|
||||
**Заместитель руководителя**
|
||||
|
BIN
src/images/magprog/team/Aivazov.jpg
Normal file
BIN
src/images/magprog/team/Aivazov.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
@ -63,7 +63,7 @@ function team(edges) {
|
||||
return (
|
||||
<section key={`team_${id}`}>
|
||||
<div className="image main">
|
||||
<img src={withPrefix(`images/members/${photo}`)} alt={name}/>
|
||||
<img src={withPrefix(photo)} alt={name}/>
|
||||
</div>
|
||||
<div className="content">
|
||||
<div className="inner">
|
||||
|
Loading…
Reference in New Issue
Block a user