Todo terminado a falta de la galería

git-svn-id: https://192.168.0.254/svn/Proyectos.Surfagua_Web/trunk@4 7b1a0c54-578e-1249-b6f1-9f437cf0f32b
This commit is contained in:
David Arranz 2013-07-02 16:26:43 +00:00
parent 0e70e21a4d
commit c879fec870
64 changed files with 32257 additions and 114 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

BIN
doc/ESCUELA.psd Normal file

Binary file not shown.

Binary file not shown.

BIN
doc/FOTOS/ALPARGATES.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

BIN
doc/FOTOS/AWA BLANCAS.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

BIN
doc/FOTOS/AWA GRIS.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

BIN
doc/FOTOS/AWA NEGRA.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 MiB

BIN
doc/FOTOS/BOLSOS.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

BIN
doc/FOTOS/FAMOUS.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB

BIN
doc/FOTOS/INVENTOS.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 MiB

BIN
doc/FOTOS/NIXON.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

BIN
doc/FOTOS/TABLA.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

BIN
doc/FOTOS/alpargatas1.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

BIN
doc/FOTOS/alpargatas2.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

BIN
doc/FOTOS/havaianas1.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

BIN
doc/LA TIENDA.psd Normal file

Binary file not shown.

BIN
doc/LINKS.psd Normal file

Binary file not shown.

BIN
doc/Logo AWA.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

BIN
doc/Logo-AWA-2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

BIN
doc/MONITORES.psd Normal file

Binary file not shown.

BIN
doc/Plantilla WEB agua.psd Normal file

Binary file not shown.

BIN
doc/TARIFAS.psd Normal file

Binary file not shown.

BIN
doc/entrada.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

View File

@ -1,8 +1,21 @@
<!DOCTYPE html>
<html lang="en">
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<title>Page Not Found :(</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Página no encontrada | AWA Escuela de Surf y Sup</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/normalize.min.css">
<link rel="stylesheet" href="css/fonts.css">
<link rel="stylesheet" href="css/main.css">
<script src="js/vendor/modernizr-2.6.2-respond-1.1.0.min.js"></script>
<style>
::-moz-selection {
background: #b3d4fc;
@ -14,32 +27,6 @@
text-shadow: none;
}
html {
padding: 30px 10px;
font-size: 20px;
line-height: 1.4;
color: #737373;
background: #f0f0f0;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
html,
input {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body {
max-width: 500px;
_width: 500px;
padding: 30px 20px 50px;
border: 1px solid #b3b3b3;
border-radius: 4px;
margin: 0 auto;
box-shadow: 0 1px 10px #a7a7a7, inset 0 1px 0 #fff;
background: #fcfcfc;
}
h1 {
margin: 0 10px;
font-size: 50px;
@ -63,12 +50,37 @@
margin: 1em 0;
}
.container {
max-width: 380px;
_width: 380px;
margin: 0 auto;
li {
list-style: inside none;
float: left;
display: inline-block;
margin-right: 40px;
}
a {
color: #fff;
}
img {
float: left;
display: block;
}
body {
font: 30px/32px MarkerLitterBox, serif;
background: #7f7f7f;
color: #ddd;
}
.main-container {
background: transparent;
width: 600px;
height: 414px;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
/* google search */
#goog-fixurl ul {
@ -139,19 +151,23 @@
}
</style>
</head>
<body>
<div class="container">
<h1>Not found <span>:(</span></h1>
<p>Sorry, but the page you were trying to view does not exist.</p>
<p>It looks like this was the result of either:</p>
<ul>
<li>a mistyped address</li>
<li>an out-of-date link</li>
</ul>
<script>
var GOOG_FIXURL_LANG = (navigator.language || '').slice(0,2),GOOG_FIXURL_SITE = location.host;
</script>
<script src="http://linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js"></script>
</div>
<body class="e404">
<div class="general-container">
<div class="main-container">
<img src="img/logo.jpg"/>
<h1>Página no encontrada <span>:(</span></h1>
<p>La página solicitada no existe. Es posible que no se haya escrito correctamente la dirección URL.</p>
<p>Puede ir a alguna de nuestras secciones:</p>
<ul>
<li><a href="filosofia.html">Filosofía</a></li>
<li><a href="tarifas.html">Tarifas</a></li>
<li><a href="la-escuela.html">La escuela</a></li>
<li><a href="monitores.html">Monitores</a></li>
<li><a href="la-tienda.html">La tienda</a></li>
<li><a href="galería.html">Galería</a></li>
<li><a href="links-amigos.html">Links amigos</a></li>
</ul>
</div>
</div>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 730 B

BIN
src/apple-touch-icon-72.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 854 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 730 B

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 730 B

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -75,7 +75,7 @@ h1, h2, h3, h4 {
body {
font: 21px/30px Hectic, serif;
color: #3b3b3b;
background-image: url("../img/background-general.jpg");
background: #585858; /*url("../img/background-general.jpg");*/
overflow: hidden;
}
@ -96,11 +96,11 @@ body {
height: 550px;
margin: 0 auto;
text-align: left;
background: #7f7f7f url('../img/background-fotos.jpg') no-repeat right top;
background: #7f7f7f;
position: relative;
-moz-box-shadow: 5px 5px 50px #000;
-webkit-box-shadow: 5px 5px 50px #000;
box-shadow: 5px 5px 50px #000;
-moz-box-shadow: 2px 2px 50px #282828;
-webkit-box-shadow: 2px 2px 50px #282828;
box-shadow: 2px 2px 10px #282828;
}
.main-container aside {
@ -129,6 +129,11 @@ body {
}
.main article section p {
font: 24px/22px MarkerLitterBox, serif;
letter-spacing: -0.02em;
}
.title {
background: #7f7f7f url('../img/logo.jpg') no-repeat center;
overflow: hidden;
@ -241,6 +246,169 @@ nav a.current {
padding-top: 20px;
}
/* ==========================================================================
Estilos por páginas
========================================================================== */
.inicio {
background: #585858;
}
.inicio .main-container {
width: 600px;
height: 414px;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.filosofia .main-container {
background: #7f7f7f url('../img/background-filosofia.jpg') no-repeat right top;
}
.filosofia .main article section p {
font: 24px/30px Hectic, serif;
}
.la-escuela .main-container {
background: #7f7f7f url('../img/background-la-escuela.jpg') no-repeat right top;
}
.la-escuela .main article {
margin-top: 90px;
}
.la-escuela .main article section h3 {
text-indent: 190px;
margin-top: 0;
margin-bottom: 5px;
}
.la-escuela .main article section p:first-of-type {
margin-top: 0;
}
.la-tienda .main-container {
background: #7f7f7f url('../img/background-la-tienda.jpg') no-repeat right top;
}
.la-tienda .main article section h3 {
text-indent: 140px;
margin-top: 0;
margin-bottom: 5px;
}
.la-tienda .main article section p:first-of-type {
margin-top: 0;
}
.links-amigos .main-container {
background: #7f7f7f url('../img/background-links.jpg') no-repeat right top;
}
.monitores .main-container {
background: #7f7f7f url('../img/background-monitores.jpg') no-repeat right top;
}
.monitores .main article section h3 {
margin-bottom: 0;
}
.monitores .main article section h3:first-of-type {
text-indent: 80px;
margin-top: 0;
}
.monitores .main article section p {
margin-top: 0;
}
.tarifas .main-container {
background: #7f7f7f url('../img/background-tarifas.jpg') no-repeat right top;
}
.tarifas .main article section strong {
color: #ed0808;
font-weight: normal;
}
/* ==========================================================================
Tabla
========================================================================== */
.lista {
margin-left: 60px;
font: 20px/22px MarkerLitterBox, serif;
*border-collapse: collapse; /* IE7 and lower */
border-spacing: 0;
-moz-border-radius: 12px;
-webkit-border-radius: 12px;
border-radius: 12px;
-webkit-box-shadow: 0 0px 7px #2b2725;
-moz-box-shadow: 0 0px 7px #2b2725;
box-shadow: 0 0px 7px #2b2725;
background: #fff;
}
.lista tr:hover {
background: #fafd05;
-o-transition: all 0.1s ease-in-out;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-ms-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}
.lista td, .lista th {
border-left: 1px solid #a0a0a0;
border-top: 1px solid #a0a0a0;
padding: 6px 20px;
text-align: center;
}
.lista th {
color: #fff;
background-color: #2b2725;
border-top: none;
}
.lista td:first-child, .lista th:first-child {
border-left: none;
}
.lista th:first-child {
-moz-border-radius: 12px 0 0 0;
-webkit-border-radius: 12px 0 0 0;
border-radius: 12px 0 0 0;
}
.lista th:last-child {
-moz-border-radius: 0 12px 0 0;
-webkit-border-radius: 0 12px 0 0;
border-radius: 0 12px 0 0;
}
.lista th:only-child{
-moz-border-radius: 12px 12px 0 0;
-webkit-border-radius: 12px 12px 0 0;
border-radius: 12px 12px 0 0;
}
.lista tr:last-child td:first-child {
-moz-border-radius: 0 0 0 12px;
-webkit-border-radius: 0 0 0 12px;
border-radius: 0 0 0 12px;
}
.lista tr:last-child td:last-child {
-moz-border-radius: 0 0 12px 0;
-webkit-border-radius: 0 0 12px 0;
border-radius: 0 0 12px 0;
}
/* ==========================================================================
Helper classes
========================================================================== */
@ -368,4 +536,4 @@ nav a.current {
h3 {
page-break-after: avoid;
}
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 766 B

After

Width:  |  Height:  |  Size: 318 B

95
src/filosofia.html Normal file
View File

@ -0,0 +1,95 @@
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Filosofía | AWA Escuela de Surf y Sup</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57.png" />
<link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114.png" />
<link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72.png" />
<link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144.png" />
<link rel="stylesheet" href="css/normalize.min.css">
<link rel="stylesheet" href="css/fonts.css">
<link rel="stylesheet" href="css/main.css">
<script src="js/vendor/modernizr-2.6.2-respond-1.1.0.min.js"></script>
</head>
<body class="filosofia">
<div class="general-container">
<div class="main-container">
<aside>
<header class="wrapper clearfix">
<h1 class="title">Agua Surf y Cosas</h1>
<nav>
<ul>
<li><a class="current" href="filosofia.html">Filosofía</a></li>
<li><a href="tarifas.html">Tarifas</a></li>
<li><a href="la-escuela.html">La escuela</a></li>
<li><a href="monitores.html">Monitores</a></li>
<li><a href="la-tienda.html">La tienda</a></li>
<li><a href="galería.html">Galería</a></li>
<li><a href="links-amigos.html">Links amigos</a></li>
</ul>
</nav>
<div class="links clearfix">
<a href="" class="escuela">Surfawa - Escuela de surf</a>
<a href="" class="icon facebook" title="Síguenos en Facebook">Síguenos en Facebook</a>
<a href="" class="icon twitter" title="Síguenos en Twitter">Síguenos en Twitter</a>
<a href="" class="icon flickr" title="Estamos en Flickr">Estamos en Flickr</a>
</div>
</header>
</aside>
<div class="main wrapper clearfix">
<article>
<section>
<h3>Disfrutar del AGUA? Surfear?</h3>
<p>Y todo ello de la forma mas exclusiva y cómoda posible?<br/>
Eso es lo que te ofrecemos en la escuela de surf AWA.</p>
<p>Aprendizaje individualizado al mismo precio que<br/>
una clase mutitudinaria.</p>
<p>Comodidad ante todo, nosotros te llevamos<br/>
todo a la playa.<br/>
Todo todo hasta el refrigerio.<br/>
Eso si la ilusiÓn por aprender<br/>
corre de tu cuenta. </p>
</section>
</article>
<div class="footer-container">
<footer class="wrapper">
<p>Calle Calabazas 26 > Suesa > Cantabria (Junto al Cementerio)<br/>tlfs: 607 382 604> 661 962 924 Mail: <a href="info@surfagua.com">info@surfagua.com</a></p>
</footer>
</div>
</div> <!-- #main -->
</div> <!-- #main-container -->
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.9.1.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<script>
var _gaq = [['_setAccount', 'UA-XXXXX-X'], ['_trackPageview']];
(function(d, t) {
var g = d.createElement(t), s = d.getElementsByTagName(t)[0];
g.src = ('https:' == location.protocol ? '//ssl' : '//www') + '.google-analytics.com/ga.js';
s.parentNode.insertBefore(g, s)
}(document, 'script'));
</script>
</body>
</html>

View File

Before

Width:  |  Height:  |  Size: 63 KiB

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

BIN
src/img/entrada.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

View File

@ -6,7 +6,11 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title>
<title>AWA Escuela de Surf y Sup</title>
<meta http-equiv="refresh" content="10;url=filosofia.html">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
@ -16,70 +20,13 @@
<script src="js/vendor/modernizr-2.6.2-respond-1.1.0.min.js"></script>
</head>
<body>
<!--[if lt IE 7]>
<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
<![endif]-->
<body class="inicio">
<div class="general-container">
<div class="main-container">
<aside>
<header class="wrapper clearfix">
<h1 class="title">Agua Surf y Cosas</h1>
<nav>
<ul>
<li><a class="current" href="#">Filosofía</a></li>
<li><a href="tarifas.html">Tarifas</a></li>
<li><a href="la-escuela.html">La escuela</a></li>
<li><a href="monitores.html">Monitores</a></li>
<li><a href="la-tienda.html">La tienda</a></li>
<li><a href="galería.html">Galería</a></li>
<li><a href="links-amigos.html">Links amigos</a></li>
</ul>
</nav>
<div class="links clearfix">
<a href="" class="escuela">Surfawa - Escuela de surf</a>
<a href="" class="icon facebook" title="Síguenos en Facebook">Síguenos en Facebook</a>
<a href="" class="icon twitter" title="Síguenos en Twitter">Síguenos en Twitter</a>
<a href="" class="icon flickr" title="Estamos en Flickr">Estamos en Flickr</a>
</div>
</header>
</aside>
<div class="main wrapper clearfix">
<article>
<section>
<h3>Disfrutar del AGUA? Surfear?</h3>
<p>Y todo ello de la forma mas exclusiva y cómoda posible?<br/>
Eso es lo que te ofrecemos en la escuela de surf AWA.</p>
<p>Aprendizaje individualizado al mismo precio que<br/>
una clase mutitudinaria.</p>
<p>Comodidad ante todo, nosotros te llevamos<br/>
todo a la playa.<br/>
Todo todo hasta el refrigerio.<br/>
Eso si la ilusiÓn por aprender<br/>
corre de tu cuenta. </p>
</section>
</article>
<div class="footer-container">
<footer class="wrapper">
<p>Calle Calabazas 26 > Suesa > Cantabria (Junto al Cementerio)<br/>tlfs: 607 382 604> 661 962 924 Mail: <a href="info@surfagua.com">info@surfagua.com</a></p>
</footer>
</div>
</div> <!-- #main -->
</div> <!-- #main-container -->
<a href="filosofia.html"><img src="img/entrada.gif"/></a>
</div>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.9.1.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<script>
var _gaq = [['_setAccount', 'UA-XXXXX-X'], ['_trackPageview']];
(function(d, t) {

97
src/la-escuela.html Normal file
View File

@ -0,0 +1,97 @@
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>La escuela | AWA Escuela de Surf y Sup</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57.png" />
<link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114.png" />
<link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72.png" />
<link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144.png" />
<link rel="stylesheet" href="css/normalize.min.css">
<link rel="stylesheet" href="css/fonts.css">
<link rel="stylesheet" href="css/main.css">
<script src="js/vendor/modernizr-2.6.2-respond-1.1.0.min.js"></script>
</head>
<body class="la-escuela">
<div class="general-container">
<div class="main-container">
<aside>
<header class="wrapper clearfix">
<h1 class="title">Agua Surf y Cosas</h1>
<nav>
<ul>
<li><a href="filosofia.html">Filosofía</a></li>
<li><a href="tarifas.html">Tarifas</a></li>
<li><a class="current" href="la-escuela.html">La escuela</a></li>
<li><a href="monitores.html">Monitores</a></li>
<li><a href="la-tienda.html">La tienda</a></li>
<li><a href="galería.html">Galería</a></li>
<li><a href="links-amigos.html">Links amigos</a></li>
</ul>
</nav>
<div class="links clearfix">
<a href="" class="escuela">Surfawa - Escuela de surf</a>
<a href="" class="icon facebook" title="Síguenos en Facebook">Síguenos en Facebook</a>
<a href="" class="icon twitter" title="Síguenos en Twitter">Síguenos en Twitter</a>
<a href="" class="icon flickr" title="Estamos en Flickr">Estamos en Flickr</a>
</div>
</header>
</aside>
<div class="main wrapper clearfix">
<article>
<section>
<h3>La escuela AWA</h3>
<p>Nos encontramos en Suesa, justo antes de las localidades costeras de Somo y Loredo;<br/>
esto no será inconveniente para ti porque si quieres disfrutar de un curso de surf, te ponemos<br/>
el material en la mismísima arena. Sólo tienes que pasarte por nuestra sede de camino<br/>
a la playa para formalizar la inscripción, elegir el horario que mejor te venga y nosotros<br/>
te llevamos tu tabla, tu traje y sólo te quedaría DISFRUTAR!!</p>
<p>Nuestras clases son perfectas para el aprendizaje, y con la ESCUELA DE SURF AGUA<br/>
encontrarás el servicio que ninguna otra escuela te podrá ofrecer debido a que contamos<br/>
con un monitor para cada 6 alumnos con un máximo de 12 personas por clase.</p>
<p>Podrás disfrutar de nuestras clases de surf en las playas de Loredo, Somo y Langre.<br/>
Y las clases de SUP de iniciación, en el increíble paraje de la ría de Cubas.</p>
</section>
</article>
<div class="footer-container">
<footer class="wrapper">
<p>Calle Calabazas 26 > Suesa > Cantabria (Junto al Cementerio)<br/>tlfs: 607 382 604> 661 962 924 Mail: <a href="info@surfagua.com">info@surfagua.com</a></p>
</footer>
</div>
</div> <!-- #main -->
</div> <!-- #main-container -->
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.9.1.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<script>
var _gaq = [['_setAccount', 'UA-XXXXX-X'], ['_trackPageview']];
(function(d, t) {
var g = d.createElement(t), s = d.getElementsByTagName(t)[0];
g.src = ('https:' == location.protocol ? '//ssl' : '//www') + '.google-analytics.com/ga.js';
s.parentNode.insertBefore(g, s)
}(document, 'script'));
</script>
</body>
</html>

92
src/la-tienda.html Normal file
View File

@ -0,0 +1,92 @@
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>La tienda | AWA Escuela de Surf y Sup</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57.png" />
<link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114.png" />
<link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72.png" />
<link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144.png" />
<link rel="stylesheet" href="css/normalize.min.css">
<link rel="stylesheet" href="css/fonts.css">
<link rel="stylesheet" href="css/main.css">
<script src="js/vendor/modernizr-2.6.2-respond-1.1.0.min.js"></script>
</head>
<body class="la-tienda">
<div class="general-container">
<div class="main-container">
<aside>
<header class="wrapper clearfix">
<h1 class="title">Agua Surf y Cosas</h1>
<nav>
<ul>
<li><a href="filosofia.html">Filosofía</a></li>
<li><a href="tarifas.html">Tarifas</a></li>
<li><a href="la-escuela.html">La escuela</a></li>
<li><a href="monitores.html">Monitores</a></li>
<li><a class="current" href="la-tienda.html">La tienda</a></li>
<li><a href="galería.html">Galería</a></li>
<li><a href="links-amigos.html">Links amigos</a></li>
</ul>
</nav>
<div class="links clearfix">
<a href="" class="escuela">Surfawa - Escuela de surf</a>
<a href="" class="icon facebook" title="Síguenos en Facebook">Síguenos en Facebook</a>
<a href="" class="icon twitter" title="Síguenos en Twitter">Síguenos en Twitter</a>
<a href="" class="icon flickr" title="Estamos en Flickr">Estamos en Flickr</a>
</div>
</header>
</aside>
<div class="main wrapper clearfix">
<article>
<section>
<h3>LA TIENDA:</h3>
<p>Como el resto de cosas que ofrecemos, nuestra TIENDA tiene un “algo” especial.<br/>
Claro que encontrarás las mejores marcas de ropa y material de surf pero no sólo<br/>
el deporte tiene cabida en nuestra tienda; los complementos y COSAS hand-made<br/>
chulas las encontrarás aquí.</p>
<p>Tablas, bolsos, parafina, skates, bikinis, camisetas, alpargatas, escuela de SUP, sudaderas,<br/>
inventos, neoprenos, chanclas, grips, playeras, gafas de sol, cuadernos, relojes,<br/>
bodyboards, y mucho más....<br/>
...si no lo encuentras pregúntanos</p>
</section>
</article>
<div class="footer-container">
<footer class="wrapper">
<p>Calle Calabazas 26 > Suesa > Cantabria (Junto al Cementerio)<br/>tlfs: 607 382 604> 661 962 924 Mail: <a href="info@surfagua.com">info@surfagua.com</a></p>
</footer>
</div>
</div> <!-- #main -->
</div> <!-- #main-container -->
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.9.1.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<script>
var _gaq = [['_setAccount', 'UA-XXXXX-X'], ['_trackPageview']];
(function(d, t) {
var g = d.createElement(t), s = d.getElementsByTagName(t)[0];
g.src = ('https:' == location.protocol ? '//ssl' : '//www') + '.google-analytics.com/ga.js';
s.parentNode.insertBefore(g, s)
}(document, 'script'));
</script>
</body>
</html>

85
src/links-amigos.html Normal file
View File

@ -0,0 +1,85 @@
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Links amigos | AWA Escuela de Surf y Sup</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57.png" />
<link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114.png" />
<link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72.png" />
<link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144.png" />
<link rel="stylesheet" href="css/normalize.min.css">
<link rel="stylesheet" href="css/fonts.css">
<link rel="stylesheet" href="css/main.css">
<script src="js/vendor/modernizr-2.6.2-respond-1.1.0.min.js"></script>
</head>
<body class="links-amigos">
<div class="general-container">
<div class="main-container">
<aside>
<header class="wrapper clearfix">
<h1 class="title">Agua Surf y Cosas</h1>
<nav>
<ul>
<li><a href="filosofia.html">Filosofía</a></li>
<li><a href="tarifas.html">Tarifas</a></li>
<li><a href="la-escuela.html">La escuela</a></li>
<li><a href="monitores.html">Monitores</a></li>
<li><a href="la-tienda.html">La tienda</a></li>
<li><a href="galería.html">Galería</a></li>
<li><a class="current" href="links-amigos.html">Links amigos</a></li>
</ul>
</nav>
<div class="links clearfix">
<a href="" class="escuela">Surfawa - Escuela de surf</a>
<a href="" class="icon facebook" title="Síguenos en Facebook">Síguenos en Facebook</a>
<a href="" class="icon twitter" title="Síguenos en Twitter">Síguenos en Twitter</a>
<a href="" class="icon flickr" title="Estamos en Flickr">Estamos en Flickr</a>
</div>
</header>
</aside>
<div class="main wrapper clearfix">
<article>
<section>
<h3>LINKS INTERESANTES:</h3>
<p>En breve tendreis aquí los sitios que más nos gustan y que aconsejamos. Gracias.</p>
</section>
</article>
<div class="footer-container">
<footer class="wrapper">
<p>Calle Calabazas 26 > Suesa > Cantabria (Junto al Cementerio)<br/>tlfs: 607 382 604> 661 962 924 Mail: <a href="info@surfagua.com">info@surfagua.com</a></p>
</footer>
</div>
</div> <!-- #main -->
</div> <!-- #main-container -->
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.9.1.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<script>
var _gaq = [['_setAccount', 'UA-XXXXX-X'], ['_trackPageview']];
(function(d, t) {
var g = d.createElement(t), s = d.getElementsByTagName(t)[0];
g.src = ('https:' == location.protocol ? '//ssl' : '//www') + '.google-analytics.com/ga.js';
s.parentNode.insertBefore(g, s)
}(document, 'script'));
</script>
</body>
</html>

92
src/monitores.html Normal file
View File

@ -0,0 +1,92 @@
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Monitores | AWA Escuela de Surf y Sup</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57.png" />
<link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114.png" />
<link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72.png" />
<link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144.png" />
<link rel="stylesheet" href="css/normalize.min.css">
<link rel="stylesheet" href="css/fonts.css">
<link rel="stylesheet" href="css/main.css">
<script src="js/vendor/modernizr-2.6.2-respond-1.1.0.min.js"></script>
</head>
<body class="monitores">
<div class="general-container">
<div class="main-container">
<aside>
<header class="wrapper clearfix">
<h1 class="title">Agua Surf y Cosas</h1>
<nav>
<ul>
<li><a href="filosofia.html">Filosofía</a></li>
<li><a href="tarifas.html">Tarifas</a></li>
<li><a href="la-escuela.html">La escuela</a></li>
<li><a class="current" href="monitores.html">Monitores</a></li>
<li><a href="la-tienda.html">La tienda</a></li>
<li><a href="galería.html">Galería</a></li>
<li><a href="links-amigos.html">Links amigos</a></li>
</ul>
</nav>
<div class="links clearfix">
<a href="" class="escuela">Surfawa - Escuela de surf</a>
<a href="" class="icon facebook" title="Síguenos en Facebook">Síguenos en Facebook</a>
<a href="" class="icon twitter" title="Síguenos en Twitter">Síguenos en Twitter</a>
<a href="" class="icon flickr" title="Estamos en Flickr">Estamos en Flickr</a>
</div>
</header>
</aside>
<div class="main wrapper clearfix">
<article>
<section>
<h3>Surf:</h3>
<p>Contamos con monitores de surf titulados por la FCS Federación Cántabra de Surf en<br/>
las últimas promociones y en constante aprendizaje</p>
<h3>Sup:</h3>
<p>Para impartir los cursos de stand up Paddle contamos con monitores titulados<br/>
por la IOSUP international organization of stand up paddle.y además tenemos<br/>
el privilegio de tener como instructora de este deporte a la actual<br/>
subcampeona de España, Bárbara de la Maza.</p>
</section>
</article>
<div class="footer-container">
<footer class="wrapper">
<p>Calle Calabazas 26 > Suesa > Cantabria (Junto al Cementerio)<br/>tlfs: 607 382 604> 661 962 924 Mail: <a href="info@surfagua.com">info@surfagua.com</a></p>
</footer>
</div>
</div> <!-- #main -->
</div> <!-- #main-container -->
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.9.1.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<script>
var _gaq = [['_setAccount', 'UA-XXXXX-X'], ['_trackPageview']];
(function(d, t) {
var g = d.createElement(t), s = d.getElementsByTagName(t)[0];
g.src = ('https:' == location.protocol ? '//ssl' : '//www') + '.google-analytics.com/ga.js';
s.parentNode.insertBefore(g, s)
}(document, 'script'));
</script>
</body>
</html>

115
src/tarifas.html Normal file
View File

@ -0,0 +1,115 @@
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Tarifas | AWA Escuela de Surf y Sup</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57.png" />
<link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114.png" />
<link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72.png" />
<link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144.png" />
<link rel="stylesheet" href="css/normalize.min.css">
<link rel="stylesheet" href="css/fonts.css">
<link rel="stylesheet" href="css/main.css">
<script src="js/vendor/modernizr-2.6.2-respond-1.1.0.min.js"></script>
</head>
<body class="tarifas">
<div class="general-container">
<div class="main-container">
<aside>
<header class="wrapper clearfix">
<h1 class="title">Agua Surf y Cosas</h1>
<nav>
<ul>
<li><a href="filosofia.html">Filosofía</a></li>
<li><a class="current" href="tarifas.html">Tarifas</a></li>
<li><a href="la-escuela.html">La escuela</a></li>
<li><a href="monitores.html">Monitores</a></li>
<li><a href="la-tienda.html">La tienda</a></li>
<li><a href="galería.html">Galería</a></li>
<li><a href="links-amigos.html">Links amigos</a></li>
</ul>
</nav>
<div class="links clearfix">
<a href="" class="escuela">Surfawa - Escuela de surf</a>
<a href="" class="icon facebook" title="Síguenos en Facebook">Síguenos en Facebook</a>
<a href="" class="icon twitter" title="Síguenos en Twitter">Síguenos en Twitter</a>
<a href="" class="icon flickr" title="Estamos en Flickr">Estamos en Flickr</a>
</div>
</header>
</aside>
<div class="main wrapper clearfix">
<article>
<section>
<h3>Nuestras tarifas para los cursos de SURF y SUP<br/>son las siguientes.</h3>
<table class="lista">
<thead>
<tr>
<th>Días de curso</th>
<th>Horas de curso</th>
<th>Precios</th>
</tr>
</thead>
<tbody>
<tr>
<td>5 Días</td>
<td>10 Horas</td>
<td>130,00 euros</td>
</tr>
<tr>
<td>2 Días</td>
<td>4 Horas</td>
<td>50,00 euros</td>
</tr>
<tr>
<td>1 Días</td>
<td>2 Horas</td>
<td>30,00 euros</td>
</tr>
</tbody>
</table>
<p>Precios por persona. Incluye material para la clase. Tarifas para 2013. Precios incluyen IVA.<br/>
La dirección se reserva el derecho de posibles cambios. Precios especiales para grupos,<br/>
pregúntanos. Tenemos tambien la posiblidad de cursos<br/>
de Bodyboard y Skate. </p>
<p>Recuerda. <strong>NOSOTROS TE LLEVAMOS TODO A LA PLAYA.</strong></p>
</section>
</article>
<div class="footer-container">
<footer class="wrapper">
<p>Calle Calabazas 26 > Suesa > Cantabria (Junto al Cementerio)<br/>tlfs: 607 382 604> 661 962 924 Mail: <a href="info@surfagua.com">info@surfagua.com</a></p>
</footer>
</div>
</div> <!-- #main -->
</div> <!-- #main-container -->
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.9.1.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<script>
var _gaq = [['_setAccount', 'UA-XXXXX-X'], ['_trackPageview']];
(function(d, t) {
var g = d.createElement(t), s = d.getElementsByTagName(t)[0];
g.src = ('https:' == location.protocol ? '//ssl' : '//www') + '.google-analytics.com/ga.js';
s.parentNode.insertBefore(g, s)
}(document, 'script'));
</script>
</body>
</html>