Skip to content

Instantly share code, notes, and snippets.

@watershed
Created February 8, 2011 20:45
Show Gist options
  • Save watershed/817196 to your computer and use it in GitHub Desktop.
Save watershed/817196 to your computer and use it in GitHub Desktop.
<div id="sales" class="sub_banner">
<div class="max">
<h2>Contact [CountryName] support</h2>
<a href="[callback_url]" class="callback">Arrange callback</a>
<ul class="contacts">
<li id="hcard-[forename]-[surname]" class="vcard{if usr_region}{if (usr_region != region)} secondary{endif}{endif}">
<h3 class="fn"><a href="mailto:[forename].[surname]@spilasers.com" class="email" title="Email [Forename]">[Forename] [Surname]</a></h3>
<ul>
<li class="img"><img class="photo" src="foo" alt="[Forename] [Surname]"></li>
{if region}<li class="title">[CountryName] [Region]</li>{endif}
<li class="tel">
<span class="prompt">Call</span> <span class="work">(<span class="type">Work</span>)</span>
<a href="callto:+[00.000&shy;0000000]" title="Make a VOIP to landline call"><strong class="value">+[00 000&shy; 000 0000]</strong></a>
</li>
</ul>
</li>
</ul>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment