File: /home/asjudine/www/contacto.php
<!DOCTYPE HTML>
<html>
<head>
<title>BOTONIA</title>
<link rel="stylesheet" type="text/css" href="css/style.css" />
<!-- modernizr enables HTML5 elements and feature detects -->
<script type="text/javascript" src="js/modernizr-1.5.min.js"></script>
</head>
<body>
<div id="main">
<header>
<div id="logo">
<div id="logo_text">
<!-- class="logo_colour", allows you to change the colour of the text -->
<h1><a href="index.php">BOTONIA<span class="logo_colour"></span></a></h1>
<h2>Botones. Hilos...... Muy modernos.</h2>
</div>
</div>
<nav>
<ul class="sf-menu" id="nav">
<li class="selected"><a href="1index.php">INICIO</a></li>
<li><a href="servicios.php">SERVICIOS</a></li>
<li><a href="productos.php">PRODUCTOS</a></li>
<li><a href="taller_manualidades.php">TALLER MANUALIDADES</a></li>
<li><a href="contacto.php">CONTACTENOS</a></li>
</ul>
</nav>
</header>
<div id="site_content">
<ul id="images">
<li><img src="images/1.jpg" width="600" height="300" alt="seascape_one" /></li>
<li><img src="images/2.jpg" width="600" height="300" alt="seascape_two" /></li>
<li><img src="images/3.jpg" width="600" height="300" alt="seascape_three" /></li>
<li><img src="images/4.jpg" width="600" height="300" alt="seascape_four" /></li>
<li><img src="images/5.jpg" width="600" height="300" alt="seascape_five" /></li>
<li><img src="images/6.jpg" width="600" height="300" alt="seascape_seascape" /></li>
</ul>
<div class="content">
<h1>CONTACTENOS</h1>
</div>
</div>
<footer>
<p>Copyright © POVEDA-MARTINEZ ASOCIADOS</a></p>
</footer>
</div>
<p> </p>
<!-- javascript at the bottom for fast page loading -->
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/jquery.easing-sooper.js"></script>
<script type="text/javascript" src="js/jquery.sooperfish.js"></script>
<script type="text/javascript" src="js/jquery.kwicks-1.5.1.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$('#images').kwicks({
max : 600,
spacing : 2
});
$('ul.sf-menu').sooperfish();
});
</script>
</body>
</html>