CVSROOT : /cvsroot/undernet-ircu
Module : homepage
Commit time: 2003-09-06 21:47:22 UTC
Modified files:
index.php main.css
Log message:
Author: Kev <[EMAIL PROTECTED]>
Log message:
Announce a webpage redesign contest.
---------------------- diff included ----------------------
Index: homepage/index.php
diff -u homepage/index.php:1.7 homepage/index.php:1.8
--- homepage/index.php:1.7 Tue Feb 4 09:00:24 2003
+++ homepage/index.php Sat Sep 6 14:47:12 2003
@@ -42,6 +42,31 @@
<td width="71%">
<p><b class="alert">ALERT</b> -- Certain malformed configuration lines may
result in server crashes. <a
href="http://sourceforge.net/forum/forum.php?forum_id=249864">More...</a></p>
+
+<p><table border=5>
+ <tr>
+ <td class="contest">
+ <center><span class="contest">Contest!</span></center><br>
+
+ <p>The Undernet Coder Committee would like to announce a contest--We
+ are seeking entries for a redesign of the Coder Committee web page.
+ Contestants should place their design on a publically accessible web
+ server and submit the URL to <a
+ href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a> no
+ later than September 30, 2003. Each entry will be linked below, and
+ a winner will be announced by October 11th. Entries may include the
+ author's name or nickname in a page footer. The Undernet logo and
+ button bar need not be a part of your design, as they will be
+ added.</p>
+
+ <p><b>Entries:</b>
+ <ul>
+ <li><em>None, yet</em></li>
+ </ul></p>
+
+ </td>
+</table></p>
+
<b><u>Alpha</u>:</b>�<br>
The alpha release is ircu2.10.12, and is available via <a href="cvs.php">
CVS</a> as u2_10_12.
Index: homepage/main.css
diff -u homepage/main.css:1.3 homepage/main.css:1.4
--- homepage/main.css:1.3 Tue Feb 4 09:00:26 2003
+++ homepage/main.css Sat Sep 6 14:47:12 2003
@@ -55,4 +55,23 @@
text-decoration: underline;
}
+.contest {
+ background-color: #CCCCCC;
+ color: #000000;
+}
+SPAN.contest {
+ color: #FF0000;
+ font-weight: bold;
+ font-size: x-large;
+}
+A.contest {
+ color: #333333;
+}
+A.contest:visited {
+ color: #333333;
+}
+A.contest:hover {
+ text-decoration: underline;
+}
+
.alert { color: #FF0000; }
----------------------- End of diff -----------------------