Rotar las fotos de la portada
git-svn-id: https://192.168.0.254/svn/Proyectos.Miguelo_Web/trunk@36 ec840e86-4cc9-48bc-81da-089286ec179e
@ -105,7 +105,7 @@ td {
|
|||||||
margin-left: 40px;
|
margin-left: 40px;
|
||||||
width: 660px;
|
width: 660px;
|
||||||
height: 299px;
|
height: 299px;
|
||||||
background-image: url(images/Portada.jpg);
|
background-image: url(images/portadas/portada1.jpg);
|
||||||
}
|
}
|
||||||
|
|
||||||
#spot {
|
#spot {
|
||||||
|
|||||||
102
src/default.htm
@ -1,45 +1,57 @@
|
|||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||||
<meta name="title" content="Estudio Miguelo en Rivas, Madrid" />
|
<meta name="title" content="Estudio Miguelo en Rivas, Madrid" />
|
||||||
<meta name="keywords" content="cocinas, muebles de cocina, catalogo de cocinas, baño, reformar baño, armarios, frente de armario, vestidor, vestidores, techos de aluminio, jardín, accesorios jardín, hogar, decoracion, fotos cocinas, mobiliario, mobiliario cocinas, encimeras, interiorismo, amueblar, reformar cocina" />
|
<meta name="keywords" content="cocinas, muebles de cocina, catalogo de cocinas, baño, reformar baño, armarios, frente de armario, vestidor, vestidores, techos de aluminio, jardín, accesorios jardín, hogar, decoracion, fotos cocinas, mobiliario, mobiliario cocinas, encimeras, interiorismo, amueblar, reformar cocina" />
|
||||||
<meta name="description" content="Muebles de cocina y baño, armarios, vestidores, techos de aluminio y jardín. Interiorismo y decoración." />
|
<meta name="description" content="Muebles de cocina y baño, armarios, vestidores, techos de aluminio y jardín. Interiorismo y decoración." />
|
||||||
<meta http-equiv='Content-Language' content='ES' />
|
<meta http-equiv='Content-Language' content='ES' />
|
||||||
|
<title>Estudio Miguelo - diseño y decoración en Rivas, Madrid</title>
|
||||||
<title>Estudio Miguelo - diseño y decoración en Rivas, Madrid</title>
|
<link href="estilos.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="estilos.css" rel="stylesheet" type="text/css" />
|
<script type="text/javascript" src="video/js/mootools.js"></script>
|
||||||
|
<script type="text/javascript" src="video/js/swfobject.js"></script>
|
||||||
<script type="text/javascript" src="video/js/mootools.js"></script>
|
<script type="text/javascript" src="video/js/videobox.js"></script>
|
||||||
<script type="text/javascript" src="video/js/swfobject.js"></script>
|
<link rel="stylesheet" href="video/css/videobox.css" type="text/css" media="screen" />
|
||||||
<script type="text/javascript" src="video/js/videobox.js"></script>
|
<script type="text/javascript">
|
||||||
<link rel="stylesheet" href="video/css/videobox.css" type="text/css" media="screen" />
|
var TotImag = 2 ;
|
||||||
</head>
|
var numImag = Math.floor(Math.random() * TotImag ) + 3;
|
||||||
|
</script>
|
||||||
<body>
|
|
||||||
<div id="documento">
|
</head>
|
||||||
<div id="menu">
|
<body>
|
||||||
<p><img src="images/punto.jpg"/> <a href="acerca-de.html">Nuestra empresa</a></p>
|
<div id="documento">
|
||||||
<p><img src="images/punto.jpg"/> <a href="productos.html">Productos</a></p>
|
<div id="menu">
|
||||||
<p><img src="images/punto.jpg"/> <a href="promociones.html">Promociones</a></p>
|
<p><img src="images/punto.jpg"/> <a href="acerca-de.html">Nuestra empresa</a></p>
|
||||||
<p><img src="images/punto.jpg"/> <a href="trabajos.html">Nuestros trabajos</a></p>
|
<p><img src="images/punto.jpg"/> <a href="productos.html">Productos</a></p>
|
||||||
<p><img src="images/punto.jpg"/> <a href="contacto.html">Contacta con<br/> nosotros</a></p>
|
<p><img src="images/punto.jpg"/> <a href="promociones.html">Promociones</a></p>
|
||||||
<br/>
|
<p><img src="images/punto.jpg"/> <a href="trabajos.html">Nuestros trabajos</a></p>
|
||||||
<div id="spot">
|
<p><img src="images/punto.jpg"/> <a href="contacto.html">Contacta con<br/>
|
||||||
<a href="http://www.youtube.com/watch?v=zwFz5SbhkoM" rel="vidbox" title="Estudio Miguelo"><img src="images/spot.jpg"/><br/>Nuestro spot</a>
|
nosotros</a></p>
|
||||||
</div>
|
<br/>
|
||||||
</div>
|
<div id="spot"> <a href="http://www.youtube.com/watch?v=zwFz5SbhkoM" rel="vidbox" title="Estudio Miguelo"><img src="images/spot.jpg"/><br/>
|
||||||
<div id="portada">
|
Nuestro spot</a> </div>
|
||||||
<!--<a href="promociones.html"><img src="images/Banner.jpg" width="660" height="35" border="0" align="absmiddle" /></a>-->
|
</div>
|
||||||
</div>
|
<div id="portada">
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
document.write('<img src="images/portadas/portada' + numImag + '.jpg">');
|
||||||
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
</script>
|
||||||
</script>
|
<!--<a href="promociones.html"><img src="images/Banner.jpg" width="660" height="35" border="0" align="absmiddle" /></a>-->
|
||||||
<script type="text/javascript">
|
</div>
|
||||||
try {
|
<script type="text/javascript">
|
||||||
var pageTracker = _gat._getTracker("UA-297093-12");
|
|
||||||
pageTracker._trackPageview();
|
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
||||||
} catch(err) {}</script>
|
|
||||||
</body>
|
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
||||||
</html>
|
|
||||||
|
</script>
|
||||||
|
<script type="text/javascript">
|
||||||
|
|
||||||
|
try {
|
||||||
|
|
||||||
|
var pageTracker = _gat._getTracker("UA-297093-12");
|
||||||
|
|
||||||
|
pageTracker._trackPageview();
|
||||||
|
|
||||||
|
} catch(err) {}</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|||||||
@ -93,7 +93,7 @@ td {
|
|||||||
margin-left: 25px;
|
margin-left: 25px;
|
||||||
width: 660px;
|
width: 660px;
|
||||||
height: 405px;
|
height: 405px;
|
||||||
background-image: url(images/portada3.jpg);
|
/*background-image: url(images/portada3.jpg);*/
|
||||||
}
|
}
|
||||||
#spot {
|
#spot {
|
||||||
width: 150px;
|
width: 150px;
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 29 KiB |
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
BIN
src/images/portadas/portada4.jpg
Normal file
|
After Width: | Height: | Size: 34 KiB |
@ -20,24 +20,12 @@
|
|||||||
<script src="scripts/mootools-1.2.1-core-yc.js" type="text/javascript"></script>
|
<script src="scripts/mootools-1.2.1-core-yc.js" type="text/javascript"></script>
|
||||||
<script src="scripts/mootools-1.2-more.js" type="text/javascript"></script>
|
<script src="scripts/mootools-1.2-more.js" type="text/javascript"></script>
|
||||||
<script src="scripts/jd.gallery.js" type="text/javascript"></script>
|
<script src="scripts/jd.gallery.js" type="text/javascript"></script>
|
||||||
|
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
var TotImag = 2 ;
|
||||||
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
var numImag = Math.floor(Math.random() * TotImag ) + 3;
|
||||||
|
</script>
|
||||||
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
|
||||||
|
|
||||||
</script>
|
|
||||||
<script type="text/javascript">
|
|
||||||
|
|
||||||
try {
|
|
||||||
|
|
||||||
var pageTracker = _gat._getTracker("UA-297093-12");
|
|
||||||
|
|
||||||
pageTracker._trackPageview();
|
|
||||||
|
|
||||||
} catch(err) {}</script>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="documento">
|
<div id="documento">
|
||||||
@ -53,7 +41,10 @@
|
|||||||
Nuestro spot</a> </div>
|
Nuestro spot</a> </div>
|
||||||
</div>
|
</div>
|
||||||
<div id="portada">
|
<div id="portada">
|
||||||
<!--<a href="promociones.html"><img src="images/Banner.jpg" width="660" height="35" border="0"/></a>-->
|
<script type="text/javascript">
|
||||||
|
document.write('<img src="images/portadas/portada' + numImag + '.jpg">');
|
||||||
|
</script>
|
||||||
|
<!--<a href="promociones.html"><img src="images/Banner.jpg" width="660" height="35" border="0"/></a>-->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||