aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedram Ashofteh Ardakani <pedramardakani@pm.me>2020-05-03 21:06:37 +0430
committerPedram Ashofteh Ardakani <pedramardakani@pm.me>2020-05-03 21:18:14 +0430
commite9539d209e9c2e387c0379a28f7d90081daf4f34 (patch)
tree6fe12398cc8545444e9d1f9344ff370a228d81bf
parentff99bbcc78c7f96cfd4b78622971b2574b71755e (diff)
Fix footers in HTML
* Wrap in <footer> tag * Add ARIA role * Add ID's so they can be referenced to via anchors * Fixed typo in head
-rw-r--r--about.html6
-rwxr-xr-xindex.html26
-rw-r--r--tutorial.html6
3 files changed, 8 insertions, 30 deletions
diff --git a/about.html b/about.html
index 98d38a3..9d0509e 100644
--- a/about.html
+++ b/about.html
@@ -65,10 +65,10 @@
<a href="index.html"><img src="img/maneage-logo.svg" /></a>
</div>
<div>
- <h1>Maneage</h1><h2>Managing data lineage</h2>
+ <h1>Maneage</h1><h2>Managing Data Lineage</h2>
<p>Copyright &copy; 2018-2020 Mohammad Akhlaghi <a href="&#109;&#x61;&#x69;&#x6C;&#x74;&#x6F;:&#x6D;&#111;&#104;&#97;&#x6D;&#109;a&#x64;&#64;&#x61;&#107;&#x68;&#x6C;&#x61;&#x67;&#104;&#x69;.&#x6F;&#x72;&#103;">&#x6D;&#111;&#104;&#97;&#x6D;&#109;a&#x64;&#64;&#x61;&#107;&#x68;&#x6C;&#x61;&#x67;&#104;&#x69;.&#x6F;&#x72;&#103;</a><br />
Copyright &copy; 2020 Raul Infante-Sainz <a href="m&#x61;&#105;&#108;t&#111;:&#x69;&#x6E;&#x66;&#x61;&#x6E;&#116;&#101;&#115;&#97;&#x69;n&#122;&#64;&#103;&#x6D;&#x61;&#x69;&#x6C;&#x2E;&#x63;&#111;&#x6D;">&#x69;&#x6E;&#x66;&#x61;&#x6E;&#116;&#101;&#115;&#97;&#x69;n&#122;&#64;&#103;&#x6D;&#x61;&#x69;&#x6C;&#x2E;&#x63;&#111;&#x6D;</a><br />
- See the end of the file for license conditions.</p>
+ <a href="#page-footer">License Conditions</a></p>
</div>
</div>
@@ -1249,6 +1249,7 @@ git checkout -b maneage --track origin-maneage/maneage</code></pre></li>
of the authors in the very important choice of configuration values and
order of operations: this is contrary to the scientific spirit.</p>
+ <footer role="contentinfo" id="page-footer">
<h2>Copyright information</h2>
<p>This file is part of Maneage's core: <a href="https://git.maneage.org/project.git">https://git.maneage.org/project.git</a></p>
@@ -1265,5 +1266,6 @@ git checkout -b maneage --track origin-maneage/maneage</code></pre></li>
<p>You should have received a copy of the GNU General Public License along
with Maneage. If not, see <a href="https://www.gnu.org/licenses/">https://www.gnu.org/licenses/</a>.</p>
+ </footer>
</div>
</body>
diff --git a/index.html b/index.html
index 59e661f..63cd7a9 100755
--- a/index.html
+++ b/index.html
@@ -120,32 +120,6 @@ git branch -b my-fix</code></pre>
</li>
</ol>
</section>
-
- <section>
- <footer role="contentinfo" class="button">
- <div>
- <h3>head 1</h3>
- <ul>
- <li><a href="#">link 1</a></li>
- <li><a href="#">link 2</a></li>
- </ul>
- </div>
- <div class="foot-col-mid">
- <h3>head 2</h3>
- <ul>
- <li><a href="#">link 1</a></li>
- <li><a href="#">link 2</a></li>
- </ul>
- </div>
- <div>
- <h3>head 3</h3>
- <ul>
- <li><a href="#">link 1</a></li>
- <li><a href="#">link 2</a></li>
- </ul>
- </div>
-
- </footer>
</div>
</body>
</html>
diff --git a/tutorial.html b/tutorial.html
index da2476a..9239a63 100644
--- a/tutorial.html
+++ b/tutorial.html
@@ -68,7 +68,7 @@
<h1>Maneage</h1><h2>Tutorial</h2>
<p>Copyright &copy; 2020 Raul Infante-Sainz <a href="&#x6D;&#x61;&#105;&#x6C;&#116;&#111;:&#x69;&#110;&#102;&#97;&#x6E;t&#x65;&#115;&#x61;&#105;&#x6E;&#122;&#64;&#103;&#109;&#97;&#x69;&#x6C;&#46;&#x63;&#111;m">&#x69;&#110;&#102;&#97;&#x6E;t&#x65;&#115;&#x61;&#105;&#x6E;&#122;&#64;&#103;&#109;&#97;&#x69;&#x6C;&#46;&#x63;&#111;m</a><br />
Copyright &copy; 2020 Mohammad Akhlaghi <a href="&#x6D;a&#x69;&#x6C;&#116;&#x6F;:&#109;&#x6F;&#x68;&#x61;&#109;&#x6D;&#97;&#100;&#64;&#97;&#x6B;&#104;&#108;a&#103;&#x68;&#105;&#46;o&#x72;&#103;">&#109;&#x6F;&#x68;&#x61;&#109;&#x6D;&#97;&#100;&#64;&#97;&#x6B;&#104;&#108;a&#103;&#x68;&#105;&#46;o&#x72;&#103;</a><br />
- See the end of the file for license conditions.</p>
+ <a href="#page-footer">License Conditions</a></p>
</div>
</div>
@@ -684,10 +684,11 @@ The linear fitting is $y=a*x+b$, with the following parameters: $a=\afitparam$ a
tutorial and now you are able to use <code>Maneage</code> for making your exciting
research in a reproducible way!</p>
+ <footer role="contentinfo" id="page-footer">
<h2>Copyright information</h2>
<p>This file is part of the reproducible paper template
- http://savannah.nongnu.org/projects/reproduce</p>
+ <a href="http://savannah.nongnu.org/projects/reproduce">http://savannah.nongnu.org/projects/reproduce</a></p>
<p>This template 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
@@ -701,4 +702,5 @@ The linear fitting is $y=a*x+b$, with the following parameters: $a=\afitparam$ a
<p>You should have received a copy of the GNU General Public License along
with Template. If not, see <a href="https://www.gnu.org/licenses/">https://www.gnu.org/licenses/</a>.</p>
+ </footer>
</body>