File Manager

Current Directory: /home/u930863517/domains/limraevents.com/public_html
Viewing File: /home/u930863517/domains/limraevents.com/public_html/about-us.php
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>About Us | Limra Events</title> <!-- favicon --> <link rel="shortcut icon" href="./assets/favicon.png" type="image/x-icon"> <!-- bootstrap css --> <link rel="stylesheet" href="./vendor/bootstrap/bootstrap.min.css"> <!-- fontawesome --> <link rel="stylesheet" href="./vendor/fontawesome/all.min.css"> <!-- slick slider --> <link rel="stylesheet" href="./vendor/slickslider/slick.css"> <link rel="stylesheet" href="./vendor/slickslider/slick-theme.css"> <!-- magnific popup --> <link rel="stylesheet" href="./vendor/Magnific-Popup/magnific-popup.css"> <!-- custom css --> <link rel="stylesheet" href="./css/contact-us.css"> <link rel="stylesheet" href="./css/responsive.css"> <!-- multi-dropdown --> <link rel="stylesheet" href="./vendor/multiselect/bootstrap-multiselect.css" type="text/css"> </head> <body> <?php include 'header.php' ?> <!-- * ========================================================== --> <!-- * HERO --> <!-- * ========================================================== --> <div class="hero flex-center"> <div class="content"> <div class="heading-wrapper flex-center"> <div class="line"></div> <h1 class="heading">About Us</h1> <div class="line"></div> </div> </div> </div> <!-- * ========================================================== --> <!-- * HERO --> <!-- * ========================================================== --> </header> <main> <section class="contact-details"> <div class="container text-center"> <!-- <h4>Who We Are</h4> --> <div class="card mb-3"> <div class="row g-0"> <div class="col-md-4"> <img src="./assets/img/SajidHaroon1.jpeg" style="width:399px;max-height: 541px;" alt="..."> </div> <div class="col-md-8"> <div class="card-body bg-light"> <h5 class="card-title" style="font-size:28px;">SAJID HAROON</h5><hr> <p class="card-text" style="max-width: 397px;margin:auto;font-size: 21px;"> Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum </p> </div> </div> </div> </div> <!-- <div class="row text-center" > <div class="col"> <img src="./assets/img/SajidHaroon1.jpeg" height="450px" width="300px" alt=""> </div> <div class="col"> <p style="font-size: 24px;">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum</p> </div> </div> --> <br><br><br><br> <div class="row row-cols-1 row-cols-md-3 g-4"> <div class="col"> <div class="card"> <img src="./assets/img/Yashwant.jpeg" style="max-height: 450px;"class="card-img-top" alt="..."> <div class="card-body bg-light"> <h5 class="card-title">YASHWANT SARAD PATIL</h5><hr> <p class="card-text">This is a longer card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p> </div> </div> </div> <div class="col"> <div class="card"> <img src="./assets/img/Suraj.jpeg" style="max-height: 450px;"class="card-img-top" alt="..."> <div class="card-body bg-light"> <h5 class="card-title">SURAJ</h5><hr> <p class="card-text">This is a longer card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p> </div> </div> </div> <div class="col"> <div class="card"> <img src="./assets/img/WajidHaroon.jpeg" style="max-height: 450px;" class="card-img-top" alt="..."> <div class="card-body bg-light"> <h5 class="card-title">WAJID HAROON</h5><hr> <p class="card-text">This is a longer card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p> </div> </div> </div> </div> <!-- <div class="row card-group"> <div class="card col" style="margin-right: 50px; margin-left: 50x;" > <img src="./assets/img/Yashwant.jpeg" height="250px" class="card-img-top" alt="..."> <div class="card-body"> <h5 class="card-title">YASHWANT SARAD PATIL</h5> <hr> <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p> </div> </div> <div class="card col" style="margin-right: 50px;margin-left: 50px;" > <img src="./assets/img/Suraj.jpeg" height="250px" class="card-img-top" alt="..."> <div class="card-body"> <h5 class="card-title">SURAJ</h5> <hr> <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p> </div> </div> <div class="card col" style="margin-right: 50px;margin-left: 50px;"> <img src="./assets/img/WajidHaroon.jpeg" height="250px" class="card-img-top" alt="..."> <div class="card-body"> <h5 class="card-title">WAJID HAROON</h5> <hr> <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p> </div> </div> </div> --> </div> </section> </main> <?php include 'footer.php'; ?> </footer> <!-- popper js --> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script> <!-- jquery --> <script src="./vendor/jquery/jquery.min.js"></script> <!-- bootstrap js --> <script src="./vendor/bootstrap/bootstrap.min.js"></script> <!-- multi-dropdown --> <script type="text/javascript" src="./vendor/multiselect/bootstrap-multiselect.min.js"></script> <!-- slick slider --> <script src="./vendor/slickslider/slick.min.js"></script> <!-- magnific popup --> <script src="./vendor/Magnific-Popup/jquery.magnific-popup.min.js"></script> <!-- smtpjs --> <script src="./vendor/smtpjs/smtp.js"></script> <!-- custom js --> <script src="./js/main.js"></script> <!-- <script src="./js/forms.js"></script> --> <script src="./js/add.js"></script> </body> </html>