File: D:/HostingSpaces/BVerhoeven/verhoevendak.nl/app/storage/views/273ab767bbb47fd5e562d8410bec0135
<?php
$aboutBlocks = $page->content->translation->description;
?>
<?php $__env->startSection('editable_content'); ?>
<div class="about-content">
<?php if(!empty($aboutBlocks['intro']->status)): ?>
<div class="grid-row row top">
<?php echo $__env->make('layouts.partials.breadcrumb', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<div class="grid-col col-4 offset-1 textholder">
<h1><?php echo $aboutBlocks['intro']->typeName; ?></h1>
<div class="text">
<?php echo $aboutBlocks['intro']->description; ?>
</div>
<a href="<?php echo $aboutBlocks['intro']->link; ?>"
class="button blue arrow"><?php echo $aboutBlocks['intro']->link_text; ?></a>
</div>
<div class="grid-col col-6 pull-right imgholder">
<?php /*<img class="large" alt="impression image" src="<?php echo $aboutBlocks['intro']->images[0]->large_image_url; ?>"/>*/ ?>
<figure class="large"
style="background-image: url('<?php echo $aboutBlocks['intro']->images[0]->large_image_url; ?>');"></figure>
<?php echo $__env->make('layouts.svg.bigHexagon', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<?php echo $__env->make('layouts.svg.scrollHinter',['target'=>''], array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
</div>
</div>
<?php endif; ?>
<?php if(!empty($aboutBlocks['testimonial-wim']->status)): ?>
<?php echo $__env->make('layouts.partials.dynamic.'.$aboutBlocks['testimonial-wim']->view,[
'dir'=> $aboutBlocks['testimonial-wim']->location,
'text'=> $aboutBlocks['testimonial-wim']->description,
'img' => $aboutBlocks['testimonial-wim']->images[0]->large_image_url,
'mailLink' => $aboutBlocks['testimonial-wim']->link,
'name' => $aboutBlocks['testimonial-wim']->typeName,
'isFirst' => true], array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<?php endif; ?>
<?php if(!empty($aboutBlocks['testimonial-bart']->status)): ?>
<?php echo $__env->make('layouts.partials.dynamic.'.$aboutBlocks['testimonial-bart']->view,[
'dir'=> $aboutBlocks['testimonial-bart']->location,
'text'=> $aboutBlocks['testimonial-bart']->description,
'img' => $aboutBlocks['testimonial-bart']->images[0]->large_image_url,
'mailLink' => $aboutBlocks['testimonial-bart']->link,
'name' => $aboutBlocks['testimonial-bart']->typeName], array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<?php endif; ?>
<?php if(!empty($aboutBlocks['testimonial-john']->status)): ?>
<?php echo $__env->make('layouts.partials.dynamic.'.$aboutBlocks['testimonial-john']->view,[
'dir'=> $aboutBlocks['testimonial-john']->location,
'text'=> $aboutBlocks['testimonial-john']->description,
'img' => $aboutBlocks['testimonial-john']->images[0]->large_image_url,
'mailLink' => $aboutBlocks['testimonial-john']->link,
'name' => $aboutBlocks['testimonial-john']->typeName,
'isLast' => true], array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<?php endif; ?>
<?php if(!empty($aboutBlocks['references-link']->status)): ?>
<div class="grid-row row referenties">
<div class="grid-col col-12 reference-linkholder">
<a href="<?php echo $aboutBlocks['references-link']->link; ?>"><?php echo $aboutBlocks['references-link']->link_text; ?></a>
<br/>
<span class="yellowline"></span>
</div>
</div>
<?php endif; ?>
<?php if(!empty($aboutBlocks['uit-je-dak']->status)): ?>
<div class="grid-row full-row uit-je-dak">
<div class="grid-row">
<div class="grid-col col-4 textholder">
<div class="text">
<?php echo $aboutBlocks['uit-je-dak']->description; ?>
</div>
<a href="<?php echo $aboutBlocks['uit-je-dak']->link; ?>"
class="button blue arrow"><?php echo $aboutBlocks['uit-je-dak']->link_text; ?></a>
</div>
<div class="grid-col pull-right imgholder"
style="background-image: url('<?php echo $aboutBlocks['uit-je-dak']->images[0]->large_image_url; ?>')"></div>
</div>
</div>
<?php endif; ?>
</div>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.master', ['view' => 'about'], array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>