Sha256: 706aa2cac89bd3ba33c63ce796e5bc674edb7a200136b4c50d6f09b6cedb4a26

Contents?: true

Size: 1.07 KB

Versions: 13

Compression:

Stored size: 1.07 KB

Contents

<div class="o-section-block">
	<ul class="c-widget-accordion" data-accordion="" data-allow-all-closed="true">
		<li class="c-widget-accordion-item is-active" data-accordion-item="">
			<a href="#" class="c-widget-accordion-link c-widget-accordion-link--nofill">
				<span class="c-widget-accordion__title">Koordinátoři dobrovolníků</span>
			</a>
			<div class="c-widget-accordion-content" data-tab-content="">
				{% assign kodos = site.people | where_exp: "item","item.categories contains 'kodo'" | sort:"ordkodo" %}
				{% for person in kodos %}
				{% include people/profile-badge.html item=person style='card' showContactInfo=false class='c-profile-badge--stacked c-profile-badge--bottomalign' headlineClass='t-h6-super' %}
				{% endfor %}
				<div class="c-widget-accordion-content__cta">
					{% assign peopleCol = site.collections | where: "label", "people" | first %}
					<a class="expanded button large u-0margin" href="{% if peopleCol.root %}{{ peopleCol.root }}{% else %}{{ '/kontakt/' | relative_url }}{% endif %}"> Ozvi se nám! </a>
				</div>
			</div>
		</li>
	</ul>
</div>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
jekyll-theme-pirati-8.0.0.pre.alpha6 _includes/right-bar/bar_kodo.html
jekyll-theme-pirati-8.0.0.pre.alpha5 _includes/right-bar/bar_kodo.html
jekyll-theme-pirati-8.0.0.pre.alpha4 _includes/right-bar/bar_kodo.html
jekyll-theme-pirati-8.0.0.pre.alpha3 _includes/right-bar/bar_kodo.html
jekyll-theme-pirati-8.0.0.pre.alpha2 _includes/right-bar/bar_kodo.html
jekyll-theme-pirati-8.0.0.pre.alpha1 _includes/right-bar/bar_kodo.html
jekyll-theme-pirati-7.7.1 _includes/right-bar/bar_kodo.html
jekyll-theme-pirati-7.7.0 _includes/right-bar/bar_kodo.html
jekyll-theme-pirati-7.6.2 _includes/right-bar/bar_kodo.html
jekyll-theme-pirati-7.6.1 _includes/right-bar/bar_kodo.html
jekyll-theme-pirati-7.6.0 _includes/right-bar/bar_kodo.html
jekyll-theme-pirati-7.5.0 _includes/right-bar/bar_kodo.html
jekyll-theme-pirati-7.4.0 _includes/right-bar/bar_kodo.html