We were appointed to carry out the refurbishment of all communal areas in a fully operational residential home. Programming and liaison with the stakeholders on the ground were critical on this project to ensure a smooth delivery of our works with minimum disruption to the residents. Our works included stripping-out and removals, plastering, plumbing, vinyl flooring, decorations, stainless steel handrail, joinery and furniture installation. Excellent feedback was received on completion from our client Jigsaw Homes.
$prevPost = get_previous_post();
$prevThumbnail = get_the_post_thumbnail( $prevPost->ID, 'thumbnail' , array( 'class' => 'dp_pp' ) );
$ddpd = "$prevThumbnail
";
previous_post_link( '%link', $ddpd );?>
Gardenfold House – Droylsden, Manchester
Project Duration – 6 weeks
$nextPost = get_next_post();
$nextThumbnail = get_the_post_thumbnail( $nextPost->ID, 'thumbnail' , array( 'class' => 'dp_np' ) );
$ddnd = "$nextThumbnail
";
next_post_link( '%link', $ddnd );?>
$dprev = "
" . get_the_title($prevPost->ID) . "
";
previous_post_link( '%link', $dprev );?>
$dnext = "
" . get_the_title($nextPost->ID) . "
";
next_post_link( '%link', $dnext );?>