D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
realadss
/
kavyaeventz.in
/
backup
/
Filename :
artist-management.php
back
Copy
<?php include("include/header.php"); ?> <!--Page Title--> <section class="page-title" data-bg-img="images/ArtistManagementbanner.jpg"> <div class="auto-container"> <h1>Artist Management</h1> <ul class="bread-crumb"> <li><a href="index.php">Home</a></li> <li style="color:white;">Artist Management</li> </ul> </div> <!--Go Down Button--> <div class="go-down"> <div class="curve scroll-to-target" data-target="#department-section"><span class="icon fa fa-arrow-down"></span></div> </div> </section> <!--Start Our Department Areas--> <section> <div class="container-fluid pb-35"> <div class="sec-title"> <h2>OUR FEATURE SERVICE</h2> <div class="line"></div> </div> <div class="sec-content mt-50"> <div class="row"> <div class="col-xs-12 col-sm-6 col-md-3 col-lg-3"> <div class="department"> <div class="thumb"> <img class="img-responsive img-fullwidth" src="images/dancer.jpg" alt=""> </div> <div class="department-details"> <div class="round-style"></div> <i class="icon flaticon-curtains"></i> <h4 class="title">Dancer</h4> <p class="details pt-5">Book dancer with Kavya Eventz with reasonable price for wedding, Private Party,ring ceremony,Get together party, Company Party, Bachelor party etc.</p> <center><a href="dancer.php" class="thm-btn btn-xs mr-5"><i class="fa fa-angle-double-right"></i> Read More</a></center> </div> </div> </div> </div> </div> </div> </section> <!--Why Us Section--> <?php include("include/footer.php"); ?>