Skip to content

Commit

Permalink
Merge pull request #2224 from codeeu/2223-toolkits-2024
Browse files Browse the repository at this point in the history
2223 toolkits 2024
  • Loading branch information
alainvd authored Mar 6, 2024
2 parents 2fdf152 + b06716e commit 092cb42
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions resources/views/_tookits.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@

<li> <strong>@lang('snippets.toolkits.1')</strong>: @lang('snippets.toolkits.2') (

@foreach($languages as $lang)
@if($lang === $locale)
<a href="https://codeweek-s3.s3-eu-west-1.amazonaws.com/docs/toolkits/2023/communications-toolkit-2023-{{strtoupper($lang)}}.zip">@lang('base.languages.' . $lang)</a>
@endif
@endforeach
{{-- @foreach($languages as $lang)--}}
{{-- @if($lang === $locale)--}}
{{-- <a href="https://codeweek-s3.s3-eu-west-1.amazonaws.com/docs/toolkits/2023/communications-toolkit-2023-{{strtoupper($lang)}}.zip">@lang('base.languages.' . $lang)</a>--}}
{{-- @endif--}}
{{-- @endforeach--}}

@if($locale !== 'en')
- <a href="https://codeweek-s3.s3-eu-west-1.amazonaws.com/docs/toolkits/2023/communications-toolkit-2023-EN.zip">@lang('base.languages.en')</a>
@endif
{{-- @if($locale !== 'en')--}}
{{-- - <a href="https://codeweek-s3.s3-eu-west-1.amazonaws.com/docs/toolkits/2023/communications-toolkit-2023-EN.zip">@lang('base.languages.en')</a>--}}
{{-- @endif--}}

{{-- <a href="https://codeweek-s3.s3-eu-west-1.amazonaws.com/docs/toolkits/2023/communications-toolkit-2023-EN.zip">@lang('base.languages.en')</a>--}}
<a href="https://codeweek-s3.s3-eu-west-1.amazonaws.com/docs/toolkits/2024/communications-toolkit-2024-EN.zip">@lang('base.languages.en')</a>
)
</li>

Expand Down
2 changes: 1 addition & 1 deletion resources/views/emails/en/notify-super-organiser.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
Get your Certificate
@endcomponent

Thank you very much for helping us advance digital literacy! We hope to work together again in the 2024 edition of EU Code Week, which will take place from 14-27 October.<br/><br/>
Thank you very much for helping us advance digital skills! We hope to work together again in the 2024 edition of EU Code Week, which will take place from 14-27 October.<br/><br/>



Expand Down

0 comments on commit 092cb42

Please sign in to comment.