ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/menu.inc
Revision: 1.4
Committed: Tue Mar 23 23:43:23 2004 UTC (20 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.3: +53 -55 lines
Log Message:
Another biggish commit.

All pages are now XHTML 1.1 compliant. I've also tided (with the help of
the tidy tool) all the pages, so they're neater.

There are still parts of the site that won't validate - such as the CGI
scripts, and the CVS stuff - but I'll get to them tomorrow.

File Contents

# Content
1 <div id="menu">
2 <h3 class="heading">
3 <img src="http://nwww.i-scream.org/cgi-bin/logo.jpg" class="cornerlogo" alt="a random image"/>
4 Main
5 </h3>
6 <p>
7 <a href="http://nwww.i-scream.org/">i-scream Home</a><br />
8 <a href="http://nwww.i-scream.org/#news">News</a><br />
9 <a href="http://nwww.i-scream.org/#search">Search</a><br />
10 </p>
11 <h3 class="heading">
12 Projects
13 </h3>
14 <p>
15 <a href="http://nwww.i-scream.org/libstatgrab/">libstatgrab</a><br />
16 <a href="http://nwww.i-scream.org/pystatgrab/">pystatgrab</a><br />
17 <a href="http://nwww.i-scream.org/laroona/">Laroona</a><br />
18 <a href="http://nwww.i-scream.org/cms/">CMS</a><br />
19 <br />
20 <a href="http://www.cs.kent.ac.uk/people/staff/tdb/#acl">Java TCP/UDP ACL's</a><br />
21 </p>
22 <h3 class="heading">
23 Resources
24 </h3>
25 <p>
26 <a href="http://nwww.i-scream.org/cvs.xhtml">CVS Repository</a><br />
27 <a href="http://wiki.i-scream.org/">Wiki</a><br />
28 <br />
29 <a href="http://nwww.i-scream.org/mailinglists.xhtml">Mailing Lists</a><br />
30 <a href="http://nwww.i-scream.org/support.xhtml">Support</a><br />
31 <a href="http://nwww.i-scream.org/support.xhtml">Bug Tracking</a><br />
32 <br />
33 <a href="http://nwww.i-scream.org/license.xhtml">Licensing</a><br />
34 </p>
35 <h3 class="heading">
36 i-scream
37 </h3>
38 <p>
39 <a href="http://nwww.i-scream.org/who.xhtml">Who We Are</a><br />
40 <a href="http://nwww.i-scream.org/pgpkey.xhtml">PGP Key</a><br />
41 </p>
42 <h3 class="heading">
43 Contact Us
44 </h3>
45 <p>
46 <a href="mailto:dev@i-scream.org">dev@i-scream.org</a>
47 </p>
48 <p class="logo">
49 <a href="http://www.freebsd.org/">
50 <img src="http://nwww.i-scream.org/images/freebsdlogo_small.gif" alt="Powered By FreeBSD" />
51 </a>
52 </p>
53 </div>