mirror of
https://github.com/medialab-prado/poblados-colonizacion-colonias-penitenciarias.git
synced 2024-12-26 12:31:22 +01:00
nueva intrudcción
This commit is contained in:
parent
575fe3f623
commit
a1e8b7488c
3 changed files with 16 additions and 5 deletions
|
@ -14,14 +14,14 @@
|
|||
{% endfor %}
|
||||
</ul>
|
||||
<ul class="copyright">
|
||||
<li>© {% assign thisyear = site.time | date: "%Y" %}
|
||||
<li>CC-BY-SA {% assign thisyear = site.time | date: "%Y" %}
|
||||
{% if site.first_published %}
|
||||
{% capture diff %}{{ site.first_published | minus:thisyear }}{% endcapture %}
|
||||
{% if diff contains '-' %}{{ site.first_published }},{% endif %}
|
||||
{% endif %}
|
||||
{{ thisyear }}
|
||||
{% if site.owner %}{{ site.owner }}{% else %}{{ site.title }}{% endif %}</li>
|
||||
<li>Design: <a href="http://html5up.net" target="_blank">HTML5 UP</a></li>
|
||||
<li>Built with: <a href="http://jekyllrb.com" target="_blank">Jekyll</a></li>
|
||||
<li><a href="about">Acerca del proyecto. Créditos y agradecimientos</a></li>
|
||||
<li>Diseño de la plantilla: <a href="http://html5up.net" target="_blank">HTML5 UP</a></li>
|
||||
</ul>
|
||||
</footer>
|
||||
|
|
|
@ -48,12 +48,14 @@
|
|||
<section id="cta" class="wrapper style4">
|
||||
<div class="inner">
|
||||
<header>
|
||||
<h2>Arcue ut vel commodo</h2>
|
||||
<p>Aliquam ut ex ut augue consectetur interdum endrerit imperdiet amet eleifend fringilla.</p>
|
||||
<h2>Contáctanos</h2>
|
||||
<p>Este es un proyecto de datos abiertos. Si quieres contribuir con una historia o datos sobre la colonización o el uso de presos en sus obras, no dudes en contactarnos.</p>
|
||||
</header>
|
||||
<!--
|
||||
<ul class="actions vertical">
|
||||
<li><a href="#" class="button fit special">Activate</a></li>
|
||||
<li><a href="#" class="button fit">Learn More</a></li>
|
||||
</ul>
|
||||
-->
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
@ -84,3 +84,12 @@ a {
|
|||
.wrapper.style3 {
|
||||
background: #3D4955;
|
||||
}
|
||||
|
||||
// quotes
|
||||
blockquote {
|
||||
border-left: solid 0px _palette(border);
|
||||
font-style: normal;
|
||||
margin: 0 0 _size(element-margin) 0;
|
||||
padding: 2em;
|
||||
background-color:#ddd;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue