commit 73e6cb3a0d531479b254fe8e10dd8d5f78547632
parent 4f22c4353b5cca05313826ef53dfdb6bb552f14c
Author: MTRNord <mtrnord1@gmail.com>
Date: Sun, 15 Oct 2017 19:40:49 +0200
Change some Texts
Signed-off-by: MTRNord <mtrnord1@gmail.com>
Diffstat:
5 files changed, 5 insertions(+), 11 deletions(-)
diff --git a/docs/_includes/call-to-action.html b/docs/_includes/call-to-action.html
@@ -1,7 +1,7 @@
<section id="download" class="download bg-primary text-center">
<div class="container">
- <h2 class="section-heading">Discover what all the buzz is about!</h2>
- <p>Our app is available on any mobile device! Download now to get started!</p>
+ <h2 class="section-heading">Discover what Morpheus is able to do!</h2>
+ <p>Our chat application is available on any windows desktop device! Download now to get started!</p>
<a class="badge" href="#"><img src="{{ site.baseurl }}img/google-play-badge.svg" alt=""></a>
<a class="badge" href="#"><img src="{{ site.baseurl }}img/app-store-badge.svg" alt=""></a>
</div>
diff --git a/docs/_includes/header-funds.html b/docs/_includes/header-funds.html
@@ -17,9 +17,6 @@
<!-- Demo image for screen mockup, you can put an image here, some HTML, an animation, video, or anything else! -->
<img src="{{ site.baseurl }}img/morpheus.png" class="img-fluid" alt="">
</div>
- <div class="button">
- <!-- You can hook the "home button" to some JavaScript events or just remove it -->
- </div>
</div>
</div>
</div>
diff --git a/docs/_includes/header.html b/docs/_includes/header.html
@@ -17,9 +17,6 @@
<!-- Demo image for screen mockup, you can put an image here, some HTML, an animation, video, or anything else! -->
<img src="{{ site.baseurl }}img/morpheus.png" class="img-fluid" alt="">
</div>
- <div class="button">
- <!-- You can hook the "home button" to some JavaScript events or just remove it -->
- </div>
</div>
</div>
</div>
diff --git a/docs/_includes/quote.html b/docs/_includes/quote.html
@@ -1,6 +1,6 @@
<section id="quote" class="download bg-primary text-center">
<div class="container">
- <h2 class="section-heading">Stay ready to go! <i style="color:brown"class="fa fa-coffee"></i></h2>
- <p>get started!</p>
+ <h2 class="section-heading">Stay in the Matrix! <i style="color:brown"class="fa fa-coffee"></i></h2>
+ <p>Use the power of Morpheus!</p>
</div>
</section>
diff --git a/docs/_layouts/front.html b/docs/_layouts/front.html
@@ -8,7 +8,7 @@
{% include header.html %}
{% include call-to-action.html %}
{% include services.html %}
- {% include feature.html %}
+ <!--{% include feature.html %}-->
{% include quote.html %}
{% include contact.html %}
{% include scripts.html %}