Created
November 6, 2013 03:35
-
-
Save bMinaise/7330476 to your computer and use it in GitHub Desktop.
BS3 - Contact Info Google Maps From http://bootsnipp.com/snippets/featured/google-maps-contact-info
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="container"> | |
<div class="row-fluid"> | |
<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>Snail mail</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> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment