Skip to content

Commit 3ffd932

Browse files
committed
Updated PartnerContentComponent and home page translations
1 parent be7b85e commit 3ffd932

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

app/Livewire/PartnerContentComponent.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -213,12 +213,12 @@ private function getAllPartners()
213213
],
214214
(object)[
215215
'id' => 10,
216-
'name' => 'Junior Achievement Spain',
217-
'logo_url' => 'images/partners/jas.png',
216+
'name' => ' Euractiv',
217+
'logo_url' => 'images/partners/Euractiv.png',
218218
'categories' => ['Partners'],
219-
'description' => 'DJunior Achievement Spain is an influential organization dedicated to equipping young people with the skills and knowledge necessary for success in their future careers. Its educational programs focus on financial literacy, entrepreneurship, and work readness, providing students with real-world experiences and practical learning opportunities. Through partnerships with businesses and educators, Junior Achievement Spain fosters a culture of innovation and self-discovery, encouraging students to take initiative in their education and career paths. The organization believes in the potential of every young person to contribute positively to society.',
220-
'link_url' => 'https://www.fundacionjaes.org',
221-
'main_img_url' => 'images/partners/jas.png'
219+
'description' => 'Euractiv is an independent pan-European media network specialised in EU affairs. We cover EU policy processes upstream of decisions, summarising the issues without taking sides. Euractiv’s policy coverage is spread across eight ‘hubs’, Agrifood, Economy, Energy & Environment & Transport, Global Europe, Health, Politics, Technology, and Defence. Our news coverage is complemented by a strong events programme where we bring together the key stakeholders across the breadth of European policy-making for constructive discussion and debate. Euractiv is an experienced communication, dissemination, and exploitation partner in many European projects.',
220+
'link_url' => 'https://www.euractiv.com/',
221+
'main_img_url' => 'images/partners/Euractiv.png'
222222
],
223223
(object)[
224224
'id' => 11,
31.7 KB
Loading

resources/lang/en/home.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
return [
44
'about' => 'EU Code Week is a grassroots initiative which aims to bring coding and digital literacy to <span class="blue-color">everybody</span> in a fun and engaging way…',
5-
'when' => '14-27 October 2024',
5+
'when' => '',
66
'when_text' => 'Learning to code helps us make sense of the rapidly changing world around us. Join millions of fellow organisers and participants to inspire the development of coding and computational thinking skills in order to explore new ideas and innovate for the future.',
77
'school_banner_title' => 'Get Involved! Add an Activity!',
88
'school_banner_text' => 'Are you a teacher?',

resources/views/static/home.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<img src="/images/countdown.svg" class="static-image">
1515
</div>
1616
<div class="when">
17-
<div class="title">#EUCodeWeek</div>
18-
<div class="date">@lang('home.when')</div>
17+
<div class="pb-4 title">#EUCodeWeek</div>
18+
<!--<div class="date">@lang('home.when')</div> -->
1919
<div class="text">@lang('home.when_text')</div>
2020
<div class="arrow"><img src="/images/arrow_down.svg"></div>
2121
</div>

0 commit comments

Comments
 (0)