<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<form class="form">
<h2>CONTACT US</h2>
<p type="Name:"><input placeholder="Write your name here.."></input></p>
<p type="Email:"><input placeholder="Let us know how to contact you back.."></input></p>
<p type="Message:"><input placeholder="What would you like to tell us.."></input></p>
<button>Send Message</button>
<div>
<span class="fa fa-phone"></span>001 1023 567
<span class="fa fa-envelope-o"></span> contact@company.com
</div>
</form>