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

<section class="introduction">
    <div class="bg"></div>
    <div class="center">
        <div class="col left">
            <article>
                <h1>Sitemap</h1>

                <ul class="sitemap">
                    <li><a class="title" href="/">Home</a></li>
                    <li><a class="title" href="/over-ons">Over Yoda</a></li>
                    <li><a class="title" href="/diensten">Diensten</a>
                        <ul>
                            <li><a class="title" href="/webhosting">Webhosting</a>
                                <ul>
                                    <li><a class="title" href="/webhosting/domeinregistratie">Domeinregistratie</a></li>
                                    <li><a class="title" href="/webhosting/hostingpakketten">Hostingpakketten</a></li>
                                    <li><a class="title" href="/webhosting/kentico-cms">Kentico CMS</a></li>
                                    <li><a class="title" href="/webhosting/magento-webshops">Magento Webshops</a></li>
                                </ul>
                            </li>
                            <li><a class="title" href="/hosted-exchange">Hosted Exchange</a></li>
                            <li><a class="title" href="/virtuele-werkplekken">Virtuele Werkplekken</a></li>
                            <li><a class="title" href="/vds-hosting">VDS Hosting</a></li>
                        </ul>
                    </li>
                    <li><a class="title" href="/references">Referenties</a>
                    <li><a class="title" href="/contact">Contact</a>
                </ul>
            </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>