diff --git a/src/components/VP/index.tsx b/src/components/VP/index.tsx index a0e653604..a3fe7c4f7 100644 --- a/src/components/VP/index.tsx +++ b/src/components/VP/index.tsx @@ -1,17 +1,11 @@ import React from "react"; -const pmc_chair_quote = `"Earlier this year, I was selected by my fellow PMC members as the project’s VP. The main role of the VP is to report - quarterly to the Apache Software Foundation Board, - representing CloudStack and providing updates on the health - and status of the project. I am grateful for the opportunity - to serve as the CloudStack VP and to work with amazing people - from the community to continue making CloudStack an even - greater cloud orchestration platform!"` - -const pmc_chair_name = "Nicolás Vázquez" -const pmc_chair_picture = "/img/authors/nicolas.png" -const pmc_chair_githandle = "nvazquez" -const pmc_chair_linked = "nvazquezuy" +const pmc_chair_quote = `"some text"` + +const pmc_chair_name = "Wido den Hollander" +const pmc_chair_picture = "/img/authors/wido.png" +const pmc_chair_githandle = "wido" +const pmc_chair_linked = "widodh" const git_link = "https://github.com/"+pmc_chair_githandle const linked_link = "https://www.linkedin.com/in/"+pmc_chair_linked diff --git a/src/pages/who.mdx b/src/pages/who.mdx index 812de3eab..2f7108967 100644 --- a/src/pages/who.mdx +++ b/src/pages/who.mdx @@ -35,6 +35,7 @@ The following data is subject to change. The up-to-date information can be found - David Nalley (ke4qqq) - Disheng Su (edison) - Erik Weber (erikw) +- Fabricio Duarte Junior (fabricio) - Gabriel Beims Bräscher (gabriel) - Giles Sirett (giles) - Go Chiba (gochiba) @@ -49,6 +50,7 @@ The following data is subject to change. The up-to-date information can be found - John Kinsella (jlk) - Karen Vuong (karenv) - Kevin Kluge (kluge) +- Kiran Chavala (kiranchavala) - Marcus Sorensen (mlsorensen) - Mark R. Hinkle (mrhinkle) - Matt Richard Hogstrom (hogstrom) @@ -117,7 +119,6 @@ The following data is subject to change. The up-to-date information can be found - Devdeep Singh (devdeep) - Disheng Su (edison) - Erik Weber (erikw) -- Fabricio Duarte Junior (fabricio) - Frank Maximus (fmaximus) - Funs Kessen (snuf) - Gabriel Beims Bräscher (gabriel) @@ -149,7 +150,6 @@ The following data is subject to change. The up-to-date information can be found - Kelcey Damage (kdamage) - Kelven Yang (kelveny) - Kevin Kluge (kluge) -- Kiran Chavala (kiranchavala) - Kirk Kosinski (kirk) - Kishan (kishan) - Koushik Das (koushik) diff --git a/static/img/authors/wido.png b/static/img/authors/wido.png new file mode 100644 index 000000000..35c47119b Binary files /dev/null and b/static/img/authors/wido.png differ