Sha256: c9e3338b5a8a5f2af4503df7f144e4c1e49fc6da2a372e6de615edee56a4ee86

Contents?: true

Size: 708 Bytes

Versions: 6

Compression:

Stored size: 708 Bytes

Contents

---
layout: default
---

<section id="integrante">
	<div class="row justify-content-center">
		<div class="col-12 flex-column text-center">
			<p class="blue font-weight-bold h1 m-5">¿Quiénes somos?</p>
			<p>Las caras de nuestra organización</p>
		</div>
	</div>
	
	<div class="row mt-5 mb-5 justify-content-center">
		{% assign integrantes = site.posts | where: 'layout', 'integrante' %}
		{% for i in integrantes %}
			<div class="col-3 m-2">
				<img
					class="img-fluid rounded-circle"
					src="{{ i.foto.path }}"
					alt="{{ i.foto.description }}" />
				<p class="blue text-center m-3 font-weight-bold">{{i.title}}</p>
				<p>{{ i.description }}</p>
			</div>
		{% endfor %}
	</div>
</section>

Version data entries

6 entries across 6 versions & 1 rubygems

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