-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbachas.html
89 lines (73 loc) · 2.78 KB
/
bachas.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<html>
<head>
<title>Bachas</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="subpage">
<!-- Header -->
<header id="header" class="alt">
<div class="logo"><a href="index.html">Freya Cerámica <span>por Mariel Campos</span></a></div>
<a href="#menu"><span>Menu</span></a>
</header>
<!-- Nav -->
<nav id="menu">
<ul class="links">
<li><a href="index.html">Inicio</a></li>
<li><a href="cuencos.html">Mini cuencos</a></li>
<li><a href="compoteras.html">Compoteras</a></li>
<li><a href="ensaladeras.html">Ensaladeras</a></li>
<li><a href="macetas.html">Macetas</a></li>
<li><a href="portaespirales.html">Portaespirales</a></li>
<li><a href="bachas.html">Bachas</a></li>
</ul>
</nav>
<!-- Content -->
<!--
Note: To show a background image, set the "data-bg" attribute below
to the full filename of your image. This is used in each section to set
the background image.
-->
<section id="post" class="wrapper bg-img" data-bg="banner3.jpg">
<div class="inner">
<article class="box">
<header>
<h2>Bachas</h2>
<p>Esmaltadas por dentro</p>
</header>
<div class="content">
<p>Bachas realizadas a pedido. . Consultar stock <a href="https://www.mercadolibre.com.ar/"target="_blank">aquí </a></p>
<p><img src="images/rustica.jpg" alt=""> </p>
</div>
<footer>
<ul class="actions">
<li><a href="bachas2.html" class="button alt icon fa-chevron-left"><span class="label">Previous</span></a></li>
<li><a href="bachas2.html" class="button alt icon fa-chevron-right"><span class="label">Next</span></a></li>
</ul>
</footer>
</article>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<h4>Consultas: [email protected]</h4>
<ul class="icons">
<h5> También por las redes </h5> <li><a href="https://www.facebook.com/freyaceramica/"target="_blank" class="icon round fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="https://www.instagram.com/freyaceramica"target="_blank" class="icon round fa-instagram"><span class="label">Instagram</span></a></li>
</ul>
<div class="copyright">
© Melinspace.
</div>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>