<?php

$g_include_level_up = 0;

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);
}

# Non CMS
# $g_carousel_source = "./image/carousel/home";
# $g_filmstrip_source = "./image/filmstrip/home";

# CMS
# if ($g_cms_exists) {
#    $g_carousel_source = "home_carousel_images";
#    $g_filmstrip_source = "home_filmstrip_images";
#}

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

# CMS code
if ($g_cms_exists) {
    print cms_get_content_by_internal_name("index_page");
} else {

    ?>

    <h1>Welcome to Patricia Hunt Art</h1>
      
        <section class="contact-details">
    	    <div class="column-one">
                <?php
                if ($g_cms_exists) {
                    print cms_get_content_by_internal_name("contact_us_column_one");
                } else {

                ?>
                <p>After graduating in Fine Arts and Education, Tricia pursued a career in teaching secondary art for many years, including 28 years as Head of Art at Camberwell Girls Grammar School. In the last decade, Tricia has focused on creating her own artworks. She is inspired by her travels around the world especially Europe, New Zealand, South America and Asia.
								<br><br>
								Tricia enjoys painting people, their emotions and relationships with the environment. Working from real life with models, portrait, nude or in costume are the areas she finds particularly engaging. Each model, each pose has a story to tell and her own personal response gives Tricia's paintings an important emotional connection with that story and gives her paintings vitality and authenticity. 
								<br><br>
								Portraits have become a particular specialty for Tricia. It is important for Tricia to engage and to feel comfortable with her subject with creating a portrait. Ensuring she spends time with her subject, allows everyone to feel relaxed, to share stories and discuss expectations.  
								<br><br>
								A recent exciting and enjoyable experience has been to create portraits of children where the children create and paint the backgrounds and Tricia superimposes their portraits over top. These collaborative artworks have been very popular with the children, parents and grandparents alike.
								<br><br>
								While painting landscapes has become secondary to her portraits and figure studies, she can often be seen sitting on a park bench or steps of an old historic building, drawing and interpreting what she is seeing and experiencing.  Many of these quick sketches or paintings have been admired and sold because of they truthfully capture the moment.
								<br><br>
								Tricia is always open to new ideas and commisionned pieces. If you have an idea in mind she would love to hear form you.</p>
                    <?php
                }
                ?>
            </div>
            
            <div class="column-two">
                <?php
                if ($g_cms_exists) {
                    print cms_get_content_by_internal_name("contact_us_column_one");
                } else {

                ?>
                <img src="./image/tricia.jpeg" width="100%" alt="Tricia with Van Goug">
                
                <h3>Tricia belongs to 2 artist organisations, follow them below.</h3>
                <p><b>Studio 4 Artists:</b>
                	<br><a href="https://www.facebook.com/studio4artists/" target="_blank">Facebook</a> <br><br> 
                	and <br><br>
                <b>Melbourne Society of Women Painters and Sculptors: </b>
                <br><a href="https://www.facebook.com/mswpaintersandsculptors/" target="_blank">Facebook</a>  |  <a href="http://mswps.com.au/" target="_blank">Website</a>	</p>
                    <?php
                }
                ?>
            </div>
        </section>
        
        <div class="clear-both"></div>
        

<h1>Tricia's Paintings</h1>
        
<?php

$gallery_location = "./image/gallery";
$parameter_array = array();
if (config_setting_exists("general.template.site_design") && str_is_data(config_get_setting("general.template.site_design"))) {
    $parameter_array['class_name'] = config_get_setting("general.template.site_design");
}
if ($g_cms_exists) {
    $parameter_array['image_location_type'] = "CMSInternalName";
    $gallery_location = "gallery_images";
}

# CMS
print page_build_gallery($gallery_location, $parameter_array);


?>  
<h2>Connect with Tricia on <a href="https://www.facebook.com/TriciaHuntArtist" target="_blank">Facebook</a> to see her latest works</h2>

<h1>Testimonials</h1>
<p><i>Thank you Tricia so much for the amazing portraits of the children. The likeness to them is uncanny and the techniques used are beautiful. The point of difference in them being not just a 'normal' portrait is what we love most about them. I posted pictures of the portraits on Facebook and the comments I received from friends ranged from 'WOW! They are incredible' to 'Oh I want the artist's number' to 'Wow. They're amazing'!</i>
<br>Katrina and Tony Hackett</p>
<br><br>
<p><i>I have come to appreciate Tricia's artwork enormously. Not only are her portraits and life drawings beautiful, but also her renditions of landscapes. She is able to capture the essence of the scene in front of her, whether it is a garden, seascape or landscape.  We are pleased to own her 2015 painting "Stillwater New Zealand".</i>  
<br>Joan Vida</p>
<br><br>
<p><i>Patricia's "Gender Binary Cannot Be" is the latest painting to be added to my growing collection, is a brilliant piece that highlights how sex and gender have been scribed onto individuals' bodies. It is probably one of her more provocative pieces and which I am proud to own.</i> 
<br>Donna Fulford</p>
<br><br>
<p> <i>A remarkable likeness, right down to the nuances</i> 
<br>David Dyson</p>


<h1>Contact</h1>

 <section class="contact-details">
    	    <div class="column-one">
                <?php
                if ($g_cms_exists) {
                    print cms_get_content_by_internal_name("contact_us_column_one");
                } else {

                ?>
                
                <p><strong>Address:</strong><br />
                    7 Mountain View Road<br />
                Heathmont Vic 3135</p>
                
                <p><strong>Phone:</strong><br />
                    03 97291447<br />
                    0403 885 915</p>
                  
                <p><strong>Email:</strong><br />
                    <a href="mailto:triciahunt27@gmail.com" target="_blank">triciahunt27@gmail.com</a></p>  
                  
                    <?php
                }
                ?>
            </div>
            
            <div class="column-two">
                <?php
                if ($g_cms_exists) {
                    print cms_get_content_by_internal_name("contact_us_column_one");
                } else {

                ?>
              
              	<h2>Connect with Tricia</h2>
              	
              	<a href="https://www.facebook.com/TriciaHuntArtist" target="_blank"> <img src="./image/social-media/FB-f-Logo__blue_50.png" alt="Tricia Hunt Facebook"></a>
              
                    <?php
                }
                ?>
            </div>
        </section>
        
        <div class="clear-both"></div>

    <?php
}

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