Skip to content
Merged

Dev #2664

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
6 changes: 3 additions & 3 deletions resources/views/static/home.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -203,14 +203,14 @@ class="relative z-10 codeweek-container-lg flex flex-col md:flex-row items-cente
<div class="flex-1">
<img class="max-w-full" loading="lazy" src="/images/dream-jobs/dream_jobs_logo.svg" />
<p class="text-left text-lg md:text-2xl md:leading-8 text-[#20262C] p-0 my-6">
@lang('home.minecraft_description1')
Careers in Digital is part of EU Code Week targeting 15–18-year-olds and educators to explore exciting and varied digital careers.
</p>
<p class="text-[16px] md:text-lg text-[#333E48] p-0 mb-8">
@lang('home.minecraft_description2')
Discover role models doing their dream job in digital - dive into their motivational videos and career pathways and explore our Careers in Digital Guide to understand the variety of roles and how to get there.
</p>
<a class="inline-flex justify-center items-center gap-2 text-[#1C4DA1] border-solid border-2 border-[#1C4DA1] rounded-full py-3 px-8 font-semibold text-lg transition-all duration-300 hover:bg-[#FFEF99] group"
href="{{route('dream-jobs-in-digital')}}">
<span>@lang('home.minecraft_button')</span>
<span>Get involved</span>
<div class="flex w-4 gap-2 overflow-hidden">
<img src="/images/arrow-right-icon.svg"
class="duration-500 transform -translate-x-6 min-w-4 group-hover:translate-x-0" />
Expand Down
Loading