2017-06-01 12:02:10 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<!--
|
|
|
|
Original Design: Spectral by HTML5 UP
|
|
|
|
html5up.net | @n33co
|
|
|
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
|
|
|
Jekyll build mod
|
|
|
|
-->
|
|
|
|
<html>
|
|
|
|
|
|
|
|
{% include head.html %}
|
|
|
|
|
|
|
|
<body class="landing">
|
|
|
|
|
|
|
|
<!-- Page Wrapper -->
|
|
|
|
<div id="page-wrapper">
|
|
|
|
|
|
|
|
{% include header.html %}
|
|
|
|
|
|
|
|
<!-- Banner -->
|
|
|
|
<section id="banner">
|
|
|
|
<div class="inner">
|
|
|
|
<h2>{{ site.title }}</h2>
|
|
|
|
<p>{{ site.description | markdownify }}</p>
|
|
|
|
<ul class="actions">
|
|
|
|
<!--<li><a href="#" class="button special">Activate</a></li>-->
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<a href="#one" class="more scrolly">Comienza aquí</a>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<!-- One -->
|
2017-06-01 19:05:50 +02:00
|
|
|
<section id="one" class="wrapper style5 main">
|
2017-06-01 12:02:10 +02:00
|
|
|
<div class="inner">
|
|
|
|
<header class="major">
|
|
|
|
<h2>{{ page.title }}</h2>
|
|
|
|
<!--<p>Aliquam ut ex ut augue consectetur interdum. Donec amet imperdiet eleifend<br />
|
|
|
|
fringilla tincidunt. Nullam dui leo Aenean mi ligula, rhoncus ullamcorper.</p>-->
|
|
|
|
</header>
|
2017-06-01 12:07:17 +02:00
|
|
|
{{ content }}
|
2017-06-01 14:54:19 +02:00
|
|
|
</div>
|
2017-06-17 17:07:10 +02:00
|
|
|
<!--
|
|
|
|
<section id="banner" style="height:120px;min-height:120px;">
|
|
|
|
<a href="#two" class="more scrolly">Continúa</a>
|
|
|
|
</section>-->
|
2017-06-01 14:45:16 +02:00
|
|
|
</section>
|
2017-06-01 12:02:10 +02:00
|
|
|
|
|
|
|
<!-- Two -->
|
2017-06-17 17:07:10 +02:00
|
|
|
<!--
|
2017-06-01 19:01:14 +02:00
|
|
|
<section id="two" class="wrapper alt style2 banner">
|
2017-06-01 12:02:10 +02:00
|
|
|
<section class="spotlight">
|
2017-06-01 14:23:40 +02:00
|
|
|
<div class="image">
|
2017-06-17 13:19:49 +02:00
|
|
|
|
2017-06-01 12:02:10 +02:00
|
|
|
</div>
|
|
|
|
</section>
|
2017-06-01 19:21:10 +02:00
|
|
|
<section id="banner" style="height:150px;min-height:150px;">
|
2017-06-01 19:10:02 +02:00
|
|
|
<a href="#three" class="more scrolly">Continúa</a>
|
2017-06-01 19:09:06 +02:00
|
|
|
</section>
|
2017-06-01 12:02:10 +02:00
|
|
|
</section>
|
2017-06-17 17:07:10 +02:00
|
|
|
-->
|
2017-06-01 12:02:10 +02:00
|
|
|
|
2017-06-17 18:09:53 +02:00
|
|
|
{% include menu.html %}
|
2017-06-01 12:02:10 +02:00
|
|
|
|
|
|
|
{% include footer.html %}
|
|
|
|
|
|
|
|
{% include scripts.html %}
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|