From d646f171e19d6d43f9828850506d47a19686a7bd Mon Sep 17 00:00:00 2001 From: bernardhanna Date: Fri, 20 Feb 2026 15:26:26 +0000 Subject: [PATCH] match tool --- resources/lang/en/menu.php | 2 +- resources/lang/nl/menu.php | 2 +- resources/views/layout/footer.blade.php | 2 +- .../views/matchmaking-tool/index.blade.php | 36 +++++++++---------- .../views/matchmaking-tool/show.blade.php | 2 +- 5 files changed, 22 insertions(+), 22 deletions(-) diff --git a/resources/lang/en/menu.php b/resources/lang/en/menu.php index d0f8c6fce..f6359a6c6 100644 --- a/resources/lang/en/menu.php +++ b/resources/lang/en/menu.php @@ -67,7 +67,7 @@ 'leading_teachers' => 'Leading Teachers', 'badges_leaderboard' => 'Badges Leaderboard', 'podcasts' => 'Podcasts', - 'matchmaking_toolkit' => 'Matchmaking Toolkit', + 'matchmaking_toolkit' => 'Matchmaking Tool', 'hackathons' => 'Hackathons', 'slogan_menu' => 'Meet our role models and find your dream job', 'see_more' => 'See more', diff --git a/resources/lang/nl/menu.php b/resources/lang/nl/menu.php index 1fd0315d8..892d97703 100644 --- a/resources/lang/nl/menu.php +++ b/resources/lang/nl/menu.php @@ -46,7 +46,7 @@ 'leading_teachers' => 'Leidende docenten', 'badges_leaderboard' => 'Badge klassement', 'podcasts' => 'Podcasts', - 'matchmaking_toolkit' => 'Matchmaking toolkit', + 'matchmaking_toolkit' => 'Matchmaking tool', 'hackathons' => 'Hackathons', 'slogan_menu' => 'Ontmoet onze rolmodellen en vind je droombaan', 'see_more' => 'Bekijk meer', diff --git a/resources/views/layout/footer.blade.php b/resources/views/layout/footer.blade.php index 115ac9fd0..0bc06f096 100644 --- a/resources/views/layout/footer.blade.php +++ b/resources/views/layout/footer.blade.php @@ -120,7 +120,7 @@ class="cookweek-link hover-underline">@lang('footer.coding_home') @lang('footer.hackathons')
  • - Matchmaking Toolkit + Matchmaking Tool
  • diff --git a/resources/views/matchmaking-tool/index.blade.php b/resources/views/matchmaking-tool/index.blade.php index bb0cd4186..08f6f0441 100644 --- a/resources/views/matchmaking-tool/index.blade.php +++ b/resources/views/matchmaking-tool/index.blade.php @@ -3,7 +3,7 @@ @php $list = [ (object) ['label' => 'Resources', 'href' => '/resources'], - (object) ['label' => 'Matchmaking Toolkit', 'href' => ''], + (object) ['label' => 'Matchmaking Toolk', 'href' => ''], ]; @endphp @@ -16,10 +16,10 @@ @section('content')
    -
    -
    -
    -
    +
    +
    +
    +

    Connect & support @@ -46,53 +46,53 @@ class="absolute top-0 right-0 h-full max-w-[calc(70vw)] object-cover hidden md:b

    -
    +

    Are you an expert, industry leader, or organisation ready to inspire students? Or a school looking for digital professionals to bring real-world expertise into the classroom? 

    -

    +

    Join our growing EU Code Week Community and help build a strong network of digital professionals, companies, academics and educators to inspire students, both online and in person.  

    -

    +

    Experts & Organisation – Sign up to share your knowledge with educators.

    Register today!

    -
    -
    -

    +

    +
    +

    Registering as an individual?

    -

    +

    Fill out this form:

    Individual registration form
    -
    -

    +

    +

    Signing up as an organisation?

    -

    +

    Let us know here:

    Organisation registration form
    -

    +

    Schools & Educators – Browse the database to find the right expert and organisation for your students.

    diff --git a/resources/views/matchmaking-tool/show.blade.php b/resources/views/matchmaking-tool/show.blade.php index fe53e0526..d7b02bf83 100644 --- a/resources/views/matchmaking-tool/show.blade.php +++ b/resources/views/matchmaking-tool/show.blade.php @@ -8,7 +8,7 @@ } $list = [ (object) ['label' => 'Resources', 'href' => '/resources'], - (object) ['label' => 'Matchmaking Toolkit', 'href' => '/matchmaking-tool'], + (object) ['label' => 'Matchmaking Tool', 'href' => '/matchmaking-tool'], (object) ['label' => $profileName, 'href' => ''], ]; @endphp