39 lines
1.5 KiB
HTML
39 lines
1.5 KiB
HTML
{% extends "_default/base.html" %}
|
|
{% block content %}
|
|
|
|
{% include "partials/hero/myhero1.html" %}
|
|
{% include "partials/hero/myhero3.html" %}
|
|
{% include "partials/hero/myhero5.html" %}
|
|
{% include "partials/hero/myhero2.html" %}
|
|
{% include "partials/hero/myhero6.html" %}
|
|
{% include "partials/hero/myhero7.html" %}
|
|
{% include "partials/feature/feature1.html" %}
|
|
{% include "partials/feature/feature2.html" %}
|
|
{% include "partials/feature/feature3.html" %}
|
|
{% include "partials/feature/feature4.html" %}
|
|
{% include "partials/feature/feature5.html" %}
|
|
{% include "partials/feature/feature6.html" %}
|
|
{% include "partials/home/cta.html" %}
|
|
{% include "partials/action/video.html" %}
|
|
{% include "partials/action/web4tools.html" %}
|
|
{% include "partials/action/action.html" %}
|
|
{% include "partials/about/about5.html" %}
|
|
{% include "partials/home/cta.html" %}
|
|
{% include "partials/about/about6.html" %}
|
|
{% include "partials/hero/hero1.html" %}
|
|
{% include "partials/hero/hero2.html" %}
|
|
{% include "partials/hero/hero3.html" %}
|
|
{% include "partials/hero/hero4.html" %}
|
|
{% include "partials/hero/hero5.html" %}
|
|
{% include "partials/hero/hero6.html" %}
|
|
{% include "partials/hero/hero7.html" %}
|
|
{% include "partials/hero/hero8.html" %}
|
|
{% include "partials/hero/hero9.html" %}
|
|
{% include "partials/why/hero.html" %}
|
|
{% include "partials/why/reason.html" %}
|
|
{% include "partials/why/timeline.html" %}
|
|
{% include "partials/why/matters.html" %}
|
|
{% include "partials/why/values.html" %}
|
|
{% include "partials/why/team.html" %}
|
|
{% include "partials/home/cta.html" %}
|
|
{% endblock content %} |