2011-10-31 17:31:38 +00:00
<!DOCTYPE html>
2011-11-03 17:07:43 +00:00
< html lang = "es" >
2011-11-30 18:49:13 +00:00
< head >
< meta charset = "utf-8" / >
< meta name = "description" content = "place your description here" / >
< 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. Arribas< / 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 > desde 1980 < span class = "coloured-1" > »< / span > < / p >
< / section > <!-- logo ends here -->
< / header >
< 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 = "panelinfo2" >
< 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. < / p >
< p > Miles de clientes satisfechos, son nuestra mejor referencia.< / p >
< p > Calidad y servicio al mejor precio.< / p >
< / section >
< div class = "divider" > < / div >
< / 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 > Lunes— Viernes: 10:00— 14:00 y 17:00— 20:00 | Sábados: 10:00— 14:00< / p >
< / article >
< / div > <!-- panelblock ends here -->
< / div > <!-- panel - hours ends here -->
< div id = "bottom-nav" > < a class = "btn-slide" href = "#" >
< div id = "triangle-down" > < / div >
Horario< / a > < / div >
< / 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 () {
2011-10-31 17:31:38 +00:00
2011-11-30 18:49:13 +00:00
//reset all the items
$('#hero-slider ul a').removeClass('active');
2011-10-31 17:31:38 +00:00
2011-11-30 18:49:13 +00:00
//set current item as active
$(this).addClass('active');
2011-10-31 17:31:38 +00:00
2011-11-30 18:49:13 +00:00
//scroll it to the right position
$('.mask').scrollTo($(this).attr('rel'), 300);
2011-10-31 17:31:38 +00:00
2011-11-30 18:49:13 +00:00
//disable click event
return false;
2011-10-31 17:31:38 +00:00
2011-11-30 18:49:13 +00:00
});
< / script >
< script >
$(document).ready(function(){
$(".btn-slide").click(function(){
$("#panel-hours").slideToggle("slow");
$(this).toggleClass("active"); return false;
});
2011-10-31 17:31:38 +00:00
2011-11-30 18:49:13 +00:00
});
< / script >
< / body >
2011-10-31 17:31:38 +00:00
< / html >