Skip to content

Commit 4d3a24d

Browse files
committed
feat: deram jobs
1 parent 7b6f35a commit 4d3a24d

55 files changed

Lines changed: 730 additions & 4 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

app/Http/Controllers/HomeController.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ public function index(Request $request): View
1111
{
1212
$activities = collect([
1313
[
14-
'title' => 'Girls in Digital',
15-
'description' => 'Explore and embrace digital opportunities—empowering a new generation of girls in digital!',
16-
'url' => 'https://codeweek.eu/girls-in-digital-week',
14+
'title' => 'Careers in Digital',
15+
'description' => 'Get inspired by dream jobs in digital and explore role models, career guides, open day toolkits and more!',
16+
'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',
1919
],
2020
[
2121
'title' => 'Our Code Week Family',
2222
'description' => 'Discover our vibrant network of ambassadors, teachers, students and hubs—each contributing to our shared passion for digital education.',
23-
'url' => 'https://codeweek.eu/community',
23+
'url' => '/community',
2424
'style_color' => 'background: linear-gradient(36.92deg, rgb(51, 194, 233) 20.32%, rgb(0, 179, 227) 28.24%);',
2525
'btn_lang' => 'home.meet_our_community',
2626
]
505 KB
Binary file not shown.
832 KB
Binary file not shown.
Binary file not shown.
567 KB
Binary file not shown.
504 KB
Binary file not shown.
1.38 MB
Binary file not shown.
Binary file not shown.
2.07 MB
Binary file not shown.
457 KB
Binary file not shown.

0 commit comments

Comments
 (0)