diff --git a/app/Livewire/PartnerContentComponent.php b/app/Livewire/PartnerContentComponent.php index 3202f7c7b..af36b863d 100644 --- a/app/Livewire/PartnerContentComponent.php +++ b/app/Livewire/PartnerContentComponent.php @@ -513,6 +513,15 @@ private function getAllPartners() 'link_url' => 'https://www.avanade.com/en-gb', 'main_img_url' => 'images/partners/avanade.png' ], + (object)[ + 'id' => 48, + 'name' => 'Athena RC', + 'logo_url' => 'images/partners/athena_rc.png', + 'categories' => ['Partners'], + 'description' => 'Athena RC conducts research in Information, Communication, and Computational Science & Technology, including all areas of data science, robotics, artificial intelligence and digital communication, modelling, and simulation. Research and development are carried out at the level of both information technology itself and specific applications. Computational sciences form a strong component of the Athena RC activities, including computational linguistics, archaeology, engineering, medicine, biology, and mechanics.', + 'link_url' => 'https://www.athenarc.gr/en', + 'main_img_url' => 'images/partners/athena_rc.png' + ], ]); } diff --git a/public/images/partners/athena_rc.png b/public/images/partners/athena_rc.png new file mode 100644 index 000000000..71fe1023d Binary files /dev/null and b/public/images/partners/athena_rc.png differ diff --git a/resources/lang/pl/search.php b/resources/lang/pl/search.php index 4411a2dfa..e480655c4 100644 --- a/resources/lang/pl/search.php +++ b/resources/lang/pl/search.php @@ -38,18 +38,4 @@ 'search_input_placeholder' => 'Fittex...', 'results' => 'Wyniki', 'no_results' => 'Nie znaleziono wyników.', - 'search_categories' => [ - 'all' => 'Wszystkie', - 'podcasts' => 'Podcasty', - 'hackathons' => 'Hackathony', - 'online_courses' => 'Kursy online', - 'training' => 'Szkolenia', - 'challenges' => 'Wyzwania', - 'learn' => 'Uczyć się', - 'teach' => 'Technologie', - 'presentations_and_toolkits' => 'Prezentacje i zestawy narzędzi', - 'activities' => 'Aktywności', - 'blogs' => 'Blogi', - 'others' => 'Inne' - ] ]; \ No newline at end of file