Compare commits
10 Commits
94db6b1f6a
...
abd03a6ce5
| Author | SHA1 | Date | |
|---|---|---|---|
| abd03a6ce5 | |||
| 4c27d2419e | |||
| 8bea734a20 | |||
| 0f59ec33f5 | |||
| 09692fb513 | |||
| df24225eef | |||
| b7723fd357 | |||
| 340ae5fcb5 | |||
| d7a5db739b | |||
| bca9d290c7 |
BIN
docs/sombra.psd
Normal file
BIN
docs/sombra.psd
Normal file
Binary file not shown.
BIN
docs/web.psd
Normal file
BIN
docs/web.psd
Normal file
Binary file not shown.
@ -2,11 +2,36 @@
|
|||||||
<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=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
<title>Grupo Ardeco - Decoración de interiores</title>
|
<meta name="description" content="Decoración de interiores y proyectos integrales de reforma de locales comerciales, oficinas y viviendas"/>
|
||||||
|
<meta name="keywords" content="decoracion,proyectos,hogar,oficinas,hoteles,restaurantes,salas,decoracion interiores,decoracion interiorismo,decoracion oficinas,decoradores,diseño interior,diseño interiores,iluminacion interior,mobiliario auxiliar,mobiliario diseño,mobiliario hosteleria,mobiliario hoteles,mobiliario oficina,mobiliario oficina diseño,mobiliario restaurantes,mobiliario y decoracion,muebles oficina"/>
|
||||||
|
|
||||||
|
<title>Contacto - Grupo Ardeco - Decoración de interiores</title>
|
||||||
<link rel="stylesheet" type="text/css" href="reset.css"/>
|
<link rel="stylesheet" type="text/css" href="reset.css"/>
|
||||||
<link rel="stylesheet" type="text/css" href="estilos.css"/>
|
<link rel="stylesheet" type="text/css" href="estilos.css"/>
|
||||||
<link rel="stylesheet" type="text/css" href="menu.css"/>
|
<link rel="stylesheet" type="text/css" href="menu.css"/>
|
||||||
<link rel="stylesheet" type="text/css" href="forms.css"/>
|
<link rel="stylesheet" type="text/css" href="forms.css"/>
|
||||||
|
|
||||||
|
<script language="JavaScript" type="text/javascript">
|
||||||
|
<!--
|
||||||
|
function checkform(form)
|
||||||
|
{
|
||||||
|
if (form.nombre.value == "") {
|
||||||
|
alert("No ha introducido un nombre.");
|
||||||
|
return false ;
|
||||||
|
}
|
||||||
|
else if (form.email.value == "") {
|
||||||
|
alert("No ha introducido una dirección de e-mail.");
|
||||||
|
return false ;
|
||||||
|
}
|
||||||
|
else if (form.consulta.value == "") {
|
||||||
|
alert("No ha el texto de su consulta.");
|
||||||
|
return false ;
|
||||||
|
}
|
||||||
|
else
|
||||||
|
return true ;
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="cabecera_layout">
|
<div id="cabecera_layout">
|
||||||
@ -39,18 +64,17 @@
|
|||||||
<div id="cuerpo">
|
<div id="cuerpo">
|
||||||
<div id="contacto_izquierda">
|
<div id="contacto_izquierda">
|
||||||
<h3>Formulario de contacto</h3>
|
<h3>Formulario de contacto</h3>
|
||||||
<form name="form1" class="cmxform">
|
<form name="form1" class="cmxform" method="post" action="send.php" onsubmit="return checkform(this);">
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend></legend>
|
<legend></legend>
|
||||||
<ol>
|
<ol>
|
||||||
<li><label for="nombre">Su nombre: </label> <input id="nombre" style="width: 360px;"/></li>
|
<li><label for="nombre">Su nombre: </label> <input id="nombre" name="nombre" style="width: 360px;"/></li>
|
||||||
<li><label for="email">Su email: </label> <input id="email" style="width: 360px;"/></li>
|
<li><label for="email">Su email: </label> <input id="email" name="email" style="width: 360px;"/></li>
|
||||||
<li><label for="consulta">Su consulta: </label> <textarea cols="43" rows="7" id="consulta"></textarea></li>
|
<li><label for="consulta">Su consulta: </label> <textarea cols="43" rows="7" id="consulta" name="consulta" onkeyup="val=this.value; if (val.length > 800) { alert('Lo siento, has sobrepasado el limite de 800 caracteres'); this.value = val.substring(0,800); } this.form.count.value=800-parseInt(this.value.length); "></textarea></li>
|
||||||
<li><label for="submit"></label><input type="submit" name="Submit" value="Enviar"></li>
|
<li><label for="submit"></label><input type="submit" name="Submit" value="Enviar" title="Pulsa una vez para enviar el mensaje, y espera a la pantalla de confirmacion"></li>
|
||||||
</ol>
|
</ol>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div id="contacto_derecha">
|
<div id="contacto_derecha">
|
||||||
<h3>Datos de contacto</h3>
|
<h3>Datos de contacto</h3>
|
||||||
@ -58,7 +82,7 @@
|
|||||||
<strong>C/ Paseo de la Chopera, 2<br/>
|
<strong>C/ Paseo de la Chopera, 2<br/>
|
||||||
28100 - Alcobendas - Madrid</strong><br/><br/>
|
28100 - Alcobendas - Madrid</strong><br/><br/>
|
||||||
Teléfono: <strong>91 658 23 00</strong><br/>
|
Teléfono: <strong>91 658 23 00</strong><br/>
|
||||||
Móvil: <strong>628 91 08 41</strong><br/>
|
Móvil: <strong>648 91 97 74</strong><br/>
|
||||||
Fax: <strong>91 658 23 00</strong><br/>
|
Fax: <strong>91 658 23 00</strong><br/>
|
||||||
E-Mail: <strong>info@grupoardeco.com</strong></p><br/>
|
E-Mail: <strong>info@grupoardeco.com</strong></p><br/>
|
||||||
<p>Persona de contacto:<br/><strong>Fernando López</strong> (Director Comercial)</p>
|
<p>Persona de contacto:<br/><strong>Fernando López</strong> (Director Comercial)</p>
|
||||||
@ -74,5 +98,14 @@
|
|||||||
</p>
|
</p>
|
||||||
</div >
|
</div >
|
||||||
</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-14");
|
||||||
|
pageTracker._trackPageview();
|
||||||
|
} catch(err) {}</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
81
src/contacto_ok.html
Normal file
81
src/contacto_ok.html
Normal file
@ -0,0 +1,81 @@
|
|||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<meta name="description" content="Decoración de interiores y proyectos integrales de reforma de locales comerciales, oficinas y viviendas"/>
|
||||||
|
<meta name="keywords" content="decoracion,proyectos,hogar,oficinas,hoteles,restaurantes,salas,decoracion interiores,decoracion interiorismo,decoracion oficinas,decoradores,diseño interior,diseño interiores,iluminacion interior,mobiliario auxiliar,mobiliario diseño,mobiliario hosteleria,mobiliario hoteles,mobiliario oficina,mobiliario oficina diseño,mobiliario restaurantes,mobiliario y decoracion,muebles oficina"/>
|
||||||
|
<meta name="robots" content="noindex, nofollow">
|
||||||
|
|
||||||
|
<title>Contacto - Grupo Ardeco - Decoración de interiores</title>
|
||||||
|
<link rel="stylesheet" type="text/css" href="reset.css"/>
|
||||||
|
<link rel="stylesheet" type="text/css" href="estilos.css"/>
|
||||||
|
<link rel="stylesheet" type="text/css" href="menu.css"/>
|
||||||
|
<link rel="stylesheet" type="text/css" href="forms.css"/>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div id="cabecera_layout">
|
||||||
|
<div id="cabecera">
|
||||||
|
<div id="logotipo">
|
||||||
|
<h1>Grupo Ardeco</h1>
|
||||||
|
<h2>Decoración de interiores</h2>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="menu">
|
||||||
|
<ul>
|
||||||
|
<li><a href="index.html">Inicio</a></li>
|
||||||
|
<li><a href="proyectos.html">Proyectos realizados</a></li>
|
||||||
|
<li class="current">Contacto</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="banner">
|
||||||
|
<div id="foto" class="slideshow">
|
||||||
|
<img src="fotos/inicio/hotel-vincci-via-66-habitacion.jpg" alt="Hotel Vincci Vía 66 en Madrid." style="width: 600px; height: 300px;" />
|
||||||
|
</div>
|
||||||
|
<div id="seleccion">
|
||||||
|
<h3>Contacto</h3>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="cuerpo_layout">
|
||||||
|
<div id="cuerpo">
|
||||||
|
<div id="contacto_izquierda">
|
||||||
|
<h3>Gracias por su mensaje</h3>
|
||||||
|
<p>Su mensaje ha sido enviado.</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div id="contacto_derecha">
|
||||||
|
<h3>Datos de contacto</h3>
|
||||||
|
<p>
|
||||||
|
<strong>C/ Paseo de la Chopera, 2<br/>
|
||||||
|
28100 - Alcobendas - Madrid</strong><br/><br/>
|
||||||
|
Teléfono: <strong>91 658 23 00</strong><br/>
|
||||||
|
Móvil: <strong>648 91 97 74</strong><br/>
|
||||||
|
Fax: <strong>91 658 23 00</strong><br/>
|
||||||
|
E-Mail: <strong>info@grupoardeco.com</strong></p><br/>
|
||||||
|
<p>Persona de contacto:<br/><strong>Fernando López</strong> (Director Comercial)</p>
|
||||||
|
</div>
|
||||||
|
<div class="clear"> </div>
|
||||||
|
</div>
|
||||||
|
<div class="clear"></div>
|
||||||
|
</div>
|
||||||
|
<div id="pie_layout">
|
||||||
|
<div id="pie">
|
||||||
|
<p><a href="">Aviso legal</a> | <a href="" title="">Política de privacidad</a>
|
||||||
|
<!--<br/>Diseñado por <a href="http://www.rodax-software.com" title="Rodax Software S.L.">Rodax Software S.L.</a> - 2009-->
|
||||||
|
</p>
|
||||||
|
</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-14");
|
||||||
|
pageTracker._trackPageview();
|
||||||
|
} catch(err) {}</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@ -28,7 +28,6 @@ p, h1, h2, h3, h4 {
|
|||||||
|
|
||||||
h1, h2, h3, h4 {
|
h1, h2, h3, h4 {
|
||||||
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
|
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
|
||||||
font-stretch: normal;
|
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-variant: normal;
|
font-variant: normal;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
@ -127,6 +126,7 @@ strong {
|
|||||||
|
|
||||||
#banner #foto {
|
#banner #foto {
|
||||||
float: left;
|
float: left;
|
||||||
|
width: 600px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#banner #foto #texto_foto {
|
#banner #foto #texto_foto {
|
||||||
@ -152,6 +152,7 @@ strong {
|
|||||||
color: #ccc;
|
color: #ccc;
|
||||||
font-size: 300%;
|
font-size: 300%;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
line-height: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
#cuerpo_layout {
|
#cuerpo_layout {
|
||||||
|
|||||||
@ -2,7 +2,10 @@
|
|||||||
<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=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
<title>Grupo Ardeco - Decoración de interiores</title>
|
<meta name="description" content="Decoración de interiores y proyectos integrales de reforma de locales comerciales, oficinas y viviendas"/>
|
||||||
|
<meta name="keywords" content="decoracion,proyectos,hogar,oficinas,hoteles,restaurantes,salas,decoracion interiores,decoracion interiorismo,decoracion oficinas,decoradores,diseño interior,diseño interiores,iluminacion interior,mobiliario auxiliar,mobiliario diseño,mobiliario hosteleria,mobiliario hoteles,mobiliario oficina,mobiliario oficina diseño,mobiliario restaurantes,mobiliario y decoracion,muebles oficina"/>
|
||||||
|
|
||||||
|
<title>Grupo Ardeco - Decoración de interiores</title>
|
||||||
<link rel="stylesheet" type="text/css" href="reset.css"/>
|
<link rel="stylesheet" type="text/css" href="reset.css"/>
|
||||||
<link rel="stylesheet" type="text/css" href="estilos.css"/>
|
<link rel="stylesheet" type="text/css" href="estilos.css"/>
|
||||||
<link rel="stylesheet" type="text/css" href="menu.css"/>
|
<link rel="stylesheet" type="text/css" href="menu.css"/>
|
||||||
@ -15,9 +18,9 @@
|
|||||||
//<![CDATA[
|
//<![CDATA[
|
||||||
window.addEvent('domready', function(){
|
window.addEvent('domready', function(){
|
||||||
var data = {
|
var data = {
|
||||||
'hotel-nh-arguelles-bar.jpg': { caption: 'Hotel NH Argüelles en Madrid.' },
|
'hotel-nh-arguelles-bar.jpg': { caption: 'Hotel NH Argüelles en Madrid.' },
|
||||||
'hotel-nh-arguelles-habitacion.jpg': { caption: 'Hotel NH Argüelles en Madrid.' },
|
'hotel-nh-arguelles-habitacion.jpg': { caption: 'Hotel NH Argüelles en Madrid.' },
|
||||||
'hotel-nh-arguelles-restaurante.jpg': { caption: 'Hotel NH Argüelles en Madrid.' },
|
'hotel-nh-arguelles-restaurante.jpg': { caption: 'Hotel NH Argüelles en Madrid.' },
|
||||||
'hotel-nh-embajada-bar.jpg': { caption: 'Hotel NH Embajada en Madrid.' },
|
'hotel-nh-embajada-bar.jpg': { caption: 'Hotel NH Embajada en Madrid.' },
|
||||||
'hotel-nh-embajada-habitacion.jpg': { caption: 'Hotel NH Embajada en Madrid.' },
|
'hotel-nh-embajada-habitacion.jpg': { caption: 'Hotel NH Embajada en Madrid.' },
|
||||||
'hotel-nh-embajada-restaurante.jpg': { caption: 'Hotel NH Embajada en Madrid.' },
|
'hotel-nh-embajada-restaurante.jpg': { caption: 'Hotel NH Embajada en Madrid.' },
|
||||||
@ -51,7 +54,7 @@
|
|||||||
<div id="cabecera">
|
<div id="cabecera">
|
||||||
<div id="logotipo">
|
<div id="logotipo">
|
||||||
<h1>Grupo Ardeco</h1>
|
<h1>Grupo Ardeco</h1>
|
||||||
<h2>Decoración de interiores</h2>
|
<h2>Decoración de interiores</h2>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="menu">
|
<div id="menu">
|
||||||
@ -70,12 +73,12 @@
|
|||||||
<div id="seleccion">
|
<div id="seleccion">
|
||||||
<h3>Bienvenido</h3>
|
<h3>Bienvenido</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Decoración e interiorismo</li>
|
<li>Decoración e interiorismo</li>
|
||||||
<li>Equipamientos comerciales</li>
|
<li>Equipamientos comerciales</li>
|
||||||
<li>Lacados y barnizados</li>
|
<li>Lacados y barnizados</li>
|
||||||
<li>Albañilería y carpintería</li>
|
<li>Albañilería y carpintería</li>
|
||||||
<li>Electricidad y alumbrado</li>
|
<li>Electricidad y alumbrado</li>
|
||||||
<li>Fabricación de mobiliario</li>
|
<li>Fabricación de mobiliario</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -84,20 +87,20 @@
|
|||||||
<div id="cuerpo">
|
<div id="cuerpo">
|
||||||
<div id="inicio_izquierda">
|
<div id="inicio_izquierda">
|
||||||
<h3>Bienvenido a Grupo Ardeco</h3>
|
<h3>Bienvenido a Grupo Ardeco</h3>
|
||||||
<p>Somos una empresa española dedicada a la decoración de interiores y proyectos integrales de reforma de locales
|
<p>Somos una empresa española dedicada a la decoración de interiores y proyectos integrales de reforma de locales
|
||||||
|
|
||||||
comerciales, oficinas y viviendas.</p>
|
comerciales, oficinas y viviendas.</p>
|
||||||
<p>
|
<p>
|
||||||
Nos encargamos de todo: desde el asesoramiento y planificación del proyecto hasta la dirección y ejecución de obra,
|
Nos encargamos de todo: desde el asesoramiento y planificación del proyecto hasta la dirección y ejecución de obra,
|
||||||
|
|
||||||
proporcionando todo tipo de revestimientos, iluminación, sanitarios, muebles y decoración. Ofrecemos un equipamiento integral con proyectos llave en mano.
|
proporcionando todo tipo de revestimientos, iluminación, sanitarios, muebles y decoración. Ofrecemos un equipamiento integral con proyectos llave en mano.
|
||||||
</p><p>
|
</p><p>
|
||||||
Contamos con equipo humano propio formado por los mejores profesionales del sector, así como de instaladores y
|
Contamos con equipo humano propio formado por los mejores profesionales del sector, así como de instaladores y
|
||||||
|
|
||||||
maquinaria adecuada para la perfecta ejecución de su obra.</p>
|
maquinaria adecuada para la perfecta ejecución de su obra.</p>
|
||||||
|
|
||||||
<p>Nuestros proyectos integrales aportan la solución idónea a cada uno de nuestros clientes, tanto desde la perpectiva funcional como estética.</p>
|
<p>Nuestros proyectos integrales aportan la solución idónea a cada uno de nuestros clientes, tanto desde la perpectiva funcional como estética.</p>
|
||||||
<p>Todos nuestros trabajos tienen como premisas la calidad, limpieza de ejecución, cumplimiento de plazo asi como una total accesibilidad del cliente a cualquier duda o consulta que surja durante el desarrollo del trabajo.</p>
|
<p>Todos nuestros trabajos tienen como premisas la calidad, limpieza de ejecución, cumplimiento de plazo asi como una total accesibilidad del cliente a cualquier duda o consulta que surja durante el desarrollo del trabajo.</p>
|
||||||
</div>
|
</div>
|
||||||
<div id="inicio_derecha">
|
<div id="inicio_derecha">
|
||||||
<h3>Contacto</h3>
|
<h3>Contacto</h3>
|
||||||
@ -105,21 +108,30 @@ maquinaria adecuada para la perfecta ejecución de su obra.</p>
|
|||||||
<strong>C/ Paseo de la Chopera, 2<br/>
|
<strong>C/ Paseo de la Chopera, 2<br/>
|
||||||
28100 - Alcobendas - Madrid</strong><br/><br/>
|
28100 - Alcobendas - Madrid</strong><br/><br/>
|
||||||
Teléfono: <strong>91 658 23 00</strong><br/>
|
Teléfono: <strong>91 658 23 00</strong><br/>
|
||||||
Móvil: <strong>628 91 08 41</strong><br/>
|
Móvil: <strong>648 91 97 74</strong><br/>
|
||||||
Fax: <strong>91 658 23 00</strong><br/>
|
Fax: <strong>91 658 23 00</strong><br/>
|
||||||
E-Mail: <strong>info@grupoardeco.com</strong></p><br/>
|
E-Mail: <strong>info@grupoardeco.com</strong></p><br/>
|
||||||
<p>Persona de contacto:<br/><strong>Fernando López</strong> (Director Comercial)<br/><br/>
|
<p>Persona de contacto:<br/><strong>Fernando López</strong> (Director Comercial)<br/><br/>
|
||||||
<a href="contacto.html" alt="ir al formulario de contacto">Contactar...</a></p>
|
<a href="contacto.html" title="ir al formulario de contacto">Contactar...</a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="clear"></div>
|
<div class="clear"></div>
|
||||||
</div>
|
</div>
|
||||||
<div id="pie_layout">
|
<div id="pie_layout">
|
||||||
<div id="pie">
|
<div id="pie">
|
||||||
<p><a href="">Aviso legal</a> | <a href="" title="">Política de privacidad</a>
|
<p><a href="">Aviso legal</a> | <a href="">Política de privacidad</a>
|
||||||
<!--<br/>Diseñado por <a href="http://www.rodax-software.com" title="Rodax Software S.L.">Rodax Software S.L.</a> - 2009-->
|
<!--<br/>Diseñado por <a href="http://www.rodax-software.com" title="Rodax Software S.L.">Rodax Software S.L.</a> - 2009-->
|
||||||
</p>
|
</p>
|
||||||
</div >
|
</div >
|
||||||
</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-14");
|
||||||
|
pageTracker._trackPageview();
|
||||||
|
} catch(err) {}</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@ -2,7 +2,10 @@
|
|||||||
<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=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
<title>Grupo Ardeco - Decoración de interiores</title>
|
<meta name="description" content="Decoración de interiores y proyectos integrales de reforma de locales comerciales, oficinas y viviendas"/>
|
||||||
|
<meta name="keywords" content="decoracion,proyectos,hogar,oficinas,hoteles,restaurantes,salas,decoracion interiores,decoracion interiorismo,decoracion oficinas,decoradores,diseño interior,diseño interiores,iluminacion interior,mobiliario auxiliar,mobiliario diseño,mobiliario hosteleria,mobiliario hoteles,mobiliario oficina,mobiliario oficina diseño,mobiliario restaurantes,mobiliario y decoracion,muebles oficina"/>
|
||||||
|
|
||||||
|
<title>Proyectos realizados - Grupo Ardeco - Decoración de interiores</title>
|
||||||
<link rel="stylesheet" type="text/css" href="reset.css"/>
|
<link rel="stylesheet" type="text/css" href="reset.css"/>
|
||||||
<link rel="stylesheet" type="text/css" href="estilos.css"/>
|
<link rel="stylesheet" type="text/css" href="estilos.css"/>
|
||||||
<link rel="stylesheet" type="text/css" href="menu.css"/>
|
<link rel="stylesheet" type="text/css" href="menu.css"/>
|
||||||
@ -18,7 +21,7 @@
|
|||||||
<div id="cabecera">
|
<div id="cabecera">
|
||||||
<div id="logotipo">
|
<div id="logotipo">
|
||||||
<h1>Grupo Ardeco</h1>
|
<h1>Grupo Ardeco</h1>
|
||||||
<h2>Decoración de interiores</h2>
|
<h2>Decoración de interiores</h2>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="menu">
|
<div id="menu">
|
||||||
@ -32,18 +35,17 @@
|
|||||||
|
|
||||||
<div id="banner">
|
<div id="banner">
|
||||||
<div id="foto" class="slideshow">
|
<div id="foto" class="slideshow">
|
||||||
<img src="fotos/inicio/hotel-vincci-via-66-habitacion.jpg" alt="Hotel Vincci VÃa 66 en Madrid." style="width: 600px; height: 300px;" />
|
<img src="fotos/inicio/hotel-vincci-via-66-habitacion.jpg" alt="Hotel Vincci Vía 66 en Madrid." style="width: 600px; height: 300px;" />
|
||||||
</div>
|
</div>
|
||||||
<div id="seleccion">
|
<div id="seleccion">
|
||||||
<h3>Proyectos</h3>
|
<h3>Proyectos</h3>
|
||||||
<p>Cubrimos todas las áreas en la decoración de interiores: diseño, fabricación, montaje y decoración de todo tipo de superficies:
|
<p>Cubrimos todas las áreas en la decoración de interiores: diseño, fabricación, montaje y decoración de todo tipo de superficies:
|
||||||
<ul>
|
<ul>
|
||||||
<li>Instalaciones comerciales</li>
|
<li>Instalaciones comerciales</li>
|
||||||
<li>Instalaciones hoteleras</li>
|
<li>Instalaciones hoteleras</li>
|
||||||
<li>Oficinas</li>
|
<li>Oficinas</li>
|
||||||
<li>Ferias y exposiciones</li>
|
<li>Ferias y exposiciones</li>
|
||||||
</ul></p>
|
</ul></p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -62,13 +64,13 @@
|
|||||||
</ul>
|
</ul>
|
||||||
<h4>Comercios</h4>
|
<h4>Comercios</h4>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://www.yanesmadrid.es/" alt="JoyerÃa Janes" target="_new" >JoyerÃa Janes</a></li>
|
<li><a href="http://www.yanesmadrid.es/" alt="Joyería Janes" target="_new" >Joyería Janes</a></li>
|
||||||
<li>JoyarÃa Argiz</li>
|
<li>Joyaría Argiz</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h4>Restaurantes</h4>
|
<h4>Restaurantes</h4>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://www.restaurantegerardo.com/" alt="Restaurante Gerardo" target="_new" >Restaurante Gerardo</a></li>
|
<li><a href="http://www.restaurantegerardo.com/" alt="Restaurante Gerardo" target="_new" >Restaurante Gerardo</a></li>
|
||||||
<li><a href="http://www.eltelegrafomarisqueria.com/" alt="El Telégrafo" target="_new" >El Telégrafo</a></li>
|
<li><a href="http://www.eltelegrafomarisqueria.com/" alt="El Telégrafo" target="_new" >El Telégrafo</a></li>
|
||||||
<li><a href="http://www.grupoaraceli.es/" alt="Grupo Araceli" target="_new" >Grupo Araceli</a></li>
|
<li><a href="http://www.grupoaraceli.es/" alt="Grupo Araceli" target="_new" >Grupo Araceli</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<h4>Entidades bancarias</h4>
|
<h4>Entidades bancarias</h4>
|
||||||
@ -77,11 +79,11 @@
|
|||||||
<li><a href="http://www.bankinter.com/" alt="Bankinter" target="_new" >Bankinter</a></li>
|
<li><a href="http://www.bankinter.com/" alt="Bankinter" target="_new" >Bankinter</a></li>
|
||||||
<li><a href="http://www.ccm.es/" alt="Caja Castilla La Mancha" target="_new" >Caja Castilla La Mancha</a></li>
|
<li><a href="http://www.ccm.es/" alt="Caja Castilla La Mancha" target="_new" >Caja Castilla La Mancha</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<h4>Administración</h4>
|
<h4>Administración</h4>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://www.mjusticia.es/" alt="Ministerio de Justicia" target="_new" >Ministerio de Justicia</a></li>
|
<li><a href="http://www.mjusticia.es/" alt="Ministerio de Justicia" target="_new" >Ministerio de Justicia</a></li>
|
||||||
<li><a href="http://www.poderjudicial.es/" alt="Tribunal Supreno" target="_new" >Tribunal Supreno</a></li>
|
<li><a href="http://www.poderjudicial.es/" alt="Tribunal Supreno" target="_new" >Tribunal Supreno</a></li>
|
||||||
<li><a href="http://www.seg-social.es/" alt="TesorerÃa General de la Seguridad Social" target="_new" >TesorerÃa General de la Seguridad Social</a></li>
|
<li><a href="http://www.seg-social.es/" alt="Tesorería General de la Seguridad Social" target="_new" >Tesorería General de la Seguridad Social</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div id="proyectos_derecha">
|
<div id="proyectos_derecha">
|
||||||
@ -153,24 +155,24 @@
|
|||||||
<img src="fotos/mini/hotel-vincci-via-66-interior-mini.jpg" alt="Hotel Vincci Via 66, Madrid." />
|
<img src="fotos/mini/hotel-vincci-via-66-interior-mini.jpg" alt="Hotel Vincci Via 66, Madrid." />
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a href="fotos/restaurante-eltelegrafo-barra.jpg" class="lightwindow" caption="Barra Restaurante El Telégrafo, Madrid.">
|
<a href="fotos/restaurante-eltelegrafo-barra.jpg" class="lightwindow" caption="Barra Restaurante El Telégrafo, Madrid.">
|
||||||
<img src="fotos/mini/restaurante-eltelegrafo-barra-mini.jpg" alt="Barra Restaurante El Telégrafo, Madrid." />
|
<img src="fotos/mini/restaurante-eltelegrafo-barra-mini.jpg" alt="Barra Restaurante El Telégrafo, Madrid." />
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a href="fotos/restaurante-eltelegrafo-paneles.jpg" class="lightwindow" caption="Restaurante El Telégrafo, Madrid.">
|
<a href="fotos/restaurante-eltelegrafo-paneles.jpg" class="lightwindow" caption="Restaurante El Telégrafo, Madrid.">
|
||||||
<img src="fotos/mini/restaurante-eltelegrafo-paneles-mini.jpg" alt="Restaurante El Telégrafo, Madrid." />
|
<img src="fotos/mini/restaurante-eltelegrafo-paneles-mini.jpg" alt="Restaurante El Telégrafo, Madrid." />
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a href="fotos/restaurante-araceli-barra.jpg" class="lightwindow" caption="Barra Caserón de Araceli, San Agustín de Guadalix.">
|
<a href="fotos/restaurante-araceli-barra.jpg" class="lightwindow" caption="Barra Caserón de Araceli, San Agustín de Guadalix.">
|
||||||
<img src="fotos/mini/restaurante-araceli-barra-mini.jpg" alt="Barra Caserón de Araceli, San Agustín de Guadalix." />
|
<img src="fotos/mini/restaurante-araceli-barra-mini.jpg" alt="Barra Caserón de Araceli, San Agustín de Guadalix." />
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a href="fotos/restaurante-araceli-paneles1.jpg" class="lightwindow" caption="Caserón de Araceli, San Agustín de Guadalix.">
|
<a href="fotos/restaurante-araceli-paneles1.jpg" class="lightwindow" caption="Caserón de Araceli, San Agustín de Guadalix.">
|
||||||
<img src="fotos/mini/restaurante-araceli-paneles1-mini.jpg" alt="Caserón de Araceli, San Agustín de Guadalix." />
|
<img src="fotos/mini/restaurante-araceli-paneles1-mini.jpg" alt="Caserón de Araceli, San Agustín de Guadalix." />
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a href="fotos/restaurante-araceli-paneles2.jpg" class="lightwindow" caption="Caserón de Araceli, San Agustín de Guadalix.">
|
<a href="fotos/restaurante-araceli-paneles2.jpg" class="lightwindow" caption="Caserón de Araceli, San Agustín de Guadalix.">
|
||||||
<img src="fotos/mini/restaurante-araceli-paneles2-mini.jpg" alt="Caserón de Araceli, San Agustín de Guadalix." />
|
<img src="fotos/mini/restaurante-araceli-paneles2-mini.jpg" alt="Caserón de Araceli, San Agustín de Guadalix." />
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a href="fotos/hotel-green-alcarria-recepcion.jpg" class="lightwindow" caption="Hotel Green Alcarria, Guadalajara.">
|
<a href="fotos/hotel-green-alcarria-recepcion.jpg" class="lightwindow" caption="Hotel Green Alcarria, Guadalajara.">
|
||||||
@ -193,10 +195,19 @@
|
|||||||
</div>
|
</div>
|
||||||
<div id="pie_layout">
|
<div id="pie_layout">
|
||||||
<div id="pie">
|
<div id="pie">
|
||||||
<p><a href="">Aviso legal</a> | <a href="" title="">PolÃtica de privacidad</a>
|
<p><a href="">Aviso legal</a> | <a href="" title="">Política de privacidad</a>
|
||||||
<!--<br/>Diseñado por <a href="http://www.rodax-software.com" title="Rodax Software S.L.">Rodax Software S.L.</a> - 2009-->
|
<!--<br/>Diseñado por <a href="http://www.rodax-software.com" title="Rodax Software S.L.">Rodax Software S.L.</a> - 2009-->
|
||||||
</p>
|
</p>
|
||||||
</div >
|
</div >
|
||||||
</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-14");
|
||||||
|
pageTracker._trackPageview();
|
||||||
|
} catch(err) {}</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
3
src/robots.txt
Normal file
3
src/robots.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
User-Agent: *
|
||||||
|
Allow: /
|
||||||
|
|
||||||
63
src/send.php
Normal file
63
src/send.php
Normal file
@ -0,0 +1,63 @@
|
|||||||
|
<?php
|
||||||
|
$error = false;
|
||||||
|
$nombre = $_POST['nombre'];
|
||||||
|
$email = $_POST['email'];
|
||||||
|
$texto = $_POST['consulta'];
|
||||||
|
|
||||||
|
/*if (empty($name)) $error = true;
|
||||||
|
if (empty($email)) $error = true;
|
||||||
|
if (empty($texto)) $error = true;*/
|
||||||
|
|
||||||
|
if ($error == false) {
|
||||||
|
if(isset($email)) {
|
||||||
|
if (preg_match('/^[-!#$%&\'*+\\.\/0-9=?A-Z^_`{|}~]+@([-0-9A-Z]+\.)+([0-9A-Z]){2,4}$/i',trim($email))) {
|
||||||
|
} else {
|
||||||
|
$error = true;
|
||||||
|
}
|
||||||
|
$ok = TRUE;
|
||||||
|
$ok = eregi( "^[_.0-9a-z-]+@([0-9a-z][0-9a-z-]+.)+[a-z]{2,3}$", $email, $check);
|
||||||
|
$ok = getmxrr(substr(strstr($check[0], '@'), 1), $dummy);
|
||||||
|
if($ok === false) {
|
||||||
|
$host = substr($email, strpos($email, '@') + 1);
|
||||||
|
if(gethostbyname($host) != $host) {
|
||||||
|
$ok = true;
|
||||||
|
}
|
||||||
|
if ($ok != true) {
|
||||||
|
$error = true;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if ($error == false) {
|
||||||
|
$para = 'info@grupoardeco.com';
|
||||||
|
|
||||||
|
$header = 'From: ' . $email . " \r\n";
|
||||||
|
$header .= 'To: ' . $para . " \r\n";
|
||||||
|
$header .= "X-Mailer: PHP/" . phpversion() . " \r\n";
|
||||||
|
$header .= "Mime-Version: 1.0 \r\n";
|
||||||
|
$header .= "Content-Type: text/plain";
|
||||||
|
|
||||||
|
$msg = "------------------------------- \n";
|
||||||
|
$msg.= " Comentarios \n";
|
||||||
|
$msg.= "------------------------------- \n";
|
||||||
|
$msg.= "NOMBRE: ".$nombre."\n";
|
||||||
|
$msg.= "EMAIL: ".$email."\n";
|
||||||
|
$msg.= "FECHA: ".date("D, d M Y")."\n";
|
||||||
|
$msg.= "HORA: ".date("h:i:s a ")."\n";
|
||||||
|
$msg.= "IP: ".$REMOTE_ADDR."\n";
|
||||||
|
$msg.= "------------------------------- \n\n";
|
||||||
|
$msg.= $texto."\n\n";
|
||||||
|
$msg.= "------------------------------- \n";
|
||||||
|
|
||||||
|
$asunto = 'Mensaje desde página web www.grupoardeco.com';
|
||||||
|
|
||||||
|
mail($para, $asunto, utf8_decode($msg), $header);
|
||||||
|
|
||||||
|
// Redirect
|
||||||
|
header("Location: contacto_ok.html");
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
header("Location: contacto.html");
|
||||||
|
}
|
||||||
|
?>
|
||||||
25
src/sitemap.xml
Normal file
25
src/sitemap.xml
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<urlset
|
||||||
|
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
||||||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
|
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
|
||||||
|
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
|
||||||
|
<!-- created with Free Online Sitemap Generator www.xml-sitemaps.com -->
|
||||||
|
|
||||||
|
<url>
|
||||||
|
<loc>http://www.grupoardeco.com/</loc>
|
||||||
|
<lastmod>2009-06-25T16:17:22+00:00</lastmod>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>http://www.grupoardeco.com/proyectos.html</loc>
|
||||||
|
<lastmod>2009-06-25T16:11:43+00:00</lastmod>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>http://www.grupoardeco.com/contacto.html</loc>
|
||||||
|
<lastmod>2009-06-25T16:11:42+00:00</lastmod>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>http://www.grupoardeco.com/index.html</loc>
|
||||||
|
<lastmod>2009-06-25T16:17:22+00:00</lastmod>
|
||||||
|
</url>
|
||||||
|
</urlset>
|
||||||
Loading…
Reference in New Issue
Block a user