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

<section class="introduction">
    <div class="bg"></div>
    <div class="center">
        <div class="col left">
            <article>
                <h1>Kentico CMS</h1>
                <p>
                    Een website die niet up-to-date is, schrikt bezoekers af en is dus minder effectief. Het actualiseren van uw content is dan ook belangrijk voor iedere ondernemer, maar dat kost tijd. Gelukkig zijn er handige oplossingen die zowel effici&euml;nt als effectief zijn.
                </p>
                <br />
                <img src="/public/images/static/yoda_ict-hosting-partner.png" alt="Kentico Partner" /><img src="/public/images/static/yoda_ict-bronze-partner.png" alt="Kentico Partner" />
                <br /><br />
                <p>
                    Yoda ICT is certified partner van Kentico, een Content Management Systeem gebouwd op gebruikvriendelijkheid. Technische kennis is niet nodig: wie met Word kan werken, kan met Kentico werken.
                </p>

                <div class="package in_article">
                    <span class="title text double_line">
                        De maandelijkse kosten voor<br />gebruik van het Kentico CMS zijn:
                    </span>
                    <ul>
                        <li>
                            <span class="prop">Kentico CMS Website inclusief<br />2 Gb webruimte, 500 Mb database</span>
                            <span class="value">&euro; 24,90</span>
                        </li>
                        <li>
                            <span class="prop">Extra 500 Mb webruimte</span>
                            <span class="value">&euro; 0,90</span>
                        </li>
                        <li>
                            <span class="prop">Extra 500 Mb databaseruimte</span>
                            <span class="value">&euro; 2,90</span>
                        </li>
                    </ul>
                </div>
                <div class="clear"></div>


            </article>
        </div>
        <div class="col right">
            <article>
                <?php
                    $streamer = 'Benieuwd wat het Kentico CMS<br /> voor uw business kan betekenen?';
                    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 andere webhosting diensten</h2>
        <ul id="blocks">
            <?php
            $Services = new Service_Block();
            echo $Services->generate(array('webhosting','domain','packages','magento'));
            ?>
        </ul>
        <div class="clear"></div>
    </div>

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