<?php

$g_include_level_up = 0;
$g_public_page = true;

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

$path_info = str_get_path_info();
if (isset($path_info) && str_is_data($path_info)) {
    generic_handle_index_input($path_info);
}

//$g_page_title = "";
//$g_page_meta_description = "";

//$g_show_carousel = true;
include('./ladybug_include/header_include.php');
include('./include/site_header.php'); # Header for this project
?>
    
    <div id="content-photo">
        <img src="./photo/home-page/beige-wooden-fence-lg.jpg" class="content-photo-image"  alt="Steel Lattice Fence" title="Steel Lattice Fence" />
    </div>	
    
    <p class="heading">Located in Kilsyth and servicing the suburbs of Melbourne's East</p>
        <p>Colorsteel Fencing<sup>&reg;</sup> specialises in the installation of steel fencing, <a href="gates">gates</a> and <a href="steel-pickets-and-lattice#lattice">lattice</a> using <a href="http://colorbond.com/products/fencing" target="_blank">Colorbond</a><sup>&reg;</sup>, pre-painted or <a href="tubular">tubular steel</a>.</p>
    <p class="sub-heading">Servicing the Eastern Suburbs</p>
        <p class="list-header" style="margin-top: 15px;">The products we use include</p>
            <ul>
                <li>Bluescope <a href="http://colorbond.com/products/fencing" target="_blank">Colorbond</a><sup>&reg;</sup> steel</li>
                <li><a href="http://www.gram.com.au/steel-privacy-fencing" target="_blank">Gramline Steel Privacy Fencing</a></li>
                <li>Gramlattice and flat punched <a href="steel-pickets-and-lattice#lattice">steel lattice</a></li>
                <li>Metroll Systems: Metline, Metfence, Trimclad, Corry and MiniCorry</li>
                <li><a href="tubular">Tubular steel</a> fencing for pools and gardens made from galvanised and powder coated steel</li>
                <li><a href="steel-pickets-and-lattice#pickets">Tubular steel pickets</a> made from galvanized and powder coated steel</li>
                <li><a href="welded-mesh">Welded mesh</a> fencing</li> 
            </ul>
        <p class="list-header">Our range of outdoor services </p>
            <ul>
                <li>Kanga loader with a 4 in 1 bucket with a broom attachment for sweeping</li>
                <li>Attachments for leveling, stump and post hole digging, Trenching</li>
                <li>We also do site clean ups and rubbish removal</li>
                <li>Retaining walls and link wall designs</li>
            </ul>
        <p class="list-header">Preparation for</p>
            <ul>
                <li>Paving and driveways</li>	
                <li>Landscaping including earth moving</li>
            </ul> 
    
    <br />
    <p>Please <a href="./contact-us">contact us</a> for prompt reliable service.</p>		
    
    <div class="page-bottom-photo-container">
        <?php
            $bottom_images = array(
                    "./photo/home-page/beige-front-garden-fence.jpg",
                    "./photo/home-page/black-iron-front-two-storey-house-fence.jpg",
                    "./photo/home-page/beige-front-house-fence.jpg",
                    "./photo/home-page/white-gray-front-house-fence.jpg",
                    "./photo/home-page/beige-drive-way-fence.jpg",
                    "./photo/home-page/green-iron-footpath-fence.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');
?>