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/flauntingbird/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!DOCTYPE html> <html lang="zxx"> <?php require "inc/head.php" ?> <body> <div id="main-wrapper"> <!-- ============================================================== --> <!-- Top header --> <!-- ============================================================== --> <?php require "inc/header.php" ?> <!-- End Navigation --> <div class="clearfix"></div> <!-- ============================================================== --> <!-- Top header --> <!-- ============================================================== --> <!-- ======================= Top Breadcrubms ======================== --> <div class="gray py-3"> <div class="container"> <div class="row"> <div class="colxl-12 col-lg-12 col-md-12"> <nav aria-label="breadcrumb"> <ol class="breadcrumb"> <li class="breadcrumb-item"><a href="#">Home</a></li> <!-- <li class="breadcrumb-item"><a href="#">Pages</a></li> --> <li class="breadcrumb-item active" aria-current="page">About Us</li> </ol> </nav> </div> </div> </div> </div> <!-- ======================= Top Breadcrubms ======================== --> <!-- ======================= About Us Detail ======================== --> <section class="middle"> <div class="container"> <div class="row align-items-center justify-content-between"> <div class="col-xl-6 col-lg-6 col-md-6 col-sm-12"> <div class="abt_caption"> <h2 class="ft-medium mb-4">About Flaunting Bird</h2> <p class="mb-4" style="text-align:justify;">Flaunting Bird took flight just 1.5 years ago with a simple yet powerful vision — to redefine everyday wear with quality, comfort, and style. What started as a humble clothing apparel business has now become a trusted name in the world of versatile and customized garments.</p> <p class="mb-4" style="text-align:justify;">We specialize in a wide range of products including sports t-shirts, corporate t-shirts, promotional t-shirts, regular wear, round neck t-shirts, school uniforms, cotton trousers, denim jeans, and shirts — all crafted using a variety of high-quality fabrics tailored to meet diverse needs.</p> </div> </div> <div class="col-xl-6 col-lg-6 col-md-6 col-sm-12"> <div class="abt_caption"> <img src="assets/img/about-1.png" class="img-fluid rounded" alt="" /> </div> </div> </div> </div> </section> <style> .mb-4{ text-align: justify; font-size: 18px; line-height: 26px; } </style> <!-- ======================= About Us End ======================== --> <!-- ======================= About Us Detail ======================== --> <section class="middle"> <div class="container"> <div class="row align-items-center justify-content-between"> <div class="col-xl-6 col-lg-6 col-md-6 col-sm-12"> <div class="abt_caption"> <img src="assets/img/about-2.png" class="img-fluid rounded" alt="" /> </div> </div> <div class="col-xl-6 col-lg-6 col-md-6 col-sm-12"> <div class="abt_caption"> <h2 class="ft-medium mb-4">Why Us?</h2> <p class="mb-4" style="text-align:justify;">Whether you're dressing up your team for a match, branding your business, outfitting a school, or just updating your wardrobe with comfortable, stylish pieces, Flaunting Bird is your one-stop destination. </p> <p class="mb-4" style="text-align:justify;">Durability, and a design that reflects your personality or brand. We pride ourselves on our commitment to customer satisfaction, timely delivery, and unmatched quality in every stitch. <br><br> Join us in flaunting style, comfort, and confidence — because at Flaunting Bird, we wear what we believe in. </p> </div> </div> </div> </div> </section> <!-- ======================= About Us End ======================== --> <!-- ============================ Footer Start ================================== --> <?php require "inc/footer.php" ?> <!-- ============================ Footer End ================================== --> <a id="back2Top" class="top-scroll" title="Back to top" href="#"><i class="ti-arrow-up"></i></a> </div> <!-- ============================================================== --> <!-- End Wrapper --> <!-- ============================================================== --> <!-- ============================================================== --> <!-- All Jquery --> <!-- ============================================================== --> <script src="assets/js/jquery.min.js"></script> <script src="assets/js/popper.min.js"></script> <script src="assets/js/bootstrap.min.js"></script> <script src="assets/js/ion.rangeSlider.min.js"></script> <script src="assets/js/slick.js"></script> <script src="assets/js/slider-bg.js"></script> <script src="assets/js/lightbox.js"></script> <script src="assets/js/smoothproducts.js"></script> <script src="assets/js/snackbar.min.js"></script> <script src="assets/js/jQuery.style.switcher.js"></script> <script src="assets/js/custom.js"></script> <!-- ============================================================== --> <!-- This page plugins --> <!-- ============================================================== --> <script> function openWishlist() { document.getElementById("Wishlist").style.display = "block"; } function closeWishlist() { document.getElementById("Wishlist").style.display = "none"; } </script> <script> function openCart() { document.getElementById("Cart").style.display = "block"; } function closeCart() { document.getElementById("Cart").style.display = "none"; } </script> <script> function openSearch() { document.getElementById("Search").style.display = "block"; } function closeSearch() { document.getElementById("Search").style.display = "none"; } </script> </body> </html>