D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home3
/
encodto1
/
junglebellresort.com
/
Filename :
reviews.php
back
Copy
<!DOCTYPE html> <html lang="en"> <head> <?php include'style.php'; ?> </head> <body> <div class="page"> <?php include'header.php'; ?> <main> <div class="jumbo_section"> <div class="jumbo_text"> <h1>Clients & Actors Review</h1> <ul class="list-inline jumbo_list"> <li><a href="./">Home</a></li> <li>/</li> <li><a href="">Reviews</a></li> </ul> </div> </div> <section class="well-4 article_section"> <div class="container container-wide"> <h4 class="section_title text-black text-center"><span>Our Clients & Actors</span> Reviews</h4> <div class="row"> <div class="col-lg-8 col-sm-12 col-lg-offset-2"> <div class="review_div row"> <div class="col-lg-5 col-sm-6 col-xs-12"> <img class="img-wide" src="images/casting/actors02.jpg" alt=""/> </div> <div class="col-lg-7 col-sm-6 col-xs-12"> <h5>Casting Call for Babies</h5> <img class="quote_img" src="images/icons/dual-quote.png" alt="dual-quote"> <ul class="inline-list"> <li><span class="img_tag">01.02.2016</span></li> <li> <img class="star_rating" src="images/icons/star.png" alt="star-rating"> </li> </ul> <p>If you are looking for baby casting call information, there is the best place for your child to get their foot in baby casting call. Baby gap, gap kid and Gerber are some place for baby... </p> </div> </div> </div> <div class="col-lg-8 col-sm-12 col-lg-offset-2"> <div class="review_div row"> <div class="col-lg-5 col-sm-6 col-xs-12"> <img class="img-wide" src="images/casting/female01.jpg" alt=""/> </div> <div class="col-lg-7 col-sm-6 col-xs-12"> <h5>Casting Call for Babies</h5> <img class="quote_img" src="images/icons/dual-quote.png" alt="dual-quote"> <ul class="inline-list"> <li><span class="img_tag">01.02.2016</span></li> <li> <img class="star_rating" src="images/icons/star.png" alt="star-rating"> </li> </ul> <p>If you are looking for baby casting call information, there is the best place for your child to get their foot in baby casting call. Baby gap, gap kid and Gerber are some place for baby... </p> </div> </div> </div> <div class="col-lg-8 col-sm-12 col-lg-offset-2"> <div class="review_div row"> <div class="col-lg-5 col-sm-6 col-xs-12"> <img class="img-wide" src="images/casting/male02.jpg" alt=""/> </div> <div class="col-lg-7 col-sm-6 col-xs-12"> <h5>Casting Call for Babies</h5> <img class="quote_img" src="images/icons/dual-quote.png" alt="dual-quote"> <ul class="inline-list"> <li><span class="img_tag">01.02.2016</span></li> <li> <img class="star_rating" src="images/icons/star.png" alt="star-rating"> </li> </ul> <p>If you are looking for baby casting call information, there is the best place for your child to get their foot in baby casting call. Baby gap, gap kid and Gerber are some place for baby... </p> </div> </div> </div> </div> </div> </section> </main> <?php include'footer.php'; ?> </body> </html>