mirror of
https://github.com/pierre42100/AboutComunic
synced 2025-06-20 00:55:20 +00:00
Gave a new structure to project
This commit is contained in:
35
_layouts/home.html
Executable file
35
_layouts/home.html
Executable file
@ -0,0 +1,35 @@
|
||||
<!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>
|
Reference in New Issue
Block a user