diff --git a/public/img/2021/challenges/thumbnails/careers-as-constellations.png b/public/img/2021/challenges/thumbnails/careers-as-constellations.png index 99905d0cf..c7ff71925 100644 Binary files a/public/img/2021/challenges/thumbnails/careers-as-constellations.png and b/public/img/2021/challenges/thumbnails/careers-as-constellations.png differ diff --git a/resources/lang/en/challenges-content.php b/resources/lang/en/challenges-content.php index 85424f71c..66d2717cc 100644 --- a/resources/lang/en/challenges-content.php +++ b/resources/lang/en/challenges-content.php @@ -3,7 +3,8 @@ return [ 'careers-as-constellations' => [ 'title' => 'Careers as constellations', - 'author' => 'EU Code Week Team', + 'authorcontent' => 'This challenge and competition is the initiative of Linda Liukas author, illustrator and entrepreneur in connection with the Code4Europe partnership´s Girls in Digital Campaign 2025 #Webinar 1 livestreamed on Youtube: How Code, Creativity and Curiosity form a Career?', + 'author' => 'Linda Liukas', 'start-date' => 'Start date', 'activity-type' => 'Activity type', 'open-online-activity' => 'Open online activity', @@ -55,7 +56,7 @@ ], 'intro' => '

Start by challenging traditional career ideas with a question:

Do you think careers should follow a straight path?

-

Introduce the idea that successful careers are often built from unexpected connections.

', +

Introduce the idea that successful careers are often built from unexpected connections.

Watch together the talk by Linda Liukas where she shares her own career path in technology

', 'content' => [ 'one' => '

Each student fills out the Careers as Constellations worksheet, adding:

', 'two' => 'Personal interests (hobbies, skills, favorite activities)', @@ -72,7 +73,7 @@ 'thirteen' => 'How could technology shape your future in unexpected ways?', 'fourteen' => 'Digital Challenge: Have students create a digital version of their constellation using Miro, Canva, or Google Jamboard and present their findings.', 'fifteen' => 'Research Task: Students research a person in tech whose career followed a surprising path, map their constellation and share their story.', - '16' => 'Download the activity as PDF file', + '16' => 'Download the Template for the activity', ], ], 'chatbot' => [ diff --git a/resources/views/2021/challenges.blade.php b/resources/views/2021/challenges.blade.php index bc6a58dbb..f7ec8a8b2 100644 --- a/resources/views/2021/challenges.blade.php +++ b/resources/views/2021/challenges.blade.php @@ -54,7 +54,7 @@ $currentDate = \Carbon\Carbon::now(); @endphp - {{-- @include('2021._thumbnail', ['slug' => 'careers-as-constellations', 'author'=>'Linda Liukas']) --}} + @include('2021._thumbnail', ['slug' => 'careers-as-constellations', 'author'=>'Linda Liukas']) @include('2021._thumbnail', ['slug' => 'air-drawing-with-AI', 'author'=>'Kristina Slišurić']) diff --git a/resources/views/2021/challenges/careers-as-constellations.blade.php b/resources/views/2021/challenges/careers-as-constellations.blade.php index 30c05ee05..4ec1ad1b1 100644 --- a/resources/views/2021/challenges/careers-as-constellations.blade.php +++ b/resources/views/2021/challenges/careers-as-constellations.blade.php @@ -32,7 +32,7 @@
- @include('2021.challenges._author', ['author' => __("challenges-content.$slug.author")]) +
@lang('challenges-content.careers-as-constellations.authorcontent')
@@ -48,7 +48,7 @@
@lang('challenges-content.careers-as-constellations.name-of-org')
    -
  1. Hello Ruby?
  2. +
  3. Linda Liukas
@@ -164,11 +164,11 @@
@lang('challenges-content.careers-as-constellations.step-by-step-instructions')
-
@lang('challenges-content.careers-as-constellations.title.one')
+
@lang('challenges-content.careers-as-constellations.titles.one')
@lang('challenges-content.careers-as-constellations.intro')
-
@lang('challenges-content.careers-as-constellations.title.two')
+
@lang('challenges-content.careers-as-constellations.titles.two')
    @lang("challenges-content.careers-as-constellations.content.one")
  • @lang("challenges-content.careers-as-constellations.content.two")
  • @@ -176,14 +176,14 @@
  • @lang("challenges-content.careers-as-constellations.content.four")
-
@lang('challenges-content.careers-as-constellations.title.three')
+
@lang('challenges-content.careers-as-constellations.titles.three')
  • @lang("challenges-content.careers-as-constellations.content.five")
  • @lang("challenges-content.careers-as-constellations.content.six")
  • @lang("challenges-content.careers-as-constellations.content.seven")
-
@lang('challenges-content.careers-as-constellations.title.four')
+
@lang('challenges-content.careers-as-constellations.titles.four')
  • @lang("challenges-content.careers-as-constellations.content.eight")
  • @lang("challenges-content.careers-as-constellations.content.nine")
  • @@ -198,7 +198,7 @@
-
@lang('challenges-content.careers-as-constellations.title.five')
+
@lang('challenges-content.careers-as-constellations.titles.five')
  • @lang("challenges-content.careers-as-constellations.content.fourteen")
  • @lang("challenges-content.careers-as-constellations.content.fifteen")