diff --git a/app/Livewire/PartnerContentComponent.php b/app/Livewire/PartnerContentComponent.php index 3202f7c7b..f914aa6bb 100644 --- a/app/Livewire/PartnerContentComponent.php +++ b/app/Livewire/PartnerContentComponent.php @@ -513,6 +513,17 @@ private function getAllPartners() 'link_url' => 'https://www.avanade.com/en-gb', 'main_img_url' => 'images/partners/avanade.png' ], + (object)[ + 'id' => 48, + 'name' => 'EU-ASE', + 'logo_url' => 'images/partners/eu-ase.png', + 'categories' => ['Partners'], + 'description' => 'The European Alliance to Save Energy (EU-ASE) is a cross-sectoral, business led organisation which aims to ensure that the voice of energy efficiency is heard across Europe. +
+ EU-ASE members have operations across all the 27 Member States of the European Union, employ over 340.000 people in the EU and have an aggregated annual turnover of €115 billion.', + 'link_url' => 'https://euase.net/', + 'main_img_url' => 'images/partners/eu-ase.png' + ], ]); } diff --git a/public/images/partners/eu-ase.png b/public/images/partners/eu-ase.png new file mode 100644 index 000000000..f6f786ca0 Binary files /dev/null and b/public/images/partners/eu-ase.png differ