diff --git a/app/Http/Controllers/HomeController.php b/app/Http/Controllers/HomeController.php index f48866dc9..1adc8c0cc 100644 --- a/app/Http/Controllers/HomeController.php +++ b/app/Http/Controllers/HomeController.php @@ -16,7 +16,7 @@ public function index(Request $request): View 'url' => '/dream-jobs-in-digital', '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', @@ -25,7 +25,7 @@ public function index(Request $request): View 'btn_lang' => 'home.learn_more', 'url2' => null, 'btn2_lang' => null - ], + ],*/ [ 'title' => 'home.banner4_title', 'description' => 'home.banner4_description', @@ -61,6 +61,15 @@ public function index(Request $request): View 'btn_lang' => 'home.meet_our_community', 'url2' => null, 'btn2_lang' => null + ], + [ + 'title' => 'home.banner7_title', + 'description' => 'home.banner7_description', + 'url' => '/blog/festive-acts-of-digital-kindness', + '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 ] ]); return view('static.home', compact('activities')); diff --git a/public/images/homepage/festive_acts_of_digital_kindness.png b/public/images/homepage/festive_acts_of_digital_kindness.png new file mode 100644 index 000000000..4dd809871 Binary files /dev/null and b/public/images/homepage/festive_acts_of_digital_kindness.png differ diff --git a/resources/lang/en/home.php b/resources/lang/en/home.php index 75a0062b0..5d3c483b3 100644 --- a/resources/lang/en/home.php +++ b/resources/lang/en/home.php @@ -60,4 +60,7 @@ '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!', + + 'banner7_title' => 'Festive acts of digital kindness', + 'banner7_description' => 'The holiday season is all about connection, kindness, and giving. But gifts don\'t have to come wrapped in paper with a bow on top. This December, we\'re inviting you to join us for something special: Festive Acts of Digital Kindness. ', ]; diff --git a/resources/views/hackathons/index.blade.php b/resources/views/hackathons/index.blade.php index e1048c10b..fa2feec09 100644 --- a/resources/views/hackathons/index.blade.php +++ b/resources/views/hackathons/index.blade.php @@ -91,7 +91,7 @@ class="animation-element move-background duration-[1.5s] absolute z-0 lg:-bottom

- EU Code Week Hackathon 2025 + EU Code Week Hackathons 2025-26

EU Code Week Hackathons share a common theme that strengthens connection and belonging among young innovators across Europe. The central theme for the 2025 edition is From Code to Community: Bridging Digital Skills and Social Impact.. diff --git a/resources/views/static/home.blade.php b/resources/views/static/home.blade.php index adf2e93a4..c833cdd36 100644 --- a/resources/views/static/home.blade.php +++ b/resources/views/static/home.blade.php @@ -132,11 +132,12 @@ class="absolute top-0 -translate-y-1/2 bg-yellow py-3 md:py-4 px-8 md:px-10 roun @php $backgroundImages = [ - asset('/images/csr/csr_about1.jpg'), + //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'), + asset('/images/homepage/festive_acts_of_digital_kindness.png'), ]; @endphp