Skip to content

Commit 6196c46

Browse files
authored
Merge pull request #2577 from codeeu/dev
adding careers as constellations challenges
2 parents f3d9401 + 702823e commit 6196c46

4 files changed

Lines changed: 12 additions & 11 deletions

File tree

221 KB
Loading

resources/lang/en/challenges-content.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
return [
44
'careers-as-constellations' => [
55
'title' => 'Careers as constellations',
6-
'author' => 'EU Code Week Team',
6+
'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: <a href="https://www.youtube.com/live/52LaQA9342k" target="_blank">How Code, Creativity and Curiosity form a Career?</a>',
7+
'author' => 'Linda Liukas',
78
'start-date' => 'Start date',
89
'activity-type' => 'Activity type',
910
'open-online-activity' => 'Open online activity',
@@ -55,7 +56,7 @@
5556
],
5657
'intro' => '<p>Start by challenging traditional career ideas with a question:</p>
5758
<p class="my-8 italic">Do you think careers should follow a straight path?</p>
58-
<p> Introduce the idea that successful careers are often built from unexpected connections.</p>',
59+
<p> Introduce the idea that successful careers are often built from unexpected connections.</p><p>Watch together the talk by Linda Liukas where she shares her own career path in technology</p>',
5960
'content' => [
6061
'one' => '<p>Each student fills out the Careers as Constellations worksheet, adding:</p>',
6162
'two' => 'Personal interests (hobbies, skills, favorite activities)',
@@ -72,7 +73,7 @@
7273
'thirteen' => 'How could technology shape your future in unexpected ways?',
7374
'fourteen' => 'Digital Challenge: Have students create a digital version of their constellation using Miro, Canva, or Google Jamboard and present their findings.',
7475
'fifteen' => 'Research Task: Students research a person in tech whose career followed a surprising path, map their constellation and share their story.',
75-
'16' => '<a target="_blank" href="https://codeweek-s3.s3.eu-west-1.amazonaws.com/resources/Constellations-A3.pdf">Download</a> the activity as PDF file',
76+
'16' => 'Download the <a target="_blank" href="https://codeweek-s3.s3.eu-west-1.amazonaws.com/resources/Constellations-A3.pdf">Template</a> for the activity',
7677
],
7778
],
7879
'chatbot' => [

resources/views/2021/challenges.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
$currentDate = \Carbon\Carbon::now();
5555
@endphp
5656

57-
{{-- @include('2021._thumbnail', ['slug' => 'careers-as-constellations', 'author'=>'Linda Liukas']) --}}
57+
@include('2021._thumbnail', ['slug' => 'careers-as-constellations', 'author'=>'Linda Liukas'])
5858

5959
@include('2021._thumbnail', ['slug' => 'air-drawing-with-AI', 'author'=>'Kristina Slišurić'])
6060

resources/views/2021/challenges/careers-as-constellations.blade.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<section class="codeweek-content-wrapper">
3333
<div class="m-6">
3434

35-
@include('2021.challenges._author', ['author' => __("challenges-content.$slug.author")])
35+
<div class ="justify-center bg-blue-200 p-2">@lang('challenges-content.careers-as-constellations.authorcontent')</div>
3636

3737
<section class="grid grid-cols-1 gap-6 mx-6 my-4 md:grid-cols-3">
3838

@@ -48,7 +48,7 @@
4848
<div>
4949
<div class="text-xl text-left text-blue-600">@lang('challenges-content.careers-as-constellations.name-of-org')</div>
5050
<ol class="ml-5 list-disc">
51-
<li>Hello Ruby? </li>
51+
<li> Linda Liukas </li>
5252

5353
</ol>
5454
</div>
@@ -164,26 +164,26 @@
164164
<div class="text-3xl orange">@lang('challenges-content.careers-as-constellations.step-by-step-instructions')</div>
165165

166166

167-
<div class="my-4 text-base font-bold leading-6 text-left">@lang('challenges-content.careers-as-constellations.title.one')</div>
167+
<div class="my-4 text-base font-bold leading-6 text-left">@lang('challenges-content.careers-as-constellations.titles.one')</div>
168168

169169
<div class="my-4 text-base leading-6 text-left">@lang('challenges-content.careers-as-constellations.intro')</div>
170170

171-
<div class="my-4 text-base font-bold leading-6 text-left">@lang('challenges-content.careers-as-constellations.title.two')</div>
171+
<div class="my-4 text-base font-bold leading-6 text-left">@lang('challenges-content.careers-as-constellations.titles.two')</div>
172172
<ul class="mt-2 ml-2 leading-7 checklist">
173173
@lang("challenges-content.careers-as-constellations.content.one")
174174
<li>@lang("challenges-content.careers-as-constellations.content.two")</li>
175175
<li>@lang("challenges-content.careers-as-constellations.content.three")</li>
176176
<li>@lang("challenges-content.careers-as-constellations.content.four")</li>
177177
</ul>
178178

179-
<div class="my-4 text-base font-bold leading-6 text-left">@lang('challenges-content.careers-as-constellations.title.three')</div>
179+
<div class="my-4 text-base font-bold leading-6 text-left">@lang('challenges-content.careers-as-constellations.titles.three')</div>
180180
<ul class="mt-2 ml-2 leading-7 checklist">
181181
<li>@lang("challenges-content.careers-as-constellations.content.five")</li>
182182
<li>@lang("challenges-content.careers-as-constellations.content.six")</li>
183183
<li>@lang("challenges-content.careers-as-constellations.content.seven")</li>
184184
</ul>
185185

186-
<div class="my-4 text-base font-bold leading-6 text-left">@lang('challenges-content.careers-as-constellations.title.four')</div>
186+
<div class="my-4 text-base font-bold leading-6 text-left">@lang('challenges-content.careers-as-constellations.titles.four')</div>
187187
<ul class="mt-2 ml-2 leading-7 checklist">
188188
<li>@lang("challenges-content.careers-as-constellations.content.eight")</li>
189189
<li>@lang("challenges-content.careers-as-constellations.content.nine")</li>
@@ -198,7 +198,7 @@
198198
</ul>
199199

200200

201-
<div class="my-4 text-base font-bold leading-6 text-left">@lang('challenges-content.careers-as-constellations.title.five')</div>
201+
<div class="my-4 text-base font-bold leading-6 text-left">@lang('challenges-content.careers-as-constellations.titles.five')</div>
202202
<ul class="mt-2 ml-2 leading-7 checklist">
203203
<li>@lang("challenges-content.careers-as-constellations.content.fourteen")</li>
204204
<li>@lang("challenges-content.careers-as-constellations.content.fifteen")</li>

0 commit comments

Comments
 (0)