AboutComunic/_layouts/front.html

36 lines
584 B
HTML
Raw Normal View History

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 %}
2018-05-08 17:06:35 +00:00
<!-- Donate feature -->
{% include donate-feature.html %}
2018-05-08 16:51:07 +00:00
{% include contact.html %}
2018-05-08 17:06:35 +00:00
<!-- End of file scripts -->
2018-05-08 16:51:07 +00:00
{% include scripts.html %}
2018-05-08 14:11:40 +00:00
</body>
</html>