Skip to content

Latest commit

 

History

History
90 lines (70 loc) · 2.52 KB

contact.md

File metadata and controls

90 lines (70 loc) · 2.52 KB
layout title permalink
page
Contact
/contact/
<script type="text/javascript"> var center; function calculateCenter() { center = map.getCenter(); } google.maps.event.addDomListener(map, 'idle', function() { calculateCenter(); }); google.maps.event.addDomListener(window, 'resize', function() { map.setCenter(center); }); </script>
<iframe width="600" height="450" frameborder="0" style="border:0" src="https://www.google.com/maps/embed/v1/place?key=AIzaSyDmOyKpQ4tgIemHFTepmzEFSsgDGP1Rwxs &zoom=16&q=14+Palmers+Rd,+London+E2+0SY,+Storbritannia">
	</iframe>
	</div>
</div>
	<!-- <form action="https://formspree.io/[email protected]" method="POST">
		<div class="form-group">
			<label for="form-name-input">Name</label>
			<input type="text" class="form-control" id="form-name-input" placeholder="Your Name">
		</div>
		<div class="form-group">
			<label for="form-email-input">Email</label>
			<input type="email" name="_replyto" class="form-control" id="form-email-input" placeholder=" Your Email Address">
		</div>
		<div class="form-group">
			<label for="form-text-input">Please write your message here </label>
			<textarea id="textarea" class="form-control" name="textarea" rows="3"></textarea>
		</div>
		<button type="submit" value="Send" class="btn btn-default">Send</button>


	</form> -->

	<!-- <form action="//formspree.io/[email protected]">
	    <input type="text" name="name">
	    <input type="email" name="_replyto">
	    <input type="submit" value="Send">
	</form> -->


	<form accept-charset="UTF-8" action="https://formkeep.com/f/234dcb5a2d8c" method="POST">
		<input type="hidden" name="utf8" value="✓">

		<div class="form-group">
			<label for="form-name-input">Name</label>
			<input name="name" type="text" class="form-control" id="form-name-input" placeholder="Your Name">
		</div>
		<div class="form-group">
			<label for="form-email-input">Email</label>
			<input name="email" type="email" class="form-control" id="form-email-input" placeholder=" Your Email Address">
		</div>
		<div class="form-group">
			<label for="form-text-input">Please write your message here </label>
			<textarea id="textarea" class="form-control" name="textarea" rows="3"></textarea>
		</div>
		<button type="submit" value="Send" class="btn btn-default">Send</button>
	</form>



</div>