Skip to content

Commit

Permalink
image fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hrsa committed Jan 28, 2024
1 parent ebbac2b commit 6d8cf51
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ i18next
jobs: [
{
id: 1,
logo: '/logo/impactmaker.webp',
logo: 'logo/impactmaker.webp',
dates: '2023 - Present',
company: 'ImpactMaker.ai',
title: 'CTO, Co-founder',
Expand All @@ -40,7 +40,7 @@ i18next
},
{
id: 2,
logo: '/logo/globedreamers.webp',
logo: 'logo/globedreamers.webp',
dates: '2019 - Present',
company: 'GlobeDreamers',
title: 'COO/CTO, Co-founder',
Expand Down Expand Up @@ -260,7 +260,7 @@ i18next
{
id: 3,
logo:
'/logo/expo.webp',
'logo/expo.webp',
dates:
'2017 - 2019',
company:
Expand Down Expand Up @@ -310,7 +310,7 @@ i18next
{
id: 4,
logo:
'/logo/trade-delegation.webp',
'logo/trade-delegation.webp',
dates:
'2012 - 2017',
company:
Expand Down Expand Up @@ -398,7 +398,7 @@ i18next
{
id: 5,
logo:
'/logo/trade-delegation.webp',
'logo/trade-delegation.webp',
dates:
'2010 - 2012',
company:
Expand Down Expand Up @@ -464,7 +464,7 @@ i18next
{
id: 6,
logo:
'/logo/bearingpoint.webp',
'logo/bearingpoint.webp',
dates:
'2009 - 2010',
company:
Expand Down Expand Up @@ -500,7 +500,7 @@ i18next
{
id: 7,
logo:
'/logo/uralsib.webp',
'logo/uralsib.webp',
dates:
'2007 - 208',
company:
Expand Down Expand Up @@ -536,27 +536,27 @@ i18next
{
name: 'ESSEC Business School',
city: 'Paris',
logo: '/logo/essec.webp',
logo: 'logo/essec.webp',
},
{
name: 'Mannheim Business School',
city: 'Mannheim',
logo: '/logo/mbs.webp',
logo: 'logo/mbs.webp',
},
{
name: 'Georgetown University\'s McCourt School of Public Policy',
city: 'Washington DC',
logo: '/logo/mcspp.webp',
logo: 'logo/mcspp.webp',
},
{
name: 'Waseda Business School',
city: 'Tokyo',
logo: '/logo/waseda.webp',
logo: 'logo/waseda.webp',
},
{
name: 'ESSEC Asia-Pacific',
city: 'Singapore',
logo: '/logo/essec.webp',
logo: 'logo/essec.webp',
},
],
},
Expand All @@ -567,7 +567,7 @@ i18next
{
name: 'Écoles de Saint-Cyr Coëtquidan',
city: 'Guer',
logo: '/logo/stcyr.webp',
logo: 'logo/stcyr.webp',
},
],
},
Expand All @@ -578,7 +578,7 @@ i18next
{
name: 'Higher School of Economics',
city: 'Moscow',
logo: '/logo/hse.webp',
logo: 'logo/hse.webp',
},
],
},
Expand Down

0 comments on commit 6d8cf51

Please sign in to comment.