Refine list of authors

This commit is contained in:
Kelson 2019-09-20 15:32:33 +02:00
parent 55a26fa187
commit 852a12d784
2 changed files with 23 additions and 26 deletions

View File

@ -1,5 +1,6 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<script type="text/javascript" src="js/styleContent.js"></script>
@ -7,39 +8,34 @@
body {
font-family: sans-serif;
}
pre {
background-color: rgba(0, 0, 0, 0);
padding: 1em;
white-space: pre-wrap;
}
</style>
</head>
<body class="content">
<h2>Contributors</h2>
Emmanuel Engelhart kelson@kiwix.org<br>
Renaud Gaudin reg@kiwix.org<br>
Christian Pühringer cip@gmx.at<br>
Fabien Coullon fcoulon@linterweb.com<br>
Guillaume Duhamel gduhamel@linterweb.com<br>
Wilfredo Rodriguez wilfredor@kiwix.org<br>
Jorge Gonzalez jag2kn@gmail.com<br>
Richzendy richzendy@fedoraproject.org<br>
Ayoub Dardory ayoubuto@gmail.com<br>
Rashiq Ahmad rashiq.z@gmail.com<br>
Isaac Hutt mhutti1@gmail.com<br>
Elad Keyshawn elad.keyshawn@gmail.com<br>
Julian Harty julianharty@gmail.com<br>
Joseph E. Reeve joseph.reeve@googlemail.com<br>
Translatewiki community<br>
<a href="mailto:abdulwd97@gmail.com">Abdul Wadood</a><nr>
<a href="mailto:adeelzafar619@gmail.com">Adeel Zafar</a><br>
<a href="mailto:sood.aditya.08@gmail.com">Aditya Sood</a><br>
<a href="mailto:ayoubuto@gmail.com">Ayoub Dardory</a><br>
<a href="mailto:cip@gmx.at">Christian Pühringer</a><br>
<a href="mailto:elad.keyshawn@gmail.com">Elad Keyshawn</a><br>
<a href="mailto:kelson@kiwix.org">Emmanuel Engelhart</a><br>
<a href="mailto:mhutti1@gmail.com">Isaac Hutt</a><br>
<a href="mailto:joseph.reeve@googlemail.com">Joseph E. Reeve</a><br>
<a href="mailto:julianharty@gmail.com">Julian Harty</a><br>
<a href="mailto:rashiq.z@gmail.com">Rashiq Ahmad</a><br>
<a href="mailto:reg@kiwix.org">Renaud Gaudin</a><br>
<a href="mailto:seantheappdev@gmail.com">Seán Mac Gillicuddy</a><br>
<a href="mailto:ssiddharth2010@gmail.com">Siddharth Sharma</a><br>
<a href="mailto:sm2030@cam.ac.uk">Souradip Mookerjee</a><br>
<a href="https://translatewiki.net/wiki/Translating:Kiwix">Translatewiki community</a><br>
<h2>Licenses</h2>
@ -122,8 +118,7 @@ Translatewiki community<br>
along with this program. If not, see https://www.gnu.org/licenses.
</pre>
<h3>
The Unlicense
<h3>The Unlicense
</h3>
<ul>
<li>
@ -160,4 +155,5 @@ For more information, please refer to http://unlicense.org/
</pre>
</body>
</html>

View File

@ -1,4 +1,5 @@
window.onload = documentStyle;
function documentStyle() {
document.getElementsByClassName("content")[0].style["color"]="white";
document.getElementsByClassName("content")[0].style["color"] = "white";
}