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

Challenges 1 & 2 #2157

Merged
merged 1 commit into from
Oct 6, 2023
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
16,163 changes: 1,832 additions & 14,331 deletions package-lock.json

Large diffs are not rendered by default.

Binary file added public/img/2021/challenges/code-a-dice-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
376 changes: 376 additions & 0 deletions resources/lang/en/challenges-content.php

Large diffs are not rendered by default.

217 changes: 112 additions & 105 deletions resources/views/2021/challenges.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
<div class="m-6">



<div class="orange text-3xl">
@lang('challenges.main.1')
</div>
Expand All @@ -48,7 +47,15 @@


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

@php
$currentDate = \Carbon\Carbon::now();
@endphp
@if (strtotime($currentDate) >= strtotime(\Carbon\Carbon::create(2023,10,8)))
@include('2021._thumbnail', ['slug' => 'personal-trainer', 'author'=>'Álvaro Molina Ayuso'])
@endif
@if (strtotime($currentDate) >= strtotime(\Carbon\Carbon::create(2023,10,7)))
@include('2021._thumbnail', ['slug' => 'code-a-dice', 'author'=>'Fabrizia Agnello'])
@endif
@include('2021._thumbnail', ['slug' => 'build-calliope', 'author'=>'Amazon Future Engineer | Meet and Code feat. Calliope gGmbH'])
@include('2021._thumbnail', ['slug' => 'chatbot'])
@include('2021._thumbnail', ['slug' => 'paper-circuit'])
Expand All @@ -69,140 +76,140 @@
@include('2021._thumbnail', ['slug' => 'silly-eyes'])
@include('2021._thumbnail', ['slug' => 'train-ai-bot', 'author'=>'Code.org'])

{{-- @include('2021._thumbnail', ['slug' => 'animate-a-name', 'author'=>'Google'])--}}
{{-- @include('2021._thumbnail', ['slug' => 'european-astro-pi', 'author'=>'ESA Education'])--}}
{{-- @include('2021._thumbnail', ['slug' => 'animate-a-name', 'author'=>'Google'])--}}
{{-- @include('2021._thumbnail', ['slug' => 'european-astro-pi', 'author'=>'ESA Education'])--}}


</section>

</div>

{{-- <section>--}}
{{-- <div class="mt-8 orange text-3xl">--}}
{{-- @lang('challenges.main.5')--}}
{{-- </div>--}}
{{-- <div class="leading-6 text-base text-left mt-2">--}}
{{-- @lang('challenges.main.6')--}}
{{-- </div>--}}
{{-- </section>--}}

{{-- <section>--}}
{{-- <div class="mt-6 orange text-3xl">--}}
{{-- @lang('challenges.main.7')--}}
{{-- </div>--}}
{{-- <div class="leading-6 text-base text-left">--}}
{{-- <ul class="list-decimal ml-6 mt-2">--}}
{{-- <li>--}}
{{-- @lang('challenges.main.8')--}}

{{-- </li>--}}
{{-- <li>--}}
{{-- @lang('challenges.main.9')--}}

{{-- </li>--}}
{{-- </ul>--}}
{{-- <section>--}}
{{-- <div class="mt-8 orange text-3xl">--}}
{{-- @lang('challenges.main.5')--}}
{{-- </div>--}}
{{-- <div class="leading-6 text-base text-left mt-2">--}}
{{-- @lang('challenges.main.6')--}}
{{-- </div>--}}
{{-- </section>--}}

{{-- <section>--}}
{{-- <div class="mt-6 orange text-3xl">--}}
{{-- @lang('challenges.main.7')--}}
{{-- </div>--}}
{{-- <div class="leading-6 text-base text-left">--}}
{{-- <ul class="list-decimal ml-6 mt-2">--}}
{{-- <li>--}}
{{-- @lang('challenges.main.8')--}}

{{-- </li>--}}
{{-- <li>--}}
{{-- @lang('challenges.main.9')--}}

{{-- </li>--}}
{{-- </ul>--}}


{{-- </div>--}}
{{-- </div>--}}

{{-- <div class="mt-6 orange text-3xl">--}}
{{-- @lang('challenges.main.10')--}}
{{-- <div class="mt-6 orange text-3xl">--}}
{{-- @lang('challenges.main.10')--}}

{{-- </div>--}}
{{-- <div class="leading-6 text-base text-left">--}}
{{-- </div>--}}
{{-- <div class="leading-6 text-base text-left">--}}

{{-- <div class="leading-6 text-base text-left mt-2">--}}
{{-- @lang('challenges.main.11')--}}
{{-- <br>--}}
{{-- @lang('challenges.main.12')--}}
{{-- <br/>--}}
{{-- @lang('challenges.main.13')--}}
{{-- <br/>--}}
{{-- <div class="leading-6 text-base text-left mt-2">--}}
{{-- @lang('challenges.main.11')--}}
{{-- <br>--}}
{{-- @lang('challenges.main.12')--}}
{{-- <br/>--}}
{{-- @lang('challenges.main.13')--}}
{{-- <br/>--}}

{{-- </div>--}}
{{-- </div>--}}

{{-- <div class="leading-6 text-base text-left mt-2">--}}
{{-- <strong> @lang('challenges.share.0')</strong>--}}
{{-- <div class="leading-6 text-base text-left mt-2">--}}
{{-- <strong> @lang('challenges.share.0')</strong>--}}

{{-- <ul class="leading-7 ml-2 mt-0 checklist mt-2">--}}
{{-- <li>@lang('challenges.share.1')</li>--}}
{{-- <li>@lang('challenges.share.2')</li>--}}
{{-- <li>@lang('challenges.share.3')</li>--}}
{{-- <ul class="leading-7 ml-6 mt-0 sub-checklist">--}}
{{-- <ol>--}}
{{-- <li>@lang('challenges.share.4')</li>--}}
{{-- <li>@lang('challenges.share.5')</li>--}}
{{-- <li>@lang('challenges.share.6')</li>--}}
{{-- <li>@lang('challenges.share.7')</li>--}}
{{-- <li>@lang('challenges.share.8')</li>--}}
{{-- </ol>--}}
{{-- </ul>--}}
{{-- </ul>--}}
{{-- </div>--}}
{{-- <ul class="leading-7 ml-2 mt-0 checklist mt-2">--}}
{{-- <li>@lang('challenges.share.1')</li>--}}
{{-- <li>@lang('challenges.share.2')</li>--}}
{{-- <li>@lang('challenges.share.3')</li>--}}
{{-- <ul class="leading-7 ml-6 mt-0 sub-checklist">--}}
{{-- <ol>--}}
{{-- <li>@lang('challenges.share.4')</li>--}}
{{-- <li>@lang('challenges.share.5')</li>--}}
{{-- <li>@lang('challenges.share.6')</li>--}}
{{-- <li>@lang('challenges.share.7')</li>--}}
{{-- <li>@lang('challenges.share.8')</li>--}}
{{-- </ol>--}}
{{-- </ul>--}}
{{-- </ul>--}}
{{-- </div>--}}

{{-- <div class="leading-6 text-base text-left mt-2">--}}
{{-- <div class="leading-6 text-base text-left mt-2">--}}

{{-- <strong>@lang('challenges.share.9')</strong><br/>--}}
{{-- <div class="mt-2">--}}
{{-- @lang('challenges.share.10') <a href="https://www.facebook.com/codeEU">@lang('challenges.share.11')</a> @lang('challenges.share.12') <br/>--}}
{{-- <strong>@lang('challenges.share.9')</strong><br/>--}}
{{-- <div class="mt-2">--}}
{{-- @lang('challenges.share.10') <a href="https://www.facebook.com/codeEU">@lang('challenges.share.11')</a> @lang('challenges.share.12') <br/>--}}

{{-- @lang('challenges.share.13')--}}
{{-- <ul class="leading-7 ml-2 mt-0 checklist">--}}
{{-- <li>--}}
{{-- @lang('challenges.share.14')--}}
{{-- </li>--}}
{{-- </ul>--}}
{{-- @lang('challenges.share.13')--}}
{{-- <ul class="leading-7 ml-2 mt-0 checklist">--}}
{{-- <li>--}}
{{-- @lang('challenges.share.14')--}}
{{-- </li>--}}
{{-- </ul>--}}


{{-- </div>--}}
{{-- </div>--}}
{{-- </div>--}}
{{-- </div>--}}


{{-- <div class="leading-6 text-base text-left mt-2">--}}
{{-- <div class="leading-6 text-base text-left mt-2">--}}

{{-- <strong>@lang('challenges.bingo.0')</strong><br/>--}}
{{-- <div class="mt-2">--}}
{{-- @lang('challenges.bingo.1') <a--}}
{{-- href="https://codeweek-s3.s3.eu-west-1.amazonaws.com/cw2021/Bingo+card.pdf">@lang('challenges.bingo.2')</a> @lang('challenges.bingo.3')--}}
{{-- <br/>--}}
{{-- </div>--}}
{{-- </div>--}}
{{-- <strong>@lang('challenges.bingo.0')</strong><br/>--}}
{{-- <div class="mt-2">--}}
{{-- @lang('challenges.bingo.1') <a--}}
{{-- href="https://codeweek-s3.s3.eu-west-1.amazonaws.com/cw2021/Bingo+card.pdf">@lang('challenges.bingo.2')</a> @lang('challenges.bingo.3')--}}
{{-- <br/>--}}
{{-- </div>--}}
{{-- </div>--}}

{{-- <div class="leading-6 text-base text-left mt-6">--}}
{{-- <div class="leading-6 text-base text-left mt-6">--}}

{{-- <strong>@lang('challenges.bingo.4')</strong><br/>--}}
{{-- <div class="mt-2">--}}
{{-- @lang('challenges.bingo.5') <strong>@lang('challenges.bingo.6')</strong><br/>--}}
{{-- @lang('challenges.bingo.7') <strong>#CodeWeekChallengesBingo</strong><br/>--}}
{{-- </div>--}}
{{-- <strong>@lang('challenges.bingo.4')</strong><br/>--}}
{{-- <div class="mt-2">--}}
{{-- @lang('challenges.bingo.5') <strong>@lang('challenges.bingo.6')</strong><br/>--}}
{{-- @lang('challenges.bingo.7') <strong>#CodeWeekChallengesBingo</strong><br/>--}}
{{-- </div>--}}

{{-- </div>--}}


{{-- </div>--}}
{{-- </div>--}}


{{-- </div>--}}

{{-- <div class="mt-6 orange text-3xl">--}}
{{-- @lang('challenges.take-part.0')--}}
{{-- </div>--}}
{{-- <div class="leading-6 text-base text-left">--}}
{{-- <ul class="leading-7 ml-2 mt-0 checklist mt-2">--}}
{{-- <li>--}}
{{-- @lang('challenges.take-part.1')--}}
{{-- <div class="mt-6 orange text-3xl">--}}
{{-- @lang('challenges.take-part.0')--}}
{{-- </div>--}}
{{-- <div class="leading-6 text-base text-left">--}}
{{-- <ul class="leading-7 ml-2 mt-0 checklist mt-2">--}}
{{-- <li>--}}
{{-- @lang('challenges.take-part.1')--}}

{{-- </li>--}}
{{-- <li>--}}
{{-- @lang('challenges.take-part.2')--}}
{{-- </li>--}}
{{-- <li>--}}
{{-- @lang('challenges.take-part.2')--}}

{{-- </li>--}}
{{-- <li>--}}
{{-- @lang('challenges.take-part.3')--}}
{{-- </li>--}}
{{-- <li>--}}
{{-- @lang('challenges.take-part.3')--}}

{{-- </li>--}}
{{-- </ul>--}}
{{-- </li>--}}
{{-- </ul>--}}


{{-- </div>--}}
{{-- </section>--}}
{{-- </div>--}}
{{-- </section>--}}

</div>
</section>
Expand Down
Loading
Loading