Skip to content

Commit a36a658

Browse files
committed
fix: video links
1 parent 4d3a24d commit a36a658

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
'description1' => "Anny Tubbs' professional path began in law and evolved into multinational leadership roles, where she was tasked with delivering large-scale change in complex matrix organisations. Her focus grew from antitrust matters and sales to anti-corruption and the full spectrum of business ethics. This taught her the importance of thoughtful communication and outreach.",
1414
'description2' => "Anny has always been inspired by individuals whose values and skills make a positive difference. In today’s hyperconnected world - where digital and real-world issues intertwine - she seeks to leverage digital media to spotlight constructive news and encourage informed dialogue for a better future. To update her skills, Anny attended film school and completed an MSc in Journalism and Media in Europe. She co-founded a production company, directed several short documentaries, and began working with the multimedia team of a European news agency. Today, she is involved in multimedia production, content creation and educational projects that focus on digital and values-driven learning. She enjoys the fact that technology makes it possible to connect with people from all over the world.",
1515
'link' => 'https://www.linkedin.com/in/annytubbs/',
16-
'video' => 'https://www.youtube.com/embed/QLEm6Qck5s8?si=6GJ0eHDW5f1PrjYY',
16+
'video' => 'https://www.youtube.com/embed/MUYkkR45Ky4?si=_achxuxizZ4Fs_OE',
1717
'pathway_map_link' => 'Career Pathway Map Anny Tubbs.pdf',
1818
'country' => 'be'
1919
],

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,10 @@ class="w-full rounded-2xl object-cover object-center h-[calc(80vw-40px)] sm:h-au
203203
src="/images/dream-jobs/career-about.png"
204204
/>
205205
<div class="absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2">
206-
@include('layout.video-player', ['id' => 'careers-about', 'src' => 'https://youtu.be/pzP-kToeym4'])
206+
@include('layout.video-player', [
207+
'id' => 'careers-about',
208+
'src' => 'https://www.youtube.com/embed/pzP-kToeym4?si=FzutCQGW4rO5M_5A',
209+
])
207210
</div>
208211
</div>
209212
</div>

0 commit comments

Comments
 (0)