Skip to content

Instantly share code, notes, and snippets.

@senhorinha
Created June 24, 2015 02:12
Show Gist options
  • Save senhorinha/5eb899e8f4a2258cd29e to your computer and use it in GitHub Desktop.
Save senhorinha/5eb899e8f4a2258cd29e to your computer and use it in GitHub Desktop.
Exemplo de como poderia ficar o mais detalhes com ids
<div class="detalhe_empresa">
<i class="glyphicon glyphicon-earphone"></i>
<span id="telefone">(47) 3426-3600</span><br>
<strong>Segundo Telefone:</strong>
<span id="segundoTelefone">(47) 3426-2222</span><br>
<strong>Horário de Atendimento:</strong>
<span id="horarioDeAtendimento">DAS 08:00 AS 18:00 HRS, DE SEGUNDA A SEXTA-FEIRA</span>.<br>
<strong>Plantão:</strong>
<span id="plantao">* PLANTAO 24 HORAS NO FONE: 3426-3600 *</span><br>
<strong>Site:</strong>
<a id="site" href="http://www.voehorus.com.br" target="_blank">http://www.voehorus.com.br</a><br>
<strong>E-mail:</strong>
<span id="email">[email protected]</span><br>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment