poblados-colonizacion-colon.../docs/_layouts/title.html
2017-06-17 18:09:53 +02:00

71 lines
2 KiB
HTML

<!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&iacute;</a>
</section>
<!-- One -->
<section id="one" class="wrapper style5 main">
<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>
{{ content }}
</div>
<!--
<section id="banner" style="height:120px;min-height:120px;">
<a href="#two" class="more scrolly">Contin&uacute;a</a>
</section>-->
</section>
<!-- Two -->
<!--
<section id="two" class="wrapper alt style2 banner">
<section class="spotlight">
<div class="image">
</div>
</section>
<section id="banner" style="height:150px;min-height:150px;">
<a href="#three" class="more scrolly">Contin&uacute;a</a>
</section>
</section>
-->
{% include menu.html %}
{% include footer.html %}
{% include scripts.html %}
</div>
</body>
</html>