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/somerenslust.komma.pro/resources/views/site/pages/member/show.blade.php
@extends('site.master', ['view' => 'memberShow'])

@section('title', 'Ledeninfo | Somerens Lust')

@section('dataLayer')
    <script>
        dataLayer = [{
            'signedIn': true,
        }];
    </script>
@endsection

@section('content')

    <div class="sidebar">

        <span class="fill-out light-grey"></span>

        @include('site.partials.header')

        <div class="sidebar-content">
            <div class="grid-row">

                <div class="repetition-scheme">

                    <h1>
                        @lang('site/member.title')
                        <div class="lines">
                            @for($i = 0; $i < 5; $i++)
                                <span></span>
                            @endfor
                        </div>
                    </h1>

                    <div class="global-message kms-content">
                        <h2>Concertreis 2017</h2>
                        <p>Download de bestanden<br/>
                            Foto's: <a href="https://we.tl/pX8nMGW7RO" target="_blank">https://we.tl/pX8nMGW7RO</a><br/>
                            Film: <a href="https://we.tl/pX8nMGW7RO" target="_blank">https://we.tl/QB3zABtKWb</a><br/>
                            <br/>
                            Of kijk de film online: <a href="https://we.tl/pX8nMGW7RO" target="_blank">https://youtu.be/BDkeLNteVAU</a>
                        </p>
                    </div>

                    @include('site.partials.member.schemes')

                </div>

                <div class="global">

                    <h2>@lang('site/member.globalInfo')</h2>

                    @include('site.partials.member.documents')

                </div>

            </div>

        </div>

    </div>

    @include('site.partials.member.photoAlbums')

@endsection