Add Services Page

This commit is contained in:
2019-03-29 13:40:38 -05:00
parent 1916fc042b
commit f0e942de7b
7 changed files with 217 additions and 0 deletions

17
services.html Normal file
View File

@ -0,0 +1,17 @@
---
layout: default
active_page: services
---
<div class="container" role="main">
{% include services/header.html %}
{% include services/search.html %}
{% include services/social-networks.html %}
{% include services/participate.html %}
{% include services/footer.html %}
</div>