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/services/v_webhosting.php
<!-- Introduction -->

<section class="introduction">
    <div class="bg"></div>
    <div class="center">
        <div class="col left">
            <article>
                <h1>Webhosting</h1>
                <p>
                    Yoda ICT en Windows gaan hand in hand. De hostingomgeving is opgebouwd aan de hand van de <strong>Windows Based Hosting architectuur</strong>, omdat dit zowel <strong>veiligheid</strong> als <strong>flexibiliteit</strong> biedt. Allebei onmisbare eigenschappen voor ondernemers met ambities.
                </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 webhosting diensten</h2>
        <ul id="blocks">
            <?php
            $Services = new Service_Block();
            echo $Services->generate(array('domain','packages','kentico','magento'));
            ?>
        </ul>
        <div class="clear"></div>
    </div>

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