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/SBogers87/basephotography.nl/app/views/layouts/partials/showreel.blade.php
@if($data->translations['showreel']['active'])
    <section class="showreel-row content-container" id="showreel">
        <div class="video grid8">
            <div class="background"></div>
            <iframe id="showreelVideo"
                    src="https://player.vimeo.com/video/{{$data->translations['showreel']['link']}}?color=ff9600&title=0&byline=0&portrait=0"
                    width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen
                    allowfullscreen></iframe>
        </div>
        <div class="information grid3 offset-1">
            <div class="content grid12">
                <h3>{{$data->translations['showreel']['title']}}</h3>
                {{$data->translations['showreel']['text']}}
            </div>
            <div class="clear"></div>
        </div>
        <div class="clear"></div>
    </section>
@endif

<div class="showreel-sub @if(!$data->translations['showreel']['active']) extra-margin-top @endif">
    <div class="blocks">
        <div class="block1"></div>
        <div class="block2"></div>
        <div class="block3"></div>
    </div>
    <div class="image-background showreel-background">
    </div>
</div>