Server : LiteSpeed System : Linux us-phx-web1202.main-hosting.eu 4.18.0-553.84.1.lve.el8.x86_64 #1 SMP Tue Nov 25 18:33:03 UTC 2025 x86_64 User : u615232177 ( 615232177) PHP Version : 8.1.33 Disable Function : NONE Directory : /home/u615232177/domains/thommytonservices.com/public_html/ |
<?php session_start();
$page_name = basename($_SERVER['PHP_SELF']);
include("header.php"); ?>
<title><?php echo $company_name; ?> - About</title>
<?php
//generate a random number
$random_picture=(rand(1,3));
?>
<section class="hero-wrap hero-wrap-2" style="background-image: url('images/<?php echo $random_picture; ?>.jpg');" data-stellar-background-ratio="0.5">
<div class="overlay"></div>
<div class="container">
<div class="row no-gutters slider-text align-items-end justify-content-center">
<div class="col-md-9 ftco-animate pb-5 text-center">
<h1 class="mb-3 bread">About</h1>
<p class="breadcrumbs">
<span class="mr-2">
<a href="index.php">
Home
<i class="ion-ios-arrow-forward"></i>
</a>
</span>
<span class="mr-2">
<a href="about.php">About
<i class="ion-ios-arrow-forward"></i>
</a>
</span>
<span>What we are all about</span>
</p>
</div>
</div>
</div>
</section>
<section class="ftco-counter img ftco-section ftco-no-pt ftco-no-pb" id="about-section"><br><br>
<div class="container">
<div class="row d-flex">
<div class="col-md-6 col-lg-5 d-flex">
<div class="img d-flex align-self-stretch align-items-center" style="background-image:url(images/pic1-min.jpg)">
</div>
</div>
<div class="col-md-6 col-lg-7 pl-lg-5 py-5">
<div class="py-md-5">
<div class="row justify-content-start pb-3">
<div class="col-md-12 heading-section ftco-animate">
<span class="subheading"><?php echo $company_name; ?></span>
<h2 class="mb-4" style="font-size: 34px; text-transform: capitalize;">Dynamic IT Solutions Provider</h2>
<p>We Create Custom Technology So That You Can Focus on Your Business</p>
<p>We work with growing companies in one of the toughest and unique markets in the world. Let that street knowhow and understanding benefit your business before your competition. From high-level IT discussions to research and budgeting we have it covered. With solutions ranging from IT Solutions to desktop support to virtualization to server and network design, our staff of trained professionals won’t let you down when you need us the most.<?php echo $company_name; ?> should be your one stop. Call us today to find out how we upgrade your business.</p>
<p> Our IT service solutions are given the highest level of management and support using cutting-edge technology. With the utmost quality and consistency, we provide clients with effective solutions making technology an asset for them.</p>
</div>
</div>
<div class="counter-wrap ftco-animate d-flex mt-md-3">
<div class="text p-4 bg-primary">
<p class="mb-0">
<span style='color:white;' class="number" data-number="14">0</span>
<span style='color:white;'>Years of experience</span>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section><?php include("footer.php"); ?>