start-ffhh/index.html
2014-09-10 17:42:44 +02:00

15 lines
382 B
HTML

---
layout: default
---
<div class="home">
<ul class="row list-unstyled">
{% for service in site.data.services %}
<li class="col-6 col-sm-6 col-lg-6">
<h2><span class="fa fa-{{ service.icon }}"></span> <a href="{{ service.url }}">{{ service.title }}</a></h2>
<p>{{ service.text }}</p>
</li>
{% endfor %}
</ul>
</div>