Nuevas fotos de la fachada para contacto
git-svn-id: https://192.168.0.254/svn/Proyectos.Miguelo_Web/trunk@28 ec840e86-4cc9-48bc-81da-089286ec179e
This commit is contained in:
parent
2a76404606
commit
4d15554dc5
@ -1,101 +1,152 @@
|
||||
<!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">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<meta name="title" content="Estudio Miguelo en Rivas, Madrid - Contacto - Localización de tienda y exposición" />
|
||||
<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 http-equiv='Content-Language' content='ES' />
|
||||
|
||||
<title>>Estudio de diseño y decoración Miguelo en Rivas, Madrid - Contacto - Localización de tienda y exposición</title>
|
||||
<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/videobox.js"></script>
|
||||
<link rel="stylesheet" href="video/css/videobox.css" type="text/css" media="screen" />
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="documento">
|
||||
<div id="menu1">
|
||||
<a href="default.htm"><<< Inicio</a>
|
||||
<p><img src="images/punto.jpg"/> <a href="acerca-de.html">Nuestra empresa</a></p>
|
||||
<p><img src="images/punto.jpg"/> <a href="productos.html">Productos</a></p>
|
||||
<p><img src="images/punto.jpg"/> <a href="promociones.html">Promociones</a></p>
|
||||
<p><img src="images/punto.jpg"/> <a href="trabajos.html">Nuestros trabajos</a></p>
|
||||
<p><img src="images/punto.jpg"/> <a href="contacto.html">Contacta con<br/> nosotros</a></p>
|
||||
<br/>
|
||||
<div id="spot">
|
||||
<a href="http://www.youtube.com/watch?v=zwFz5SbhkoM" rel="vidbox" title="Estudio Miguelo"><img src="images/spot.jpg"/><br/>Nuestro spot</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div id="cuerpo">
|
||||
<table width="630" cellpadding="5" align="right">
|
||||
<tr>
|
||||
|
||||
<td colspan="2" width="600" height="237px" id="plano">
|
||||
<script src="http://maps.google.com/maps?file=api&v=2&key=ABQIAAAAjCkJB-vikwx8En0KtHFfBBRLe0-A3A0bes1Nbma5aSb4JDtrRxTpfXKlXFxNq4FLcbkGQFjq4z3uIw" type="text/javascript"></script>
|
||||
<script type="text/javascript">
|
||||
//<![CDATA[
|
||||
window.onload = showMap;
|
||||
function showMap() {
|
||||
if (GBrowserIsCompatible()) {
|
||||
var map = new GMap2(document.getElementById("plano"));
|
||||
map.setCenter(new GLatLng(40.350747, -3.54131), 15);
|
||||
map.addControl(new GMapTypeControl());
|
||||
|
||||
map.addControl(new GScaleControl());
|
||||
map.enableScrollWheelZoom();
|
||||
function addDESC(point, address) {
|
||||
/*var icon = new GIcon();
|
||||
icon.image = '/images/logo-maps.gif';
|
||||
icon.shadow = '/images/logo-maps-sombra.png';
|
||||
icon.iconSize = new GSize(20, 20);
|
||||
icon.shadowSize = new GSize(20, 20);
|
||||
icon.iconAnchor = new GPoint(0, 30);
|
||||
icon.infoWindowAnchor = new GPoint(0,20);*/
|
||||
var marker = new GMarker(point);
|
||||
GEvent.addListener(marker, "click", function() {
|
||||
marker.openInfoWindowHtml(address); } );
|
||||
return marker;
|
||||
}
|
||||
var point = new GLatLng(40.350747, -3.54131);
|
||||
var address = '<p style="color: #333;"><strong>Estudio Miguelo</strong><br/><i>Tienda y exposición</i></p>';
|
||||
var marker = addDESC(point, address);
|
||||
map.addOverlay(marker);
|
||||
}
|
||||
}
|
||||
//]]>
|
||||
</script></td>
|
||||
|
||||
</tr>
|
||||
<tr><td colspan=2><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /> </td></tr>
|
||||
<tr>
|
||||
<td valign="top"><strong>Tienda y exposición</strong><br /><p>C/ El torno, 17<br />
|
||||
Pol. Industrial Santa Ana<br />
|
||||
28529 Rivas Vaciamadrid (MADRID) <br />
|
||||
<br />
|
||||
Tlfno. 91 670 25 62<br />
|
||||
FAX. 91 670 25 03 </p>
|
||||
<p><img src="images/email.gif" width="40" height="24" align="absmiddle" /><a href="mailto:comercialrivas@estudiomiguelo.com">comercialrivas@estudiomiguelo.com</a> </p>
|
||||
</td>
|
||||
<td width="250" align="left"><img src="images/TiendaRivas.jpg" /></td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
||||
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>
|
||||
</body>
|
||||
<!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">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<meta name="title" content="Estudio Miguelo en Rivas, Madrid - Contacto - Localización de tienda y exposición" />
|
||||
<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 http-equiv='Content-Language' content='ES' />
|
||||
<title>>Estudio de diseño y decoración Miguelo en Rivas, Madrid - Contacto - Localización de tienda y exposición</title>
|
||||
<link href="estilos.css" rel="stylesheet" type="text/css" />
|
||||
<link rel="stylesheet" href="lightbox.css" type="text/css" media="screen" />
|
||||
<script type="text/javascript" src="prototype.js"></script>
|
||||
<script type="text/javascript" src="scriptaculous.js?load=effects"></script>
|
||||
<script type="text/javascript" src="lightbox.js"></script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div id="documento">
|
||||
<div id="menu1"> <a href="default.htm"><<< Inicio</a>
|
||||
<p><img src="images/punto.jpg"/> <a href="acerca-de.html">Nuestra empresa</a></p>
|
||||
<p><img src="images/punto.jpg"/> <a href="productos.html">Productos</a></p>
|
||||
<p><img src="images/punto.jpg"/> <a href="promociones.html">Promociones</a></p>
|
||||
<p><img src="images/punto.jpg"/> <a href="trabajos.html">Nuestros trabajos</a></p>
|
||||
<p><img src="images/punto.jpg"/> <a href="contacto.html">Contacta con<br/>
|
||||
nosotros</a></p>
|
||||
<br/>
|
||||
<!--<div id="spot"> <a href="http://www.youtube.com/watch?v=zwFz5SbhkoM" rel="vidbox" title="Estudio Miguelo"><img src="images/spot.jpg"/><br/>
|
||||
Nuestro spot</a> </div>-->
|
||||
</div>
|
||||
<div id="cuerpo">
|
||||
<table width="600px" cellpadding="5" align="right">
|
||||
<tr>
|
||||
<td colspan="2" width="600px" height="237px" id="plano"><script src="http://maps.google.com/maps?file=api&v=2&key=ABQIAAAAjCkJB-vikwx8En0KtHFfBBRLe0-A3A0bes1Nbma5aSb4JDtrRxTpfXKlXFxNq4FLcbkGQFjq4z3uIw" type="text/javascript"></script>
|
||||
<script type="text/javascript">
|
||||
|
||||
//<![CDATA[
|
||||
|
||||
window.onload = showMap;
|
||||
|
||||
function showMap() {
|
||||
|
||||
if (GBrowserIsCompatible()) {
|
||||
|
||||
var map = new GMap2(document.getElementById("plano"));
|
||||
|
||||
map.setCenter(new GLatLng(40.350747, -3.54131), 15);
|
||||
|
||||
map.addControl(new GMapTypeControl());
|
||||
|
||||
|
||||
|
||||
map.addControl(new GScaleControl());
|
||||
|
||||
map.enableScrollWheelZoom();
|
||||
|
||||
function addDESC(point, address) {
|
||||
|
||||
/*var icon = new GIcon();
|
||||
|
||||
icon.image = '/images/logo-maps.gif';
|
||||
|
||||
icon.shadow = '/images/logo-maps-sombra.png';
|
||||
|
||||
icon.iconSize = new GSize(20, 20);
|
||||
|
||||
icon.shadowSize = new GSize(20, 20);
|
||||
|
||||
icon.iconAnchor = new GPoint(0, 30);
|
||||
|
||||
icon.infoWindowAnchor = new GPoint(0,20);*/
|
||||
|
||||
var marker = new GMarker(point);
|
||||
|
||||
GEvent.addListener(marker, "click", function() {
|
||||
|
||||
marker.openInfoWindowHtml(address); } );
|
||||
|
||||
return marker;
|
||||
|
||||
}
|
||||
|
||||
var point = new GLatLng(40.350747, -3.54131);
|
||||
|
||||
var address = '<p style="color: #333;"><strong>Estudio Miguelo</strong><br/><i>Tienda y exposición</i></p>';
|
||||
|
||||
var marker = addDESC(point, address);
|
||||
|
||||
map.addOverlay(marker);
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
//]]>
|
||||
|
||||
</script></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2"><br />
|
||||
<br />
|
||||
<br />
|
||||
<br />
|
||||
<br />
|
||||
<br />
|
||||
<br />
|
||||
<br />
|
||||
<br />
|
||||
<br />
|
||||
<br />
|
||||
<br />
|
||||
<br />
|
||||
<br />
|
||||
<br />
|
||||
<br />
|
||||
<br />
|
||||
<br /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><strong>Tienda y exposición</strong><br />
|
||||
<p>C/ El torno, 17<br />
|
||||
Pol. Industrial Santa Ana<br />
|
||||
28529 Rivas Vaciamadrid (MADRID) <br />
|
||||
<br />
|
||||
Tlfno. 91 670 25 62<br />
|
||||
FAX. 91 670 25 03 </p>
|
||||
<p><img src="images/email.gif" width="40" height="24" align="absmiddle" /><a href="mailto:comercialrivas@estudiomiguelo.com">comercialrivas@estudiomiguelo.com</a> </p></td>
|
||||
<td width="350" align="left">
|
||||
<a href="images/tienda-rivas-1.jpg" rel="lightbox" title="Tienda y exposición en Rivas"><img src="images/tienda-rivas-1_small.jpg" alt="Tienda y exposición en Rivas" width="150" height="150" /></a>
|
||||
<a href="images/tienda-rivas-2.jpg" rel="lightbox" title="Tienda y exposición en Rivas"><img src="images/tienda-rivas-2_small.jpg" alt="Tienda y exposición en Rivas" width="150" height="150" /></a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
|
||||
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
||||
|
||||
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>
|
||||
</body>
|
||||
</html>
|
||||
BIN
src/images/tienda-rivas-1.jpg
Normal file
BIN
src/images/tienda-rivas-1.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 60 KiB |
BIN
src/images/tienda-rivas-1_small.jpg
Normal file
BIN
src/images/tienda-rivas-1_small.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
BIN
src/images/tienda-rivas-2.jpg
Normal file
BIN
src/images/tienda-rivas-2.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 46 KiB |
BIN
src/images/tienda-rivas-2_small.jpg
Normal file
BIN
src/images/tienda-rivas-2_small.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
Reference in New Issue
Block a user