Skip to content

Commit 88f78ae

Browse files
committed
feat: add Milad Mohammadi
1 parent fdbd70c commit 88f78ae

File tree

5 files changed

+12
-0
lines changed

5 files changed

+12
-0
lines changed

gatsby-config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,7 @@ module.exports = {
330330
{ name: "Esthefania Vargas", title: "Attorney", location: "Colombia", batch: 3 },
331331
{ name: "Mauricio Virues Carrera", title: "Dispute Resolution Professional", location: "Mexico", batch: 3 },
332332
{ name: "Dr. David Lewis", title: "Corporate and Organisational Mediator", location: "USA", batch: 3 },
333+
{ name: "Milad Mohammadi", title: "Technology Consultant", location: "USA", batch: 5 },
333334
],
334335
},
335336

82.6 KB
Loading

src/markdown-pages/mohammadi.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
name: "Milad Mohammadi"
3+
title: "Applying Kleros to Venture Finance, Present and Future"
4+
report: "https://ipfs.kleros.io/ipfs/QmRF8KT9BTFERKUyPbPBdU611LVhoWNhacWG24Pa3YGcrW/Milad Mohammadi - Kleros Fellowship Final Report.pdf"
5+
---
6+
7+
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.

src/pages/fellowship.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ import Comenale from "src/assets/images/person/comenale.png";
3232
import Galindo from "src/assets/images/person/galindo.png";
3333
import Vargas from "src/assets/images/person/vargas.png";
3434
import Carrera from "src/assets/images/person/carrera.png";
35+
import Mohammadi from "src/assets/images/person/mohammadi.png";
3536
import Config from "../../gatsby-config.js";
3637
import Questions from "src/intl/en.json";
3738
import Slider from "react-slick";
@@ -52,6 +53,7 @@ const PHOTOS = {
5253
Goldstein,
5354
Gudkov,
5455
Lowther,
56+
Mohammadi,
5557
Narozhny,
5658
Obafemi,
5759
Scott,

src/templates/bio.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ import Tripathi from "src/assets/images/person/tripathi.png";
4444
import Vargas from "src/assets/images/person/vargas.png";
4545
import Carrera from "src/assets/images/person/carrera.png";
4646
import Lewis from "src/assets/images/person/lewis.png";
47+
import Mohammadi from "src/assets/images/person/mohammadi.png";
4748

4849
const PHOTOS = {
4950
Abad,
@@ -79,6 +80,7 @@ const PHOTOS = {
7980
Mouclier,
8081
Lewis,
8182
Stanescu,
83+
Mohammadi,
8284
Narozhny,
8385
Tripathi,
8486
Sharma,

0 commit comments

Comments
 (0)