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; ?> - Logo & Branding</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">Logo & Branding</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="logo_branding.php">Logo & Branding
</a>
</span>
<span></span>
</p>
</div>
</div>
</div>
</section>
<section class="ftco-section ftco-project bg-light" id="projects-section">
<div class="container px-md-5">
<div class="row">
<div class="col-md-12 testimonial">
<div class="carousel-project owl-carousel">
<div class="item">
<div class="project">
<div class="img">
<img src="images/logo1.jpg" class="img-fluid" alt="">
<div class="text px-4">
<h3><a href="#"><?php echo $company_name; ?></a></h3>
<span>Food Company Logo</span>
</div>
</div>
</div>
</div>
<div class="item">
<div class="project">
<div class="img">
<img src="images/logo2.jpg" class="img-fluid" alt="">
<div class="text px-4">
<h3><a href="#"><?php echo $company_name; ?></a></h3>
<span>Tech Company</span>
</div>
</div>
</div>
</div>
<div class="item">
<div class="project">
<div class="img">
<img src="images/logo3.jpg" class="img-fluid" alt="">
<div class="text px-4">
<h3><a href="#"><?php echo $company_name; ?></a></h3>
<span>Hotel</span>
</div>
</div>
</div>
</div>
<div class="item">
<div class="project">
<div class="img">
<img src="images/logo4.jpg" class="img-fluid" alt="">
<div class="text px-4">
<h3><a href="#"><?php echo $company_name; ?></a></h3>
<span>Real Estate</span>
</div>
</div>
</div>
</div>
<div class="item">
<div class="project">
<div class="img">
<img src="images/logo5.jpg" class="img-fluid" alt="">
<div class="text px-4">
<h3><a href="#"><?php echo $company_name; ?></a></h3>
<span>Education</span>
</div>
</div>
</div>
</div>
<div class="item">
<div class="project">
<div class="img">
<img src="images/logo6.jpg" class="img-fluid" alt="">
<div class="text px-4">
<h3><a href="#"><?php echo $company_name; ?></a></h3>
<span>Engineering</span>
</div>
</div>
</div>
</div>
<div class="item">
<div class="project">
<div class="img">
<img src="images/logo7.jpg" class="img-fluid" alt="">
<div class="text px-4">
<h3><a href="#"><?php echo $company_name; ?></a></h3>
<span>Apartment</span>
</div>
</div>
</div>
</div>
<div class="item">
<div class="project">
<div class="img">
<img src="images/logo8.jpg" class="img-fluid" alt="">
<div class="text px-4">
<h3><a href="#"><?php echo $company_name; ?></a></h3>
<span>Tech</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="ftco-sectin bg-light ftco-animate" id="blog-section"><br><br>
<div class="container">
<div class="row d-flex">
<div class="col-md-12 col-lg-12 ftco-animate">
<h2>BRING YOUR BRAND TO LIFE</h2>
Our experienced design teams love working with businesses to help them develop the perfect logo and company branding to reflect their goals, culture and values.
<br><br>
A memorable logo sends a message to the viewer about both your company and its products. We can help create a visual identity for your company that sends the right message, and leaves a lasting impression.
<br><br>
Our designers are are skilled at navigating the subtle nuances of typography and color psychology, and understand how a new logo can play a key role in a brand refresh or reposition. We present different strategic design concepts and with your input, create a visual identity for your company that meets your strategic and aesthetic goals.
</div>
<div class="col-md-6 col-lg-6 ftco-animate">
<img src='images/lb1.jpg' style='width:100%;border-radius:5px;'>
</div>
<div class="col-md-6 col-lg-6 ftco-animate">
<img src='images/lb2.jpg' style='width:100%;border-radius:5px;'>
</div>
<div class="col-md-12 col-lg-12 ftco-animate">
We can work with your existing style guide, or help you create an entirely new one for future design assets.
<br><br>
We have many years of experience with startup branding, tech company rebranding, and creating branded assets for international companies and nonprofit organizations.
<br><br>
</div>
</div>
</div>
</section>
<section class="ftco-sectio bg-light" id="">
<div class="container ftco-animate">
<div class="row justify-content-center mb-5 pb-5" style='background:<?php echo $theme_color; ?>;border-radius:5px;'>
<div class="col-md-7 heading-section text-center ftco-animate"><br>
<span class="subheading"><?php echo $company_name; ?></span>
<h2 class="mb-4" style='color:white;'>Strategic branding that tells your story</h2>
<p>We’re passionate about creating branded digital and print assets that exceed expectations – take a look at our design services</p>
<p class="mb-0"><a href="contact.php" class="btn btn-opp">Contact us <span class="ion-ios-arrow-round-forward"></span></a></p>
</div>
</div>
</div>
</section>
<?php include("footer.php"); ?>