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

Expand Down
Binary file added public/images/partners/athena_rc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 0 additions & 14 deletions resources/lang/pl/search.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'
]
];
Loading