Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #2559

Merged
merged 3 commits into from
Mar 10, 2025
Merged

Dev #2559

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
3 changes: 3 additions & 0 deletions resources/views/2021/_podcast_full.blade.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
@section('title', $podcast->title)
@section('description', $podcast->description)

<div class="flex justify-between -mb-4">
<h1 class="subtitle">EU Code Week Podcast: {{$podcast->title}}</h1>
@if($podcast->transcript)
Expand Down
3 changes: 3 additions & 0 deletions resources/views/2021/challenges.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
@extends('layout.base')

@section('title', 'Coding Challenges – Test Your Skills with EU Code Week')
@section('description', 'Take on exciting coding challenges designed to boost creativity, problem-solving, and programming skills for all ages.')

<x-tailwind></x-tailwind>

@section('content')
Expand Down
3 changes: 3 additions & 0 deletions resources/views/2021/challenges/ai-hour-of-code.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
@extends('layout.base')

@section('title', 'AI Hour of Code – Explore Artificial Intelligence')
@section('description', 'Dive into the world of AI with the "AI Hour of Code" challenge. Learn how artificial intelligence works and create your own AI projects in this interactive coding experience.')

<x-tailwind></x-tailwind>

@section('content')
Expand Down
4 changes: 4 additions & 0 deletions resources/views/2021/challenges/air-drawing-with-AI.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
@extends('layout.base')

@section('title', 'Air Drawing with AI – Creative Coding Challenge')
@section('description', 'Explore the power of AI in this fun "Air Drawing with AI" challenge. Create and interact with digital art using AI and coding in an innovative way.')


<x-tailwind></x-tailwind>

@section('content')
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
@extends('layout.base')

@section('title', 'Multilingual Counting App – A Coding Challenge')
@section('description', 'Create an app that counts in multiple languages and enhance your coding skills.')

<x-tailwind></x-tailwind>

@section('content')
Expand Down
3 changes: 3 additions & 0 deletions resources/views/2021/challenges/build-calliope.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
@extends('layout.base')

@section('title', 'Build Calliope – Hands-On Coding Challenge')
@section('description', 'This challenge has been written by Amazon Future Engineer | Meet and Code feat. Calliope gGmbH and is part of the EU CODE WEEK CHALLENGES.')

<x-tailwind></x-tailwind>

@section('content')
Expand Down
3 changes: 3 additions & 0 deletions resources/views/2021/challenges/calming-leds.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
@extends('layout.base')

@section('title', 'Calming LEDs – Create Relaxing Light Effects with Code')
@section('description', 'Program soothing LED light patterns in this calming coding challenge. Explore the intersection of coding and creativity to design peaceful light displays.')

<x-tailwind></x-tailwind>

@section('content')
Expand Down
3 changes: 3 additions & 0 deletions resources/views/2021/challenges/chatbot.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
@extends('layout.base')

@section('title', 'Chatbot – Build Your Own Interactive Chatbot')
@section('description', 'Learn how to design and program a chatbot that can interact with users in this engaging coding challenge.')

<x-tailwind></x-tailwind>

@section('content')
Expand Down
3 changes: 3 additions & 0 deletions resources/views/2021/challenges/circle-of-dots.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
@extends('layout.base')

@section('title', 'Circle of Dots – A Fun Coding Challenge')
@section('description', 'Create a mesmerizing circle of dots using code in this interactive challenge. Learn about patterns, loops, and geometry in programming.')

<x-tailwind></x-tailwind>

@section('content')
Expand Down
3 changes: 3 additions & 0 deletions resources/views/2021/challenges/code-a-dice.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
@extends('layout.base')

@section('title', 'Code a Dice – Build Your Own Virtual Dice')
@section('description', 'Learn how to code a virtual dice in this exciting challenge. Practice programming concepts while creating a fun, interactive dice simulator.')

<x-tailwind></x-tailwind>

@section('content')
Expand Down
3 changes: 3 additions & 0 deletions resources/views/2021/challenges/coding-escape-room.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
@extends('layout.base')

@section('title', 'Coding Escape Room – Solve Puzzles with Code')
@section('description', 'Use your coding skills to crack puzzles and escape in this fun and interactive challenge.')

<x-tailwind></x-tailwind>

@section('content')
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
@extends('layout.base')

@section('title', 'Coding with Art & Storytelling – A Creative Challenge')
@section('description', 'Combine coding and creativity to bring stories to life through interactive digital art.')

<x-tailwind></x-tailwind>

@section('content')
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
@extends('layout.base')

@section('title', 'Coding with LEGO Boost – Build & Program Robots')
@section('description', 'Combine coding and creativity by building and programming robots with LEGO Boost in this interactive challenge.')

<x-tailwind></x-tailwind>

@section('content')
Expand Down
3 changes: 3 additions & 0 deletions resources/views/2021/challenges/compose-song.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
@extends('layout.base')

@section('title', 'Compose a Song – A Creative Coding Challenge')
@section('description', 'Use coding to create your own music! Design and program a melody in this fun and artistic challenge.')

<x-tailwind></x-tailwind>

@section('content')
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
@extends('layout.base')

@section('title', 'Computational Thinking & Fluency – EU Code Week Challenge')
@section('description', 'Strengthen your problem-solving skills with this computational thinking challenge.')

<x-tailwind></x-tailwind>

@section('content')
Expand Down
3 changes: 3 additions & 0 deletions resources/views/2021/challenges/craft-magic.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
@extends('layout.base')

@section('title', 'Craft Magic – Create Magical Coding Projects')
@section('description', 'Use coding to create magical, interactive projects in this fun and creative challenge. Bring your imaginative ideas to life through programming!')

<x-tailwind></x-tailwind>

@section('content')
Expand Down
3 changes: 3 additions & 0 deletions resources/views/2021/challenges/create-a-dance.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
@extends('layout.base')

@section('title', 'Create a Dance – Code Your Own Dance Moves')
@section('description', 'Combine creativity and coding to design and animate your own dance routine in this fun and interactive challenge.')

<x-tailwind></x-tailwind>

@section('content')
Expand Down
3 changes: 3 additions & 0 deletions resources/views/2021/challenges/create-a-simulation.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
@extends('layout.base')

@section('title', 'Create a Simulation – A Coding Challenge')
@section('description', 'Write code to create and run your own simulation of the virus outbreak at Monster Town. Learn to code and make predictions.')

<x-tailwind></x-tailwind>

@section('content')
Expand Down
3 changes: 3 additions & 0 deletions resources/views/2021/challenges/create-a-spiral.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
@extends('layout.base')

@section('title', 'Create a Spiral – Code Your Own Geometric Design')
@section('description', 'Learn coding concepts while creating a beautiful spiral pattern in this engaging challenge. Explore geometry and creativity through programming!')

<x-tailwind></x-tailwind>

@section('content')
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
@extends('layout.base')

@section('title', 'Create Your Own Masterpiece – Code Art and Design')
@section('description', 'Unleash your creativity by coding your own digital masterpiece. Learn how to design and program interactive art in this fun challenge.')

<x-tailwind></x-tailwind>

@section('content')
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
@extends('layout.base')

@section('title', 'CS First Unplugged – Screen-Free Coding Fun')
@section('description', 'Learn coding concepts through hands-on, unplugged activities from Google CS First.')

<x-tailwind></x-tailwind>

@section('content')
Expand Down
3 changes: 3 additions & 0 deletions resources/views/2021/challenges/dance.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
@extends('layout.base')

@section('title', 'Dance – A Creative Coding Challenge')
@section('description', 'Combine coding and dance in this exciting challenge. Program movements and animations to create a unique digital dance performance.')

<x-tailwind></x-tailwind>

@section('content')
Expand Down
3 changes: 3 additions & 0 deletions resources/views/2021/challenges/emobot-kliki.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
@extends('layout.base')

@section('title', 'Emobot Kliki – Create Your Own Interactive Robot')
@section('description', 'Design and program Emobot Kliki, an interactive robot, in this fun coding challenge that combines creativity and technology.')

<x-tailwind></x-tailwind>

@section('content')
Expand Down
3 changes: 3 additions & 0 deletions resources/views/2021/challenges/family-care.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
@extends('layout.base')

@section('title', 'Family Care – Code for a Better Tomorrow')
@section('description', 'Use coding to create solutions that promote family well-being and care. Explore how technology can support families in this impactful challenge.')

<x-tailwind></x-tailwind>

@section('content')
Expand Down
3 changes: 3 additions & 0 deletions resources/views/2021/challenges/haunted-house.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
@extends('layout.base')

@section('title', 'Haunted House – A Spooky Coding Challenge')
@section('description', 'Code your own interactive haunted house and bring spooky surprises to life! Every time the code is run a new story will be created. ')

<x-tailwind></x-tailwind>

@section('content')
Expand Down
3 changes: 3 additions & 0 deletions resources/views/2021/challenges/illustrate-a-joke.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
@extends('layout.base')

@section('title', 'Illustrate a Joke – A Fun Coding Challenge')
@section('description', 'The students design a game where the user finds the answer to a joke question when the figure hits an object on the playing field.')

<x-tailwind></x-tailwind>

@section('content')
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
@extends('layout.base')

@section('title', 'Inclusive App Design – Coding for Everyone')
@section('description', 'In this activity, students will come up with an app idea on a topic they care about, then discover how to design apps with inclusion and accessibility in mind.')

<x-tailwind></x-tailwind>

@section('content')
Expand Down
3 changes: 3 additions & 0 deletions resources/views/2021/challenges/let-the-snake-run.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
@extends('layout.base')

@section('title', 'Let the Snake Run – Code a Fun Game')
@section('description', 'Create a game where a snake runs through obstacles. Learn coding logic and game mechanics in this exciting challenge.')

<x-tailwind></x-tailwind>

@section('content')
Expand Down
3 changes: 3 additions & 0 deletions resources/views/2021/challenges/paper-circuit.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
@extends('layout.base')

@section('title', 'Paper Circuit – Create Interactive Art with Code')
@section('description', 'Design and build interactive paper circuits using coding principles in this creative and hands-on challenge.')

<x-tailwind></x-tailwind>

@section('content')
Expand Down
3 changes: 3 additions & 0 deletions resources/views/2021/challenges/personal-trainer.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
@extends('layout.base')

@section('title', 'Personal Trainer – Build Your Fitness App')
@section('description', 'Code your own fitness tracking app in this interactive challenge. Combine programming with health and wellness to create a personal trainer.')

<x-tailwind></x-tailwind>

@section('content')
Expand Down
3 changes: 3 additions & 0 deletions resources/views/2021/challenges/play-against-ai.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
@extends('layout.base')

@section('title', 'Play Against AI – Challenge Your Coding Skills')
@section('description', 'Code a game where you compete against artificial intelligence. Test your coding abilities and learn how to create responsive AI.')

<x-tailwind></x-tailwind>

@section('content')
Expand Down
3 changes: 3 additions & 0 deletions resources/views/2021/challenges/sensing-game.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
@extends('layout.base')

@section('title', 'Sensing Game – Explore Sensors Through Coding')
@section('description', 'Use coding to create a game that interacts with physical sensors. Learn about sensors and data collection in this hands-on challenge.')

<x-tailwind></x-tailwind>

@section('content')
Expand Down
3 changes: 3 additions & 0 deletions resources/views/2021/challenges/silly-eyes.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
@extends('layout.base')

@section('title', 'Silly Eyes – A Fun Coding Challenge')
@section('description', 'You will design and create a silly eye character. The character’s large, silly eyes will follow the mouse pointer to bring your character to life.')

<x-tailwind></x-tailwind>

@section('content')
Expand Down
3 changes: 3 additions & 0 deletions resources/views/2021/challenges/train-ai-bot.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
@extends('layout.base')

@section('title', 'Train AI Bot – Build and Train Your Own AI')
@section('description', 'Dive into the world of artificial intelligence by coding and training your own AI bot in this exciting challenge.')

<x-tailwind></x-tailwind>

@section('content')
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
@extends('layout.base')

@section('title', 'Virtual Flower Field – Create a Digital Garden with Code')
@section('description', 'Use coding to create a beautiful virtual flower field. Explore programming and design while building a colorful, interactive garden.')

<x-tailwind></x-tailwind>

@section('content')
Expand Down
3 changes: 3 additions & 0 deletions resources/views/auth/login.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
@extends('layout.new_base')

@section('title', 'EU Code Week Login – Access Your Account')
@section('description', 'Log in to your EU Code Week account to manage events, track participation, and explore exclusive coding resources.')

@php
$list = [
(object) ['label' => __('menu.signin'), 'href' => ''],
Expand Down
3 changes: 3 additions & 0 deletions resources/views/auth/passwords/email.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
@extends('layout.new_base')

@section('title', 'Reset Your Password – EU Code Week')
@section('description', 'Forgot your password? Easily reset it to regain access to your EU Code Week account. Follow the simple steps to create a new password.')

@section('content')
<section id="codeweek-forgotpassword-page">
<section class="py-10 px-5 lg:p-20 bg-secondary-gradient flex justify-center relative overflow-hidden">
Expand Down
3 changes: 3 additions & 0 deletions resources/views/auth/register.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
@extends('layout.new_base')

@section('title', 'Register for EU Code Week – Join the Movement')
@section('description', 'Sign up for EU Code Week and become part of a global community promoting coding and digital creativity.')

@php
$list = [
(object) ['label' => __('login.register'), 'href' => ''],
Expand Down
3 changes: 3 additions & 0 deletions resources/views/codingathome/boring-pixels.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
@extends('layout.base')

@section('title', 'Boring Pixels – Fun with Digital Art & Coding')
@section('description', 'By giving Roby instructions to form a picture square by square, pixel by pixel, we discover that when many squares in a row have the same colour. ')

@section('content')

<section id="codeweek-training-page" class="codeweek-page">
Expand Down
3 changes: 3 additions & 0 deletions resources/views/codingathome/catch-the-robot.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
@extends('layout.base')

@section('title', 'Catch the Robot – A Coding at Home Game')
@section('description', 'Test your coding skills by programming a robot-catching game with logical commands.')

@section('content')

<section id="codeweek-training-page" class="codeweek-page">
Expand Down
3 changes: 3 additions & 0 deletions resources/views/codingathome/codingathome.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
@extends('layout.base')

@section('title', 'Coding at Home – Fun & Educational Activities for All')
@section('description', 'Explore EU Code Week’s Coding at Home series—fun, interactive coding activities for kids, families, and educators.')

@section('content')

<section id="codeweek-training-page" class="codeweek-page">
Expand Down
3 changes: 3 additions & 0 deletions resources/views/codingathome/cody-and-roby.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
@extends('layout.base')

@section('title', 'Cody and Roby – Unplugged Coding for Beginners')
@section('description', 'Learn the basics of coding with Cody and Roby, a fun unplugged activity that teaches programming concepts without a computer.')

@section('content')

<section id="codeweek-training-page" class="codeweek-page">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
@extends('layout.base')

@section('title', 'CodyPlotter & CodyPrinter – Coding for Digital Creativity')
@section('description', 'Explore how to use coding to design and generate drawings with CodyPlotter and CodyPrinter in this hands-on activity.')

@section('content')

<section id="codeweek-training-page" class="codeweek-page">
Expand Down
3 changes: 3 additions & 0 deletions resources/views/codingathome/colour-everything.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
@extends('layout.base')

@section('title', 'Colour Everything – A Creative Coding at Home Activity')
@section('description', 'Discover how coding can be used to create colorful patterns and designs in this fun and interactive activity.')

@section('content')

<section id="codeweek-training-page" class="codeweek-page">
Expand Down
Loading
Loading