morpheus

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

commit 63df9702f8941e1eb3b8a87a8abd6f240550e1e2
parent 8f3bb3e9b40489bbe2f6a52512d192be962e2c42
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 15 Oct 2017 13:06:25 +0200

Partial rebrand to Morpheus

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

Diffstat:
Mdocs/_config.yml | 1+
Mdocs/_includes/head.html | 2+-
Mdocs/_includes/header.html | 4++--
Mdocs/_includes/nav-blog.html | 2+-
Mdocs/_includes/nav-funds.html | 2+-
Mdocs/_includes/nav.html | 2+-
6 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/docs/_config.yml b/docs/_config.yml @@ -2,6 +2,7 @@ title: Morpheus email: info@nordgedanken.de description: A windows focused QT Client written in Golang +author_name: MTRNord baseurl: "/Morpheus/" # the subpath of your site, e.g. /blog/ (If you use organization leave empty) url: "https://nordgedanken.github.io" # the base hostname & protocol for your site diff --git a/docs/_includes/head.html b/docs/_includes/head.html @@ -4,7 +4,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> - <meta name="author" content=""> + <meta name="author" content="Marcel Radzio"> <title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title> diff --git a/docs/_includes/header.html b/docs/_includes/header.html @@ -4,8 +4,8 @@ <div class="col-sm-7"> <div class="header-content"> <div class="header-content-inner"> - <h1>New Age is an app landing page that will help you beautifully showcase your new mobile app, or anything else!</h1> - <a href="#download" class="btn btn-outline btn-xl page-scroll">Start Now for Free!</a> + <h1>Morpheus is a windows focused QT Chat Client for use with Matrix written in Golang.</h1> + <a href="#download" class="btn btn-outline btn-xl page-scroll">Start it!</a> </div> </div> </div> diff --git a/docs/_includes/nav-blog.html b/docs/_includes/nav-blog.html @@ -5,7 +5,7 @@ <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> Menu <i class="fa fa-bars"></i> </button> - <a class="navbar-brand page-scroll" href="{{ site.baseurl }}/">Jeky New Age</a> + <a class="navbar-brand page-scroll" href="{{ site.baseurl }}/">{{ site.title }}</a> </div> <!-- Collect the nav links, forms, and other content for toggling --> diff --git a/docs/_includes/nav-funds.html b/docs/_includes/nav-funds.html @@ -5,7 +5,7 @@ <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> Menu <i class="fa fa-bars"></i> </button> - <a class="navbar-brand page-scroll" href="{{ site.baseurl }}/">Jeky New Age</a> + <a class="navbar-brand page-scroll" href="{{ site.baseurl }}/">{{ site.title }}</a> </div> <!-- Collect the nav links, forms, and other content for toggling --> diff --git a/docs/_includes/nav.html b/docs/_includes/nav.html @@ -5,7 +5,7 @@ <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> Menu <i class="fa fa-bars"></i> </button> - <a class="navbar-brand page-scroll" href="#page-top">Jeky New Age</a> + <a class="navbar-brand page-scroll" href="#page-top">{{ site.title }}</a> </div> <!-- Collect the nav links, forms, and other content for toggling -->