Skip to content

Instantly share code, notes, and snippets.

View jwlawrence's full-sized avatar

Joshua Lawrence jwlawrence

View GitHub Profile
@jwlawrence
jwlawrence / hCard markup
Created February 10, 2011 22:32
Contact Info with hCard Microformats
<h2>Contact Me</h2>
<address class="vcard"> <!-- replace address tag with div if used to contact anyone other than site owner -->
<h3 class="fn">John Doe</h3>
<p><a class="email" href="mailto:[email protected]">[email protected]</a></p>
<p class="tel">123-456-7890</p>
<ul class="adr">
<li class="street-address">123 Street Name</li>
<li class="locality">City</li>
<li class="region">State</li>
<li class="postal-code">12345</li>
@font-face {
font-family: 'MyFontFamily';
src: url('myfont-webfont.eot#') format('eot'),
url('myfont-webfont.woff') format('woff'),
url('myfont-webfont.ttf') format('truetype'),
url('myfont-webfont.svg#svgFontName') format('svg');
}