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-mediadesign.nl/wwwroot/en/about_us.php
<div id="bedrijfDiv">
    <div id="contentLeft">
    
        <h1>Our company</h1>
    
        <div class="image">
        	<div class="shadow"></div>

            <div id="PhotoSlider" class="about">
                <ul>
                    <li><img src="/img/over_ons/over_ons_1.jpg"/></li>
                </ul>
            </div>
        </div> 
    </div>

    <div id="contentRight">
		<span id="overOnsTitle">'Eye for detail is eye for the unique' (C. Verhoeven)</span>
       	
        <div class="columnLeft">
        	<p>Quality is difficult to describe, it is something you have to experience. It is more than supplying strong products that do exactly what they are made for; they are light, stylish and solid, but most of all very user friendly. Quality also means a good service and shipping the right products in accordance with accurate planning.</p>
            <p>Promic supplies mobile presentation systems.  A wholesale business that not only thinks in forms of standard possibilities, but also keeps working on product development and expansion of its offer, now and in the future.</p>
        </div>
        <div class="columnRight">        	
			<p>Quality, service and a competitive price have been Promic's top priority for more than 10 years. A reliable partner, operating in 37 European countries; THE address for one-stop-shopping.</p>
            <p class="italic">Want to know more? Please meet our <a href="/en/products">products</a> or <a href="/en/contact">contact</a> us directly.</p>
        </div>
    </div>
</div>
<div id="fullHorizonLine"><div class="line"></div></div>
<div id="onsTeamDiv">
	<h2>Our team</h2>
    <ul id="teamList">
    	<li id="teamTekst">
        	<p>Promic is better described as "we". We are a strong team and focus on our service and customer-friendliness. Service is work of man, so we listen to our customers and adjust our products and services if necessary.</p>
            <p class="italic">Want to know more? Please meet us, and meet the people behind Promic.</p>
        </li>
        <?php

        // Create list of all employees
        include_once $_SERVER['DOCUMENT_ROOT'] . '/app/views/partials/employeesList.php';

        ?>
    </ul>
</div>