-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteam.html
70 lines (61 loc) · 2.37 KB
/
team.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="icons/favicon.png">
<title>Equipo Delorean</title>
</head>
<body>
<table border="0" width="100%">
<tr>
<th colspan="3" bgcolor="white" height=200px>
<img src="images/logoclub.jpg" alt="logo" height="120" width="120">
<font size="7">
<font color="red">
Videoclub Delorean
</font>
</font>
</th>
</tr>
</table>
<table border="0" width="100%">
<tr>
<td width="15%" height="500px">
<nav>
<ul>
<li><a href="index.html">Inicio</a></li>
<li><a href="selection.html">Nuestra selección</a></li>
<li><a href="top.html">Top 3 en alquiler</a></li>
<li><a href="search.html">Búsqueda Delorean</a></li>
<li><a href="team.html">Equipo</a></li>
<li><a href="where.html">Dónde estamos</a></li>
<li><a href="colab.html">Colaboradores</a></li>
</ul>
</nav>
</td>
<td width="25%" height="500px">
<center>
<h2>Jason Voorhes</h2>
<img src="/images/jason.jpg" alt="Jason" height="150" width="100">
<p>Nuestro experto en cine de terror, especialmente el subgénero slasher de los 80.</p>
</center>
</td>
<td width="25%" height="500px">
<center>
<h2>Alien</h2>
<img src="/images/xeno.jpg" alt="Xeno" height="150" width="120">
<p>Venido del especio exterior este alien es nuestro experto en cine de ciencia ficción.</p>
</center>
</td>
</tr>
<tr>
<th colspan="3" bgcolor="#0B3D91" height=200px align="center">
<font color="white">
<h2 align="center">Delorean Inc. 1999 ©</h2>
</font>
</th>
</tr>
</table>
</body>
</html>