Created
May 20, 2009 16:05
-
-
Save jonmagic/114906 to your computer and use it in GitHub Desktop.
This file contains 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
<fieldset class="ss"> | |
<div class="row"> | |
<label>Work:</label> | |
<span><a href="tel:5745551212">574-555-1212</a></span> | |
</div> | |
<div class="row"> | |
<label>Work:</label> | |
<span><a href="mailto:[email protected]">[email protected]</a></span> | |
</div> | |
<div class="row"> | |
<label>Home:</label> | |
<span> | |
<a href="http://maps.google.com/maps?q=555 SW Blvd, Elkhart IN 46514"> | |
<small>555 SW Blvd</small> | |
<small>Elkhart, IN 46514</small> | |
</a> | |
</span> | |
</div> | |
</fieldset> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment