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/SBogers96/smilefotografie.nl/app/storage/views/d3d689df5a0207320b744ee3cee597ca
<!doctype html>
<html lang="en" class="<?php echo isset($negative) ? $negative : ''; ?>">
<head>
    <meta charset="UTF-8">

    <?php /* Robots noindex except for production */ ?>
    <?php if(\App::environment() != 'production'): ?>
        <meta name="robots" content="noindex"/>
    <?php endif; ?>

    <meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
    <meta name="description" content="<?php echo $meta->description; ?>" />

    <title><?php echo $meta->title; ?></title>

    <?php /* CSS */ ?>
    <link href='https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,300italic,700' rel='stylesheet' type='text/css'>
    <link href="/css/style.css" rel="stylesheet" type="text/css" />

    <?php /* Favicon */ ?>
    <?php echo $__env->make('layouts.partials.favicon', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>

    <?php /* Google analytics only for production */ ?>
    <?php if(\App::environment() == 'production'): ?>
    <!-- Google Tag Manager -->
        <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
                    new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
                    j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
                    'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
            })(window,document,'script','dataLayer','GTM-P8PSTQP');</script>
        <!-- End Google Tag Manager -->
    <?php endif; ?>

    <script src='https://www.google.com/recaptcha/api.js'></script>
</head>
<body class="<?php echo isset($bodyClass) ? $bodyClass : ''; ?>">

<?php if(\App::environment() == 'production'): ?>
    <!-- Google Tag Manager (noscript) -->
    <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-P8PSTQP"
                      height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
    <!-- End Google Tag Manager (noscript) -->
<?php endif; ?>

<?php echo $__env->make('layouts.partials.mobileNavigation', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>

<div class="full-grid-container">

    <header class="main">

        <div class="top-row">

            <?php /* Logo */ ?>
            <div class="logo-holder">
                <?php /* todo: replace span with logo*/ ?>
                <a href="/"> </a>
            </div>

            <?php /* Navigation */ ?>
            <?php echo $__env->make('layouts.partials.navigation', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
        </div>

        <?php /* Custom header content */ ?>
        <?php echo $__env->yieldContent('header'); ?>

    </header>

    <?php echo $__env->yieldContent('content'); ?>

    <?php echo $__env->make('layouts.partials.footer', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
</div>

<?php echo $__env->make('layouts.partials.cookieMessage', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>

<!-- Javascript Section -->

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js"></script>
<script>
    window.jQuery || document.write('<script src="/js/lib/jquery.js">\x3C/script>');
    window.Modernizr || document.write('<script src="/js/lib/modernizr.js">\x3C/script>');
</script>
<script data-main="/js/app/main" src="/js/lib/core/require.js"></script>

</body>
</html>