diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2015-10-05 13:46:54 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2015-10-05 13:46:54 -0500 |
commit | 5ed01bd42b0aaf222f3b04b611e31b3d0974b6a4 (patch) | |
tree | e2adf4f018d79bce5853d42cdbda6c05c25955fa /past_contributors.php | |
download | website-core-5ed01bd42b0aaf222f3b04b611e31b3d0974b6a4.tar.gz website-core-5ed01bd42b0aaf222f3b04b611e31b3d0974b6a4.zip |
Initial import of static files
Diffstat (limited to 'past_contributors.php')
-rw-r--r-- | past_contributors.php | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/past_contributors.php b/past_contributors.php new file mode 100644 index 0000000..b13abfa --- /dev/null +++ b/past_contributors.php @@ -0,0 +1,37 @@ +<?php + include("tde-head-and-foot.php"); + doHeader("Past Contributors to Trinity", "Development", "TDE Team"); +?> +<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> +<p>If we have forgotten to add your name to the list, please contact us via <a href="mailinglist.php">the +trinity-devel 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> +</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> +<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> +</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> + + + +<?php + doFooter(); +?> |