Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions resources/lang/en/challenges-content.php
Original file line number Diff line number Diff line change
Expand Up @@ -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: <a href="https://www.youtube.com/live/52LaQA9342k" target="_blank">How Code, Creativity and Curiosity form a Career?</a>',
'author' => 'Linda Liukas',
'start-date' => 'Start date',
'activity-type' => 'Activity type',
'open-online-activity' => 'Open online activity',
Expand Down Expand Up @@ -55,7 +56,7 @@
],
'intro' => '<p>Start by challenging traditional career ideas with a question:</p>
<p class="my-8 italic">Do you think careers should follow a straight path?</p>
<p> Introduce the idea that successful careers are often built from unexpected connections.</p>',
<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>',
'content' => [
'one' => '<p>Each student fills out the Careers as Constellations worksheet, adding:</p>',
'two' => 'Personal interests (hobbies, skills, favorite activities)',
Expand All @@ -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' => '<a target="_blank" href="https://codeweek-s3.s3.eu-west-1.amazonaws.com/resources/Constellations-A3.pdf">Download</a> the activity as PDF file',
'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',
],
],
'chatbot' => [
Expand Down
2 changes: 1 addition & 1 deletion resources/views/2021/challenges.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -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ć'])

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<section class="codeweek-content-wrapper">
<div class="m-6">

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

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

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

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


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

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

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

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

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


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