2018-05-08 14:11:40 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
{% include head.html %}
|
|
|
|
|
|
|
|
<body id="page-top">
|
2018-05-08 16:51:07 +00:00
|
|
|
<!-- Navbar -->
|
|
|
|
{% include nav.html %}
|
|
|
|
|
|
|
|
<!-- Main home block page -->
|
|
|
|
{% include header.html %}
|
|
|
|
|
|
|
|
<!-- Link to web app / android app -->
|
|
|
|
{% include call-to-action.html %}
|
|
|
|
|
|
|
|
<!-- Comunic features -->
|
|
|
|
{% include services.html %}
|
|
|
|
|
|
|
|
<!-- Quote -->
|
|
|
|
{% include quote.html %}
|
|
|
|
|
|
|
|
<!-- Other features link -->
|
|
|
|
{% include feature.html %}
|
|
|
|
|
|
|
|
{% include aside.html %}
|
|
|
|
{% include contact.html %}
|
|
|
|
{% include scripts.html %}
|
2018-05-08 14:11:40 +00:00
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|