---
layout: default
title: Home
---
{% include intro.md %}
## Recent activities

{% for post in site.posts %}
    {% if forloop.index < 5 %}
	{% include post_link.html %}
    {% endif %}
{% endfor %}

[See all activites](/news/posts/)


<p>&copy; {{ site.time | date: '%Y' }}. All rights reserved.</p>