관리-도구
편집 파일: photographers_tara.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"); } ?> <style type="text/css"> <!-- .style1 { font-size: 14px; font-weight: bold; } --> </style> <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><strong>Joyride Photo + Design<br /> </strong><span class="style1">A Keator Company</span> </h2> <p><span class="vendor_phone">Phone: 480-703-3112</span> <br /> <a class="vendor_website" href="http://joyridephoto.com" target="_blank"><strong>www.joyridephoto.com</strong></a></p> <p>Ever since I was young I loved to take pictures. Before I was five, my mother would marvel at how I could snap a photo and have great composition. As I grew not only did my photography flourish and grow, I did too! I have a different perspective on things being 6' tall. I have a unique style and I like to capture the momentary looks that pass in a blink of an eye. I like my photos to explode with emotion and have the ability to make your heart flutter with just once glance. I enjoy life, love and everything in between and I get real joy from capturing it. Photography is the means of my passion and joy and I simply love what I do and I'm always smiling behind my camera. <br /> <br /> I love spending time with my high school sweetheart husband and our 3 kids, they are the loves of my life and they show me everyday how fleeting this life is, how quickly kids grow, and how important it is to spend time with the ones you care about. I confess, I probably take just as many pictures at home as I do when I leave!<br /> <br /> My name is Tara Keator and I can't wait to be your photographer, Photographer for Life! </p> <p><strong>See our Real Weddings</strong><strong> <br> </strong><a href="../weddings/weddings-caseydavid.php">Casey & David</a><a href="../weddings/weddings-allisonbryce.php"><br /> </a><a href="http://www.finestweddingsites.com/weddings/weddings-crystaldavid.php">Crystal & David</a> <br /> <a href="http://www.finestweddingsites.com/weddings/weddings-marissaaj.php">Marissa & AJ</a><br /> </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/tarakeaterphoto-5.jpg" alt="Tara Keator Photo" class="border" /></p> <p><img src="/vendors/images/tarakeaterphoto-1.jpg" alt="Tara Keator Photo" class="border" /></p> <p><img src="/vendors/images/tarakeaterphoto-3.jpg" alt="Tara Keator Photo" class="border" /></p> <p><img src="/vendors/images/tarakeaterphoto-6.jpg" alt="Tara Keator Photo" class="border" /></p> <p><img src="/vendors/images/tarakeaterphoto-4.jpg" alt="Tara Keator Photo" class="border" /></p> <p><img src="/vendors/images/tarakeaterphoto-7.jpg" alt="Tara Keator Photo" class="border" /></p> <p><img src="/vendors/images/tarakeaterphoto-2.jpg" alt="Tara Keator Photo" 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"); } ?>