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>
|
|
|
|
|
2017-06-19 01:13:21 +02:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
2017-06-19 19:36:28 +02:00
|
|
|
<title>{% if page.title %} {{site.title}} {% else %}{{ site.title }}{% endif %}</title>
|
2017-06-19 01:13:21 +02:00
|
|
|
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">
|
|
|
|
<!--[if lte IE 8]><script src="{{ "/js/ie/html5shiv.js" | prepend: site.baseurl }}"></script><![endif]-->
|
|
|
|
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
|
|
|
|
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}" />
|
|
|
|
<!--[if lte IE 8]><link rel="stylesheet" href="{{ "/css/ie8.css" | prepend: site.baseurl }}" /><![endif]-->
|
|
|
|
<!--[if lte IE 9]><link rel="stylesheet" href="{{ "/css/ie9.css" | prepend: site.baseurl }}" /><![endif]-->
|
|
|
|
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}">
|
|
|
|
</head>
|
2017-06-01 12:02:10 +02:00
|
|
|
|
|
|
|
<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>
|