Update of /cvsroot/openfirst/www/htdocs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5411
Modified Files:
index.php
Log Message:
Make FIRST Blogs logo a link.
Index: index.php
===================================================================
RCS file: /cvsroot/openfirst/www/htdocs/index.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** index.php 10 Jul 2005 22:22:13 -0000 1.6
--- index.php 10 Jul 2005 22:33:05 -0000 1.7
***************
*** 1,3 ****
! <img src="http://blog.openfirst.org/img/first_blog_logo.gif" alt="FIRST Blogs">
<p>Do you have a blog? Want to learn more about other people in <acronym title="For Inspiration and Recognition of Science and Technology">FIRST</acronym>? See the <a href="http://blog.openfirst.org/">FIRST Blogs community</a>. Get your blog listed by e-mailing <a href="mailto: ti...@op...">ti...@op...</a> with the address to your feed (or if you're unsure about what a feed is, the address of your main blog page).</p>
--- 1,3 ----
! <a href="http://blog.openfirst.org/"><img src="http://blog.openfirst.org/img/first_blog_logo.gif" alt="FIRST Blogs" style="border: 0px;"></a>
<p>Do you have a blog? Want to learn more about other people in <acronym title="For Inspiration and Recognition of Science and Technology">FIRST</acronym>? See the <a href="http://blog.openfirst.org/">FIRST Blogs community</a>. Get your blog listed by e-mailing <a href="mailto: ti...@op...">ti...@op...</a> with the address to your feed (or if you're unsure about what a feed is, the address of your main blog page).</p>
|