Skip to content

Commit c42ad92

Browse files
authored
Merge pull request #3129 from codeeu/dev
Slide edits
2 parents d4332e1 + 4ab8874 commit c42ad92

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

app/Http/Controllers/HomeController.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,15 @@ public function index(Request $request): View
3535
'url2' => 'https://codeweek.eu/blog/digital-educator-awards-2025/ ',
3636
// 'btn2_lang' => 'home.download_brochure_btn',
3737
],
38+
[
39+
'title' => 'home.banner6_title',
40+
'description' => 'home.banner6_description',
41+
'url' => 'https://airtable.com/appW5W6DJ6CI6SVdH/pagLDrU2NQja9F2vu/form',
42+
'style_color' => 'background: linear-gradient(36.92deg, rgb(51, 194, 233) 20.32%, rgb(0, 179, 227) 28.24%);',
43+
'btn_lang' => 'home.register_here',
44+
'url2' => null,
45+
'btn2_lang' => null
46+
],
3847
[
3948
'title' => 'home.banner3_title',
4049
'description' => __('home.when_text'),

resources/lang/en/home.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
'get_involved' => 'Get involved',
4343
'meet_our_community' => 'Meet our community',
4444
'learn_more' => 'Learn more',
45+
'register_here' => 'Register here!',
4546

4647
'banner1_title' => 'Careers in Digital',
4748
'banner1_description' => 'Get inspired by dream jobs in digital and explore role models, career guides, open day toolkits and more!',
@@ -56,4 +57,7 @@
5657

5758
'banner5_title' => 'Future Ready CSR',
5859
'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.',
60+
61+
'banner6_title' => 'Cisco EMEA networking Academy Cup',
62+
'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!',
5963
];

resources/views/static/home.blade.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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
134134
$backgroundImages = [
135135
asset('/images/csr/csr_about1.jpg'),
136136
asset('/images/dream-jobs/dream_jobs_bg.png'),
137+
asset('/images/digital-girls/banner_bg.png'),
137138
asset('images/homepage/slide1.png'),
138139
asset('images/search/search_bg_lg_2.jpeg'),
139140
];

0 commit comments

Comments
 (0)