Server IP : 162.214.80.37 / Your IP : 216.73.216.83 Web Server : Apache System : Linux sh013.webhostingservices.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : imyrqtmy ( 2189) PHP Version : 8.2.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home2/imyrqtmy/public_html/craveimmi/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include("admin/includes/config.php"); ?> <!doctype html> <html class="no-js" lang="en"> <?php require "inc/head.php"; ?> <body style="background:#2396d575;"> <!--header area start--> <?php require "inc/header.php"; ?> <!--sticky header area end--> <!--breadcrumbs area start--> <div class="breadcrumbs_area"> <div class="container"> <div class="row"> <div class="col-12"> <div class="breadcrumb_content"> <ul> <li><a href="index.php">home</a></li> <li>about us</li> </ul> </div> </div> </div> </div> </div> <!--breadcrumbs area end--> <?php $query = "SELECT * FROM abouts"; $query_run =mysqli_query($conn, $query); if(mysqli_num_rows($query_run) > 0){ foreach($query_run as $row){ ?> <!--about section area --> <section class="about_section mt-60"> <div class="container"> <div class="row align-items-center"> <div class="col-6"> <figure> <div class="about_thumb"> <img src="assets/img/about/ab1.jpg" alt=""> </div> </figure> </div> <div class="col-6"> <figcaption class="about_content"> <h1>About Us</h1> <!-- <p class="abb">At Velfire we are passionate about transforming spaces with materials that inspire creativity and ensure durability. Specializing in MDF designer sheets and tempered glass sheets, we provide high-quality solutions for diverse design and construction needs.</p> <br> --> <p class="abb"><?php echo $row['about_us']; ?></p> <br> <h1>Who We Are</h1> <p class="abb"><?php echo $row['who_we_are']; ?></p> </figcaption> </div> </div> </div> </section> <!--about section end--> <!--services img area--> <div class="about_gallery_section"> <div class="container"> <div class="row"> <div class="col-lg-6 col-md-6"> <figcaption class="about_gallery_content"> <h3>What We Offer</h3> <h4>1. MDF Designer Sheets:</h4> <p><?php echo $row['mfd_design']; ?></p> <h4>2. Tempered Glass Sheets:</h4> <p><?php echo $row['tempted_glass']; ?></p> </figcaption> </div> <div class="col-lg-6 col-md-6"> <article class="single_gallery_section"> <figure> <div class="gallery_thumb"> <img src="assets/img/about/ab2.avif" alt=""> </div> </figure> </article> </div> </div> </div> </div> <div class="about_gallery_section"> <div class="container"> <div class="row"> <div class="col-lg-6 col-md-6"> <article class="single_gallery_section"> <figure> <div class="gallery_thumb"> <img src="assets/img/about/ab3.jpg" alt=""> </div> </figure> </article> </div> <div class="col-lg-6 col-md-6"> <figcaption class="about_gallery_content"> <h3>Why Choose Velfire?</h3> <p><?php echo $row['why_choose']; ?></p> </figcaption> </div> </div> </div> </div> <div class="about_gallery_section"> <div class="container"> <div class="row"> <div class="col-lg-6 col-md-6"> <figcaption class="about_gallery_content"> <h3>Our Mission</h3> <p><?php echo $row['our_miss']; ?></p> <h4>Our Vision</h4> <p><?php echo $row['our_viss']; ?></p> <br> <h4>Let’s Build Together!</h4> <p><?php echo $row['bind_to']; ?></p> </figcaption> </div> <div class="col-lg-6 col-md-6"> <article class="single_gallery_section"> <figure> <div class="gallery_thumb"> <img src="assets/img/about/ab5.jpg" alt=""> </div> </figure> </article> </div> </div> </div> </div> <!--services img end--> <?php }} ?> <!--footer area start--> <?php require "inc/footer.php"; ?> <!--footer area end--> <!-- JS ============================================ --> <!-- Plugins JS --> <script src="assets/js/plugins.js"></script> <!-- Main JS --> <script src="assets/js/main.js"></script> </body> </html>