-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #84 from G10-ISPC/AntonioFigueroa
Agregado de foto y redes en tarjeta en nosotros
- Loading branch information
Showing
3 changed files
with
44 additions
and
6 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<head> | ||
<link rel="stylesheet" href="../assets/css/login.css"> | ||
</head> | ||
|
||
|
||
|
||
<main> | ||
<div class="contenedor"> | ||
<div class="caja" id="form"> | ||
|
||
<div class="contenedor-ingreso" id="ingreso"> | ||
<div class="caja-titulo"> | ||
<h3>Bienvenido</h3> | ||
<small>Que bueno verte otra vez!!</small> | ||
</div> | ||
<div class="grupo-inputs"> | ||
<div class="campo-input"> | ||
<input type="text" class="caja-input" id="logEmail" required > | ||
<label for="logEmail">E-mail</label> | ||
</div> | ||
<div class="campo-input"> | ||
<input type="password" class="caja-input" id="contrasenaIngreso" required > | ||
<label for="contrasenaIngreso">Contraseña</label> | ||
|
||
</div> | ||
<a href="registro.html"><small>Todavia no tienes usuario? Registrate</small></a> | ||
|
||
<div class="campo-input"> | ||
<input type="submit" class="input-submit" value="Ingresar" id="submitButton"> | ||
</div> | ||
</div> | ||
<p id="mensajeError" style="color:#F12C3E; font-size: 13px;" ></p> | ||
</div> | ||
|
||
|
||
</div> | ||
</div> | ||
</main> |
This file contains 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