Skip to content

Latest commit

 

History

History
136 lines (128 loc) · 5.12 KB

index.md

File metadata and controls

136 lines (128 loc) · 5.12 KB
layout
default
{% for card in site.data.cards.intro %}

{{ card.title }}

{{ card.desc }}

{% if card.button %}

{{ card.button.name }}

{% endif %}
{% endfor %}

Our Motivation

{% for person in site.data.people.quotes %}

{{ person.quote }}

Person

{{ person.name }}{{ person.position }}

{% endfor %}

Our Solution

{% for card in site.data.cards.solution %}

{{ card.title }}

{{ card.desc }}


{% endfor %}

Our Team

{% include map.html %}

Read Up

{% for cat in site.categories %}

{{ cat[0] }}

{% for post in cat[1] limit: 3 %} {{ post.title }}
{% endfor %}
{% endfor %}

Contact

<textarea type="text" name="message" class="form-control m-2" rows="7" placeholder="Message"></textarea>
Send