From 737e191e8891dfe0008ce725e419738d510e5363 Mon Sep 17 00:00:00 2001 From: Pedram Ashofteh Ardakani Date: Fri, 1 May 2020 13:36:57 +0430 Subject: Create header banner for everypage Now, every page has a banner with Maneage logo on it. Fixed the html and css both. --- about.html | 16 +++++++++++----- css/base.css | 7 +++++-- index.html | 2 +- tutorial.html | 15 +++++++++++---- 4 files changed, 28 insertions(+), 12 deletions(-) diff --git a/about.html b/about.html index 2cff22a..cc233f1 100644 --- a/about.html +++ b/about.html @@ -60,11 +60,17 @@ -

Maneage: managing data lineage

- -

Copyright (C) 2018-2020 Mohammad Akhlaghi mohammad@akhlaghi.org
- Copyright (C) 2020 Raul Infante-Sainz infantesainz@gmail.com
- See the end of the file for license conditions.

+

Maneage is a fully working template for doing reproducible research (or writing a reproducible paper) as defined in the link below. If the link diff --git a/css/base.css b/css/base.css index 9576954..3758162 100644 --- a/css/base.css +++ b/css/base.css @@ -125,13 +125,16 @@ nav li{ .banner div{ display: inline-block; vertical-align: middle; + text-align: left; } .banner h1{ font-size: 300%; - vertical-align: middle; + text-shadow: 2px 2px 1px rgba(255,255,255,1), + 4px 4px 1px rgba(50,50,50,0.25); } .banner h2{ - font-size: 100%; + font-size: 200%; + vertical-align: middle; } .banner img{ min-width: 170px; diff --git a/index.html b/index.html index 4ec9bcd..ff5c557 100755 --- a/index.html +++ b/index.html @@ -69,7 +69,7 @@

-

Maneage

+

Maneage

Managing Data Lineage

diff --git a/tutorial.html b/tutorial.html index e0f715f..1439f10 100644 --- a/tutorial.html +++ b/tutorial.html @@ -60,11 +60,18 @@ -

Maneage tutorial

+ -

Copyright (C) 2020 Raul Infante-Sainz infantesainz@gmail.com
- Copyright (C) 2020 Mohammad Akhlaghi mohammad@akhlaghi.org
- See the end of the file for license conditions.

This document is a tutorial in which it is described how Maneage (management + lineage) works in practice. It is highly recommended to read -- cgit v1.2.1