blob: ca63cbd68f9c1d84e14c582c5b00834feaaa1f01 (
plain)
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Galopin v1.0</title>
<link href="estilo.css" rel="stylesheet" type="text/css">
</head>
<body topmargin="0" leftmargin="0">
<table class="ficha" align="center">
<tbody>
<tr>
<td valign="top">
<center><img src="images/galopinprincipal.jpg" alt="Galopín"></center>
<br>
<table class="ficha" align="center">
<tbody>
<tr>
<td class="primeralinea">
<div align="center"><font color="#ffffff">CRÉDITOS</font></div>
</td>
</tr>
</tbody>
</table>
<table class="ficha" align="center">
<tbody>
<tr>
<td><br>
Idea, programación, desarrollo, testeo...<br>
<blockquote><li>Pedro Obregón Mejías </li>
<li>Rubén D. Mancera Morán<br>
</li>
</blockquote>
<br>
</td>
</tr>
<tr>
<td><br>
Diseño gráficos<br>
<blockquote> <li>Alejandro Fernández</li>
</blockquote>
Colaborador diseño<br>
<blockquote> <li>Xavi Pastor</li>
</blockquote>
Parche para PHP5<br>
<blockquote> <li>Luis Miguel Cabezas Granado</li>
</blockquote>
</td>
</tr>
<tr>
<td><b><br>
Apoyo técnico y asesoría</b><br>
<br>
<div align="center"><a href="http://www.sinuh.org"><img
alt="SINUH - Comunidad GNU/Linux de Extremadura"
src="images/logo_sinuh.png" border="0" height="80" width="82"></a><br>
<br>
</div>
</td>
</tr>
<tr>
<td><br>
Gracias por aguantar todos estos meses de desarrollo:
<blockquote><li>Antonia Palacios Rubio </li>
<li>Ana Belén Salguero</li>
</blockquote>
<br>
</td>
</tr>
<tr>
<td><br>
Gracias a gnuLinEx y a todos los que apoyan el Software
Libre de Extremadura.<br>
<br>
</td>
</tr>
</tbody>
</table>
<br>
</td>
</tr>
</tbody>
</table>
<br>
<br>
</body>
</html>
|