From 88069f239c433b57c2cfcfae1cf4a087968cc86d Mon Sep 17 00:00:00 2001 From: Pierre Date: Tue, 8 May 2018 18:51:07 +0200 Subject: [PATCH] Created features --- _includes/call-to-action.html | 2 +- _includes/feature.html | 26 +++++++++++++------------- _includes/quote.html | 3 +-- _layouts/front.html | 31 +++++++++++++++++++++---------- 4 files changed, 36 insertions(+), 26 deletions(-) diff --git a/_includes/call-to-action.html b/_includes/call-to-action.html index acbe100..069be6a 100755 --- a/_includes/call-to-action.html +++ b/_includes/call-to-action.html @@ -3,7 +3,7 @@

Comunic is everywhere!

-

Our app is available on Web and in the browser for now!

+

Use Comunic in your browser or on Android!

Web Application diff --git a/_includes/feature.html b/_includes/feature.html index 8524311..eddcb93 100644 --- a/_includes/feature.html +++ b/_includes/feature.html @@ -2,7 +2,7 @@
-

At Your Service

+

Get started now



@@ -12,30 +12,30 @@
- -

Sturdy Templates

-

Our templates are updated regularly so they don't break.

+ +

Create an account

+

Create an account to use all Comunic features.

- -

Ready to Ship

-

You can use this theme as is, or you can make changes!

+ +

Make a donation

+

Maintaining a social network is not free, do not hesitate to help!

- -

Up to Date

-

We update dependencies to keep things fresh.

+ +

Report bugs

+

Do not hesitate to report any unexcepted behaviour!

- -

Made with Love

-

You have to make your websites with love these days!

+ +

Developers

+

As developer, do not hesitate to visit our developer website!

diff --git a/_includes/quote.html b/_includes/quote.html index bb78258..8e48b13 100644 --- a/_includes/quote.html +++ b/_includes/quote.html @@ -2,8 +2,7 @@
-

Stay ready to go!

-

get started!

+

Privacy is a fundamental right.

diff --git a/_layouts/front.html b/_layouts/front.html index c5c41c9..ac1c433 100755 --- a/_layouts/front.html +++ b/_layouts/front.html @@ -4,16 +4,27 @@ {% include head.html %} - {% 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 %} + + {% include nav.html %} + + + {% include header.html %} + + + {% include call-to-action.html %} + + + {% include services.html %} + + + {% include quote.html %} + + + {% include feature.html %} + + {% include aside.html %} + {% include contact.html %} + {% include scripts.html %}