Skip to content
Merged

Dev #3243

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
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' => 'By Alessandro Bogliolo and the Italian EU ode Week HUB',
'author' => 'By Alessandro Bogliolo and the Italian EU Code 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/CodyColor-Full-kit.pdf">
target="_blank" 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