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">Founded with the vision of delivering excellence in every project, Velfire has established itself as a trusted name in the market. Our dedication to quality, innovation, and customer satisfaction sets us apart in the industry. Whether you are designing elegant interiors or constructing robust architectural structures, we are here to support you every step of the way.</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>Crafted to perfection, our MDF sheets are the ideal choice for both aesthetic and functional applications. <br> Available in a variety of designs and textures, these sheets offer unparalleled versatility for furniture, wall paneling, and decorative purposes.</p> <h4>2. Tempered Glass Sheets:</h4> <p>Our tempered sheets are renowned for their strength, durability, and safety. <br> Perfect for use in Mobile phone, smart watch, car, bike, laptop and table display screen, these sheets add a modern and sleek touch to any space.</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>Uncompromised Quality: We ensure that every product meets stringent quality standards to deliver unmatched performance and longevity. <br><br> Innovative Solutions: Our team constantly explores new trends and technologies to bring you cutting-edge materials. <br><br> Personalized Service: We value our customers and take pride in providing tailored solutions that cater to your unique requirements. <br><br> Sustainability Commitment: We prioritize eco-friendly practices, ensuring that our products contribute to a greener future.</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>To empower our customers with premium materials that inspire creativity, foster innovation, and elevate the quality of every project.</p> <h4>Our Vision</h4> <p>To be the go-to brand for MDF designer sheets and tempered glass solutions, known for our commitment to quality, reliability, and exceptional service.</p> <br> <h4>Let’s Build Together!</h4> <p>At Velfire, we don’t just supply materials; we partner with you in shaping your ideas into reality. Reach out to us today and discover the difference our products can make in your projects.</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> <!-- Mirrored from htmldemo.net/junko/junko/about.html by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 11 Nov 2024 13:26:38 GMT --> </html>