Skip to content

Commit c001d86

Browse files
authored
Merge pull request #2571 from codeeu/feat/dream-job-page
Dream jobs page
2 parents 6e5a2b6 + 30173ad commit c001d86

Some content is hidden

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

55 files changed

+731
-2
lines changed

app/Http/Controllers/HomeController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ public function index(Request $request): View
1313
[
1414
'title' => 'Girls in Digital',
1515
'description' => 'Explore and embrace digital opportunities—empowering a new generation of girls in digital!',
16-
'url' => 'https://codeweek.eu/girls-in-digital-week',
16+
'url' => '/girls-in-digital-week',
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
]
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
104 KB
1.77 MB
422 KB
269 KB
212 KB
276 KB
234 KB
4.34 MB

public/images/dream-jobs/dream_jobs_logo.svg

Lines changed: 45 additions & 0 deletions
415 KB
365 KB
215 KB
348 KB
5.49 MB
117 KB
4.16 MB
108 KB
303 KB
355 KB
45.1 KB
450 KB

public/images/flags/be-flag.gif

1.31 KB

public/images/flags/da-flag.gif

2.04 KB

public/images/flags/ei-flag.gif

1.16 KB

public/images/flags/flag-pl.png

976 Bytes

public/images/flags/fr-flag.gif

1.8 KB

public/images/flags/gm-flag.gif

1.91 KB

public/images/flags/gr-flag.gif

2.66 KB

public/images/flags/lo-flag.gif

3.11 KB

public/images/flags/sp-flag.gif

2.64 KB

public/images/flags/sz-flag.gif

2 KB

public/images/flags/uk-flag.gif

2.08 KB
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<?php
2+
3+
return [
4+
/*
5+
|--------------------------------------------------------------------------
6+
| Girls in digital week Language Lines
7+
|--------------------------------------------------------------------------
8+
|
9+
| The following language lines contain the default error messages used by
10+
| the validator class. Some of these rules have multiple versions such
11+
| as the size rules. Feel free to tweak each of these messages here.
12+
|
13+
*/
14+
'landing_header' => 'Get inspired by the incredible variety of jobs in digital! Download our Dream Jobs guide, check out our role models, test your digital skills, hold a Career in Digital Open Day or arrange a practical session with our Practical skills – VET Toolkit.',
15+
'get_involved' => 'Get involved',
16+
'about_title' => 'About Careers in Digital',
17+
'about_description' => 'Careers in Digital is part of <a href="/about" class="text-dark-blue underline">EU Code Week</a> targeting 15–18-year-olds and educators to explore exciting and varied digital careers. Discover role models doing their dream job in digital - dive into their motivational videos and career pathways and explore our Careers in Digital Guide to understand the variety of roles and how to get there. If you’re an educator download our new Career Day Toolkit to help organise open day sessions for schools and colleges or try out our new Vocational Education toolkit to hold practical creative sessions, created by Fondazione Links and CISCO. We strive to showcase the diverse opportunities in digital careers beyond coding. Unlock your potential and dive into the world of digital careers today!',
18+
'our_role_models' => 'Our role models',
19+
'more_about' => 'More about',
20+
21+
'resources' => 'Resources',
22+
'resource_title_1' => 'Check out our Dream Jobs in Digital Guide',
23+
'resource_description_1' => 'Explore the top 20 careers in digital today and the pathways to get there',
24+
'resource_button_1' => 'Download the career guide',
25+
'resource_title_2' => 'Hold a Career Inspiration Day',
26+
'resource_description_2' => 'A toolkit with logistics and templates to support educators to deliver an Open Day for students',
27+
'resource_button_2' => 'Read more',
28+
'resource_title_3' => 'Deliver VET activities',
29+
'resource_description_3' => 'This toolkit is all you need to facilitate practical activities for students leveraging the Creative Learning approach',
30+
'resource_button_3' => 'Read more',
31+
'resource_title_4' => 'Take our digital skill test',
32+
'resource_description_4' => 'Learn your ideal digital skills path by taking part in this quick and fun test!',
33+
'resource_button_4' => 'Start the test',
34+
];

resources/lang/en/menu.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
'online-courses' => 'Online Courses',
2020
'toolkits' => 'Presentations and Toolkits',
2121
'girls_in_digital' => 'Girls in Digital',
22+
'careers_in_digital' => 'Careers in Digital',
2223
'why' => 'Why',
2324
'home' => 'Home',
2425
'search_result' => 'Search results',

resources/views/layout/menu.blade.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ class="cookweek-link hover-underline !text-[#1C4DA1] !text-[16px]"
110110
<div><a class="cookweek-link hover-underline !px-0" href="{{route('resources_learn')}}">@lang('menu.learn')</a></div>
111111
<div><a class="cookweek-link hover-underline !px-0" href="{{route('resources_teach')}}">@lang('menu.teach')</a></div>
112112
<div><a class="cookweek-link hover-underline !px-0" href="{{route('toolkits')}}">@lang('menu.toolkits')</a></div>
113+
<div><a class="cookweek-link hover-underline !px-0" href="{{route('dream-jobs-in-digital')}}">@lang('menu.careers_in_digital')</a></div>
113114
</div>
114115
<div class="flex-grow flex flex-col gap-4">
115116
<div class="hidden xl:block text-[#20262C] font-semibold text-lg whitespace-nowrap">@lang('menu.game_and_competitions')</div>

0 commit comments

Comments
 (0)