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/yoda-ict/yoda-ict.nl/wwwroot/app/views/v_about.php

<!-- Banner -->
<section class="banner">
    <div class="delay_holder">
        <img src="/public/images/structure/clouds_600.png" alt="clouds" id="clouds" class="cloud" />
    </div>
    <span class="quote">
    &lsquo;Customer service shouldn&rsquo;t just be a department,<br />
    it should be the entire company&rsquo;
    </span>

    <span class="who">
        <span class="name">&mdash; Tony Hsieh</span>
        <span class="function">CEO of Zappos</span>
    </span>

    <div class="h_shadow u20"></div>
</section>

<!-- Introduction -->

<section class="introduction">
    <div class="bg"></div>
    <div class="center">
        <div class="col left">
            <article>
                <h1>over Yoda</h1>
                <p>
                    Service is het begin en eind van Yoda&rsquo;s dienstverlening. Dat betekent niet alleen oer-betrouwbare hardware, maar ook actief meedenken over de softwarearchitectuur. Omdat we van nature &lsquo;bouwers&rsquo; zijn en in alles een uitdaging zien, maar ook omdat we beseffen dat het succes van onze klanten ook ons succes is. We zijn meer een betrokken partner dan een anonieme leverancier. Omdat ICT-oplossingen en menselijkheid zich juist prima laten combineren.
                </p>
            </article>
        </div>
        <div class="col right">
            <article>
                <?php include DOCUMENT_ROOT . 'app/views/includes/v_cta.php'; ?>
            </article>
        </div>
        <div class="clear"></div>
    </div>

</section>


<!-- Services -->

<section class="services">
    <div class="delay_holder">
        <img src="/public/images/structure/snowbank.png" alt="snowbank" id="snowbank" />
    </div>
    <div class="center">
        <h2 class="large">Lees meer over onze diensten</h2>
        <ul id="blocks">
            <?php $this->getData('services'); ?>
        </ul>
        <div class="clear"></div>
    </div>

    <div class="h_shadow d10 top"></div>
</section>