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_terms.php
<!-- Introduction -->

<section class="introduction">
    <div class="bg"></div>
    <div class="center">
        <div class="col left">
            <article>
                <h1>Algemene voorwaarden</h1>
                <p>
                    <a href="/public/docs/yoda_ict_algemene_voorwaarden_hosting_avg.pdf" target="_blank">Download</a> onze algemene voorwaarden als PDF.
                </p>
                <p><small>Laatste wijziging Algemene voorwaarden op 25 mei 2018</small></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="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>