Skip to content

Commit

Permalink
Update raw
Browse files Browse the repository at this point in the history
  • Loading branch information
lucianaumpierre authored Nov 28, 2024
1 parent 023d7e8 commit 8513fd8
Showing 1 changed file with 0 additions and 48 deletions.
48 changes: 0 additions & 48 deletions Portfolio2024/raw
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>&copy; 2024 Equipo de Testing</p>
</footer>
</body>

</html>

0 comments on commit 8513fd8

Please sign in to comment.