storing contact details works
This commit is contained in:
parent
00fc6bb258
commit
6b52d06b3e
10 changed files with 138 additions and 15 deletions
|
|
@ -17,8 +17,6 @@
|
|||
<hr>
|
||||
<form onsubmit="return false">
|
||||
<label>Pseudónimo (Nym):<input type="text" name="nym" id="nym-input"></label>
|
||||
|
||||
<button id="submit-details-button" type="submit">Crear tu perfil</button>
|
||||
<div id="contacts">
|
||||
<p>Añade métodos de contacto para poder hablar con otros miembros.</p>
|
||||
<div class="badges">
|
||||
|
|
@ -48,6 +46,7 @@
|
|||
|
||||
</div>
|
||||
</div>
|
||||
<button id="submit-details-button" type="submit">Crear tu perfil</button>
|
||||
</form>
|
||||
</body>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue