Skip to content

Commit 30173ad

Browse files
committed
fix: feedback
1 parent a36a658 commit 30173ad

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

app/Http/Controllers/HomeController.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ public function index(Request $request): View
1111
{
1212
$activities = collect([
1313
[
14-
'title' => 'Careers in Digital',
15-
'description' => 'Get inspired by dream jobs in digital and explore role models, career guides, open day toolkits and more!',
16-
'url' => '/dream-jobs-in-digital',
14+
'title' => 'Girls in Digital',
15+
'description' => 'Explore and embrace digital opportunities—empowering a new generation of girls in digital!',
16+
'url' => '/girls-in-digital-week',
1717
'style_color' => 'background-image: linear-gradient(36.92deg, #1C4DA1 20.32%, #0040AE 28.24%);',
1818
'btn_lang' => 'home.get_involved',
1919
],

resources/lang/en/dream-jobs-in-digital.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
'landing_header' => 'Get inspired by the incredible variety of jobs in digital! Download our Dream Jobs guide, check out our role models, test your digital skills, hold a Career in Digital Open Day or arrange a practical session with our Practical skills – VET Toolkit.',
1515
'get_involved' => 'Get involved',
1616
'about_title' => 'About Careers in Digital',
17-
'about_description' => 'Careers in Digital is part of EU Code Week targeting 15–18-year-olds and educators to explore exciting and varied digital careers. 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. If you’re an educator download our new Career Day Toolkit to help organise open day sessions for schools and colleges or try out our new Vocational Education toolkit to hold practical creative sessions, created by Fondazione Links and CISCO. We strive to showcase the diverse opportunities in digital careers beyond coding. Unlock your potential and dive into the world of digital careers today!',
17+
'about_description' => 'Careers in Digital is part of <a href="/about" class="text-dark-blue underline">EU Code Week</a> targeting 15–18-year-olds and educators to explore exciting and varied digital careers. 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. If you’re an educator download our new Career Day Toolkit to help organise open day sessions for schools and colleges or try out our new Vocational Education toolkit to hold practical creative sessions, created by Fondazione Links and CISCO. We strive to showcase the diverse opportunities in digital careers beyond coding. Unlock your potential and dive into the world of digital careers today!',
1818
'our_role_models' => 'Our role models',
1919
'more_about' => 'More about',
2020

resources/views/static/dream-jobs-in-digital-role.blade.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ class="animation-element move-background duration-[1.5s] absolute z-0 lg:-bottom
262262
></div>
263263
</section>
264264

265+
@if($item['pathway_map_link'])
265266
<section class="relative">
266267
<div class="absolute w-full h-full bg-light-blue md:hidden" style="clip-path: ellipse(370% 90% at 38% 90%);"></div>
267268
<div class="absolute w-full h-full bg-light-blue hidden md:block lg:hidden" style="clip-path: ellipse(188% 90% at 50% 90%);"></div>
@@ -272,13 +273,12 @@ class="animation-element move-background duration-[1.5s] absolute z-0 lg:-bottom
272273
Explore Career Pathway
273274
</h2>
274275
<img class="rounded-xl w-full h-60 md:h-auto object-cover object-center mb-6 md:mb-12" src="/images/dream-jobs/pathway-map.png" />
275-
@if($item['pathway_map_link'])
276-
<a class="font-normal text-xl text-dark-blue underline" target="_blank" href="/docs/dream-jobs/{{ $item['pathway_map_link'] }}">Career Pathway Map</a>
277-
@endif
276+
<a class="font-normal text-xl text-dark-blue underline" target="_blank" href="/docs/dream-jobs/{{ $item['pathway_map_link'] }}">Career Pathway Map</a>
278277
</div>
279278
</section>
279+
@endif
280280

281-
<section class="relative bg-light-blue">
281+
<section class="relative {{ !$item['pathway_map_link'] ? '' : 'bg-light-blue'}}">
282282
<div class="absolute w-full h-full bg-blue-gradient md:hidden" style="clip-path: ellipse(370% 90% at 38% 90%);"></div>
283283
<div class="absolute w-full h-full bg-blue-gradient hidden md:block lg:hidden" style="clip-path: ellipse(188% 90% at 50% 90%);"></div>
284284
<div class="absolute w-full h-full bg-blue-gradient hidden lg:block xl:hidden" style="clip-path: ellipse(168% 90% at 50% 90%);"></div>

resources/views/static/dream-jobs-in-digital.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,9 @@ class="absolute top-0 right-0 h-full max-w-[calc(70vw)] object-cover hidden md:b
190190

191191
<section class="relative flex overflow-hidden">
192192
<div class="relative pt-10 md:pt-28 codeweek-container-lg">
193-
<a href="/about" class="text-dark-blue text-[22px] md:text-4xl md:leading-[44px] font-medium font-['Montserrat'] mb-6 md:mb-10 block">
193+
<h2 class="text-dark-blue text-[22px] md:text-4xl md:leading-[44px] font-medium font-['Montserrat'] mb-6 md:mb-10 block">
194194
@lang('dream-jobs-in-digital.about_title')
195-
</a>
195+
</h2>
196196
<p class="text-[#20262C] font-normal text-[16px] leading-[22px] md:text-xl p-0 mb-6 md:mb-10 max-w-4xl">
197197
@lang('dream-jobs-in-digital.about_description')
198198
</p>

0 commit comments

Comments
 (0)