Add Aivazov

This commit is contained in:
Alexander Nozik 2021-04-04 12:52:15 +03:00
parent 2ac8cbdb81
commit 6eb454a442
6 changed files with 14 additions and 5 deletions

View File

@ -14,6 +14,7 @@
"gatsby-plugin-netlify-cms": "5.1.0", "gatsby-plugin-netlify-cms": "5.1.0",
"gatsby-plugin-react-helmet": "4.1.0", "gatsby-plugin-react-helmet": "4.1.0",
"gatsby-plugin-react-intl": "^3.0.0", "gatsby-plugin-react-intl": "^3.0.0",
"gatsby-plugin-sass": "^4.1.0",
"gatsby-plugin-sharp": "^3.2.0", "gatsby-plugin-sharp": "^3.2.0",
"gatsby-remark-images": "^4.2.0", "gatsby-remark-images": "^4.2.0",
"gatsby-remark-katex": "^4.2.0", "gatsby-remark-katex": "^4.2.0",
@ -30,6 +31,7 @@
"katex": "0.13.0", "katex": "0.13.0",
"mini-css-extract-plugin": "1.3.9", "mini-css-extract-plugin": "1.3.9",
"ncp": "2.0.0", "ncp": "2.0.0",
"node-sass": "^5.0.0",
"prop-types": "15.7.2", "prop-types": "15.7.2",
"react": "17.0.2", "react": "17.0.2",
"react-bootstrap": "^1.5.2", "react-bootstrap": "^1.5.2",
@ -37,8 +39,6 @@
"react-intl": "^5.13.5", "react-intl": "^5.13.5",
"react-scrollspy": "^3.4.3", "react-scrollspy": "^3.4.3",
"redux": "4.0.5", "redux": "4.0.5",
"gatsby-plugin-sass": "^4.1.0",
"node-sass": "^5.0.0",
"smoothscroll-polyfill": "^0.4.4", "smoothscroll-polyfill": "^0.4.4",
"vertical-timeline-component-for-react": "1.0.7" "vertical-timeline-component-for-react": "1.0.7"
}, },

View File

@ -0,0 +1,9 @@
---
content_type: magprog_team
title: Денис Айвазов
id: Aivazov
order: 4
photo: /images/magprog/team/Aivazov.jpg
language: ru
---
**Консультант от ФПМИ**

View File

@ -3,7 +3,7 @@ content_type: magprog_team
title: Александр Нозик title: Александр Нозик
id: nozik id: nozik
order: 1 order: 1
photo: nozik.png photo: /images/members/nozik.png
language: ru language: ru
--- ---
**Руководитель программы** **Руководитель программы**

View File

@ -3,7 +3,7 @@ content_type: magprog_team
title: Александр Светличный title: Александр Светличный
id: svetlichnii id: svetlichnii
order: 2 order: 2
photo: svetlichny.jpeg photo: /images/members/svetlichny.jpeg
language: ru language: ru
--- ---
**Заместитель руководителя** **Заместитель руководителя**

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -63,7 +63,7 @@ function team(edges) {
return ( return (
<section key={`team_${id}`}> <section key={`team_${id}`}>
<div className="image main"> <div className="image main">
<img src={withPrefix(`images/members/${photo}`)} alt={name}/> <img src={withPrefix(photo)} alt={name}/>
</div> </div>
<div className="content"> <div className="content">
<div className="inner"> <div className="inner">