layout | title | subtitle | cocodaStartButton | cocodaInfoButton | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
layouts/index |
|
|
|
|
{% section "textPadding" %}
{% include locale + "/index-intro.md" %}
{% endsection %}
{% section %}
{% div "news" %} {%- for post in collections.blog | reverse -%}
{% if loop.index0 < 6 %} {% div "entry" %} {% div "date" %}{{ post.date | date("YYYY-MM-DD") }}{% enddiv %} {% div "title" %} [{{ post.data.title }}]({{ post.url | url }}) {% if post.data.originalLanguage %}{% badge post.data.originalLanguage %}{% endif %} {% enddiv %} {% div "excerpt" %}{{ post.data.excerpt }}{% enddiv %} {% enddiv %} {% endif %} {%- endfor -%} {% enddiv %} {% if collections.blog.length > 6 %} {% div "news-more" %}[{{ { en: "All Posts", de: "Alle Beiträge" } | localize }}]({{ "/blog/" | url }}){% enddiv %} {% endif %}
{% endsection %}
{% section %}
{% flexbox "row", "flex-wrap: wrap; text-align: center; align-items: flex-start; margin-top: -10px;" %}
{% flex %}
[{% image "/images/services-kos-registry5.svg", "width: 30vw; max-width: 140px; padding: 20px; border: none;", "Applications" %}
Applications]({{ "/services/#applications" | url }})
{% endflex %}
{% flex %}
[{% image "/images/services-concordance-registry.svg", "width: 30vw; max-width: 140px; padding: 12px; border: none;", "Datasets" %}
Datasets]({{ "/services/#data-sets" | url }})
{% endflex %}
{% flex %}
[{% image "/images/services-api.svg", "width: 30vw; max-width: 140px; padding: 7px; border: none;", "APIs" %}
APIs]({{ "/services/#apis" | url }})
{% endflex %}
{% endflexbox %}
{% endsection %}
{% section %}
{% include locale + "/partners.md" %}
{% endsection %}
{% section %}
{% include locale + "/projects.md" %}
{% endsection %}
{% section %}
{% include locale + "/contact.md" %}
{% endsection %}
{% section %}{% endsection %}