489495df
Path : /home3/mandnweb/staging.alzie.co.uk/ |
Current < : /home3/mandnweb/staging.alzie.co.uk/about.php |
<?php require 'header.php'; ?> <body> <div class="container-xxl bg-white p-0"> <?php $nav_active = 2; require 'navbar.php'; ?> <?php $title = 'About Us'; $bg_image = '../img/heros/about-us-header.jpg'; require 'sections/page-hero.php'; ?> <div class="section "> <div class="container mx-auto"> <div class="sm:flex sm:flex-wrap block"> <div class="sm:w-2/3 w-full"> <img src="img/alzie-history.jpg" alt="" class="w-full mb-3 rounded-md" /> </div> <div class="sm:w-1/3 w-full"> <div class="history-content p-5 bg-white rounded-md shadow-lg"> <h4 class="text-red-900">Who we are</h4> <h2 class="font-bold">Our reputation is as solid as concrete.</h2> <p>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.</p> <p>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> <?php require 'sections/team.php'; ?> <?php require 'sections/contact-with-certified-agent.php'; ?> <?php require 'sections/testimonials.php'; ?> <?php require 'footer.php'; ?> <!-- Back to Top --> <a href="#" class="fixed rounded-md shadow-lg back-to-top"><i class="bi bi-arrow-up"></i></a> </div> <?php require 'script-libraries.php'; ?> </body> </html>