-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9e40c8e
commit 66b835e
Showing
88 changed files
with
7,375 additions
and
73 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,196 @@ | ||
<!DOCTYPE html> | ||
<html lang="es"> | ||
<head> | ||
|
||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="description" content=""> | ||
<meta name="author" content=""> | ||
|
||
<title>Tienda Scout</title> | ||
|
||
<!-- Bootstrap Core CSS --> | ||
<link href="css/bootstrap.min.css" rel="stylesheet"> | ||
|
||
<!-- Custom CSS --> | ||
<link href="css/shop-homepage.css" rel="stylesheet"> | ||
|
||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> | ||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// --> | ||
<!--[if lt IE 9]> | ||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> | ||
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> | ||
<![endif]--> | ||
|
||
<!-- Hotjar Tracking Code for https://github.com/MiguelCabezasPuerto/IPO-Hotjar --> | ||
<script> | ||
(function(h,o,t,j,a,r){ | ||
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)}; | ||
h._hjSettings={hjid:1264557,hjsv:6}; | ||
a=o.getElementsByTagName('head')[0]; | ||
r=o.createElement('script');r.async=1; | ||
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv; | ||
a.appendChild(r); | ||
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv='); | ||
</script> | ||
|
||
|
||
</head> | ||
|
||
<body> | ||
|
||
<!-- Navigation --> | ||
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation"> | ||
<div class="container"> | ||
<!-- Brand and toggle get grouped for better mobile display --> | ||
<div class="navbar-header"> | ||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> | ||
<span class="sr-only">Toggle navigation</span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
<a class="navbar-brand" href="index.html">Tienda Scout</a> | ||
</div> | ||
<!-- Collect the nav links, forms, and other content for toggling --> | ||
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> | ||
<ul class="nav navbar-nav"> | ||
<li> | ||
<a href="somos.html">¿Quiénes somos?</a> | ||
</li> | ||
<li> | ||
<a href="servicios.html">Servicios</a> | ||
</li> | ||
<li> | ||
<a href="contacto.html">Contacto</a> | ||
</li> | ||
<li> | ||
<a href="login.html">Login</a> | ||
</li> | ||
</ul> | ||
</div> | ||
<!-- /.navbar-collapse --> | ||
</div> | ||
<!-- /.container --> | ||
</nav> | ||
<div class="row"> | ||
|
||
<div class="col-sm-4 col-lg-4 col-md-4"> | ||
<div class="thumbnail"> | ||
<img src="mochila.jpg" alt=""> | ||
<div class="caption"> | ||
<h4 class="pull-right">49.99€</h4> | ||
<h4><a href="mochila.html">Mochila Trekking Forclaz 60</a> | ||
</h4> | ||
<p>Mochila sencilla y ligera, práctica con sus bolsillos...</p> | ||
</div> | ||
<div class="ratings"> | ||
<p class="pull-right">83 reviews</p> | ||
<p> | ||
<span class="glyphicon glyphicon-star"></span> | ||
<span class="glyphicon glyphicon-star"></span> | ||
<span class="glyphicon glyphicon-star"></span> | ||
<span class="glyphicon glyphicon-star"></span> | ||
<span class="glyphicon glyphicon-star"></span> | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="col-sm-4 col-lg-4 col-md-4"> | ||
<div class="thumbnail"> | ||
<img src="tienda2.jpg" alt=""> | ||
<div class="caption"> | ||
<h4 class="pull-right">825.89 €</h4> | ||
<h4><a href="tiendaNueva2.html">Montana 6P</a> | ||
</h4> | ||
<p>Nueva tienda de campaña 2019, resistente al agua, fácil montaje...</p> | ||
</div> | ||
<div class="ratings"> | ||
<p class="pull-right">12 reviews</p> | ||
<p> | ||
<span class="glyphicon glyphicon-star"></span> | ||
<span class="glyphicon glyphicon-star"></span> | ||
<span class="glyphicon glyphicon-star"></span> | ||
<span class="glyphicon glyphicon-star"></span> | ||
<span class="glyphicon glyphicon-star-empty"></span> | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="col-sm-4 col-lg-4 col-md-4"> | ||
<div class="thumbnail"> | ||
<img src="carpa2.jpg" alt=""> | ||
<div class="caption"> | ||
<h4 class="pull-right">990.35€</h4> | ||
<h4><a href="carpaNueva2.html">Hummer</a> | ||
</h4> | ||
<p>Carpa comedor azul, doble techo, capacidad...</p> | ||
</div> | ||
<div class="ratings"> | ||
<p class="pull-right">31 reviews</p> | ||
<p> | ||
<span class="glyphicon glyphicon-star"></span> | ||
<span class="glyphicon glyphicon-star"></span> | ||
<span class="glyphicon glyphicon-star"></span> | ||
<span class="glyphicon glyphicon-star"></span> | ||
<span class="glyphicon glyphicon-star-empty"></span> | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="col-sm-4 col-lg-4 col-md-4"> | ||
<div class="thumbnail"> | ||
<img src="fogon.jpg" alt=""> | ||
<div class="caption"> | ||
<h4 class="pull-right">69.99€</h4> | ||
<h4><a href="fogonNuevo2.html">Fogón camping</a> | ||
</h4> | ||
<p>Fogón de gas, metalizado, cubierta retráctil, soporte...</p> | ||
</div> | ||
<div class="ratings"> | ||
<p class="pull-right">18 reviews</p> | ||
<p> | ||
<span class="glyphicon glyphicon-star"></span> | ||
<span class="glyphicon glyphicon-star"></span> | ||
<span class="glyphicon glyphicon-star"></span> | ||
<span class="glyphicon glyphicon-star-empty"></span> | ||
<span class="glyphicon glyphicon-star-empty"></span> | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="col-sm-4 col-lg-4 col-md-4"> | ||
<div class="thumbnail"> | ||
<img src="tiendaD.jpg" alt=""> | ||
<div class="caption"> | ||
<h4 class="pull-right">99.99€</h4> | ||
<h4><a href="arpenaz.html">Tienda Arpenaz 4.1</a> | ||
</h4> | ||
<p>Tienda 4 plazas, fácil de montar, con 1 habitación...</p> | ||
</div> | ||
<div class="ratings"> | ||
<p class="pull-right">39 reviews</p> | ||
<p> | ||
<span class="glyphicon glyphicon-star"></span> | ||
<span class="glyphicon glyphicon-star"></span> | ||
<span class="glyphicon glyphicon-star"></span> | ||
<span class="glyphicon glyphicon-star"></span> | ||
<span class="glyphicon glyphicon-star-empty"></span> | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
<!-- jQuery --> | ||
<script src="js/jquery.js"></script> | ||
|
||
<!-- Bootstrap Core JavaScript --> | ||
<script src="js/bootstrap.min.js"></script> | ||
|
||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,154 @@ | ||
<!DOCTYPE html> | ||
<html lang="es"> | ||
<head> | ||
|
||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="description" content=""> | ||
<meta name="author" content=""> | ||
|
||
<title>Tienda Scout</title> | ||
|
||
<!-- Bootstrap Core CSS --> | ||
<link href="css/bootstrap.min.css" rel="stylesheet"> | ||
|
||
<!-- Custom CSS --> | ||
<link href="css/shop-homepage.css" rel="stylesheet"> | ||
|
||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> | ||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// --> | ||
<!--[if lt IE 9]> | ||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> | ||
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> | ||
<![endif]--> | ||
|
||
<!-- Hotjar Tracking Code for https://github.com/MiguelCabezasPuerto/IPO-Hotjar --> | ||
<script> | ||
(function(h,o,t,j,a,r){ | ||
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)}; | ||
h._hjSettings={hjid:1264557,hjsv:6}; | ||
a=o.getElementsByTagName('head')[0]; | ||
r=o.createElement('script');r.async=1; | ||
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv; | ||
a.appendChild(r); | ||
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv='); | ||
</script> | ||
|
||
|
||
</head> | ||
|
||
<body> | ||
|
||
<!-- Navigation --> | ||
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation"> | ||
<div class="container"> | ||
<!-- Brand and toggle get grouped for better mobile display --> | ||
<div class="navbar-header"> | ||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> | ||
<span class="sr-only">Toggle navigation</span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
<a class="navbar-brand" href="index.html">Tienda Scout</a> | ||
</div> | ||
<!-- Collect the nav links, forms, and other content for toggling --> | ||
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> | ||
<ul class="nav navbar-nav"> | ||
<li> | ||
<a href="somos.html">¿Quiénes somos?</a> | ||
</li> | ||
<li> | ||
<a href="servicios.html">Servicios</a> | ||
</li> | ||
<li> | ||
<a href="contacto.html">Contacto</a> | ||
</li> | ||
<li> | ||
<a href="login.html">Login</a> | ||
</li> | ||
</ul> | ||
</div> | ||
<!-- /.navbar-collapse --> | ||
</div> | ||
<!-- /.container --> | ||
</nav> | ||
<div class="row"> | ||
|
||
<div class="col-sm-4 col-lg-4 col-md-4"> | ||
<div class="thumbnail"> | ||
<img src="tocho2.jpg" alt=""> | ||
<div class="caption"> | ||
<h4 class="pull-right">5.99€</h4> | ||
<h4><a href="tochoNuevo2.html">Tocho 3 bandas</a> | ||
</h4> | ||
<p>Pasapañoletas 3 bandas de cuero ideal para...</p> | ||
</div> | ||
<div class="ratings"> | ||
<p class="pull-right">15 reviews</p> | ||
<p> | ||
<span class="glyphicon glyphicon-star"></span> | ||
<span class="glyphicon glyphicon-star"></span> | ||
<span class="glyphicon glyphicon-star"></span> | ||
<span class="glyphicon glyphicon-star"></span> | ||
<span class="glyphicon glyphicon-star"></span> | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="col-sm-4 col-lg-4 col-md-4"> | ||
<div class="thumbnail"> | ||
<img src="parche.jpg" alt=""> | ||
<div class="caption"> | ||
<h4 class="pull-right">3.99 €</h4> | ||
<h4><a href="insigniaNueva2.html">Insignia castores</a> | ||
</h4> | ||
<p>Pack parches camisa rama castores MSC...</p> | ||
</div> | ||
<div class="ratings"> | ||
<p class="pull-right">6 reviews</p> | ||
<p> | ||
<span class="glyphicon glyphicon-star"></span> | ||
<span class="glyphicon glyphicon-star"></span> | ||
<span class="glyphicon glyphicon-star"></span> | ||
<span class="glyphicon glyphicon-star"></span> | ||
<span class="glyphicon glyphicon-star-empty"></span> | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="col-sm-4 col-lg-4 col-md-4"> | ||
<div class="thumbnail"> | ||
<img src="cantimplora.jpg" alt=""> | ||
<div class="caption"> | ||
<h4 class="pull-right">17.00€</h4> | ||
<h4><a href="cantimplora.html">Cantimplora Laken</a> | ||
</h4> | ||
<p>Cantimplora de aluminio de 1L con funda verde de neopreno</p> | ||
</div> | ||
<div class="ratings"> | ||
<p class="pull-right">31 reviews</p> | ||
<p> | ||
<span class="glyphicon glyphicon-star"></span> | ||
<span class="glyphicon glyphicon-star"></span> | ||
<span class="glyphicon glyphicon-star"></span> | ||
<span class="glyphicon glyphicon-star"></span> | ||
<span class="glyphicon glyphicon-star-empty"></span> | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
<!-- jQuery --> | ||
<script src="js/jquery.js"></script> | ||
|
||
<!-- Bootstrap Core JavaScript --> | ||
<script src="js/bootstrap.min.js"></script> | ||
|
||
</body> | ||
|
||
</html> |
Oops, something went wrong.