관리-도구
편집 파일: photographers_andrew_holman_photography.php
<?php include_once('../includes/root.php'); include_once($DOCUMENT_ROOT.'/includes/constants-photo.php'); $page_title = COMPANY_NAME." | Arizona Wedding Photographers | Arizona Wedding Vendors | AZ Wedding Sites | Home"; $scroller = SCROLLER_PHOTOGRAPHERS.""; if (file_exists($DOCUMENT_ROOT."/includes/header_vendors.php")) { include_once($DOCUMENT_ROOT."/includes/header_vendors.php"); } else { header("location: /error.php"); } ?> <div id="topbanner"> <script type="text/javascript">//new pausescroller(name_of_message_array, CSS_ID, CSS_classname, pause_in_miliseconds) new pausescroller(pausecontent, "pscrollerphotography", "someclass", 3000) </script> </div> <div id="wrapper"> <div id="content"> <h1 class="title">Arizona Wedding Photographers</h1> <div id="vendors_listings"> <div class="vendor-left"> <h2>Andrew Holman Photography</h2> <p><span class="vendor_phone">Phone: </span>928-202-4922 <br /> <a class="vendor_website" href="http://www.andrewholman.com/wedding/" target="_blank"><strong>www.andrewholman.com/wedding </strong></a></p> <p><strong><em>The Moment.</em></strong> <br /> It is what us photographers strive to capture and is what makes a good photo extraordinary. Composition & light are equally important, but without that spark – the image will not pop like it should. Capturing the moment is all about timing and knowing your subject. Anticipation, preparation….and a little bit of luck.<br /> <br /> I choose to primarily use available light as I feel it captures moments in the most honest way possible.<br /> <br /> <em><strong>Unobtrusive.</strong></em><br /> This is my approach, my style. Websters definition for this word is: “Not readily seen or noticed, inconspicuous”.<br /> <br /> I like to let moments unfold in front of me – capturing the organic interactions. As soon as the photographer becomes too involved in the action, controls or directs – the feeling changes and it becomes more about the photographer and not the natural interactions.<br /> <br /> My experience as a photojournalist helped me to develop my skills to observe & react. To look for the unexpected.<br /> <br /> <em><strong>THE “DAY”</strong></em><br /> Your wedding day will be one of the most special moments in your life that deserves the best images to cherish forever. I can cover all aspects of the wedding from the bridal preparation, portraits, family shots, as well as the reception. My style mixes a combination of traditional shots with journalistic candids. In order to maintain my high level of quality, I personally photograph each wedding. For larger groups and greater time periods a second photographer may be added. </p> <p><strong>View our Real Wedding</strong><strong>s<br /> </strong><a href="http://www.finestweddingsites.com/weddings/weddings-rachelscott.php">Rachel & Scott</a><br /> <a href="http://www.finestweddingsites.com/weddings/weddings-jackieandrew.php">Jackie & Andrew</a></p> <p><strong>Articles by Andrew Holman</strong><strong><br /> </strong><a href="http://www.finestweddingsites.com/articles/picture-perfect-timing.php">Picture-Perfect Timing</a></p> <p><input type=button value="Back" onClick="history.go(-1)"></p> </div> <div class="vendor-right"> <p> <?php @include('../includes/contact-me.php'); ?> </p> <p><img src="/vendors/images/Holman-1.jpg" alt="Andrew Holman Photography" class="border" /></p> <p><img src="/vendors/images/Holman-2.jpg" alt="Andrew Holman Photography" class="border" /></p> <p><img src="/vendors/images/Holman-3.jpg" alt="Andrew Holman Photography" class="border" /></p> <p><img src="/vendors/images/Holman-4.jpg" alt="Andrew Holman Photography" class="border" /></p> <p><img src="/vendors/images/Holman-5.jpg" alt="Andrew Holman Photography" class="border" /></p> <p><img src="/vendors/images/Holman-6.jpg" alt="Andrew Holman Photography" class="border" /></p> <p><img src="/vendors/images/Holman-7.jpg" alt="Andrew Holman Photography" class="border" /></p> </div> </div> </div> </div> <?php if (file_exists($DOCUMENT_ROOT."/includes/footer_photographers.php")) { include_once($DOCUMENT_ROOT."/includes/footer_photographers.php"); } else { header("location: /error.php"); } ?>