Sha256: 5f649cf0d5cbdc08c8d3e394d44e193f76898f0d4966c2d20b6905134d2821ad

Contents?: true

Size: 780 Bytes

Versions: 6

Compression:

Stored size: 780 Bytes

Contents

---
layout: default
---

<section id="peticiones">
		{%- assign peticion = site.posts | where: 'layout', 'peticiones' -%}
		{% for i in peticion %}
		<div class="row justify-content-center mb-4">
			<div class="col-3">
				<img class="img-fluid" src="{{ i.foto.path }}" alt="{{ i.foto.description }}" />
			</div>
			<div class="col-5">
				<h2 class="petitle text-uppercase font-weight-bolder">{{ i.title }}</h2>
				
				<p>{{ i.description }}</p>
				
				<div class="d-flex justify-content-around">
					<a href="{{ i.url }}" class="btn btn-light text-uppercase font-weight-bolder">{{ site.i18n.more }}</a>
					<a href="{{ i.firmar }}" class="btn btn-light text-uppercase font-weight-bolder">{{ site.i18n.firmar }}</a>
				</div>
			</div>
		</div>
		{% endfor %}
</section>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
observatorio-jekyll-theme-0.1.7 _layouts/peticiones.html
observatorio-jekyll-theme-0.1.6 _layouts/peticiones.html
observatorio-jekyll-theme-0.1.5 _layouts/peticiones.html
observatorio-jekyll-theme-0.1.4 _layouts/peticiones.html
observatorio-jekyll-theme-0.1.3 _layouts/peticiones.html
observatorio-jekyll-theme-0.1.2 _layouts/peticiones.html