Created features

This commit is contained in:
Pierre
2018-05-08 18:51:07 +02:00
parent 8537cf571e
commit 88069f239c
4 changed files with 36 additions and 26 deletions

View File

@ -4,16 +4,27 @@
{% include head.html %}
<body id="page-top">
{% include nav.html %}
{% include header.html %}
{% include call-to-action.html %}
{% include services.html %}
{% include portfolio.html %}
{% include feature.html %}
{% include quote.html %}
{% include aside.html %}
{% include contact.html %}
{% include scripts.html %}
<!-- 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 %}
</body>
</html>