Current File : //proc/self/root/home/itiffy/public_html/public/js/fixup/contact.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>Contact 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>contact us</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="contct_us">
					<div class="conta_top">
						<p class="no_more">No more worries, FIX UP is here to MAKE YOUR LIFE SIMPLE !!!</p>
						<div class="cntct_info">
							<h3>CONTACT US</h3>
							<ul>
								<li>
									<a href="tel:01707693062">
										<i class="owb_icon owb_icon-bphn"></i>
										<span>01707 693062</span>
									</a>
								</li>
								<li>
									<a href="tel:07837973074">
										<i class="owb_icon owb_icon-bcell"></i>
										<span>07837 973074</span>
									</a>
								</li>
							</ul>
						</div>
						<div class="cntct_info cntct_info_email">
							<h3>DROP AN E-MAIL</h3>
							<ul>
								<li>
									<a href="mailto:fixupuk@hotmail.com">
										<i class="owb_icon owb_icon-bmail"></i>
										<span>fixupuk@hotmail.com</span>
									</a>
								</li>
							</ul>
						</div>
					</div>
					<p class="make_sure">Please make sure to include your telephone number as an alternate contact to ensure I can
respond to you as soon as possible</p>
					<div class="contct_frm">
						<h3>CONTACT FORM</h3>
						<form id="contact-form" method="post" action="mailto.php" role="form">
							<div class="messages"></div>
							<div class="controls">
							<div class="frm_inr">
								<h4>If you have a job that needs doing, please get in contact using this form.</h4>
								<div class="frm_rw">
									<div class="frm_hlf">
										<div class="form-group frm_hldr">
											<label>FIRST NAME</label>
											<input id="form_name" type="text" name="name" class="form-control" required="required" data-error="Firstname is required.">
											<div class="help-block with-errors"></div>
										</div>
									</div>
									<div class="frm_hlf">
										<div class="form-group frm_hldr">
											<label>LAST NAME</label>
											<input id="form_lastname" type="text" name="surname" class="form-control" required="required" data-error="Lastname is required.">
											<div class="help-block with-errors"></div>
										</div>
									</div>
								</div>
								<div class="frm_rw">
									<div class="form-group frm_hlf">
										<div class="frm_hldr">
											<label>EMAIL ID</label>
											<input type="email" id="form_email" name="email" class="form-control" required="required" data-error="Valid email is required.">
											<div class="help-block with-errors"></div>
										</div>
									</div>
									<div class="frm_hlf">
										<div class="form-group frm_hldr">
											<label>PHONE NUMBER</label>
											<input type="tel" id="form_phone" name="phone" class="form-control">
											<div class="help-block with-errors"></div>
										</div>
									</div>
								</div>
								<div class="frm_rw">
									<div class="frm_full">
										<div class="form-group frm_hldr">
											<label>DESCRIBE YOUR REQUEST</label>
											<textarea id="form_message" name="message" class="form-control" rows="4" required="required" data-error="Please,leave us a message."></textarea>
											<div class="help-block with-errors"></div>
										</div>
									</div>
								</div>
								<div class="frm_rw">
									<div class="frm_full">
										<div class="form-group btn_submit">
											<input type="submit" class="btn btn-success btn-send" value="Send">
										</div>
									</div>
								</div>
							</div>
							</div>
						</form>
					</div>
				</div>
			</div>
		</div>
	</div>
	<?php include('page_includes/footer.php'); ?>
	<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
	<script src="js/validator.js"></script>
	<script src="js/contact.js"></script>
  </body>
</html>