{{ site.title }} {{ site.description }}

© {{ site.time | date: "%Y" }} {{ site.title }}. All rights reserved.

Site

{% for item in site.nav_links %} {% assign href = item.url %} {% if item.children %} {% if item.label == 'Technology' and item.children.first %} {% assign href = item.children.first.url %} {% elsif item.label == 'Company' %} {% assign href = '/team/' %} {% endif %} {% endif %} {% assign is_external = false %} {% if href contains '://' or href contains 'mailto:' %} {% assign is_external = true %} {% endif %} {{ item.label }} {% endfor %}

Connect

{% for item in site.cta_links %} {{ item.label }} {% endfor %}