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
11 changes: 11 additions & 0 deletions app/Livewire/PartnerContentComponent.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<br/>
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'
],
]);
}

Expand Down
Binary file added public/images/partners/eu-ase.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.