Current File : /home/itiffy/public_html/blog/wp-content/themes/itiffyblog/assets/js/fixup/prices.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>Prices | 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>prices</h2>
	</div>
	<div class="bdy_cntent">
		<div class="container">
			<div class="bdy_inr">
				<img src="images/model-hm2.png" alt="model-hm2" class="corner_img">
				<div class="pricing_inr">
					<div class="price_box">
						<img src="images/ico_price.png" alt="HANDYMAN SERVICES">
						<h2>HANDYMAN SERVICES</h2>
						<p>All the services we provide are to the high standard we know you expect, delivered by our polite, friendly and professional staff. For all are handyman jobs we have a introductory pricing scheme so please take advantage now. First hour £30 and £20 for every hour after that per day. Call us for a free quote and consultation.</p>
					</div>
					<div class="price_box">
						<img src="images/ico_bldng.png" alt="BUILDING SERVICES">
						<h2>BUILDING SERVICES</h2>
						<p>As you would expect our larger building projects take a little more planning to get every detail just right, so for pricing your larger jobs and projects please give us a call for a free consultation</p>
					</div>
				</div>
				<div class="call_today">
					<h4>CALL TODAY</h4>
					<span>07837973074  |  01707 693062</span>
				</div>
			</div>
		</div>
	</div>
	<?php include('page_includes/footer.php'); ?>
  </body>
</html>