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/SBogers101/cranendonckactief.nl/app/views/layouts/pages/election_list.blade.php
@extends('layouts.master')

@section('editable_content')

    <div class="color-wrapper">
        @include('layouts.partials.navigation')

        <div class="grid-row">

            <figure class="header-image">

                <picture>

                    <source media="(max-width: 875px)"
                            srcset="/img/home/cranendonck_actief_groep@0,5x.jpg">
                    <source media="(max-width: 1300px)"
                            srcset="/img/home/cranendonck_actief_groep@0,75x.jpg">
                    <img src="/img/home/cranendonck_actief_groep.jpg"
                         alt="parrot">
                </picture>

            </figure>

        </div>

    </div>


    @include('layouts.partials.electionList.candidates')


@endsection