"Arreglar" el contacto
Puesto que el formulario de contacto no funcionaba, lo he cambiado a unicamente un enlace mailto
This commit is contained in:
parent
cfe50bf824
commit
73617809e2
1 changed files with 3 additions and 15 deletions
18
index.html
18
index.html
|
|
@ -93,36 +93,24 @@
|
|||
<section id="eventos" class="content">
|
||||
<h2>Eventos</h2>
|
||||
<p>Próximos eventos y reuniones...</p>
|
||||
<p> Nada por ahora :p </p>
|
||||
<p> Nada por ahora :) </p>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<!-- NO FUNCIONA -->
|
||||
|
||||
<!-- Sección Únete -->
|
||||
<section id="unete" class="content">
|
||||
<h2>Únete al Partido</h2>
|
||||
<form>
|
||||
<input type="text" name="nombre" placeholder="Nombre">
|
||||
<input type="email" name="email" placeholder="Correo Electrónico">
|
||||
<textarea name="mensaje" placeholder="Mensaje o Intereses"></textarea>
|
||||
<button type="submit">Enviar</button>
|
||||
</form>
|
||||
<p> Para unirte mandanos un <a href="mailto:unete@pnh.09072007.xyz" class="button">email</a> con algunos datos tuyos y el por qué te gustaria formar parte de esto</p>
|
||||
</section>
|
||||
|
||||
<!-- Sección Contacto -->
|
||||
<section id="contacto" class="content">
|
||||
<h2>Contacto</h2>
|
||||
<form>
|
||||
<input type="text" name="nombre" placeholder="Nombre">
|
||||
<input type="email" name="email" placeholder="Correo Electrónico">
|
||||
<textarea name="mensaje" placeholder="Tu Mensaje"></textarea>
|
||||
<button type="submit">Enviar</button>
|
||||
</form>
|
||||
<p> Si tienes alguna duda, no dudes en contactarnos via <a href="mailto:contacto@pnh.09072007.xyz" class="button">email</a> con tus dudas, valga la retundancia </p>
|
||||
</section>
|
||||
|
||||
<!-- NO FUNCIONA -->
|
||||
|
||||
<!-- Pie de página -->
|
||||
<footer>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue