Skip to content

Instantly share code, notes, and snippets.

@AriffAzmi
Created September 27, 2015 17:57
Show Gist options
  • Save AriffAzmi/8091accb3c5c6e5623ca to your computer and use it in GitHub Desktop.
Save AriffAzmi/8091accb3c5c6e5623ca to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Contact</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="https://code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css">
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
<script src="https://code.jquery.com/ui/1.11.4/jquery-ui.js"></script>
</head>
<body>
<div class="container">
<div class="row-fluid">
<h1>Contact us</h1>
<div class="span8">
<iframe width="100%" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.co.uk/maps?f=q&source=s_q&hl=en&geocode=&q=15+Springfield+Way,+Hythe,+CT21+5SH&aq=t&sll=52.8382,-2.327815&sspn=8.047465,13.666992&ie=UTF8&hq=&hnear=15+Springfield+Way,+Hythe+CT21+5SH,+United+Kingdom&t=m&z=14&ll=51.077429,1.121722&output=embed"></iframe>
</div>
<div class="span4">
<h2>Our Address</h2>
<address>
<strong>Hythe Window Cleaning</strong><br>
15 Springfield Way<br>
Hythe<br>
Kent<br>
United Kingdon<br>
CT21 5SH<br>
<abbr title="Phone">P:</abbr> 01234 567 890
</address>
</div>
<form action="" class="form-group" method="POST">
<label for="Name">Name:</label>
<input type="text" name="name" class="form-control">
<label for="Email">Email</label>
<input type="text" name="email" class="form-control">
</form>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment