mirror of
https://github.com/medialab-prado/poblados-colonizacion-colonias-penitenciarias.git
synced 2024-12-27 21:11:22 +01:00
71 lines
2 KiB
HTML
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í</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ú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úa</a>
|
|
</section>
|
|
</section>
|
|
-->
|
|
|
|
{% include menu.html %}
|
|
|
|
{% include footer.html %}
|
|
|
|
{% include scripts.html %}
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|