Current File : /home/itiffy/public_html/public/js/fixup/index.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>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");?>">
    <?php include('page_includes/header.php');?>
	<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="home_abt_us">
					<h2><span>ABOUT US ?</span></h2>
					<p>Hi, Welcome to FixUp Handyman and Building services. Here we can help you with anything from moving furniture and fixing a leak all the way to building that extension you’ve always wanted or the perfect garden, when we say no job is too big or too small we mean it. Your one stop shop for everything you can think of to do with building and housing maintenance. Anything else? Give us a call to find out what other things we can do for you. Our professional, friendly, helpful staff and contractors are always happy to help and make things as easy as possible for you.</p>
					<a href="about-us.php" class="btn_white">Read More...</a>
				</div>
				<div class="home_what_we_do">
					<h2><span>WHAT WE DO ?</span></h2>
					<ul>
						<li>
							<a href="what-we-do.php#service1">
								<span class="icons">
									<i class="sprite_ico sprite_ico-ico1"></i>
								</span>
								<h3>HANDYMAN SERVICES</h3>
							</a>
						</li>
						<li>
							<a href="what-we-do.php#service3">
								<span class="icons">
									<i class="sprite_ico sprite_ico-ioc3"></i>
								</span>
								<h3>COMMERCIAL SERVICES</h3>
							</a>
						</li>
						<li>
							<a href="what-we-do.php#service2">
								<span class="icons">
									<i class="sprite_ico sprite_ico-ico5"></i>
								</span>
								<h3>BUILDING SERVICES</h3>
							</a>
						</li>
					</ul>
				</div>
			</div>
		</div>
	</div>
	<?php include('page_includes/footer.php'); ?>
  </body>
</html>