diff --git a/app/Http/Controllers/HomeController.php b/app/Http/Controllers/HomeController.php index b622ba5c5..f48866dc9 100644 --- a/app/Http/Controllers/HomeController.php +++ b/app/Http/Controllers/HomeController.php @@ -35,6 +35,15 @@ public function index(Request $request): View 'url2' => 'https://codeweek.eu/blog/digital-educator-awards-2025/ ', // 'btn2_lang' => 'home.download_brochure_btn', ], + [ + 'title' => 'home.banner6_title', + 'description' => 'home.banner6_description', + 'url' => 'https://airtable.com/appW5W6DJ6CI6SVdH/pagLDrU2NQja9F2vu/form', + 'style_color' => 'background: linear-gradient(36.92deg, rgb(51, 194, 233) 20.32%, rgb(0, 179, 227) 28.24%);', + 'btn_lang' => 'home.register_here', + 'url2' => null, + 'btn2_lang' => null + ], [ 'title' => 'home.banner3_title', 'description' => __('home.when_text'), diff --git a/resources/lang/en/home.php b/resources/lang/en/home.php index 6fb1a17ee..75a0062b0 100644 --- a/resources/lang/en/home.php +++ b/resources/lang/en/home.php @@ -42,6 +42,7 @@ 'get_involved' => 'Get involved', 'meet_our_community' => 'Meet our community', 'learn_more' => 'Learn more', + 'register_here' => 'Register here!', '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!', @@ -56,4 +57,7 @@ '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.', + + 'banner6_title' => 'Cisco EMEA networking Academy Cup', + 'banner6_description' => 'Join the learn-a-thon to build your networking and cybersecurity skills and earn the chance to access exclusive content created with Real Madrid on the network technologies powering the Santiago Bernabéu Stadium. Register by the 31st of December!', ]; diff --git a/resources/views/static/home.blade.php b/resources/views/static/home.blade.php index 55845eeb9..adf2e93a4 100644 --- a/resources/views/static/home.blade.php +++ b/resources/views/static/home.blade.php @@ -134,6 +134,7 @@ class="absolute top-0 -translate-y-1/2 bg-yellow py-3 md:py-4 px-8 md:px-10 roun $backgroundImages = [ asset('/images/csr/csr_about1.jpg'), asset('/images/dream-jobs/dream_jobs_bg.png'), + asset('/images/digital-girls/banner_bg.png'), asset('images/homepage/slide1.png'), asset('images/search/search_bg_lg_2.jpeg'), ];