---
title: Homepage
page-title: Homepage
page-pretitle: Overview
page-title-actions: home
---
{% include cards/project-summary.html %}
{% include cards/social-traffic.html %}
{% for person in site.data.people limit: 6 %}
{% include ui/avatar.html person=person class="mr-3" size="md" %}
{{ person.first_name }}
created a new task
{{ forloop.index | random_number: 1, 10 }}h ago
{% endfor %}
{% include cards/tasks.html %}
{% include cards/company-employees.html %}
{% include cards/most-visited-pages.html %}