Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio committed Jun 4, 2024
1 parent fc40f7e commit bad2c58
Showing 1 changed file with 27 additions and 23 deletions.
50 changes: 27 additions & 23 deletions app/Livewire/Pages/Partners.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,40 +56,44 @@ protected function getExperts(): array
return [
[
'name' => 'Maria Krause',
// 'title' => 'Electoral expert',
'avatar' => 'placeholder.jpg',
'title' => __('countries.ro'),
'avatar' => 'Maria-Krause.jpg',
'links' => [
[
'icon' => 'ri-linkedin-fill',
'url' => '#',
'title' => 'LinkedIn',
],
[
'icon' => 'ri-facebook-fill',
'url' => '#',
'title' => 'Facebook',
],
[
'icon' => 'ri-twitter-x-fill',
'url' => '#',
'title' => 'Twitter',
],

],
],
[
'name' => 'Christoforos Christoforou',
// 'title' => 'Electoral expert',
'avatar' => 'placeholder.jpg',
'title' => __('countries.cy'),
'avatar' => 'placeholder.png',
'links' => [

[
'icon' => 'ri-global-line',
'url' => 'https://www.eklektor.org/',
'title' => 'Website',
],
[
'icon' => 'ri-twitter-x-line',
'url' => 'https://x.com/chChr11',
'title' => 'Twitter',
],
],
],
[
'name' => 'Sabra Bano',
// 'title' => 'Electoral expert',
'avatar' => 'placeholder.jpg',
'title' => __('countries.nl'),
'avatar' => 'Sabra-Bano.jpg',
'links' => [

[
'icon' => 'ri-linkedin-box-fill',
'url' => 'https://www.linkedin.com/in/sabra-bano-b4995311/',
'title' => 'LinkedIn',
],
[
'icon' => 'ri-twitter-x-line',
'url' => 'https://twitter.com/sbanogendercon1',
'title' => 'Twitter',
],
],
],
];
Expand Down

0 comments on commit bad2c58

Please sign in to comment.