Skip to content

Commit 55bf4db

Browse files
authored
Merge branch 'dev' into 2026certs
2 parents de80a16 + a335991 commit 55bf4db

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

app/Http/Controllers/HomeController.php

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public function index(Request $request): View
1616
'url' => '/dream-jobs-in-digital',
1717
'style_color' => 'background-image: linear-gradient(36.92deg, #1C4DA1 20.32%, #0040AE 28.24%);',
1818
'btn_lang' => 'home.get_involved',
19-
], */
19+
],
2020
[
2121
'title' => 'home.banner5_title',
2222
'description' => 'home.banner5_description',
@@ -26,7 +26,7 @@ public function index(Request $request): View
2626
'url2' => null,
2727
'btn2_lang' => null
2828
],
29-
[
29+
[
3030
'title' => 'home.banner4_title',
3131
'description' => 'home.banner4_description',
3232
'url' => 'https://codeweek.eu/blog/digital-educator-awards-2025/',
@@ -61,6 +61,15 @@ public function index(Request $request): View
6161
'btn_lang' => 'home.meet_our_community',
6262
'url2' => null,
6363
'btn2_lang' => null
64+
],
65+
[
66+
'title' => 'home.banner7_title',
67+
'description' => 'home.banner7_description',
68+
'url' => '/blog/festive-acts-of-digital-kindness',
69+
'style_color' => 'background: linear-gradient(36.92deg, rgb(51, 194, 233) 20.32%, rgb(0, 179, 227) 28.24%);',
70+
'btn_lang' => 'home.learn_more',
71+
'url2' => null,
72+
'btn2_lang' => null
6473
]
6574
]);
6675
return view('static.home', compact('activities'));

resources/lang/en/home.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,5 @@
6363

6464
'banner7_title' => 'Festive acts of digital kindness',
6565
'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. ',
66+
6667
];

resources/views/static/home.blade.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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
132132

133133
@php
134134
$backgroundImages = [
135-
asset('/images/csr/csr_about1.jpg'),
135+
//asset('/images/csr/csr_about1.jpg'),
136136
asset('/images/dream-jobs/dream_jobs_bg.png'),
137137
asset('/images/digital-girls/banner_bg.png'),
138138
asset('images/homepage/slide1.png'),
139139
asset('images/search/search_bg_lg_2.jpeg'),
140+
asset('/images/homepage/festive_acts_of_digital_kindness.png'),
140141
];
141142
@endphp
142143

0 commit comments

Comments
 (0)