Skip to content

Commit

Permalink
Merge pull request #84 from G10-ISPC/AntonioFigueroa
Browse files Browse the repository at this point in the history
Agregado de foto y redes en tarjeta en nosotros
  • Loading branch information
fafigueroa authored Oct 17, 2023
2 parents 8bd8eda + 713e897 commit 0c77e05
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 6 deletions.
Binary file added ricco/frontend/assets/img/antonioR2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 38 additions & 0 deletions ricco/frontend/pages/Prueba.html
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>
12 changes: 6 additions & 6 deletions ricco/frontend/pages/nosotros.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,14 +136,14 @@ <h5 class="mb-0">Laura Cruz</h5>
</div>

<div class="col-xl-3 col-sm-6 mb-5 px-4 ">
<div class="bg-white rounded shadow-sm py-5 px-4"><img src="https://www.w3schools.com/howto/img_avatar.png" alt="" width="100" class="img-fluid rounded-circle mb-3 shadow-sm">
<h5 class="mb-0">Félix Figueroa</h5>
<div class="bg-white rounded shadow-sm py-5 px-4"><img src="../assets/img/antonioR2.jpg" alt="" width="100" class="img-fluid rounded-circle mb-3 shadow-sm">
<h5 class="mb-0">Félix A. Figueroa</h5>
<span class="small text-uppercase text-muted">Developer team</span>
<ul class="social mb-0 list-inline mt-3">
<li class="list-inline-item"><a href="#" class="social-link link"><i class="fa fa-facebook-f"></i></a></li>
<li class="list-inline-item"><a href="#" class="social-link link"><i class="fa fa-instagram"></i></a></li>
<li class="list-inline-item"><a href="#" class="social-link link"><i class="fa fa-linkedin"></i></a></li>
<li class="list-inline-item"><a href="#" class="social-link link"><i class="fa-brands fa-github"></i></a></li>
<li class="list-inline-item"><a href="https://www.facebook.com/felixantonio.figueroa.7" class="social-link link"><i class="fa fa-facebook-f"></i></a></li>
<li class="list-inline-item"><a href="https://www.instagram.com/a_figueroa34/" class="social-link link"><i class="fa fa-instagram"></i></a></li>
<li class="list-inline-item"><a href="https://www.linkedin.com/in/felix-antonio-figueroa-970198123/" class="social-link link"><i class="fa fa-linkedin"></i></a></li>
<li class="list-inline-item"><a href="https://github.com/fafigueroa" class="social-link link"><i class="fa-brands fa-github"></i></a></li>
</ul>
</div>
</div>
Expand Down

0 comments on commit 0c77e05

Please sign in to comment.