<?php

$include_level_up = 0;
$g_public_page = true;

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

$g_page_title = "Residential property gates";
#$g_page_meta_description = "";

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

    <div id="content-photo">
    	<img src="./photo/gates/green-drive-way-gate-lg.jpg" class="content-photo-image" />
    </div>
    
    <h1>Gates</h1>
    
    <p class="list-header">Colorsteel Fencing<sup>&reg;</sup> installs gates for residential properties.</p>
    <ul>
        <li>Single walkway and entrance gates</li>
        <li>Double leaf swing gates </li>
        <li>Driveway gates</li>
        <li>Sliding gates: manual & automatic </li>
    </ul>
    
    <p class="list-header">Colorsteel Fencing<sup>&reg;</sup> works with local suppliers and fabricators to provide gates to suit our customer's needs made from</p>
    <ul>
        <li><a href="http://colorbond.com/products/fencing" target="_blank">Colorbond</a><sup>&reg;</sup></li>
        <li>Pre-painted steel</li>
        <li><a href="tubular">Tubular steel</a></li>
        <li><a href="aluminium-slats">Aluminum slats</a></li>
        <li><a href="welded-mesh">Welded Mesh</a></li>
    </ul>
    
    <div class="page-bottom-photo-container">
        <?php
            $bottom_images = array(
                    "./photo/gates/beige-front-house-gate.jpg",
                    "./photo/gates/gray-gate.jpg",
                    "./photo/gates/green-front-house-gate.jpg",
                    "./photo/gates/green-footpath-gate.jpg",
                    "./photo/gates/beige-backyard-gate.jpg",
                    "./photo/gates/white-garden-gate.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');

?>
