Skip to content

Commit f043157

Browse files
authored
Merge pull request #2559 from codeeu/dev
Dev
2 parents ede2c62 + 7b6f35a commit f043157

109 files changed

Lines changed: 349 additions & 7 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

resources/views/2021/_podcast_full.blade.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
@section('title', $podcast->title)
2+
@section('description', $podcast->description)
3+
14
<div class="flex justify-between -mb-4">
25
<h1 class="subtitle">EU Code Week Podcast: {{$podcast->title}}</h1>
36
@if($podcast->transcript)

resources/views/2021/challenges.blade.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
@extends('layout.base')
22

3+
@section('title', 'Coding Challenges – Test Your Skills with EU Code Week')
4+
@section('description', 'Take on exciting coding challenges designed to boost creativity, problem-solving, and programming skills for all ages.')
5+
36
<x-tailwind></x-tailwind>
47

58
@section('content')

resources/views/2021/challenges/ai-hour-of-code.blade.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
@extends('layout.base')
22

3+
@section('title', 'AI Hour of Code – Explore Artificial Intelligence')
4+
@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.')
5+
36
<x-tailwind></x-tailwind>
47

58
@section('content')

resources/views/2021/challenges/air-drawing-with-AI.blade.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
@extends('layout.base')
22

3+
@section('title', 'Air Drawing with AI – Creative Coding Challenge')
4+
@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.')
5+
6+
37
<x-tailwind></x-tailwind>
48

59
@section('content')

resources/views/2021/challenges/app-that-counts-in-several-languages.blade.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
@extends('layout.base')
22

3+
@section('title', 'Multilingual Counting App – A Coding Challenge')
4+
@section('description', 'Create an app that counts in multiple languages and enhance your coding skills.')
5+
36
<x-tailwind></x-tailwind>
47

58
@section('content')

resources/views/2021/challenges/build-calliope.blade.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
@extends('layout.base')
22

3+
@section('title', 'Build Calliope – Hands-On Coding Challenge')
4+
@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.')
5+
36
<x-tailwind></x-tailwind>
47

58
@section('content')

resources/views/2021/challenges/calming-leds.blade.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
@extends('layout.base')
22

3+
@section('title', 'Calming LEDs – Create Relaxing Light Effects with Code')
4+
@section('description', 'Program soothing LED light patterns in this calming coding challenge. Explore the intersection of coding and creativity to design peaceful light displays.')
5+
36
<x-tailwind></x-tailwind>
47

58
@section('content')

resources/views/2021/challenges/chatbot.blade.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
@extends('layout.base')
22

3+
@section('title', 'Chatbot – Build Your Own Interactive Chatbot')
4+
@section('description', 'Learn how to design and program a chatbot that can interact with users in this engaging coding challenge.')
5+
36
<x-tailwind></x-tailwind>
47

58
@section('content')

resources/views/2021/challenges/circle-of-dots.blade.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
@extends('layout.base')
22

3+
@section('title', 'Circle of Dots – A Fun Coding Challenge')
4+
@section('description', 'Create a mesmerizing circle of dots using code in this interactive challenge. Learn about patterns, loops, and geometry in programming.')
5+
36
<x-tailwind></x-tailwind>
47

58
@section('content')

resources/views/2021/challenges/code-a-dice.blade.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
@extends('layout.base')
22

3+
@section('title', 'Code a Dice – Build Your Own Virtual Dice')
4+
@section('description', 'Learn how to code a virtual dice in this exciting challenge. Practice programming concepts while creating a fun, interactive dice simulator.')
5+
36
<x-tailwind></x-tailwind>
47

58
@section('content')

0 commit comments

Comments
 (0)