Created
March 28, 2013 02:34
-
-
Save agustinhaller/5260073 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
| <div class="row contact-container"> | |
| <div class="span6"> | |
| <div class="title"> | |
| <p> | |
| Tu opinión no es importante; es imprescindible. | |
| </p> | |
| <p> | |
| ¡Escribinos a: contacto@hubinternacional.org y ayudamos a ser mucho mejores! | |
| </p> | |
| </div> | |
| <div class="alert alert-success contact-form-successful" style="display: none;"> | |
| ¡Gracias por enviarnos tus comentarios! | |
| </div> | |
| <div class="contact-form-wrapper pull-left" id="contact-form"> | |
| <form class="contact-form" action="" method="post"> | |
| <fieldset> | |
| <legend class="main-title pull-left" style=" | |
| color: #fff; | |
| "> | |
| ¡Escribinos acá!</legend> | |
| <label class="control-label" for="Name"> | |
| Nombre</label><input class="input-xlarge" type="text" id="Name" name="Name" placeholder="Tu nombre" data-validationmsg="Por favor ingresa tu nombre"><span class="help-block"></span><label class="control-label" for="Email"> | |
| Email</label><input class="input-xlarge" type="text" id="Email" name="Email" placeholder="Tu email" data-validationmsg="Por favor ingresa un email correcto"><span class="help-block"></span><label class="control-label" for="Message"> | |
| Mensaje</label><textarea class="input-xlarge" data-validationmsg="Por favor ingresa tu mensaje" id="Message" name="Message" placeholder="Tu mensaje" rows="3" style="margin: 0px 0px 10px; width: 265px; height: 60px;"></textarea><span class="help-block"></span><button type="submit" class="btn btn-mini send-message-btn" data-loading-text="Enviando mail ..."> | |
| Enviar</button><div class="row-fluid"> | |
| </div> | |
| </fieldset> | |
| </form> | |
| </div> | |
| </div> | |
| <div class="span6"> | |
| <a target="_blank" class="social-share-link news-facebook-share" href="https://www.facebook.com/hubinternacional" title=""><i class="zocial facebook">Encontranos en Facebook</i></a><a target="_blank" class="social-share-link news-twitter-share" href="https://twitter.com/HUBinter" title=""><i class="zocial twitter">Encontranos en Twitter</i> </a> | |
| </div> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment