aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedram Ashofteh Ardakani <pedramardakani@pm.me>2020-06-04 01:39:59 +0430
committerPedram Ashofteh Ardakani <pedramardakani@pm.me>2020-06-04 01:39:59 +0430
commitacdf9717c7c353a78fa5f8d8f10bac4123dc5f3f (patch)
tree1563ea43efaf3accf4f22e6a1de9b09f6a0795dc
parentb2a7ff316d921d4b128798eb1f994531bb9d4f03 (diff)
Update supporting organizations look
* Resized and relocated logos for a better look * Moved the copyright comments in `html` files because Firefox was complaining it could not find the `encoding character set` could not be found in the first `1024 bytes` of the file
-rw-r--r--about.html31
-rw-r--r--css/base.css17
-rw-r--r--index.html37
-rw-r--r--tutorial.html35
4 files changed, 68 insertions, 52 deletions
diff --git a/about.html b/about.html
index 8e85bfb..11fdcdb 100644
--- a/about.html
+++ b/about.html
@@ -1,20 +1,5 @@
<!DOCTYPE html>
-<!--
- Webpage of Maneage: a framework for managing data lineage
-
- Copyright (C) 2020, Pedram Ashofteh Ardakani <pedramardakani@pm.me>
- Copyright (C) 2020, Mohammad Akhlaghi <mohammad@akhlaghi.org>
-
- This file is part of Maneage. Maneage is free software: you can
- redistribute it and/or modify it under the terms of the GNU General
- Public License as published by the Free Software Foundation, either
- version 3 of the License, or (at your option) any later version.
-
- Maneage is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- General Public License for more details. See
- <http://www.gnu.org/licenses/>. -->
+<!-- Copyright notes are just below the head and before body -->
<html lang="en-US">
@@ -42,8 +27,22 @@
<link rel="stylesheet" href="css/base.css" />
</head>
+ <!--
+ Webpage of Maneage: a framework for managing data lineage
+
+ Copyright (C) 2020, Pedram Ashofteh Ardakani <pedramardakani@pm.me>
+ Copyright (C) 2020, Mohammad Akhlaghi <mohammad@akhlaghi.org>
+ This file is part of Maneage. Maneage is free software: you can
+ redistribute it and/or modify it under the terms of the GNU General
+ Public License as published by the Free Software Foundation, either
+ version 3 of the License, or (at your option) any later version.
+ Maneage is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details. See
+ <http://www.gnu.org/licenses/>. -->
<!-- Start the main body. -->
<body>
diff --git a/css/base.css b/css/base.css
index 0a00981..ba1907b 100644
--- a/css/base.css
+++ b/css/base.css
@@ -281,6 +281,23 @@ a:hover {
height: auto;
}
+/* Try to scale the logos for a better look */
+
+#logo-rda img {
+ width: 150px;
+ height: auto;
+}
+
+#logo-rda {
+ order: 2; /* Change order of appearance so the circular logos
+ * can stay by each other */
+}
+
+#logo-mext img {
+ width: 350px;
+ height: auto;
+}
+
/* ==================================================================
* Page footer
* ================================================================== */
diff --git a/index.html b/index.html
index a1035a9..d4352f6 100644
--- a/index.html
+++ b/index.html
@@ -1,20 +1,5 @@
<!DOCTYPE html>
-<!--
- Webpage of Maneage: a framework for managing data lineage
-
- Copyright (C) 2020, Pedram Ashofteh Ardakani <pedramardakani@pm.me>
- Copyright (C) 2020, Mohammad Akhlaghi <mohammad@akhlaghi.org>
-
- This file is part of Maneage. Maneage is free software: you can
- redistribute it and/or modify it under the terms of the GNU General
- Public License as published by the Free Software Foundation, either
- version 3 of the License, or (at your option) any later version.
-
- Maneage is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- General Public License for more details. See
- <http://www.gnu.org/licenses/>. -->
+<!-- Copyright notes are just below the head and before body -->
<html lang="en-US">
@@ -43,6 +28,22 @@
</head>
+ <!--
+ Webpage of Maneage: a framework for managing data lineage
+
+ Copyright (C) 2020, Pedram Ashofteh Ardakani <pedramardakani@pm.me>
+ Copyright (C) 2020, Mohammad Akhlaghi <mohammad@akhlaghi.org>
+
+ This file is part of Maneage. Maneage is free software: you can
+ redistribute it and/or modify it under the terms of the GNU General
+ Public License as published by the Free Software Foundation, either
+ version 3 of the License, or (at your option) any later version.
+
+ Maneage is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details. See
+ <http://www.gnu.org/licenses/>. -->
<!-- Start the main body. -->
@@ -127,10 +128,10 @@ git branch -b my-fix</code></pre>
<section>
<h3>Supporting organizations:</h3>
<div class="support">
- <div><a href="https://cordis.europa.eu/project/id/777388"><img src="./img/rda-europe.png"></a></div>
+ <div id="logo-rda"><a href="https://cordis.europa.eu/project/id/777388"><img src="./img/rda-europe.png"></a></div>
<div><a href="https://www.iac.es/"><img src="./img/iac-compressed.svg"></a></div>
<div><a href="https://cordis.europa.eu/project/id/339659"><img src="./img/erc-compressed.svg"></a></div>
- <div><a href="https://www.mext.go.jp/en"><img src="./img/mext-compressed.svg"></a></div>
+ <div id="logo-mext"><a href="https://www.mext.go.jp/en"><img src="./img/mext-compressed.svg"></a></div>
</div>
</section>
<footer role="contentinfo">
diff --git a/tutorial.html b/tutorial.html
index 7714e92..0708408 100644
--- a/tutorial.html
+++ b/tutorial.html
@@ -1,22 +1,7 @@
<!DOCTYPE html>
-<!--
- Webpage of Maneage: a framework for managing data lineage
+<!-- Copyright notes are just below the head and before body -->
- Copyright (C) 2020, Pedram Ashofteh Ardakani <pedramardakani@pm.me>
- Copyright (C) 2020, Mohammad Akhlaghi <mohammad@akhlaghi.org>
-
- This file is part of Maneage. Maneage is free software: you can
- redistribute it and/or modify it under the terms of the GNU General
- Public License as published by the Free Software Foundation, either
- version 3 of the License, or (at your option) any later version.
-
- Maneage is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- General Public License for more details. See
- <http://www.gnu.org/licenses/>. -->
-
- <html lang="en-US">
+<html lang="en-US">
<!-- HTML Header -->
<head>
@@ -42,8 +27,22 @@
<link rel="stylesheet" href="css/base.css" />
</head>
+ <!--
+ Webpage of Maneage: a framework for managing data lineage
+ Copyright (C) 2020, Pedram Ashofteh Ardakani <pedramardakani@pm.me>
+ Copyright (C) 2020, Mohammad Akhlaghi <mohammad@akhlaghi.org>
+ This file is part of Maneage. Maneage is free software: you can
+ redistribute it and/or modify it under the terms of the GNU General
+ Public License as published by the Free Software Foundation, either
+ version 3 of the License, or (at your option) any later version.
+
+ Maneage is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details. See
+ <http://www.gnu.org/licenses/>. -->
<!-- Start the main body. -->
<body>
@@ -133,7 +132,7 @@ top-level-python = astropy matplotlib</code></pre>
<pre><code>./project configure -e
./project prepare
./project make</code></pre>
-
+
<p>Open 'paper.pdf' and see if everything is fine. Note that now, <code>Matplotlib</code>
is appearing in the software appendix at the end of the document.</p>