ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/menu.inc
Revision: 1.1
Committed: Sun Mar 21 23:58:07 2004 UTC (20 years ago) by tdb
Branch: MAIN
Log Message:
Commit new website. The old site is tagged, so this won't change the live
site... but it does move HEAD on to the new site.

Too many changes to list really. General points are:

- Moved to a XHTML CSS compliant site.
- Reorganised the site into a more multi-project based look.
- Removed a lot of cruft.

Still to do:

- Fix all the zillions of bugs stopping the whole site from validating :-)
- Tidy up the HTML in terms of layout and indentation.

Thanks to AJ for his help this weekend in doing this.

File Contents

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