diff --git a/app/Http/Controllers/HomeController.php b/app/Http/Controllers/HomeController.php index 75e54fb63..b622ba5c5 100644 --- a/app/Http/Controllers/HomeController.php +++ b/app/Http/Controllers/HomeController.php @@ -17,6 +17,24 @@ public function index(Request $request): View 'style_color' => 'background-image: linear-gradient(36.92deg, #1C4DA1 20.32%, #0040AE 28.24%);', 'btn_lang' => 'home.get_involved', ], */ + [ + 'title' => 'home.banner5_title', + 'description' => 'home.banner5_description', + 'url' => '/future-ready-csr', + 'style_color' => 'background: linear-gradient(36.92deg, rgb(51, 194, 233) 20.32%, rgb(0, 179, 227) 28.24%);', + 'btn_lang' => 'home.learn_more', + 'url2' => null, + 'btn2_lang' => null + ], + [ + 'title' => 'home.banner4_title', + 'description' => 'home.banner4_description', + 'url' => 'https://codeweek.eu/blog/digital-educator-awards-2025/', + 'style_color' => 'background-image: linear-gradient(36.92deg, #1C4DA1 20.32%, #0040AE 28.24%);', + 'btn_lang' => 'home.learn_more', + 'url2' => 'https://codeweek.eu/blog/digital-educator-awards-2025/ ', + // 'btn2_lang' => 'home.download_brochure_btn', + ], [ 'title' => 'home.banner3_title', 'description' => __('home.when_text'), diff --git a/resources/lang/en/home.php b/resources/lang/en/home.php index 176fd0d45..fef1e8c18 100644 --- a/resources/lang/en/home.php +++ b/resources/lang/en/home.php @@ -41,6 +41,8 @@ 'get_involved' => 'Get involved', 'meet_our_community' => 'Meet our community', + 'learn_more' => 'Learn more', + 'banner1_title' => 'Careers in Digital', 'banner1_description' => 'Get inspired by dream jobs in digital and explore role models, career guides, open day toolkits and more!', 'banner2_title' => 'Our Code Week Family', @@ -48,4 +50,10 @@ 'banner3_title' => 'Thank you for participating in Code Week 2025', 'download_brochure_btn' => 'Download 2025 Brochure', + + 'banner4_title' => 'Code Week Digital Educator', + 'banner4_description' => 'Powered by Vodafone Foundation, the 2025 Code Week Digital Educator Awards celebrate inspiring teachers and educator teams across Europe in two tracks: high-quality digital teaching content and outstanding participation during the Code Week celebration window. The evaluation phase is currently ongoing, and the winners will be announced soon.', + + 'banner5_title' => 'Future Ready CSR', + 'banner5_description' => 'FutureReadyCSR Movement seeks to inspire, encourage, and empower global players, SMEs, and startups, to organizations like clusters, digital innovation hubs, industry associations, professional bodies, or chambers of commerce, to turn Corporate Social Responsibility into real-world action, by supporting digital skills education.', ]; diff --git a/resources/views/static/home.blade.php b/resources/views/static/home.blade.php index 4d1c00e69..55845eeb9 100644 --- a/resources/views/static/home.blade.php +++ b/resources/views/static/home.blade.php @@ -13,11 +13,11 @@ @section('non-vue-content')
-
-