Created
August 5, 2010 22:55
-
-
Save juque/510547 to your computer and use it in GitHub Desktop.
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
| <ul class="personas"> | |
| <li class="vcard"> | |
| <h2 class="banner"><span class="fn">Nombre del Profesor</span></h2> | |
| <img alt="nombre del Profesor" src="http://placehold.it/130x130" class="photo"> | |
| <p> | |
| Información resuminda del profesor | |
| </p> | |
| <p class="datos-clave"> | |
| <strong>Nombre</strong>:Juan Perez,<strong>Correo</strong>:juan@correo.com | |
| </p> | |
| </li> | |
| </ul> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment