diff options
author | Pedram Ashofteh Ardakani <pedramardakani@pm.me> | 2020-05-03 21:06:37 +0430 |
---|---|---|
committer | Pedram Ashofteh Ardakani <pedramardakani@pm.me> | 2020-05-03 21:18:14 +0430 |
commit | e9539d209e9c2e387c0379a28f7d90081daf4f34 (patch) | |
tree | 6fe12398cc8545444e9d1f9344ff370a228d81bf /tutorial.html | |
parent | ff99bbcc78c7f96cfd4b78622971b2574b71755e (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
Diffstat (limited to 'tutorial.html')
-rw-r--r-- | tutorial.html | 6 |
1 files changed, 4 insertions, 2 deletions
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 © 2020 Raul Infante-Sainz <a href="mailto:infantesainz@gmail.com">infantesainz@gmail.com</a><br /> Copyright © 2020 Mohammad Akhlaghi <a href="mailto:mohammad@akhlaghi.org">mohammad@akhlaghi.org</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> |