Skip to content

Commit

Permalink
Escape Room Update
Browse files Browse the repository at this point in the history
  • Loading branch information
alainvd committed Oct 17, 2023
1 parent f91adfe commit 4308adc
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions resources/views/2021/challenges/coding-escape-room.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
$languages = explode(",",config("codeweek.LOCALES"));
$locale = app()->getLocale();
@endphp
@if($locale !== 'en' && $locale !== 'me')
@if($locale !== 'me')
<div>
<a href="https://codeweek-s3.s3.eu-west-1.amazonaws.com/cw2023/{{strtolower($locale)}}_escape_coding.docx">WORD
DOCUMENT</a>
Expand Down Expand Up @@ -151,7 +151,15 @@

</div>

@include('2021.challenges._download',['url'=>"https://codeweek-s3.s3.eu-west-1.amazonaws.com/cw2023/$slug.docx"])
<div class="justify-center bg-blue-200 p-2 mt-6">
@if($locale !== 'me')
Click <a class="uppercase text-blue-800 underline" href="https://codeweek-s3.s3.eu-west-1.amazonaws.com/cw2023/{{strtolower($locale)}}_escape_coding.docx">HERE</a> to download the questions for the escape room in your language as a word document.<br/>
@endif
@lang('challenges.download.0') <a href="https://codeweek-s3.s3.eu-west-1.amazonaws.com/cw2023/$slug.docx" class="uppercase text-blue-800 underline">@lang('challenges.download.1')</a> @lang('challenges.download.2').

</div>

{{-- @include('2021.challenges._download',['url'=>"https://codeweek-s3.s3.eu-west-1.amazonaws.com/cw2023/$slug.docx"])--}}
</div>
<div style="text-align: center">@include('include.licence')</div>
</section>
Expand Down

0 comments on commit 4308adc

Please sign in to comment.