<?php

$include_level_up = 0;
$g_public_page = true;

include('./ladybug_include/generic_include.php');
include('./include/site_include.php');

$g_page_title = "Excavation | Kanga Loader";
$g_page_meta_description = "Our equipment includes compact utility loaders that suit a variety of tasks in confined areas";

include('./ladybug_include/header_include.php');
include('./include/site_header.php'); # Header for this project
?>

    <div id="content-photo">
    	<img src="./photo/excavation/post-hole-digger-lg.jpg" class="content-photo-image"  alt="Kanga Loader Auger" title="Kanga Loader Auger" />
    </div>
    
    <h1>Excavation</h1>
    
    <p class="sub-heading">Kanga Loader & Tip Truck: We'll move the earth for you!</p>
    
    <p>Colorsteel fencing<sup>&reg;</sup> diversified our equipment and skills to keep up with the community's demands and we have expanded our equipment range to include a Kanga loader with many attachments to suit many small excavation and construction jobs in and around the home.</p>
    
    <p class="list-header">Range of outdoor services</p>
    <ul>
        <li>Earth moving</li>
        <li>Four in one bucket</li>
        <li>Sweeping</li>
        <li>Leveling</li>
        <li>Stump & Post hole digging</li>
        <li>Trenching</li>
        <li>Site clean ups</li> 
        <li>Rubbish removal</li>
        <li>Retaining walls</li>
        <li>Link wall</li>
    </ul>
    
    <p class="list-header">Preparation for</p>
    <ul>
        <li>Paving and Driveway</li>
        <li>Landscaping and other projects</li>
    </ul>
    
    <div class="page-bottom-photo-container">
        <?php
            $bottom_images = array(
                    "./photo/excavation/truck-loader.jpg",
                    "./photo/excavation/bucket-broom.jpg",
                    "./photo/excavation/wooden-bars.jpg",
                    "./photo/excavation/mini-digger.jpg",
                    "./photo/excavation/leveller-spreader-bar.jpg",
                    "./photo/excavation/post-hole-digger.jpg",
                );
            foreach ($bottom_images as $img) {
                echo'<div class="photo-item"><div><img src="'.$img.'" /></div></div>';
            }
        ?>
        <div class="clear_both"></div>
    </div>
        
<?php

include('./include/site_footer.php'); # Footer for this project
include('./ladybug_include/footer_include.php');

?>
