[Openfirst-cvscommit] www/inc headers.php,1.32,1.33
Brought to you by:
xtimg
From: Tim G. <xt...@us...> - 2006-02-22 20:46:12
|
Update of /cvsroot/openfirst/www/inc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24765 Modified Files: headers.php Log Message: Update the headers; some team websites are gone/down now, we use openfirst.org not openfirst.sf.net for things, the description of what the project is was lacking, etc. Index: headers.php =================================================================== RCS file: /cvsroot/openfirst/www/inc/headers.php,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** headers.php 15 Nov 2005 15:14:13 -0000 1.32 --- headers.php 22 Feb 2006 20:45:52 -0000 1.33 *************** *** 42,54 **** <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta http-equiv="Content-Language" content="en-CA" /> ! <meta name="copyright" content="Copyright 2003-2006 openFIRST http://openfirst.sf.net." /> ! <meta name="author" content="OpenFIRST - http://openfirst.sf.net" /> ! <meta name="generator" content="OpenFIRST - http://openfirst.sf.net" /> <link href="/global.css" rel="stylesheet" type="text/css" /> - <style type="text/css"> - <?php - // Internal styles moved to global.css 9/5/05 - ?> - </style> </head> <body> --- 42,49 ---- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta http-equiv="Content-Language" content="en-CA" /> ! <meta name="copyright" content="Copyright 2003-2006 openFIRST http://www.openfirst.org" /> ! <meta name="author" content="openFIRST - http://www.openfirst.org" /> ! <meta name="generator" content="openFIRST - http://www.openfirst.org" /> <link href="/global.css" rel="stylesheet" type="text/css" /> </head> <body> *************** *** 71,75 **** </div><br /> <div style="background-image: url('/image/back-light.gif');"> ! <p>Welcome to the OpenFIRST Portal Development Website!</p> </div> </div><!-- end div.top --> --- 66,70 ---- </div><br /> <div style="background-image: url('/image/back-light.gif');"> ! <p>Welcome to the openFIRST Portal Development Website!</p> </div> </div><!-- end div.top --> *************** *** 82,93 **** <div> <img alt="?" src="/image/help.png" /> <h3>What is openFIRST?</h3> ! <p>OpenFIRST is an integrated set of modules which may be used together to create or enhance a web site. It is directed towards teams participating in the FIRST competition.</p> </div> <div> <img alt="?" src="/image/misc.png" /> <h3>Developers?</h3> ! <p>OpenFIRST is developed by a number of students from the FIRST Robotics ! competition teams <a href="http://www.portperryrobotics.ca/">#1006</a>, ! <a href="http://www.archangelrobotics.com/">#1049</a>, ! <a href="http://www.kineticknights.com/">#781</a>, <a href="http://www.sinclairsprockets.com/">#1075</a>, <a href="http://www.teamthrust.us/">#1501</a>, --- 77,93 ---- <div> <img alt="?" src="/image/help.png" /> <h3>What is openFIRST?</h3> ! <p> ! ! The openFIRST Portal System is an integrated set of modules which may be ! used together to create or enhance a web site. It is directed towards ! teams participating in the FIRST robotics competition. The openFIRST ! Portal System is a completely student-developed project that has had ! contributions from a wide variety of teams from Brasil, Canada and the ! United States.</p> </div> <div> <img alt="?" src="/image/misc.png" /> <h3>Developers?</h3> ! <p>openFIRST is developed by a number of students from the FIRST Robotics ! competition teams #1006, #1049, #781, <a href="http://www.sinclairsprockets.com/">#1075</a>, <a href="http://www.teamthrust.us/">#1501</a>, *************** *** 97,100 **** --- 97,101 ---- + <a href="/doc/tut/howto/">openFIRST Contributor's HOWTO</a>. New contributors are always welcome.</p> </div> |