Skip to content
Merged

edits #3241

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
2 changes: 1 addition & 1 deletion resources/views/static/training/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[
'image' => '/img/learning/cody-color-kit.png',
'title' => 'training.lessons.0.title',
'author' => 'training.lessons.1.author',
'author' => 'training.lessons.0.author',
'link' => '/training/cody-color-kit'
],
[
Expand Down
4 changes: 2 additions & 2 deletions resources/views/static/training/module-0.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<section id="codeweek-codycolor-subpage" class="font-['Blinker'] overflow-hidden">

@include('codingathome.banner', [
'author' => 'Alessandro Bogliolo - EU Code Week Italian Ambassador; University of Urbino',
'author' => 'By Alessandro Bogliolo and the Italian EU ode Week HUB',
'title' => 'CodyColor KIT',
])

Expand Down Expand Up @@ -157,7 +157,7 @@
</li>
<li class="p-0 my-8 mt-8 mb-2 font-normal leading-7 text-default">
<a class="max-xl:!hidden bg-[#F95C22] rounded-full py-2.5 px-6 font-['Blinker'] hover:bg-hover-orange duration-300 text-base font-semibold leading-7 text-black normal-case"
href="https://s3-eu-west-1.amazonaws.com/codeweek-s3/docs/training/{{ strtoupper(App::getLocale()) }}/color-kit/full-kit.zip">
href="https://s3-eu-west-1.amazonaws.com/codeweek-s3/docs/training/{{ strtoupper(App::getLocale()) }}/color-kit/CodyColor-Full-kit.pdf">
DOWNLOAD THE KIT!
</a>
</li>
Expand Down
Loading