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/BVerhoeven/verhoevendak.nl/app/storage/views/17ab2d413294fadcad5ae280a75c3172
<div class="home-header">

    <div class="logo">
        <a href="/<?php if(isset($page->root) && $page->code_name != 'home'): ?><?php echo $page->root->translation->route->route; ?><?php endif; ?>">
        </a>
    </div>
    <?php /* Content */ ?>

    <div class="grid-row full-row home-img-container">
        <div class="grid-row header-hexagon">
            <?php if(!empty($page->content->translation->description['hexaBlock']->status)): ?>
                <div class="grid-col overlay-hexagon">
                        <h2><?php echo $page->content->translation->description['hexaBlock']->typeName; ?></h2>

                        <div class="text">
                            <?php echo $page->content->translation->description['hexaBlock']->description; ?>

                        </div>
                        <?php /*<?php echo $__env->make('layouts.svg.overlay-hexagon', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>*/ ?>
                        <div class="bottom">
                            <?php echo $__env->make('layouts.svg.scrollHinter',['target'=>'home-diensten-menu'], array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
                            <a href="<?php echo $page->content->translation->description['hexaBlock']->link; ?>"
                               class="button blue arrow"><?php echo $page->content->translation->description['hexaBlock']->link_text; ?></a>
                        </div>
                </div>
            <?php endif; ?>
        </div>
    </div>
    <?php /*<div class="grid-row full-row home-vid-container">*/ ?>
        <?php /*<div id="video" class="">*/ ?>
            <?php /*<iframe id="vimeo-player"></iframe>*/ ?>
        <?php /*</div>*/ ?>
    <?php /*</div>*/ ?>
</div>