Hole In One
Beautiful meadow views, nice architecture and the beach closely located. There is no doubt that The Noordwijkse Golfclub has one of most beautiful golfcourses of the Netherlands. And a new website to match: fully responsive, user-friendly and a high-end design!


jQuery(document).ready(function($) {
// Header slider
$('#projectslider').cycle({
fx:'fade',
timeout: 5500,
speed: 1400,
slides: '> .header-bg',
autoHeight:'calc',
pager: '.slider__pager > div',
next: '.slidernext',
prev: '.sliderprev',
pagerTemplate: '',
pagerActiveClass: 'slider__pagerbull--active'
});
});
jQuery(document).ready(function($) {
$(window).load(function() {
var config = {
}
window.sr = new scrollReveal( config );
});
$('.see-more-button-project').on('click',function(){
$('html, body').animate({
scrollTop: $('.entry-content').offset().top
}, 1000);
});
});