[Openfirst-cvscommit] www/htdocs/developers index.php,1.6,1.7
Brought to you by:
xtimg
From: Tim G. <xt...@us...> - 2005-05-24 22:39:11
|
Update of /cvsroot/openfirst/www/htdocs/developers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6136 Modified Files: index.php Log Message: Have more friendly profiles (including Hackergotchi); note, not everyone who should be listed as a volunteer is, yet. Index: index.php =================================================================== RCS file: /cvsroot/openfirst/www/htdocs/developers/index.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** index.php 31 Dec 2004 09:11:54 -0000 1.6 --- index.php 24 May 2005 22:39:01 -0000 1.7 *************** *** 1,54 **** <table width="100%"> <tr> ! <td><h1><img alt="" src="http://www.openfirst.org/image/misc.png"> Developers</h1></td> </tr> ! </table><p> The openFIRST project would like to salute the following developers for the excellence and knowledge during the coding, testing and release phases of the ! project.</p> ! <table width="47%" align="center"> <tr> ! <th height="22">Member</th> <th>Role</th> </tr> <tr> <td width="48%" height="22"><a href="tim.php">Tim Ginn</a></td> ! <td width="52%">Founding Member/Programmer</td> </tr> <tr> <td height="22"><a href="dave.php">David Di Biase</a></td> ! <td>Founding Member/Programmer</td> </tr> <tr> <td height="22"><a href="greg.php">Greg I.</a></td> ! <td>Team Coder</td> ! </tr> ! <tr> ! <td height="22"><font color="#666666">Stephanie Closs</font></td> ! <td>Tester/Code Auditor</td> ! </tr> ! <!-- ! Note: Nick requested to be removed from this list. ! <tr> ! <td height="22"><font color="#666666">Nick Galasso</font></td> ! <td>Tester</td> </tr> - --> <tr> ! <td height="22"><font color="#666666">Chris Pellett</font></td> ! <td>ASP coding leader</td> </tr> <tr> <td height="22"><a href="jamie.php">Jamie Bliss</a></td> <td>New—PHP core programmer</td> </tr> ! <!--tr> <td height="22">Bharat Nain</td> ! </tr--> <tr> <td height="22">Joshua May</td> </tr> <tr> <td height="22"><a href="larry.php">Larry Johnston</a></td> ! <td>Code Validator, Webmaster</td> </tr> </table> --- 1,68 ---- <table width="100%"> <tr> ! <td><h1><img alt="" src="http://www.openfirst.org/image/misc.png"> Volunteers</h1></td> </tr> ! </table><p> The openFIRST project would like to salute the following volunteers for their excellence and knowledge during the coding, testing and release phases of the ! project and the patience and dedication they've shown toward the project. Not all volunteers are ! listed; those who are not may feel free to add themselves and their profile here.</p> ! <table width="75%" align="center"> <tr> ! <th>Hackergotchi</th> ! <th>Member</th> <th>Role</th> </tr> <tr> + <td><img src="/image/hackergotchi/xtimg.png" alt="[Hackergotchi]"></td> <td width="48%" height="22"><a href="tim.php">Tim Ginn</a></td> ! <td width="52%">Founding Member/Administrator (previously Programmer)</td> </tr> <tr> + <td><img src="/image/hackergotchi/unknown.png" alt="[Hackergotchi]"></td> <td height="22"><a href="dave.php">David Di Biase</a></td> ! <td>Founding Member/Advisor (previously Programmer)</td> </tr> <tr> + <td><img src="/image/hackergotchi/unknown.png" alt="[Hackergotchi]"></td> <td height="22"><a href="greg.php">Greg I.</a></td> ! <td>Team Coder (graduated), now Advisor</td> </tr> <tr> ! <td><img src="/image/hackergotchi/unknown.png" alt="[Hackergotchi]"></td> ! <td height="22">Stephanie Closs</td> ! <td>Public Relations/Fundraising</td> </tr> <tr> + <td><img src="/image/hackergotchi/unknown.png" alt="[Hackergotchi]"></td> <td height="22"><a href="jamie.php">Jamie Bliss</a></td> <td>New—PHP core programmer</td> </tr> ! <tr> ! <td><img src="/image/hackergotchi/unknown.png" alt="[Hackergotchi]"></td> <td height="22">Bharat Nain</td> ! <td>Advisor / No defined role</td> ! </tr> <tr> + <td><img src="/image/hackergotchi/unknown.png" alt="[Hackergotchi]"></td> <td height="22">Joshua May</td> + <td>Advisor / No defined role</td> </tr> <tr> + <td><img src="/image/hackergotchi/unknown.png" alt="[Hackergotchi]"></td> <td height="22"><a href="larry.php">Larry Johnston</a></td> ! <td>Previously Code Validator, Webmaster (now Advisor)</td> ! </tr> ! <!-- ! Note: Nick requested to be removed from this list. ! <tr> ! <td><img src="/image/hackergotchi/unknown.png" alt="[Hackergotchi]"></td> ! <td height="22"><font color="#666666">Nick Galasso</font></td> ! <td>Tester</td> ! </tr> ! --> ! <tr> ! <td><img src="/image/hackergotchi/unknown.png" alt="[Hackergotchi]"></td> ! <td height="22"><font color="#666666">Chris Pellett</font></td> ! <td>ASP coding leader (graduated)</td> </tr> </table> |