Skip to content
Snippets Groups Projects
Verified Commit 0e2ec46c authored by Huste, Tobias's avatar Huste, Tobias :rabbit:
Browse files

Add page to collect all tutorials available and show on services page

parent 1dccc64c
No related branches found
No related tags found
1 merge request!253Add page to collect all tutorials available and show on services page
---
title: Tutorials
title_image: mountains-nature-arrow-guide-66100.jpg
layout: services/default
author: none
additional_css:
- title/service-title-buttons.css
excerpt:
"We provide tutorials to let you know how to best make use of our services
and how to boost your research software engineering practices."
---
{{ page.excerpt }}
<div class="flex-cards">
{%- assign posts = site.categories['tutorial'] | where: "lang", "en" -%}
{% for post in posts -%}
{% include cards/post_card_image.html post=post %}
{% endfor -%}
</div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment