Current File : /home/itiffy/public_html/blog/wp-content/themes/itiffyblog/assets/js/fixup/what-we-do.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>What We Do | 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>what we do</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="what_we_do">
					<div class="service_bx" id="service1">
						<div class="srvc_hdr">
							<img src="images/srvc1.png" alt="HANDYMAN SERVICES">
							<h3>HANDYMAN SERVICES</h3>
						</div>
						<div class="srvce_bdy">
							<p>Welcome to the handyman section of our page here you'll find a small list of the many small to medium sized  jobs we can do to help around the home or your business..</p>
							<ul>
								<li>Hanging picture frames</li>
								<li>Making safe windows and doors</li>
								<li>Changing normal lights for LED’s </li>
								<li>Putting together flat pack furniture</li>
								<li>Fitting door bells</li>
								<li>Putting up shelving </li>
								<li>Leaking taps</li>
								<li>Hanging doors fitting locks</li>
								<li>Flooring</li>
							</ul>
							<p>Please give us a call and ask us about anything else that may not be listed here...<br/>You'll be surprised at all the things we can do for you.</p>
						</div>
					</div>
					<div class="service_bx" id="service2">
						<div class="srvc_hdr">
							<img src="images/srvc2.png" alt="BUILDING SERVICES">
							<h3>BUILDING SERVICES</h3>
						</div>
						<div class="srvce_bdy">
							<ul>
								<li>Electrical</li>
								<li>CCTV and Security</li>
								<li>Plumbing</li>
								<li>Plastering</li>
								<li>Flooring and decorating </li>
								<li>Grounds keeping </li>
								<li>Carpentry</li>
								<li>Landscaping</li>
								<li>Heating</li>
								<li>General maintenance</li>
								<li>Gardening</li>
								<li>T.V and A.V</li>
								<li>Tiling</li>
								<li>Guttering</li>
							</ul>
							<p>At the moment we are building a list of contractors to make sure we get the best for you! So some of these services are currently not available, but please give us a call to see what we can do for you. please keep an eye on this as we update regularly.</p>
						</div>
					</div>
					<div class="service_bx" id="service3">
						<div class="srvc_hdr">
							<img src="images/srvc3.png" alt="COMMERCIAL SERVICES">
							<h3>COMMERCIAL SERVICES</h3>
						</div>
						<div class="srvce_bdy">
							<p>Welcome to the commercial side of things here at Fix Up we can help with your maintenance, building and any other work you may have for us to help you with. Call us for a quote as commercial contacts have added discount.</p>
						</div>
					</div>
				</div>
			</div>
		</div>
	</div>
	<?php include('page_includes/footer.php'); ?>
  </body>
</html>