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/Http/Controllers/HomeController.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down
4 changes: 4 additions & 0 deletions resources/lang/en/home.php
Original file line number Diff line number Diff line change
Expand Up @@ -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!',
Expand All @@ -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!',
];
1 change: 1 addition & 0 deletions resources/views/static/home.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
];
Expand Down
Loading