The complete Fit-out from shell of a new out of town supermarket. In addition to the usual finishing trades we installed a new mezzanine floor. Due to government Covid-19 restrictions we had to temporarily close the site, implement new working procedures and then reopen safely when permitted to do so. The overall project duration was maintained.
$prevPost = get_previous_post();
$prevThumbnail = get_the_post_thumbnail( $prevPost->ID, 'thumbnail' , array( 'class' => 'dp_pp' ) );
$ddpd = "$prevThumbnail
";
previous_post_link( '%link', $ddpd );?>
The Food Warehouse – Elgin
Project Duration - 8 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 );?>