BLACKSITE
:
216.73.217.52
:
162.213.255.42 / mudradiamond.com
:
Linux server146.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
:
/
home
/
mudrfoqg
/
public_html
/
Upload File:
files >> /home/mudrfoqg/public_html/about.php
<!DOCTYPE html> <html lang="en"> <head> <?php include "include/head.php" ?> </head> <body> <?php include "include/header.php" ?> <!--breadcrumb section start--> <div class="breadcrumb-section pt-40 pb-40" data-background="assets/images/shapes/breadcrumb-bg.jpg"> <div class="container"> <p class="breadcrumb-text fw-light mb-0"><a href="index.php">Home</a>/<span class="primary-text-color">About Us</span></p> </div> </div> <!--breadcrumb section end--> <section class="ur-cta-section position-relative z-1 ptb-120 overflow-hidden bg-white"><span class="bg-shape position-absolute z--1 light-bg"></span> <div class="container"> <div class="row justify-content-center align-items-center g-5"> <div class="col-xl-5 col-lg-5"> <div class="feature-image-wrapper"> <?php $image = json_decode($about['image']); ?> <div class="cta-image position-relative"><img src="media/about/<?php echo $image[0] ?>" alt="rings" class="img-fluid feature-image wow fadeInUp" data-wow-duration="0.5s"> <img src="media/about/<?php echo $image[1] ?>" alt="shape" class="position-absolute shape-image d-none d-xl-block wow fadeInUp" data-wow-delay="0.3s"></div> </div> </div> <div class="col-xl-6 offset-xl-1 col-lg-7 ps-xl-5"> <div class="ps-2 ur-cta-content"> <h2 class="display-3 mb-32 fw-normal wow fadeInUp" data-wow-duration="0.5s">About<br><?= $about['heading'] ?></h2> <?= $about['description'] ?> <a href="contact.php" class="template-btn primary-btn wow fadeInUp" data-wow-delay="0.5s" data-wow-duration="0.5s"><span>Contact More</span></a> </div> </div> </div> </div> </section> <?php include "include/footer.php" ?> <?php include "include/foot.php" ?> </body> </html>