Current File : /home/itiffy/public_html/public/js/fixup/about-us.php
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
	<?php $isiPad = (bool) strpos($_SERVER['HTTP_USER_AGENT'],'iPad');
       if ( $isiPad ) { ?>
    <?php // This is an iPad! ?>
          <meta name="viewport" content="width=1100, user-scalable=0">
    <?php    } else { ?>
    <?php // Not an iPad ?>
          <meta name="viewport" content="width=device-width, initial-scale=1">
    <?php } ?>
   	<title>Aboutr Us | FixUp</title>
	<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
    <link rel="stylesheet" type="text/css" href="css/style.css">
    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
    <!--[if lt IE 9]>
      <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
  </head>
  <body id="<?php $path = "http://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]"; echo basename($path, ".php");?>" class="innr_pages">
    <?php include('page_includes/header.php');?>
	<div class="page_title">
		<h2>ABOUT US</h2>
	</div>
	<div class="bdy_cntent">
		<div class="container">
			<div class="bdy_inr">
				<div class="about_us">
					<img src="images/model_about.png" alt="model-hm2" class="model_about">
					<div class="abt_inr">
						<img src="images/respo_about.png" alt="respo_about.png" class="respon_mode">
						<h3><span>ABOUT US ?</span></h3>
						<p>Hi,<br/>My name is Ross I am the one who runs things here at FixUp, but you’ll usually find me getting my hands dirty on the tools as that’s where I thrive. I started this company after a long time spent in the construction industry in various different roles from a carpenter to a steel fitter and most things in between.  I wanted to give the local community and people the customer service, quality and personal touch I felt they might not have been getting from the bigger construction companies. Thanks for taking the time to find out a little about us and I hope to see you soon.
	</p>
					</div>
					<h4 class="strip">MAKING LIFE SIMPLE</h4>
				</div>
			</div>
		</div>
	</div>
	<?php include('page_includes/footer.php'); ?>
  </body>
</html>