aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
blob: aa3a8b7581e0f2dd2f51ab1eaa521c79d4f041a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
layout: default
title: Home
permalink: /
---

<!-- The Welcome section -->
{% include welcome.html %}

{% for section in site.data.frontpage %}
<!-- The {{ section.name }} section -->
<div class="container offsetanchor" id="{{ section.slug }}">
  <div class="row">
    {% include {{ section.file }} %}
    <hr>
  </div>
</div>

{% endfor %}