-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
023d7e8
commit 8513fd8
Showing
1 changed file
with
0 additions
and
48 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,49 +1 @@ | ||
<!DOCTYPE html> | ||
<html lang="es"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Portfolio del Equipo</title> | ||
<link rel="stylesheet" href="style.css"> | ||
</head> | ||
|
||
<body> | ||
<header> | ||
<div class="header-content"> | ||
<img src="images/logo.png" alt="Logo del equipo"> | ||
<h1>Sub Group 5</h1> | ||
</div> | ||
</header> | ||
|
||
<section id="about"> | ||
<h2>Acerca del Equipo</h2> | ||
<div class="team-members"> | ||
<div class="member"> | ||
<img src="images/Foto Mica.PNG" alt="Foto de Nombre Miembro"> | ||
<h3>Nombre Miembro</h3> | ||
<p>Rol: Technical Advisor</p> | ||
<a href="cv1.pdf">Ver CV</a> | ||
<p>Contacto: <a href="mailto:[email protected]">[email protected]</a></p> | ||
</div> | ||
<!-- Repetir para cada miembro del equipo --> | ||
</div> | ||
</section> | ||
|
||
<section id="proyecto"> | ||
<h2>Etapas del Proyecto</h2> | ||
<ul> | ||
<li><a href="gantt.pdf">Planificación con Gantt</a></li> | ||
<li><a href="roles.pdf">Definición de Roles</a></li> | ||
<li><a href="plan_pruebas.pdf">Plan de Pruebas</a></li> | ||
<li><a href="informe_ejecutivo.pdf">Informe Ejecutivo</a></li> | ||
<li><a href="video_presentacion.mp4">Presentación Ejecutiva en Video</a></li> | ||
</ul> | ||
</section> | ||
|
||
<footer> | ||
<p>© 2024 Equipo de Testing</p> | ||
</footer> | ||
</body> | ||
|
||
</html> |