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 @@ -331,6 +331,7 @@ module.exports = {
{ 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 },
{ name: "Olaleye Oladimeji", title: "Lawyer", location: "Nigeria", batch: 4 }
],
},

Expand Down
Binary file added src/assets/images/person/oladimeji.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: 9 additions & 0 deletions src/markdown-pages/oladimeji.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: "Olaleye Oladimeji"
title: "Blockchain (Kleros) as a tool for transformation of legal services and justice delivery in Africa"
report: "https://ipfs.kleros.io/ipfs/QmeCAm3JNZCGAYRGUK32DEvYVi14VR8bFzQ81njBqSEeVV/Olaleye%20Oladimeji%20-%20Kleros%20Fellowship%20Report.pdf"
---

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.

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).
2 changes: 2 additions & 0 deletions src/pages/fellowship.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ 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 Oladimeji from "src/assets/images/person/oladimeji.png";
import Config from "../../gatsby-config.js";
import Questions from "src/intl/en.json";
import Slider from "react-slick";
Expand All @@ -56,6 +57,7 @@ const PHOTOS = {
Mohammadi,
Narozhny,
Obafemi,
Oladimeji,
Scott,
Sharma,
Tineo,
Expand Down
2 changes: 2 additions & 0 deletions src/templates/bio.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ 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 Oladimeji from "src/assets/images/person/oladimeji.png";

const PHOTOS = {
Abad,
Expand All @@ -40,6 +41,7 @@ const PHOTOS = {
Mohammadi,
Narozhny,
Obafemi,
Oladimeji,
Scott,
Sharma,
Tineo,
Expand Down