Skip to content

Commit a335991

Browse files
committed
making changes to homepage sliders and hackathons text
1 parent 7085e90 commit a335991

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
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',
@@ -25,7 +25,7 @@ public function index(Request $request): View
2525
'btn_lang' => 'home.learn_more',
2626
'url2' => null,
2727
'btn2_lang' => null
28-
],
28+
],*/
2929
[
3030
'title' => 'home.banner4_title',
3131
'description' => 'home.banner4_description',
@@ -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'));
1.04 MB
Loading

resources/lang/en/home.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,8 @@
6060

6161
'banner6_title' => 'Cisco EMEA networking Academy Cup',
6262
'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!',
63+
64+
'banner7_title' => 'Festive acts of digital kindness',
65+
'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+
6367
];

resources/views/hackathons/index.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class="animation-element move-background duration-[1.5s] absolute z-0 lg:-bottom
9191
</div>
9292
<div class="flex-1">
9393
<p class="text-dark-blue text-[22px] md:text-4xl font-medium font-['Montserrat'] mb-6 p-0">
94-
EU Code Week Hackathon 2025
94+
EU Code Week Hackathons 2025-26
9595
</p>
9696
<p class="text-slate-500 font-normal text-[16px] md:text-xl leading-[22px] md:leading-[30px] p-0 mb-6">
9797
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 <strong>From Code to Community: Bridging Digital Skills and Social Impact.</strong></span>.

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)