관리-도구
편집 파일: floral_amys_floral_design.php
<?php include_once('../includes/root.php'); include_once($DOCUMENT_ROOT.'/includes/constants.php'); $page_title = COMPANY_NAME." : Arizona Wedding Floral and Event Design | Arizona Wedding Vendors | AZ Wedding Sites | Home"; $scroller = SCROLLER_FLORAL.""; 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, "pscrollerfloral", "someclass", 3000) </script> </div> <div id="wrapper"> <div id="content"> <h1 class="title">Arizona Wedding Floral Design</h1> <div id="vendors_listings"> <div class="vendor-left"> <h2>Amy's Floral Design</h2> <p><span class="vendor_phone">Phone: 480-272-5964</span> <br /> <a class="vendor_website" href="http://www.amysfloraldesign.com" target="_blank"><strong>www.amysfloraldesign.com</strong></a></p> <p>Amy’s Floral Design specializes in weddings and special events. Whether your style is traditional or contemporary, simple or extravagant, my designs are tailored to suit your individual taste. I personally take the time to meet with each client to help select the perfect color palate, flowers, and style for your wedding or special event. With me, you are welcome to become as involved in the design process as you like. As much as picking out each individual flower or as little as giving me the colors you would like and the artistic license to create something stunning for your event. Either way, I am a stickler for details and ensure that every last one is perfect the day of your event. <br /> <br /> I have always had a strong artistic side and it has come out in many ways, photography, painting, and, during college when I needed a job, in floral design. I thought it would be really interesting to design flowers, so one day I set out with no experience and no idea what to expect and got a job at a local flower shop. Little did I know that I would fall in love with it. However, it didn’t even cross my mind to make it my career until years later, after getting a job as a social worker, I designed the flowers for my friend’s wedding as my gift to her. Designing her wedding flowers reminded me how passionate I am about flowers. Less than four weeks later, Amy’s Floral Design was up and running. Since then, I have loved designing flowers for brides and clients across the valley. <br /> <br /> I look forward to working with you to add that special touch to your special event! </p> <p><strong>See our Real Wedding<br /> </strong><a href="http://www.finestweddingsites.com/weddings/weddings-caraquin.php">Cara & Quin</a><strong> <br /> </strong><a href="http://www.finestweddingsites.com/weddings/weddings-whitneyscott.php">Whitney & Scott</a><a href="http://www.finestweddingsites.com/weddings/weddings-julieanthony.php"><br /> </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/amys-1.jpg" alt="Amy's Floral Design" class="border" /></p> <p><img src="/vendors/images/amys-1-5.jpg" alt="Amy's Floral Design" class="border" /></p> <p><img src="/vendors/images/amys-2.jpg" alt="Amy's Floral Design" class="border" /></p> <p><img src="/vendors/images/amys-3.jpg" alt="Amy's Floral Design" class="border" /></p> <p><img src="/vendors/images/amys-4.jpg" alt="Amy's Floral Design" class="border" /></p> <p><img src="/vendors/images/amys-5.jpg" alt="Amy's Floral Design" class="border" /></p> </div> </div> </div> </div> <?PHP if (file_exists($DOCUMENT_ROOT."/includes/footer_floral.php")) { include_once($DOCUMENT_ROOT."/includes/footer_floral.php"); } else { header("location: /error.php"); } ?>