diff --git a/reports.html b/reports.html
new file mode 100644
index 00000000..deebea45
--- /dev/null
+++ b/reports.html
@@ -0,0 +1,27 @@
+---
+title: coala GSoC project reports
+---
+
+
{{ page.title }}
+
+2018
+
+
+ {% for report in site.reports %}
+ {% capture year %}{{ report.date | date: '%Y' }}{% endcapture %}
+ {% if year == '2018' %}
+ - {{ report.student }}
+ {% endif %}
+ {% endfor %}
+
+
+2017
+
+
+ {% for report in site.reports %}
+ {% capture year %}{{ report.date | date: '%Y' }}{% endcapture %}
+ {% if year == '2017' %}
+ - {{ report.student }}
+ {% endif %}
+ {% endfor %}
+