Initial commit
This commit is contained in:
commit
5f280f7dff
12 changed files with 601 additions and 0 deletions
13
index.html
Normal file
13
index.html
Normal file
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
layout: default
|
||||
---
|
||||
|
||||
<div class="home">
|
||||
<ul class="posts">
|
||||
{% for service in site.data.services %}
|
||||
<li>
|
||||
<a class="post-link" href="{{ service.url }}">{{ service.title }}</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue