Skip to content
Merged
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
1 change: 1 addition & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ module.exports = {
{ name: "Esthefania Vargas", title: "Attorney", location: "Colombia", batch: 3 },
{ name: "Mauricio Virues Carrera", title: "Dispute Resolution Professional", location: "Mexico", batch: 3 },
{ name: "Dr. David Lewis", title: "Corporate and Organisational Mediator", location: "USA", batch: 3 },
{ name: "Milad Mohammadi", title: "Technology Consultant", location: "USA", batch: 5 },
],
},

Expand Down
Binary file added src/assets/images/person/mohammadi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 0 additions & 9 deletions src/markdown-pages/aliyev.md

This file was deleted.

9 changes: 0 additions & 9 deletions src/markdown-pages/bel.md

This file was deleted.

9 changes: 0 additions & 9 deletions src/markdown-pages/bhalothia.md

This file was deleted.

11 changes: 0 additions & 11 deletions src/markdown-pages/dagnillo.md

This file was deleted.

9 changes: 0 additions & 9 deletions src/markdown-pages/dean.md

This file was deleted.

7 changes: 0 additions & 7 deletions src/markdown-pages/felicio.md

This file was deleted.

7 changes: 0 additions & 7 deletions src/markdown-pages/gouvea.md

This file was deleted.

9 changes: 0 additions & 9 deletions src/markdown-pages/gray.md

This file was deleted.

9 changes: 0 additions & 9 deletions src/markdown-pages/huculak.md

This file was deleted.

9 changes: 0 additions & 9 deletions src/markdown-pages/jara.md

This file was deleted.

9 changes: 0 additions & 9 deletions src/markdown-pages/kulshreshtha.md

This file was deleted.

9 changes: 0 additions & 9 deletions src/markdown-pages/lewis.md

This file was deleted.

7 changes: 7 additions & 0 deletions src/markdown-pages/mohammadi.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
name: "Milad Mohammadi"
title: "Applying Kleros to Venture Finance, Present and Future"
report: "https://ipfs.kleros.io/ipfs/QmRF8KT9BTFERKUyPbPBdU611LVhoWNhacWG24Pa3YGcrW/Milad Mohammadi - Kleros Fellowship Final Report.pdf"
---

Milad Mohammadi holds a B.A. from New York University and is a technology consultant focused on the communications, media, and technology sectors at a Fortune 500 firm. Before his current role, he worked at one of the most preeminent global law firms specializing in venture capital.
9 changes: 0 additions & 9 deletions src/markdown-pages/mota.md

This file was deleted.

9 changes: 0 additions & 9 deletions src/markdown-pages/mouclier.md

This file was deleted.

9 changes: 0 additions & 9 deletions src/markdown-pages/oguz.md

This file was deleted.

11 changes: 0 additions & 11 deletions src/markdown-pages/robertson.md

This file was deleted.

11 changes: 0 additions & 11 deletions src/markdown-pages/stanescu.md

This file was deleted.

7 changes: 0 additions & 7 deletions src/markdown-pages/torres.md

This file was deleted.

9 changes: 0 additions & 9 deletions src/markdown-pages/tripathi.md

This file was deleted.

2 changes: 2 additions & 0 deletions src/pages/fellowship.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ import Comenale from "src/assets/images/person/comenale.png";
import Galindo from "src/assets/images/person/galindo.png";
import Vargas from "src/assets/images/person/vargas.png";
import Carrera from "src/assets/images/person/carrera.png";
import Mohammadi from "src/assets/images/person/mohammadi.png";
import Config from "../../gatsby-config.js";
import Questions from "src/intl/en.json";
import Slider from "react-slick";
Expand All @@ -52,6 +53,7 @@ const PHOTOS = {
Goldstein,
Gudkov,
Lowther,
Mohammadi,
Narozhny,
Obafemi,
Scott,
Expand Down
62 changes: 12 additions & 50 deletions src/templates/bio.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,85 +4,47 @@ import Layout from "src/components/layout";
import SEO from "../components/seo";
import Contact from "../components/contact";
import { useIntl } from "gatsby-plugin-intl";
import FellowshipBadge from "src/assets/svgs/fellowship.svg";
import Kleros from "src/assets/svgs/icon-kleros.svg";
import styles from "./styles/bio.module.css";
import Aouidef from "src/assets/images/person/aouidef.png";
import Narozhny from "src/assets/images/person/narozhny.png";
import Sharma from "src/assets/images/person/sharma.png";
import Deplano from "src/assets/images/person/deplano.png";
import Dagnillo from "src/assets/images/person/dagnillo.png";
import Bergolla from "src/assets/images/person/bergolla.png";
import Scott from "src/assets/images/person/scott.png";
import Zhao from "src/assets/images/person/zhao.png";
import Gudkov from "src/assets/images/person/gudkov.png";
import Abad from "src/assets/images/person/abad.png";
import Oguz from "src/assets/images/person/oguz.png";
import Goldstein from "src/assets/images/person/goldstein.png";
import Obafemi from "src/assets/images/person/obafemi.png";
import Gouvea from "src/assets/images/person/gouvea.png";
import Felicio from "src/assets/images/person/felicio.png";
import Tineo from "src/assets/images/person/tineo.png";
import Mota from "src/assets/images/person/mota.png";
import Duarte from "src/assets/images/person/duarte.png";
import Robertson from "src/assets/images/person/robertson.png";
import Aliyev from "src/assets/images/person/aliyev.png";
import Archila from "src/assets/images/person/archila.png";
import Bhalothia from "src/assets/images/person/bhalothia.png";
import Dean from "src/assets/images/person/dean.png";
import Bel from "src/assets/images/person/bel.png";
import Gray from "src/assets/images/person/gray.png";
import Huculak from "src/assets/images/person/huculak.png";
import Jara from "src/assets/images/person/jara.png";
import Lowther from "src/assets/images/person/lowther.png";
import Kulshreshtha from "src/assets/images/person/kulshreshtha.png";
import Mouclier from "src/assets/images/person/mouclier.png";
import Comenale from "src/assets/images/person/comenale.png";
import Galindo from "src/assets/images/person/galindo.png";
import Stanescu from "src/assets/images/person/stanescu.png";
import Tripathi from "src/assets/images/person/tripathi.png";
import Vargas from "src/assets/images/person/vargas.png";
import Carrera from "src/assets/images/person/carrera.png";
import Lewis from "src/assets/images/person/lewis.png";
import Mohammadi from "src/assets/images/person/mohammadi.png";

const PHOTOS = {
Abad,
Felicio,
Goldstein,
Gouvea,
Duarte,
Gudkov,
Aliyev,
Mota,
Archila,
Scott,
Bel,
Zhao,
Bhalothia,
Dean,
Oguz,
Gray,
Obafemi,
Bergolla,
Carrera,
Comenale,
Deplano,
Duarte,
Galindo,
Tineo,
Carrera,
Aouidef,
Robertson,
Huculak,
Jara,
Bergolla,
Kulshreshtha,
Dagnillo,
Goldstein,
Gudkov,
Lowther,
Deplano,
Mouclier,
Lewis,
Stanescu,
Mohammadi,
Narozhny,
Tripathi,
Obafemi,
Scott,
Sharma,
Tineo,
Vargas,
Zhao,
};

export default ({ data }) => {
Expand Down