Skip to content

Commit 4fda7d9

Browse files
committed
feat: add Olaleye Oladimeji
1 parent 5242d19 commit 4fda7d9

File tree

5 files changed

+14
-0
lines changed

5 files changed

+14
-0
lines changed

gatsby-config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,7 @@ module.exports = {
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 },
333333
{ name: "Milad Mohammadi", title: "Technology Consultant", location: "USA", batch: 5 },
334+
{ name: "Olaleye Oladimeji", title: "Lawyer", location: "Nigeria", batch: 4 }
334335
],
335336
},
336337

72 KB
Loading

src/markdown-pages/oladimeji.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
name: "Olaleye Oladimeji"
3+
title: "Blockchain (Kleros) as a tool for transformation of legal services and justice delivery in Africa"
4+
report: "https://ipfs.kleros.io/ipfs/QmeCAm3JNZCGAYRGUK32DEvYVi14VR8bFzQ81njBqSEeVV/Olaleye%20Oladimeji%20-%20Kleros%20Fellowship%20Report.pdf"
5+
---
6+
7+
Olaleye Oladimeji is an International Lawyer and Associate at the African office of the International law firm Aliant Law, specialized in diverse law practice areas such as Intellectual property (IP) protection, Telecommunications, Blockchain, Finance, Oil and Gas, Aviation, Entertainment, Sports, Data Protection, Project Financing, and Real Estate.
8+
9+
During his fellowship, Olaleye will conduct research on the use of blockchain technology such as Kleros as a tool for legal transformation across Africa, with a global outlook. The research paper seeks to make a case for the digital liberalization of the legal industry by African Lawyers and cross-border justice delivery systems in Africa by infusing centralized and decentralized technologies. The recommendations of this research paper will hopefully be implemented and form an integral part of the architectural policy framework in the repositioning of African legal systems in line with the African Continental Free Trade Area (AfCFTA).

src/pages/fellowship.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ 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";
3535
import Mohammadi from "src/assets/images/person/mohammadi.png";
36+
import Oladimeji from "src/assets/images/person/oladimeji.png";
3637
import Config from "../../gatsby-config.js";
3738
import Questions from "src/intl/en.json";
3839
import Slider from "react-slick";
@@ -56,6 +57,7 @@ const PHOTOS = {
5657
Mohammadi,
5758
Narozhny,
5859
Obafemi,
60+
Oladimeji,
5961
Scott,
6062
Sharma,
6163
Tineo,

src/templates/bio.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import Galindo from "src/assets/images/person/galindo.png";
2424
import Vargas from "src/assets/images/person/vargas.png";
2525
import Carrera from "src/assets/images/person/carrera.png";
2626
import Mohammadi from "src/assets/images/person/mohammadi.png";
27+
import Oladimeji from "src/assets/images/person/oladimeji.png";
2728

2829
const PHOTOS = {
2930
Abad,
@@ -40,6 +41,7 @@ const PHOTOS = {
4041
Mohammadi,
4142
Narozhny,
4243
Obafemi,
44+
Oladimeji,
4345
Scott,
4446
Sharma,
4547
Tineo,

0 commit comments

Comments
 (0)