ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/who.xhtml
Revision: 1.19
Committed: Sun Mar 21 23:58:08 2004 UTC (20 years ago) by tdb
Branch: MAIN
Changes since 1.18: +54 -65 lines
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

# Content
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
4 <html>
5
6 <head>
7 <title>skeleton</title>
8 <!--#include virtual="/style.inc" -->
9 </head>
10
11 <body>
12
13 <div id="container">
14
15 <div id="main">
16
17 <!--#include virtual="/header.inc" -->
18
19 <div id="contents">
20 <h1 class="top">Who We Are</h1>
21
22 <p>
23 We started out as a group of four final year <a href="http://www.cs.kent.ac.uk">Computer
24 Science</a> students at the University of Kent doing our final year project. During that year
25 we developed the <a href="/cms/">CMS</a> package more or less as it stands today.
26 </p>
27 <p>
28 Since the end of that year we've had a few changes in members, but we're still developing
29 software. We've taken the <a href="/cms/">CMS</a> and developed it further, and we've written
30 libraries to support it. We're now working on a new system to replace it known currently as <a
31 href="/laroona/">Laroona</a>.
32 </p>
33
34 <h2>Current team</h2>
35
36 <p>
37 <b>Tim Bishop</b> - tdb&#64;i-scream.org
38 </p>
39 <ul>
40 <li><a href="http://www.bishnet.net/tim/">Homepage</a></li>
41 <li><a href="http://www.cs.kent.ac.uk/people/staff/tdb/">Work</a></li>
42 <li><a href="http://www.bishnet.net/tim/cv.shtml">View my C.V.</a></li>
43 </ul>
44
45 <p>
46 <b>Alex Moore</b> - ajm&#64;i-scream.org
47 </p>
48
49 <p>
50 <b>Adam Sampson</b> - ats&#64;i-scream.org
51 </p>
52 <ul>
53 <li><a href="http://www.offog.org/">Homepage</a></li>
54 </ul>
55
56 <p>
57 <b>Peter Saunders</b> - pajs&#64;i-scream.org
58 </p>
59 <ul>
60 <li><a href="http://www.cs.kent.ac.uk/people/staff/pajs/">Work</a></li>
61 </ul>
62
63 <p>
64 Group Mailing List - <a href="mailto:dev@i-scream.org">dev@i-scream.org</a>
65 </p>
66 </div>
67
68 <!--#include virtual="/footer.inc" -->
69
70 </div>
71
72 <!--#include virtual="/menu.inc" -->
73
74 </div>
75
76 </body>
77 </html>