/home/linkimpu/public_html/form.html
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Linkimpulse - We build simple and elegent website.</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="Keywords" content="linkimpulse, simple website, elegent website, modern website,web engineering">
<meta name="description" content="Simply contact us, we'll do the web engineering for you.Linkimpulse provides simple and elegent websites.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" href="css/normalize.css">
<!-- Custom Fonts -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/main.css">
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
</head>
<body>
<section id="main-content">
<div class="form-content">
<div class="close"><a class="close-btn">Close</a></div>
<form role="form" id="contactForm" data-toggle="validator" class="shake">
<div id="msgSubmit" class="h3 text-center hidden"></div>
<div class="col-one">
<div class="form-group">
<input type="text" class="form-control" id="name" placeholder="Your name" required data-error="NEW ERROR MESSAGE">
<div class="help-block with-errors"></div>
</div>
<div class="form-group">
<input type="text" class="form-control" id="telephone" placeholder="Your telephone number" required data-error="NEW ERROR MESSAGE">
<div class="help-block with-errors"></div>
</div>
<div class="form-group">
<input type="email" class="form-control" id="email" placeholder="Your email" required>
<div class="help-block with-errors"></div>
</div>
</div>
<div class="col-one">
<div class="form-group">
<input type="text" class="form-control" id="businessname" placeholder="Your business name" required data-error="NEW ERROR MESSAGE">
<div class="help-block with-errors"></div>
</div>
<div class="form-group">
<textarea id="message" class="form-control" rows="5" placeholder="Please enter your message" required></textarea>
<div class="help-block with-errors"></div>
</div>
<button type="submit" id="form-submit" class="btn btn-success btn-lg pull-right ">Submit</button>
<div class="clearfix"></div>
</div>
</form>
</div>
</section>
<script src="https://code.jquery.com/jquery-1.12.0.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.12.0.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>