mirror of
https://github.com/pierre42100/AboutComunic
synced 2024-11-14 17:41:14 +00:00
36 lines
642 B
HTML
Executable File
36 lines
642 B
HTML
Executable File
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
{% include common/head.html %}
|
|
|
|
<body id="page-top">
|
|
<!-- Navbar -->
|
|
{% include common/nav.html %}
|
|
|
|
<!-- Main home block page -->
|
|
{% include home/header.html %}
|
|
|
|
<!-- Comunic features -->
|
|
{% include home/services.html %}
|
|
|
|
<!-- Link to web app / android app -->
|
|
{% include home/call-to-action.html %}
|
|
|
|
<!-- Other features link -->
|
|
{% include home/feature.html %}
|
|
|
|
<!-- Quote -->
|
|
{% include home/quote.html %}
|
|
|
|
<!-- Donate feature -->
|
|
{% include home/donate-feature.html %}
|
|
|
|
|
|
{% include common/contact.html %}
|
|
|
|
<!-- End of file scripts -->
|
|
{% include common/scripts.html %}
|
|
</body>
|
|
|
|
</html>
|