hjkhhrtertererrrrrerrtertertertertertertert
bnmbnerterterterterterdfgdfgdfgdfgdfgdfgdfgdfgdfg
/
home4
/
digil8bw
/
creadoradesignstudio.in
/
Upload FileeE
HOME
<?php include_once 'configuration/function-include.php'; $nav='home'; ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Creadora Design Studio</title> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> <meta name="description" content="Creadora Design Studio, is an Architectural & Interior Design firm based in Gurgaon, India ." /> <meta name="keywords" content="Creadora Design Studio, Architect Service ,Interior Service ,Visualization " /> <!-- Stylesheets --> <link href="css/bootstrap.css" rel="stylesheet"> <link href="css/style.css" rel="stylesheet"> <link href="css/responsive.css" rel="stylesheet"> <!--Color Switcher Mockup--> <link href="css/color-switcher-design.css" rel="stylesheet"> <!--Color Themes--> <link id="theme-color-file" href="css/color-themes/default-theme.css" rel="stylesheet"> <link rel="shortcut icon" href="images/favicon.jpg" type="image/x-icon"> <link rel="icon" href="images/favicon.jpg" type="image/x-icon"> <!-- Responsive --> </head> <body> <!-- Main Header--> <?php include'header.php' ?> <!--End Main Header --> <!--Page Title--> <section class="page-title" style="background-image:url(images/03GUESTROOM.jpg);"> <div class="auto-container"> <div class="inner-container clearfix"> <div class="title-box"> <h1>Service Detail</h1> <span class="title">Interior Service</span> </div> <ul class="bread-crumb clearfix"> <li><a href="index.php">Home</a></li> <li>Interior Service </li> </ul> </div> </div> </section> <!--End Page Title--> <!--Sidebar Page Container--> <div class="sidebar-page-container"> <div class="auto-container"> <div class="row clearfix"> <!--Sidebar Side--> <div class="sidebar-side col-lg-4 col-md-12 col-sm-12"> <aside class="sidebar services-sidebar"> <!--Blog Category Widget--> <div class="sidebar-widget sidebar-blog-category"> <ul class="blog-cat"> <li ><a href="architecture.php">ARCHITECTURAL DESIGN</a></li> <li class="active"><a href="interior.php">INTERIOR DESIGN</a></li> <li><a href="visualization.php">3D VISUALIZATION</a></li> <li><a href="projectservice.php">PROJECT MANAGEMENT</a></li> </ul> </div> <!--Brochure--> <!--Help Box--> <div class="help-box" style="background-image:url(images/resource/brochure-bg.jpg)"> <div class="inner"> <span class="title">Quick Contact</span> <h2>Get Solution</h2> <div class="text">Contact us at the Interior office nearest to you or submit a business inquiry online.</div> <a class="theme-btn btn-style-three" href="contact.php">Contact</a> </div> </div> </aside> </div> <!--Content Side--> <div class="content-side col-lg-8 col-md-12 col-sm-12"> <div class="service-detail"> <div class="inner-box"> <div class="image-box"> <div class="single-item-carousel owl-carousel owl-theme"> <?php $sql="select * from residence"; $slider_result= mysqli_query($conn, $sql); $n=0; while($slider_row=mysqli_fetch_array($slider_result)) { ?> <figure class="image"><img src="upload/residence/<?php echo $slider_row['img']; ?>" alt="interior" /></figure> <?php } ?> </div> </div> <h2>Interior Design</h2> <div class="text"> <p>Interior design is the art and science of enhancing the interior of a building to achieve a healthier and more aesthetically pleasing environment for the people using the space. An interior designer is someone who plans, researches, coordinates, and manages such projects. Interior design is a multifaceted profession that includes conceptual development, space planning, site inspections, programming, research, communicating with the stakeholders of a project, construction management, and execution of the design.</p> <div class="two-column row"> <div class="column col-lg-6 col-md-6 col-sm-12"> <h3>What We Provide</h3> <ul> <li>Conceptual Design & Mood Boards</li> <li>Residential Interiors</li> <li>Commerical Interiors</li> <li>Hospitality/Guest House Interior</li> <li>Interior Styling / Renovations</li> <li>Vastu Consulation</li> <li>Turnkey Interiors</li> </ul> </div> </div> </div> </div> </div> </div> </div> </div> </div> <!-- Main Footer --> <?php include'footer.php'?> <!-- End Main Footer --> </div> <div class="scroll-to-top scroll-to-target" data-target="html"><span class="fa fa-arrow-circle-o-up"></span></div> <script src="js/jquery.js"></script> <script src="js/popper.min.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/jquery.fancybox.js"></script> <script src="js/owl.js"></script> <script src="js/wow.js"></script> <script src="js/appear.js"></script> <script src="js/mixitup.js"></script> <script src="js/script.js"></script> <!-- Color Setting --> <script src="js/color-settings.js"></script> </body> </html>