morpheus

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

commit ad7c7b31605c93b5ff5be9fb736a2710aa924ed5
parent 63df9702f8941e1eb3b8a87a8abd6f240550e1e2
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 15 Oct 2017 13:18:46 +0200

Change screenshot

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

Diffstat:
Mdocs/_includes/header-funds.html | 2+-
Mdocs/_includes/header.html | 2+-
Mdocs/_includes/services-funds.html | 2+-
Mdocs/_includes/services.html | 2+-
Mdocs/blog.html | 2+-
Adocs/img/morpheus.png | 0
6 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/_includes/header-funds.html b/docs/_includes/header-funds.html @@ -15,7 +15,7 @@ <div class="device"> <div class="screen"> <!-- Demo image for screen mockup, you can put an image here, some HTML, an animation, video, or anything else! --> - <img src="{{ site.baseurl }}/img/demo-screen-1.jpg" class="img-responsive" alt=""> + <img src="{{ site.baseurl }}/img/morpheus.png" class="img-responsive" alt=""> </div> <div class="button"> <!-- You can hook the "home button" to some JavaScript events or just remove it --> diff --git a/docs/_includes/header.html b/docs/_includes/header.html @@ -15,7 +15,7 @@ <div class="device"> <div class="screen"> <!-- Demo image for screen mockup, you can put an image here, some HTML, an animation, video, or anything else! --> - <img src="{{ site.baseurl }}/img/demo-screen-1.jpg" class="img-responsive" alt=""> + <img src="{{ site.baseurl }}/img/morpheus.png" class="img-responsive" alt=""> </div> <div class="button"> <!-- You can hook the "home button" to some JavaScript events or just remove it --> diff --git a/docs/_includes/services-funds.html b/docs/_includes/services-funds.html @@ -17,7 +17,7 @@ <div class="device"> <div class="screen"> <!-- Demo image for screen mockup, you can put an image here, some HTML, an animation, video, or anything else! --> - <img src="{{ site.baseurl }}/img/demo-screen-1.jpg" class="img-responsive" alt=""> </div> + <img src="{{ site.baseurl }}/img/morpheus.png" class="img-responsive" alt=""> </div> <div class="button"> <!-- You can hook the "home button" to some JavaScript events or just remove it --> </div> diff --git a/docs/_includes/services.html b/docs/_includes/services.html @@ -17,7 +17,7 @@ <div class="device"> <div class="screen"> <!-- Demo image for screen mockup, you can put an image here, some HTML, an animation, video, or anything else! --> - <img src="{{ site.baseurl }}/img/demo-screen-1.jpg" class="img-responsive" alt=""> </div> + <img src="{{ site.baseurl }}/img/morpheus.png" class="img-responsive" alt=""> </div> <div class="button"> <!-- You can hook the "home button" to some JavaScript events or just remove it --> </div> diff --git a/docs/blog.html b/docs/blog.html @@ -2,7 +2,7 @@ layout: post title: "Blog" description: "A Clean Blog Theme by Start Bootstrap" -header-img: "img/post-bg-01.jpg" +header-img: "{{ site.baseurl }}img/post-bg-01.jpg" --- <div class="container-fluid index"> <div class="row index all-posts"> diff --git a/docs/img/morpheus.png b/docs/img/morpheus.png Binary files differ.