diff options
author | Pedram Ashofteh Ardakani <pedramardakani@pm.me> | 2020-05-01 13:36:57 +0430 |
---|---|---|
committer | Pedram Ashofteh Ardakani <pedramardakani@pm.me> | 2020-05-01 13:38:30 +0430 |
commit | 737e191e8891dfe0008ce725e419738d510e5363 (patch) | |
tree | a20cab45079b85374c118ba3e7c8db4dff87ea44 /tutorial.html | |
parent | 19708e1361bba15ae9d829e710bd3f766699a766 (diff) |
Create header banner for everypage
Now, every page has a banner with Maneage logo on it. Fixed the html and
css both.
Diffstat (limited to 'tutorial.html')
-rw-r--r-- | tutorial.html | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/tutorial.html b/tutorial.html index e0f715f..1439f10 100644 --- a/tutorial.html +++ b/tutorial.html @@ -60,11 +60,18 @@ </div> </nav> </header> - <h1>Maneage tutorial</h1> + <div class="banner"> + <div> + <a href="index.html"><img src="img/maneage-logo.svg" /></a> + </div> + <div> + <h1>Maneage</h1><h2>Tutorial</h2> + <p>Copyright (C) 2020 Raul Infante-Sainz <a href="mailto:infantesainz@gmail.com">infantesainz@gmail.com</a><br /> + Copyright (C) 2020 Mohammad Akhlaghi <a href="mailto:mohammad@akhlaghi.org">mohammad@akhlaghi.org</a><br /> + See the end of the file for license conditions.</p> + </div> + </div> - <p>Copyright (C) 2020 Raul Infante-Sainz <a href="mailto:infantesainz@gmail.com">infantesainz@gmail.com</a><br /> - Copyright (C) 2020 Mohammad Akhlaghi <a href="mailto:mohammad@akhlaghi.org">mohammad@akhlaghi.org</a><br /> - See the end of the file for license conditions.</p> <p>This document is a tutorial in which it is described how <code>Maneage</code> (management + lineage) works in practice. It is highly recommended to read |