diff options
Diffstat (limited to 'past_contributors.php')
-rw-r--r-- | past_contributors.php | 42 |
1 files changed, 30 insertions, 12 deletions
diff --git a/past_contributors.php b/past_contributors.php index 93b2083..f9bf596 100644 --- a/past_contributors.php +++ b/past_contributors.php @@ -2,6 +2,13 @@ include("tde-head-and-foot.php"); doHeader("Past Contributors to Trinity", "Development", "TDE Team"); ?> +<style> +table { border:1px solid #001c7b; } +thead { background-color:#cfe1f6; } +th { font-weight:normal; text-align:left; } +td { border-top:1pt solid #cfe1f6; padding-top: 3px; padding-bottom: 0px; padding-right: 2ex; } +</style> + <p>The Trinity Development Team would like to thank everyone listed below for their help. These individuals have, in the past, freely offered their time and effort to make Trinity better. Without their support Trinity would not exist in its current form.</p> @@ -10,33 +17,44 @@ tde-devels mailing list</a>.</p> <h3> Trinity Developers</h3> -<table class="table" STYLE="border:1px solid #001c7b;"> -<tr STYLE="background-color:#cfe1f6"><td class="th">Name</td><td class="th">Contributing Area(s)</td></tr> -<tr><td class="tmain">Serghei Amelian</td><td>General functionality enhancements<br>CMake build system developer/maintainer</td></tr> -<tr><td class="tmain">"Woodsman"</td><td>Vanilla build testing and repair<br>Slackware build scripts maintainer<br>Documentation reviewer<br>Testing and quality assurance</td></tr> +<table> +<thead> +<tr><th>Name</th><th>Contributing Area(s)</th></tr> +</thead> +<tbody> +<tr><td>Serghei Amelian</td><td>General functionality enhancements<br>CMake build system developer/maintainer</td></tr> +<tr><td>"Woodsman"</td><td>Vanilla build testing and repair<br>Slackware build scripts maintainer<br>Documentation reviewer<br>Testing and quality assurance</td></tr> +</tbody> </table> <h3>Content Distribution</h3> -<table class="table" STYLE="border:1px solid #001c7b;"> -<tr STYLE="background-color:#cfe1f6"><td class="th">Name</td><td class="th">Contributing Area(s)</td></tr> +<table> +<thead> +<tr><th>Name</th><th>Contributing Area(s)</th></tr> +</thead> +<tbody> <tr><td>University of Idaho</td><td>Mirror 1 [United States]</td></tr> <tr><td>Jens Dunzweiler</td><td>Mirror 2 [Germany]</td></tr> <tr><td>Inga Muste</td><td>Kubuntu LiveCD mirror</td></tr> <tr><td>Nathaniel Taylor</td><td><a href="http://mirror.ntmm.org/trinity/">Mirror 3 [Sweden]</a><a href="rsync://mirror.ntmm.org"><image src="media/rsync_logo.jpg" width=30 border=0></a></td></tr> -<tr><td valign=top><a href=http://www.dotriver.eu/>DotRiver</a></td><td><a href="http://depot-trinity.dotriver.eu/">Mirror 4 [France]</a><br><a href=http://ftp.rezopole.net/tde/>Mirror 5 [France] <font color=red>[Last sync 1/20/2012]</font></a></td></tr> +<tr><td><a href="http://www.dotriver.eu/">DotRiver</a></td><td><a href="http://depot-trinity.dotriver.eu/">Mirror 4 [France]</a><br><a href="http://ftp.rezopole.net/tde/">Mirror 5 [France] <font color=red>[Last sync 1/20/2012]</font></a></td></tr> <tr><td>Ivan Ganchev</td><td><a href="http://bg1.mirror.trinitydesktop.org/trinity/">Mirror 6 [Bulgaria]</a></td></tr> <tr><td><a href="http://www.netlinux.org.uk/">NetLinux</a></td><td><a href="http://trinity.netlinux.org.uk/">Mirror 7 [United Kingdom] <font color=red>[Not syncing]</font></a></td></tr> +</tbody> </table> <h3>Web Team</h3> -<table class="table" STYLE="border:1px solid #001c7b;"> -<tr STYLE="background-color:#cfe1f6"><td class="th">Name</td><td class="th">Contributing Area(s)</td></tr> -<tr><td class="tmain">Calvin Morrison</td><td>Website design</td></tr> -<tr><td class="tmain">Inga Muste</td><td>Website design</td></tr> +<table> +<thead> +<tr><th>Name</th><th>Contributing Area(s)</th></tr> +</thead> +<tbody> +<tr><td>Calvin Morrison</td><td>Website design</td></tr> +<tr><td>Inga Muste</td><td>Website design</td></tr> +</tbody> </table> - <?php doFooter(); ?> |