Skip to content

Commit

Permalink
Super Organisers Certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
alainvd committed Mar 6, 2024
1 parent 9f2cbb3 commit b06716e
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 b06716e

Please sign in to comment.