


<!DOCTYPE html>
<html lang="en">
    <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="description" content="">
    <meta name="author" content="">

    <link rel="icon" href="img/Favicon.ico">
    <title>Palmwaters</title>

    <!-- Font Awesome for icons -->
    <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
    <!-- Jquery -->
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
    <!-- Bootstrap core JS -->
    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
    <!-- Bootstrap css -->
    <link rel="stylesheet" href="bootstrap.css">
    <!-- Google Font Open Sans -->
    <link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
    <!-- bxSlider Javascript file -->
    <script src="jquery.bxslider.min.js"></script>
    <!-- bxSlider CSS file -->
    <link href="jquery.bxslider.css" rel="stylesheet" />
    <!-- Custom Css -->
    <link href="style.css" rel="stylesheet" />
        <script>
    $(document).ready(function(){
      $('.bxslider').bxSlider({
        captions: true,
        preventDefaultSwipeX: false
      });
    });
    </script>
    </head>
    <body>

    <?php include('navbar.php'); ?>

    <div class="container">


        <!-- List of Features -->
        <div class="row" style="margin-top:20px;">
            <div class="col-md-6">
                <div class="page-header">
                    <h3>Our Property</h3>
                </div>
                <p>
                  Palm Waters offers a range of facilities that ensure you have a hassle free comfortable stay. <br /><br />
                </p>
                <ul class="list-group">
                  <li class="list-group-item">Free Wi-Fi</li>
                  <li class="list-group-item">Large Comfortable Units</li>
                  <li class="list-group-item">Undercover parking</li>
                  <li class="list-group-item">Foxtel</li>
                  <li class="list-group-item">Outdoor Swimming Pool</li>
                  <li class="list-group-item">BBQ facilities</li>
                  <li class="list-group-item">10 mins from Airport</li>
                </ul>
            </div>
            <div class="col-md-6">
                <div class="page-header">
                    <h3>Close to</h3>
                </div>
                <p>
                  Location, location, location. Palm Waters is perfectly located on the Jezzine Barracks end of The Strand. Walking distance to the ocean front and 10 minutes from the Townsville Airport.
                </p>
                <ul class="list-group">
                   <li class="list-group-item">The Ville</li>
                   <li class="list-group-item">Reef HQ</li>
                   <li class="list-group-item">The Strand</li>
                   <li class="list-group-item">Townsville Sports Reserve</li>
                   <li class="list-group-item">City Centre</li>
                   <li class="list-group-item">Jezzine Barracks</li>
                   <li class="list-group-item">Queensland Country Bank Stadium</li>
                </ul>
            </div>
        </div>

        <!-- Images of Features + close to locations -->
        <ul class="bxslider">
            <li><img src="photos/TheStrand.jpg" title="Strand" /></li>
            <li><img src="photos/TheStrand2.jpg" title="Strand" /></li>
            <li><img src="photos/Jupiters.jpg" title="Jupiters" /></li>
            <li><img src="photos/Reef_HQ.jpg" title="Reef HQ" /></li>
        </ul>
    </div>

    <!--
    <div class="header bg-primary">
        <div class="container">
            <div class="page-header">
                <h1>Things to do</h1>
            </div>
            <div class="row">
                <div class="col-md-6">
                <h3>The Strand</h3>
                    There are many activities you can enjoy at The Strand,
                    walk the pathway from the rock pool to the water park, enjoy swimming in the stinger free enclosures,
                    and why not plan a BBQ at any of the beautiful areas along the way.  Take the kids to the famous water park and brave the bucket or for the little ones a fully fenced playground is set amongst BBQ’s and shady trees.
                </div>
                <div class="col-md-6">
                    <h3>GREGORY STREET CAFÉ’s</h3>
                    If you are looking for somewhere to enjoy a coffee, gelato or meal along our beautiful water front, head up to the Gregory street area for a great selection of café’s, restaurants and eateries.
                </div>
            </div>
            <div class="row">
                <div class="col-md-6">
                    <h2>FOR THE KIDS</h2>
                    <p>Plan some adventures for the kids with the many great places just on our doorstep.
                    Walk, scooter or run along the length of the Strand pathway leading from the Water Park to the Rock pool and beyond.
                    The Reef HQ and Tropical North Queensland Museum another fun filled day out.</p>
                </div>
                <div class="col-md-6">
                    <h3>MAGNETIC ISLAND</h3>
                    <p>The ferry terminal is just 5 minutes away, and a 20 minute ferry ride will have you on Magnetic Island,
                    why not explore the possibilities on the Island, hire a moke or Jet Ski, ride a horse, visit the Billabong sanctuary or just relax on a beach.
                    A visit to Maggie will be worth it. </p>
                </div>
            </div>
        </div>
    </div>


    <div class="container">
        <h1>Community Flyer</h1>

        <div class="row" style="text-align:center">
            <div class="col-md-12" >
            <a href="http://www.communityflyer.com.au"><img src="Images/communityflyer.png"></a>
            <p>A member of ‘The Community Flyer’ Townsville support transportation needs.  Eligible guest may have access to this service. Ask reception for more details.</p>
            </div>
        </div>

    </div>
  -->

    <?php include('footer.php'); ?>

    </body>
</html>
