This repository has been archived on 2024-12-02. You can view files and clone it, but cannot push or open issues or pull requests.
AlonsoYSal_Web/src/acerca-de.html
2013-07-12 15:04:51 +00:00

136 lines
7.0 KiB
HTML

<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width;" />
<link rel="stylesheet" href="styles.css" />
<link rel="stylesheet" href="css/main.css"/>
<link rel="stylesheet" href="css/_print/main.css" media="print"/>
<!--[if IE]><link rel="stylesheet" href="_/css/_patches/win-ie-all.css" media="all" /><![endif]-->
<!--[if IE 7]><link rel="stylesheet" href="_/css/_patches/win-ie7.css" media="all" /><![endif]-->
<!--[if lt IE 7]><link rel="stylesheet" href="_/css/_patches/win-ie-old.css" media="all" /><![endif]-->
<!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'/>
<link href="http://fonts.googleapis.com/css?family=Mako:regular" rel="stylesheet" type="text/css" />
<link rel="icon" href="favicon.png" />
<!--[if IE ]><link rel="stylesheet" href="ie.css" media="all"/><![endif]-->
<title>Mobiliario de cocina y baños en Madrid - Alonso y Sal Cocinas</title>
<meta name="description" content="Estamos especizalidad en el diseño e instalación de cocina y baño en Madrid. Más de 30 años creando ambientes." />
</head>
<body class="index">
<div id="inner-wrap">
<header>
<section id="logo">
<h1><a href="index.html">Arribas</a></h1>
<p><span class="coloured-1">«</span> cocina y baños <span class="coloured-1">»</span></p>
</section><!--logo ends here-->
</header>
<div id="main-content">
<div id="panel">
<div class="panelblock">
<nav id="slide-nav">
<a href="#" class="current">Empresa</a><span class="coloured-3">&nbsp;|&nbsp;</span>
<a href="galeria-exposiciones.html">Exposiciones</a><span class="coloured-3">&nbsp;|&nbsp;</span>
<a href="galeria-montajes.html">Montajes</a><span class="coloured-3">&nbsp;|&nbsp;</span>
<a href="ofertas.html">Ofertas</a><span class="coloured-3">&nbsp;|&nbsp;</span>
<a href="localizacion.html">Tienda</a><span class="coloured-3">&nbsp;|&nbsp;</span>
<a href="contacto.php">Contacto</a>
</nav>
</div><!--panelblock ends here-->
</div><!--panel ends here-->
</div><!--main-content ends here-->
<div id="main-content-index">
<div id="colours">
<span class="color color-1"></span>
<span class="color color-2"></span>
<span class="color color-3"></span>
<span class="color color-4"></span>
<span class="color color-5"></span>
</div><!--colours ends here-->
<div id="hero-slider">
<!--div class="mask"-->
<div class="slider-body">
<div class="panel" id="panel-1">
<section class="panelinfo">
<h2>Quiénes somos</h2>
<p>Nuestra empresa familiar y dinámica, desde 1980 es especialista en el diseño e instalación de su cocina y baño. Ofreciendo un servicio integral y desarrollando los proyectos para que se conviertan en espacios exclusivos y funcionales. Miles de clientes satisfechos, son nuestra mejor referencia. Calidad y servicio al mejor precio.</p>
<a href="localizacion.html"><figure><img src="images/tiendas.jpg" width="710" height="290" alt="Tiendas"/></figure></a>
</section>
</div>
</div>
<!--/div--> <!-- .mask -->
<div class="clear"></div>
</div> <!-- #hero-slider -->
<nav id="side">
<a href="index.html">Inicio</a>
<a href="#" class="current">Empresa </a>
<a href="galeria-exposiciones.html">Exposiciones</a>
<a href="galeria-montajes.html">Montajes</a>
<a href="ofertas.html">Ofertas</a>
<a href="localizacion.html">Tienda</a>
<a href="contacto.php">Contacto</a>
</nav>
<section id="social">
<figure><p>Distribuidores de:</p></figure><br/><br/>
<figure><a href="http://www.infercocinas.es/" target="new"><img src="images/logo_infer_cocinas.gif" alt="Infer Cocinas"/></a></figure>
</section>
</div><!--main-content-index ends here-->
<section id="hours">
<div id="panel-hours">
<div class="panelblock">
<article id="opening-hours">
<p><span class="coloured-1">Horario:</span> Lunes&mdash;Viernes: 9:30&mdash;13:30 y 16:30&mdash;20:00 | Sábados: 9:30&mdash;13:30</p>
</article>
</div><!--panelblock ends here-->
</div><!--panel-hours ends here-->
</section><!--section hours ends here-->
</div><!--inner-wrap ends here-->
<div id="body-background"><img src="images/bg1.jpg" alt="interior full-size photo"/></div>
<!--scripts-->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script src="js/jquery.scrollTo-1.4.2-min.js"></script>
<script src="js/jquery.ez-bg-resize.js" charset="utf-8"></script>
<script src="js/lib.js" charset="utf-8"></script>
<script src="js/scriptslideout.js"></script>
<script>
$(document).ready(function() {
$("#body-background").ezBgResize();
});
$(window).bind("resize", function(){
$("#body-background").ezBgResize();
});
</script>
<script>
//append click event to the UL list anchor tag
$('#hero-slider ul a').click(function () {
//reset all the items
$('#hero-slider ul a').removeClass('active');
//set current item as active
$(this).addClass('active');
//scroll it to the right position
$('.mask').scrollTo($(this).attr('rel'), 300);
//disable click event
return false;
});
</script>
</body>
</html>