Skip to content

Commit 685dd6c

Browse files
authored
Merge pull request #3101 from codeeu/dev
image fix
2 parents 1abacd2 + 3556157 commit 685dd6c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

resources/views/static/webinars.blade.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
'link_type' => 'video'
1818
],
1919
[
20-
'image' => '/images/webinars/blue_visual.jpg',
20+
'image' => '/images/webinars/blue_visual_2025.jpg',
2121
'title' => 'EU Code Week Lightning Talk - AI to Z: Doing more with less',
2222
'description' => "Join a live journey to build and publish a complete website in just 40 minutes - no technical skills needed! Discover how AI is transforming education, productivity, and collaboration, and leave with practical insights on embedding AI into learning.",
2323
'date' => '21 Oct 2025',
@@ -26,7 +26,7 @@
2626
'link_type' => 'video'
2727
],
2828
[
29-
'image' => '/images/webinars/blue_visual.jpg',
29+
'image' => '/images/webinars/blue_visual_2025.jpg',
3030
'title' => 'EU Code Week Lightning Talk - From Myth to Code: A History Project in PBL',
3131
'description' => "Turn history into a quest! Learn how students become world-builders and archeologists in a digital environment, using Tinkercad and Delightex to bring Etruscan culture to life through puzzles, coding, and 3D models.",
3232
'date' => '17 Oct 2025',
@@ -35,7 +35,7 @@
3535
'link_type' => 'video'
3636
],
3737
[
38-
'image' => '/images/webinars/blue_visual.jpg',
38+
'image' => '/images/webinars/blue_visual_2025.jpg',
3939
'title' => 'EU Code Week Lightning Talk - Early Computational Thinking: Inclusive STEM Learning for Young Minds',
4040
'description' => "Explore how computational thinking can be introduced meaningfully in early education, starting as young as 5 years old. Through role play and unplugged activities, young learners can develop core problem-solving skills and logical reasoning even before they begin formal coding. You will discover practical resources, classroom-ready examples, and inspiring case studies from schools already implementing this approach.",
4141
'date' => '14 Oct 2025',
@@ -44,7 +44,7 @@
4444
'link_type' => 'video'
4545
],
4646
[
47-
'image' => '/images/webinars/blue_visual.jpg',
47+
'image' => '/images/webinars/blue_visual_2025.jpg',
4848
'title' => 'Open Roberta – Programming Robots Without Robots',
4949
'description' => "Learn how to bring robots to life without using any physical equipment in this on-demand webinar introducing Open Roberta, a free and accessible block-based simulation environment for learning programming and robotics. Guided by Dr. Samuel Branco, the session offers a practical and inspiring introduction to coding concepts, virtual robots, and problem-solving skills.",
5050
'date' => '13 Oct 2025',
@@ -53,10 +53,10 @@
5353
'link_type' => 'video'
5454
],
5555
[
56-
'image' => '/images/webinars/march_04_2025.png',
56+
'image' => '/images/webinars/blue_visual.jpg',
5757
'title' => 'Beyond Code: Empowering Generations of Innovators',
5858
'description' => "This EU Code Week webinar, “Beyond Code: Empowering Generations of Innovators,” explores how diversity and inclusion drive innovation in STEM, offering practical examples and strategies to foster collaboration in tech. Tania Gómez shares her experience in digital transformation and promoting equity in the ICT industry.",
59-
'date' => '04 march 2025',
59+
'date' => '04 March 2025',
6060
'label' => 'Past Webinar',
6161
'link' => 'https://youtu.be/cMdu9_BSz4k?si=usS23nEmuyYrvfeE',
6262
'link_type' => 'video'

0 commit comments

Comments
 (0)