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>