HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/promic.komma.pro/wwwroot/fr/emplois.php
<div id="vacatures">
    <h1>Find your job at Promic</h1>
    <p>Promic is booming, that’s why we are always looking for enthusiastic, driven colleagues to join our team. Add this page to your favourites, and keep a close eye on it to discover what positions and opportunities we have in store for you!<br/>
        <br/>
        Can’t find your new role in our vacancies? You can always sent an open application to <a href="mailto:vacatures@promic.com">vacatures@promic.com</a>. Aimée will response to your proposal as soon as possible.<br/>
        <br/>
        We are looking forward to hear from you!<br/>
        <br/>
        <br/>
        <span style="color: rgb(145, 145, 148);">* Curious? Discover what it’s like to work at Promic on our <a href="https://www.facebook.com/promicbv/"
                                                                       target="_blank">Facebook</a> and <a
                    href="https://www.linkedin.com/company/5083668/" target="_blank">LinkedIn!</a> *</span>
    </p>

    <h2>Vacancies:</h2>

    <?php

    $vacancies = [
        [
            'title' => 'Account manager France',
            'url'   => '/fr/account-manager-france'
        ],
    ];

    foreach ($vacancies as $vacancy)
    { ?>
        <h3><a class="vacature-link" href="<?php echo $vacancy['url']; ?>"><?php echo $vacancy['title']; ?></a></h3>
    <?php } ?>

    <div class="personal-text">
        <img src="../../img/vacatures/aime_circle.jpg">

        <div class="text">
            <h1>Want to join our team?</h1>
            <p>Hi! My name is Aimée Gevers, HR Business Partner at Promic. Are you passionate about one of our vacancies, or do you have any questions? Just give me a call on <a href="tel:0031850660310">0031 (0)85-0660347</a> or mail to <a href="mailto:vacatures@promic.com">vacatures@promic.com</a>.
                <br/><br/>
                Let’s meet!
            </p>

        </div>
    </div>
</div>