<![endif]-->
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,400italic,700' rel='stylesheet' type='text/css'>
<?php wp_head(); ?>
+<script>
+ window['pages'] = {
+ 'amenities': '<?php echo get_permalink(29); ?>',
+ 'area' : '<?php echo get_permalink(31); ?>'
+ }
+</script>
</head>
<body <?php body_class(); ?>>
}, 1000 );
}
- $('.portfolio-list').on("click", function(e){
+ $('.portfolio-listing').first().children('.portfolio-list').on("click", function(e){
e.preventDefault();
});
+ let portfolio_bottom = $('.portfolio-listing').last();
+ portfolio_bottom.children('a').first().attr('href', 'https://clients.innroad.com/kingsail/property.aspx').attr('target', '_blank');
+ portfolio_bottom.children('a:eq(1)').attr('href', window.pages.amenities);
+ portfolio_bottom.children('a').last().attr('href', window.pages.area);
});
\ No newline at end of file