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 /about.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 'about.html')
-rw-r--r-- | about.html | 16 |
1 files changed, 11 insertions, 5 deletions
@@ -60,11 +60,17 @@ </div> </nav> </header> - <h1>Maneage: managing data lineage</h1> - - <p>Copyright (C) 2018-2020 Mohammad Akhlaghi <a href="mailto:mohammad@akhlaghi.org">mohammad@akhlaghi.org</a><br /> - Copyright (C) 2020 Raul Infante-Sainz <a href="mailto:infantesainz@gmail.com">infantesainz@gmail.com</a><br /> - See the end of the file for license conditions.</p> + <div class="banner"> + <div> + <a href="index.html"><img src="img/maneage-logo.svg" /></a> + </div> + <div> + <h1>Maneage</h1><h2>Managing data lineage</h2> + <p>Copyright (C) 2018-2020 Mohammad Akhlaghi <a href="mailto:mohammad@akhlaghi.org">mohammad@akhlaghi.org</a><br /> + Copyright (C) 2020 Raul Infante-Sainz <a href="mailto:infantesainz@gmail.com">infantesainz@gmail.com</a><br /> + See the end of the file for license conditions.</p> + </div> + </div> <p>Maneage is a <strong>fully working template</strong> for doing reproducible research (or writing a reproducible paper) as defined in the link below. If the link |