<!DOCTYPE html> <html dir="ltr" lang="nl-NL"> <head> <title><?php echo SITE_NAME; ?> <?php echo wp_title('»', true, 'left'); ?></title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width, user-scalable=no"> <link rel="stylesheet" href="<?php echo TEMPLATE_URL; ?>/css/bootstrap.min.css" type="text/css" media="screen" /> <link rel="stylesheet" href="<?php echo TEMPLATE_URL; ?>/css/royalslider.css" type="text/css" media="screen" /> <link rel="stylesheet" href="<?php echo TEMPLATE_URL; ?>/css/style.css" type="text/css" media="screen" /> <link rel="stylesheet" href="<?php echo TEMPLATE_URL; ?>/css/main.css" type="text/css" media="screen" /> <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> <script src="<?php echo TEMPLATE_URL; ?>/js/html5shiv.js"></script> <script src="<?php echo TEMPLATE_URL; ?>/js/respond.min.js"></script> <![endif]--> <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> <link rel="apple-touch-icon" href="apple-touch-icon.png" /> <?php wp_head(); ?> <script src="//use.typekit.net/cui8tww.js"></script> <script>try{Typekit.load();}catch(e){}</script> <script src='https://www.google.com/recaptcha/api.js'></script> <script> window.onload = function () { document.addEventListener('wpcf7mailsent', function (event) { if (event.detail.contactFormId == 905) { var category = "Werk zoeken"; } else { var category = "Contact"; } gtag('event', 'Verstuur', { 'event_category': category }); }, false); var opleiding = document.querySelector(".opleiding__form button"); if (opleiding) { opleiding.addEventListener("click", function () { gtag('event', 'Verstuur', { 'event_category': "Opleiding" }); }); } }; </script> </head> <body <?php body_class(); ?>> <!-- ------------------------------ --> <!-- TOP CONTACT --> <!-- ------------------------------ --> <div class="container-fluid top__bar"> <div class="container"> <div class="row"> <div class="col-xs-5 col-md-4"> <a class="header_logo" href="<?php echo HOME_URL; ?>"><img src="<?php echo TEMPLATE_URL; ?>/img/nieuwlandgeo-Logo-RGB_kle.png" /></a> </div> <form class="col-xs-7 col-md-5 top-bar__form" action="<?php echo HOME_URL; ?>" method="get"> <input class="top-bar__search" type="text" name="s" placeholder="Waar bent u naar op zoek?" /> <button class="top-bar__submit" type="submit">Zoeken</button> </form> <div class="col-md-3 top-contact flex-center-align"> <span class="top-contact__phone flex-center-align"><?php echo get_option('contact_tel'); ?></span> <a class="top-contact__mail flex-center-align" href="mailto:geo@nieuwland.nl">Mail ons</a> </div> </div> </div> </div> <!-- ------------------------------ --> <!-- MAIN MENU --> <!-- ------------------------------ --> <div class="container-fluid main-menu"> <div class="container"> <div class="row"> <div class="col-md-12"> <?php $args = array( 'menu' => 'Main menu', 'theme_location' => 'main-menu', 'container' => false, 'walker' => new Dropdown_Info_Menu(), ); wp_nav_menu($args); ?> </div> </div> </div> </div> <!-- ------------------------------ --> <!-- TOP BAR --> <!-- ------------------------------ --> <!-- <div class="container top-bar"> <div class="row"> <div class="col-sm-6"> <a href="<?php echo HOME_URL; ?>"><img src="<?php echo TEMPLATE_URL; ?>/img/nieuwlandgeo-Logo-RGB_kle.png" /></a> </div> <form class="col-sm-6 top-bar__form" action="<?php echo HOME_URL; ?>" method="get"> <input class="top-bar__search" type="text" name="s" placeholder="Waar bent u naar op zoek?" /> <button class="top-bar__submit" type="submit">Zoeken</button> </form> </div> </div> --> <!-- ------------------------------ --> <!-- HEADER --> <!-- ------------------------------ --> <?php if (is_front_page() && function_exists('get_new_royalslider')): ?> <?php echo get_new_royalslider(4); ?> <?php else: ?> <?php if ($headerUrl = get_post_meta($post->ID, 'header_image', true)): ?> <div class="container-fluid header" style="background-image: url(<?php echo esc_attr($headerUrl); ?>);"> </div> <?php endif; ?> <?php endif; ?> <?php if (!is_front_page()): ?> <!-- ------------------------------ --> <!-- BREACRUMBS --> <!-- ------------------------------ --> <div class="container breadcrumbs"> <div class="row"> <div class="col-xs-12"> <?php if (function_exists('bcn_display')) { bcn_display(); } ?> <a class="breadcrumbs__vorige" href="#"><?php _e('Vorige pagina', 'ylt-dev'); ?></a> </div> </div> </div> <?php endif; ?>