-
Notifications
You must be signed in to change notification settings - Fork 0
/
portafolio.html
32 lines (32 loc) · 967 Bytes
/
portafolio.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" href="imgs/cv-icono.png">
<title>Portafolio</title>
</head>
<body>
<h1>Portafolio</h1>
<table border="1">
<tr>
<th><h3>Nombre Proyecto</h3></th>
<th><h3>Detalle</h3></th>
</tr>
<tr>
<td>Curriculum Vitae</td>
<td><img src="imgs/ProyectoCV.jpg" alt="Proyecto Currículum Vitae - Angela Aguila"></td>
</tr>
<tr>
<td>Iguana Page</td>
<td><img src="imgs/IguanaPageAngela.png" alt="Proyecto Iguana Page - Angela Aguila"></td>
</tr>
<tr>
<td>Cuppon</td>
<td><img src="imgs/CupponAngela.png" alt="Proyecto Cuppon - Angela Aguila"></td>
</tr>
</table>
<p></p>
<a href="index.html">Volver a CV</a>
</body>
</html>