morpheus

A Matrix client written in Go-QT
git clone git://archive.git.mtrnord.blog/Nordgedanken/morpheus.git
Log | Files | Refs | README | LICENSE

commit 8631185679bbe70f57e4dc277a719c83ed594279
parent cfce52703a55d5060ec1c711695a8d2c884067aa
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 15 Oct 2017 21:15:41 +0200

Update Feature Texts

Signed-off-by: MTRNord <mtrnord1@gmail.com>

Diffstat:
Mdocs/_includes/services.html | 18+++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/docs/_includes/services.html b/docs/_includes/services.html @@ -5,7 +5,7 @@ <div class="col-xl-12 text-center"> <div class="section-heading"> <h2>Unlimited Features, Unlimited Fun</h2> - <p class="text-muted">Check out what you can do with this app theme!</p> + <p class="text-muted">Check out what you can do with this application!</p> <hr> </div> </div> @@ -26,16 +26,16 @@ <div class="row"> <div class="col-lg-6"> <div class="feature-item"> - <i class="icon-screen-smartphone text-primary"></i> - <h3>Device Mockups</h3> - <p class="text-muted">Ready to use HTML/CSS device mockups, no Photoshop required!</p> + <i class="icon-screen-desktop text-primary"></i> + <h3>Fits your Windows</h3> + <p class="text-muted">It includes a modern but not flashing design!</p> </div> </div> <div class="col-lg-6"> <div class="feature-item"> - <i class="icon-camera text-primary"></i> - <h3>Flexible Use</h3> - <p class="text-muted">Put an image, video, animation, or anything else in the screen!</p> + <i class="icon-organization text-primary"></i> + <h3>Matrix</h3> + <p class="text-muted">Morpheus uses the Power of the <a href="https://matrix.org">Matrix</a> network!</p> </div> </div> </div> @@ -44,14 +44,14 @@ <div class="feature-item"> <i class="icon-present text-primary"></i> <h3>Free to Use</h3> - <p class="text-muted">As always, this theme is free to download and use for any purpose!</p> + <p class="text-muted">This Client and Chat network doesn't require you to pay anything!</p> </div> </div> <div class="col-lg-6"> <div class="feature-item"> <i class="icon-lock-open text-primary"></i> <h3>Open Source</h3> - <p class="text-muted">Since this theme is MIT licensed, you can use it commercially!</p> + <p class="text-muted">Since this Client is GPL-v3 licensed, you can use it commercially!</p> </div> </div> </div>