-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
72 lines (69 loc) · 3.99 KB
/
home.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
71
72
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>Inicio</title>
<style type="text/css">
<!--
body {
background-image: url(images/fondo_home.png);
background-repeat: no-repeat;
}
-->
</style>
<script type="text/javascript">
<!--
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>
</head>
<body onload="MM_preloadImages('images/ROLL_cv.png','images/ROLL_iden.png','images/ROLL_ss.png','images/ROLL_tacto.png','images/ROLL_ini.png','images/ROLL_web.png','images/ROLL_ed.png','images/ROLL_ilustra.png')">
<a href="ide_ROCK.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image2','','images/ROLL_iden.png',1)"><img src="images/BTN_iden.png" alt="" name="Image2" width="261" height="60" hspace="370" vspace="5" border="0" align="top" id="Image2" /></a>
<table width="1023" height="714">
<tr>
<td width="272" height="146"><div align="right"><a href="Infografia.jpg" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('cv','','images/ROLL_cv.png',1)"><img src="images/BTN_cv.png" name="cv" width="261" height="60" hspace="0" border="0" id="cv" /></a></div></td>
<td width="448"><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image2','','images/ROLL_iden.png',1)"></a></td>
<td width="287"><a href="SS_intro.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('ss','','images/ROLL_ss.png',1)"><img src="images/BTN_ss.png" name="ss" width="261" height="60" border="0" id="ss" /></a></td>
</tr>
<tr>
<td height="284"><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('inicio','','images/ROLL_ini.png',1)"><img src="images/BTN_ini.png" name="inicio" width="261" height="60" border="0" id="inicio" /></a></td>
<td> </td>
<td><div align="right"><a href="contacto.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('tacto','','images/ROLL_tacto.png',1)"><img src="images/BTN_tacto.png" name="tacto" width="261" height="60" border="0" id="tacto" /></a></div></td>
</tr>
<tr>
<td height="156"><div align="right"><a href="trazos_combus.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image8','','images/ROLL_ilustra.png',1)"><img src="images/BTN_ilustra.png" name="Image8" width="261" height="60" border="0" id="Image8" /></a></div></td>
<td> </td>
<td><a href="Ed_sexo.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image7','','images/ROLL_ed.png',1)"><img src="images/BTN_ed.png" name="Image7" width="261" height="60" border="0" id="Image7" /></a></td>
</tr>
<tr>
<td height="93"> </td>
<td><div align="center"><a href="WEB_posh.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('web','','images/ROLL_web.png',1)"><img src="images/BTN_web.png" alt="" name="web" width="261" height="60" border="0" align="absbottom" id="web" /></a></div></td>
<td> </td>
</tr>
<tr>
<td height="21"> </td>
<td> </td>
<td> </td>
</tr>
</table>
</body>
</html>