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/SBogers10/ridderstee.komma.pro/app/storage/views/6af54d84ccaae1539988ce2d124543ed
<section class="video-block">

    <?php /* Background coloring */ ?>
    <div class="background">
    </div>

    <div class="grid-row video-header">
        <div class="video-placeholder">
            <div id="video" class=" <?php if(!$desktop): ?> showPlaceholder <?php endif; ?> ">
                <div class="text-overlay">
                    <div class="text-placeholder">
                        <h1><?php echo KommaLang::get('videoHeader'); ?></h1>
                        <a href="#content" class="internalLink button down white">
                            <?php echo \Illuminate\Support\Facades\Lang::get('translations.moreInfoHeader'); ?>
                        </a>
                    </div>
                </div>

                <?php if($desktop): ?>
                    <iframe id="vimeo-player" src="https://player.vimeo.com/video/245206249?background=1" frameborder="0"
                            webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
                <?php endif; ?>
            </div>
            <?php echo $__env->make('layouts.partials.mainButtons', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
        </div>

    </div>

</section>