Skip to content

Commit 73e20a9

Browse files
authored
Revert "new training resource"
1 parent 89f6295 commit 73e20a9

File tree

11 files changed

+33
-284
lines changed

11 files changed

+33
-284
lines changed

public/build/assets/app-BjJwYqpr.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/build/assets/app-DuFGA-dE.css

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 3 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/build/manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"resources/assets/sass/app.scss": {
3-
"file": "assets/app-C8FcZ2oY.css",
3+
"file": "assets/app-CoN6j0Vz.css",
44
"src": "resources/assets/sass/app.scss",
55
"isEntry": true
66
},
77
"resources/css/app.css": {
8-
"file": "assets/app-DuFGA-dE.css",
8+
"file": "assets/app-BjJwYqpr.css",
99
"src": "resources/css/app.css",
1010
"isEntry": true
1111
},
1212
"resources/js/app.js": {
13-
"file": "assets/app-D3yPb1qQ.js",
13+
"file": "assets/app-yD-X9-JM.js",
1414
"name": "app",
1515
"src": "resources/js/app.js",
1616
"isEntry": true,
@@ -93,7 +93,7 @@
9393
"isDynamicEntry": true
9494
},
9595
"resources/lang/php_en.json": {
96-
"file": "assets/php_en-kC2A5mhI.js",
96+
"file": "assets/php_en-BaNSAY86.js",
9797
"name": "php_en",
9898
"src": "resources/lang/php_en.json",
9999
"isDynamicEntry": true
-1.06 MB
Binary file not shown.

resources/lang/en/training.php

Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -22,26 +22,6 @@
2222
</p>',
2323

2424
'lessons' => [
25-
'0' => [
26-
'title' => 'CodyColor Kit',
27-
'author' => 'By Alessandro Bogliolo',
28-
'text' => '<p>
29-
Coding is the language of things, which allows us to write programs to grant new functionalities to the tens of billions of programmable objects around us. Coding is the fastest way to make our ideas come true and the most effective way to develop computational thinking capabilities. However, technology is not strictly required to develop computational thinking. Rather, our computational thinking skills are essential to make technology work.
30-
</p>
31-
32-
<p>
33-
In this video, Alessandro Bogliolo, Professor of Computer Systems in Italy and EU Code Week Coordinator, will introduce unplugged coding activities that can be practiced without any electronic device. The main purpose of unplugged activities is to lower the access barriers to bring coding in every school, regardless of funding and equipment.
34-
</p>
35-
36-
<p>
37-
Unplugged coding activities unveil the computational aspects of the physical world around us.
38-
</p>',
39-
'activities' => [
40-
'1' => 'Activity 1 – CodyRoby for Primary School',
41-
'2' => 'Activity 2 – CodyRoby for Lower Secondary School',
42-
'3' => 'Activity 3 – CodyRoby for Secondary School',
43-
],
44-
],
4525
'1' => [
4626
'title' => 'Coding without digital technology (unplugged)',
4727
'author' => 'By Alessandro Bogliolo',
@@ -463,7 +443,7 @@
463443
'get-hands-on-title' =>'Get Hands-On',
464444
'get-hands-on-text' =>'Choose a Learning Bit, watch the instructional video, and explore hands-on activities with the accompanying materials. Whether you’re new to coding or looking for fresh, creative teaching ideas, Coding Basics will equip you with the tools to spark digital curiosity and creativity in your learners.',
465445
'share-inspire-title' =>'Share & Inspire',
466-
'share-inspire-text1' =>'Once you\'ve completed one or more Code Week Learning Bits, we encourage you to bring digital creativity into your educational environment and pin your activity on the <a href="/events" class="font-semibold underline text-dark-blue">Code Week Map</a>!',
467-
'share-inspire-text2' =>'You can organise a lesson in your classroom, a workshop at a community centre, or an open event at your organisation. Simply pick a date and register your activity on the <a href="/events" class="font-semibold underline text-dark-blue">Code Week Map</a>. Each activity organiser will get a participation certificate for their effort.',
468-
'share-inspire-text3' =>'If you would like to connect with an international group of enthusiastic teachers, join the <a href="https://www.facebook.com/groups/774720866253044/?source_id=377506999042215" target="_blank" class="font-semibold underline text-dark-blue">EU Code Week Facebook group for teachers</a>! To take a step further and collaborate with other schools in your country or across borders – join the EU <a href="/codeweek4all" class="font-semibold underline text-dark-blue">Code Week 4 All challenge</a>.',
446+
'share-inspire-text1' =>'Once you\'ve completed one or more Code Week Learning Bits, we encourage you to bring digital creativity into your educational environment and pin your activity on the <a href="/events" class="font-semibold text-dark-blue underline">Code Week Map</a>!',
447+
'share-inspire-text2' =>'You can organise a lesson in your classroom, a workshop at a community centre, or an open event at your organisation. Simply pick a date and register your activity on the <a href="/events" class="font-semibold text-dark-blue underline">Code Week Map</a>. Each activity organiser will get a participation certificate for their effort.',
448+
'share-inspire-text3' =>'If you would like to connect with an international group of enthusiastic teachers, join the <a href="https://www.facebook.com/groups/774720866253044/?source_id=377506999042215" target="_blank" class="font-semibold text-dark-blue underline">EU Code Week Facebook group for teachers</a>! To take a step further and collaborate with other schools in your country or across borders – join the EU <a href="/codeweek4all" class="font-semibold text-dark-blue underline">Code Week 4 All challenge</a>.',
469449
];

resources/views/static/training/index.blade.php

Lines changed: 20 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@
77
];
88
99
$results = [
10-
[
11-
'image' => '/img/learning/cody-color-kit.png',
12-
'title' => 'training.lessons.0.title',
13-
'author' => 'training.lessons.1.author',
14-
'link' => '/training/cody-color-kit'
15-
],
1610
[
1711
'image' => '/img/learning/coding-without-computers.png',
1812
'title' => 'training.lessons.1.title',
@@ -151,10 +145,10 @@
151145

152146
@section('content')
153147
<section id="training-page" class="font-['Blinker'] overflow-hidden">
154-
<section class="flex overflow-hidden relative">
155-
<div class="flex relative pt-32 pb-0 w-full transition-all bg-blue-gradient md:py-40">
156-
<div class="flex overflow-hidden flex-col flex-shrink-0 justify-end pb-10 w-full md:p-0 md:flex-row md:items-center">
157-
<div class="flex flex-col gap-28 duration-1000 codeweek-container-lg md:flex-row md:items-center md:gap-4 xl:gap-28">
148+
<section class="relative flex overflow-hidden">
149+
<div class="flex relative transition-all w-full bg-blue-gradient pt-32 pb-0 md:py-40">
150+
<div class="w-full overflow-hidden pb-10 md:p-0 flex flex-col md:flex-row justify-end md:items-center flex-shrink-0">
151+
<div class="codeweek-container-lg flex flex-col md:flex-row md:items-center duration-1000 gap-28 md:gap-4 xl:gap-28">
158152
<div class="order-1 flex-1 px-6 py-10 md:px-14 md:py-[4.5rem] bg-white rounded-[32px] z-10 relative">
159153
<h2 class="text-[#1C4DA1] text-[30px] md:text-[60px] leading-9 md:leading-[72px] font-normal font-['Montserrat'] mb-4 max-md:max-w-full max-w-[532px]">
160154
Training
@@ -163,7 +157,7 @@
163157
@lang('training.training-text')
164158
</p>
165159
</div>
166-
<div class="flex z-10 flex-1 justify-center items-center order-0 md:order-2"></div>
160+
<div class="order-0 md:order-2 flex flex-1 justify-center items-center z-10"></div>
167161
<img
168162
class="absolute top-0 -left-1/4 w-[150vw] !max-w-none md:hidden"
169163
loading="lazy"
@@ -181,16 +175,16 @@ class="absolute top-0 right-0 h-full max-w-[calc(70vw)] object-cover hidden md:b
181175
</div>
182176
</section>
183177

184-
<section class="overflow-hidden relative">
185-
<div class="flex relative justify-center pt-20 pb-16 codeweek-container-lg md:pt-40 md:pb-28">
178+
<section class="relative overflow-hidden">
179+
<div class="codeweek-container-lg relative pt-20 pb-16 md:pt-40 md:pb-28 flex justify-center">
186180
<div class="w-full max-w-[907px] gap-2">
187181
<h2 class="text-dark-blue tablet:text-center text-[22px] md:text-4xl leading-7 md:leading-[44px] font-medium font-['Montserrat'] mb-6 tablet:mb-8">
188182
Quick & Practical Tools for Innovative Lessons
189183
</h2>
190184
<p class="text-slate-500 font-normal text-[16px] md:text-xl leading-[22px] md:leading-[30px] p-0 mb-8">
191185
@lang('training.quick-practical-text1')
192186
</p>
193-
<div class="flex relative gap-x-8 pb-4 tablet:pb-16">
187+
<div class="relative flex gap-x-8 pb-4 tablet:pb-16">
194188
<div class="w-10 h-10 rounded-full flex justify-center items-center text-['#20262C'] font-semibold text-2xl bg-primary">
195189
1
196190
</div>
@@ -202,7 +196,7 @@ class="absolute top-0 right-0 h-full max-w-[calc(70vw)] object-cover hidden md:b
202196
</p>
203197
</div>
204198
</div>
205-
<div class="flex relative gap-x-8 pb-4 tablet:pb-16">
199+
<div class="relative flex gap-x-8 pb-4 tablet:pb-16">
206200
<div class="w-10 h-10 rounded-full flex justify-center items-center text-['#20262C'] font-semibold text-2xl bg-primary">
207201
2
208202
</div>
@@ -214,7 +208,7 @@ class="absolute top-0 right-0 h-full max-w-[calc(70vw)] object-cover hidden md:b
214208
</p>
215209
</div>
216210
</div>
217-
<div class="flex relative gap-x-8 mb-8">
211+
<div class="relative flex gap-x-8 mb-8">
218212
<div class="w-10 h-10 rounded-full flex justify-center items-center text-['#20262C'] font-semibold text-2xl bg-primary">
219213
3
220214
</div>
@@ -234,28 +228,28 @@ class="absolute top-0 right-0 h-full max-w-[calc(70vw)] object-cover hidden md:b
234228
<div class="w-full bg-light-blue rounded-lg p-6 flex flex-col md:flex-row text-['Blinker'] gap-2">
235229
<img class="min-w-8 min-h-8" src="/images/icon_info.svg" />
236230
<div class="text-slate-500 text-[16px] leading-[22px] tablet:text-xl tablet:leading-7">
237-
<p class="p-0 mb-2 font-semibold tablet:mb-0">Copyright notice ©</p>
238-
<p class="p-0 font-normal">
239-
<a class="font-semibold underline text-dark-blue" href="/training">The EU Code Week website</a> is a service supported by the European Commission Except where stated otherwise, content made available on this site is licensed under a <a class="font-semibold underline text-dark-blue" href="https://creativecommons.org/licenses/by-nc-sa/4.0/deed.en">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0) license</a> Licensing under Creative Commons licenses does not of itself affect the ownership of the copyright Content from third party websites is subject to their own copyright restrictions; please refer to the site of origin for more information.
231+
<p class="font-semibold p-0 mb-2 tablet:mb-0">Copyright notice ©</p>
232+
<p class="font-normal p-0">
233+
<a class="font-semibold text-dark-blue underline" href="/training">The EU Code Week website</a> is a service supported by the European Commission Except where stated otherwise, content made available on this site is licensed under a <a class="font-semibold text-dark-blue underline" href="https://creativecommons.org/licenses/by-nc-sa/4.0/deed.en">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0) license</a> Licensing under Creative Commons licenses does not of itself affect the ownership of the copyright Content from third party websites is subject to their own copyright restrictions; please refer to the site of origin for more information.
240234
</p>
241235
</div>
242236
</div>
243237
</div>
244238
</div>
245239
</section>
246240

247-
<section class="overflow-hidden relative">
241+
<section class="relative overflow-hidden">
248242
<div class="absolute w-full h-full bg-yellow-50 md:hidden" style="clip-path: ellipse(410% 90% at 38% 90%);"></div>
249-
<div class="hidden absolute w-full h-full bg-yellow-50 md:block lg:hidden" style="clip-path: ellipse(528% 90% at 50% 90%);"></div>
250-
<div class="hidden absolute w-full h-full bg-yellow-50 lg:block xl:hidden" style="clip-path: ellipse(228% 90% at 50% 90%);"></div>
251-
<div class="hidden absolute w-full h-full bg-yellow-50 xl:block" style="clip-path: ellipse(148% 90% at 50% 90%);"></div>
252-
<div class="flex relative flex-col pt-20 pb-16 codeweek-container-lg md:pt-40 md:pb-28 talet:items-center">
243+
<div class="absolute w-full h-full bg-yellow-50 hidden md:block lg:hidden" style="clip-path: ellipse(528% 90% at 50% 90%);"></div>
244+
<div class="absolute w-full h-full bg-yellow-50 hidden lg:block xl:hidden" style="clip-path: ellipse(228% 90% at 50% 90%);"></div>
245+
<div class="absolute w-full h-full bg-yellow-50 hidden xl:block" style="clip-path: ellipse(148% 90% at 50% 90%);"></div>
246+
<div class="codeweek-container-lg relative pt-20 pb-16 md:pt-40 md:pb-28 flex flex-col talet:items-center">
253247
<h2 class="text-dark-blue text-left tablet:text-center text-[22px] md:text-4xl leading-7 md:leading-[44px] font-medium font-['Montserrat'] mb-6 tablet:mb-10">
254248
Learning Bits
255249
</h2>
256-
<div class="grid grid-cols-1 gap-6 md:grid-cols-2 xl:grid-cols-3 xl:gap-10">
250+
<div class="grid grid-cols-1 md:grid-cols-2 xl:grid-cols-3 gap-6 xl:gap-10">
257251
@foreach($results as $result)
258-
<div class="flex overflow-hidden flex-col bg-white rounded-lg cursor-pointer" onclick="window.location.href='{{ $result['link'] }}'">
252+
<div class="flex flex-col rounded-lg bg-white overflow-hidden cursor-pointer" onclick="window.location.href='{{ $result['link'] }}'">
259253
<div class="relative">
260254
<img src="{{ $result['image'] }}" class="w-full" />
261255
</div>

0 commit comments

Comments
 (0)