%PDF- %PDF-
Direktori : /home/ugotscom/.trash/backwater/ |
Current File : /home/ugotscom/.trash/backwater/casestudy.php |
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta content="width=device-width, initial-scale=1.0" name="viewport"> <title></title> <meta content="" name="description"> <meta content="" name="keywords"> <!-- Favicons --> <link href="assets/img/favicon.png" rel="icon"> <link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon"> <!-- Google Fonts --> <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet"> <!-- Vendor CSS Files --> <link href="assets/vendor/aos/aos.css" rel="stylesheet"> <link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> <link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet"> <link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet"> <link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet"> <link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet"> <link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> <!-- Template Main CSS File --> <link href="assets/css/style.css" rel="stylesheet"> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@700&family=Quicksand:wght@300;700&family=Sofia&display=swap" rel="stylesheet"> <style> .marquee { position: relative; width: 100vw; max-width: 100%; height: 200px; overflow-x: hidden; } .track { position: absolute; white-space: nowrap; will-change: transform; animation: marquee 32s linear infinite; } @keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } } </style> </head> <body> <div class="top-bar fixed-top"> </div> <!-- ======= Header ======= --> <?php include('header.php'); ?> <!-- ======= Hero Section ======= --> <section id="abts" class="abts"> <div class="container"> <h2>Our customers value us for our understanding of their businesses and the tailor-made solutions that we provide them</h2> </div> </section><!-- End Hero --> <main id="main"> <!-- ======= About Section ======= --> <section class="casestudy" id="casestudy"> <div class="container"> <div class="row"> <h2>Case Studies</h2> <div class="col-md-4"> <a href="#" data-bs-toggle="modal" data-bs-target="#exampleModal"> <img src="assets/img/virtual-cfo.jpg" class="img-fluid"> <h3>CFO services support helped IT client to focus on operations that resulted in 200% increase in revenues in 2 years </h3> </a> </div> <div class="col-md-4"> <a href="#" data-bs-toggle="modal" data-bs-target="#exampleModal"> <img src="assets/img/compliances.jpg" class="img-fluid"> <h3>Cross border compliances done right for a US based staffing services provider </h3> </a> </div> <div class="col-md-4"> <a href="#" data-bs-toggle="modal" data-bs-target="#exampleModal"> <img src="assets/img/bookkeeping.jpg" class="img-fluid"> <h3>40% savings in cost for a US based health-tech company by moving their bookkeeping function to us</h3> </a> </div> </div> </div> </section> <!-- ======= Counts Section ======= --> <div class="modal" id="exampleModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title" id="exampleModalLabel">Case Studies</h5> <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button> </div> <div class="modal-body"> <form> <div class="form-group"> <label for="exampleInputEmail1">Name</label> <input type="name" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="Enter Name" class="form-control"> </div> <div class="form-group"> <label for="exampleInputEmail1">Email</label> <input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="Enter email" class="form-control"> </div> <button type="submit" class="btn btn-primary">Submit</button> </form> </div> <div class="modal-footer"> <button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button> </div> </div> </div> </div> </main><!-- End #main --> <!-- ======= Footer ======= --> <?php include('footer.php');?> <a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a> <div id="preloader"></div> <!-- Vendor JS Files --> <script src="assets/vendor/purecounter/purecounter_vanilla.js"></script> <script src="assets/vendor/aos/aos.js"></script> <script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script> <script src="assets/vendor/glightbox/js/glightbox.min.js"></script> <script src="assets/vendor/swiper/swiper-bundle.min.js"></script> <!-- Template Main JS File --> <script src="assets/js/main.js"></script> </body> </html>