Solutions

    {% for item in site.data.hangaralpha.footer.solutions | limit: 3 %}
  • {{ item.title }}
  • {% endfor %}
    {% for item in site.data.hangaralpha.footer.solutions | offset: 3 %}
  • {{ item.title }}
  • {% endfor %}

Platform

    {% for item in site.data.hangaralpha.footer.platform | limit: 2 %}
  • {{ item.title }}
  • {% endfor %}
    {% for item in site.data.hangaralpha.footer.platform | offset: 2 %}
  • {{ item.title }}
  • {% endfor %}

Resources

    {% for item in site.data.hangaralpha.footer.resources | limit: 4 %}
  • {{ item.title }}
  • {% endfor %}
    {% for item in site.data.hangaralpha.footer.resources | offset: 4 %}
  • {{ item.title }}
  • {% endfor %}

About us

    {% for item in site.data.hangaralpha.footer.about | limit: 4 %}
  • {{ item.title }}
  • {% endfor %}
    {% for item in site.data.hangaralpha.footer.about | offset: 4 %}
  • {{ item.title }}
  • {% endfor %}
{% include hangaralpha/logos/logo_carto_footer.svg %}
  • Solutions
  • {% for item in site.data.hangaralpha.footer.solutions %}
  • {{ item.title }}
  • {% endfor %}
  • Platform
  • {% for item in site.data.hangaralpha.footer.platform %}
  • {{ item.title }}
  • {% endfor %}
  • Resources
  • {% for resources_item in site.data.hangaralpha.footer.resources %}
  • {{ resources_item.title }}
  • {% endfor %}
  • About us
  • {% for about_item in site.data.hangaralpha.footer.about %}
  • {{ about_item.title }}
  • {% endfor %}
  • Contact

© CARTO 2018

{% include hangaralpha/logos/logo_carto_footer_small.svg %}
{% include hangaralpha/icons/facebook.svg %} {% include hangaralpha/icons/twitter.svg %} {% include hangaralpha/icons/linkedin.svg %}