ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/who.xhtml
Revision: 1.32
Committed: Fri Jun 21 23:07:26 2013 UTC (10 years, 9 months ago) by tdb
Branch: MAIN
Changes since 1.31: +2 -2 lines
Log Message:
Fix ordering.

File Contents

# User Rev Content
1 tdb 1.20 <!--#include virtual="/doctype.inc" -->
2 tdb 1.21 <head>
3     <title>
4 tdb 1.22 Who We Are
5 tdb 1.21 </title>
6 tdb 1.19 <!--#include virtual="/style.inc" -->
7 tdb 1.21 </head>
8     <body>
9     <div id="container">
10     <div id="main">
11 tdb 1.19 <!--#include virtual="/header.inc" -->
12 tdb 1.21 <div id="contents">
13     <h1 class="top">
14     Who We Are
15     </h1>
16     <p>
17 tdb 1.23 i-scream started out as a group of four final year
18 tdb 1.21 <a href="http://www.cs.kent.ac.uk">Computer Science</a>
19 tdb 1.23 students at the University of Kent doing a final year
20     project. During that year they developed the
21 tdb 1.21 <a href="/cms/">CMS</a> package more or less as it stands
22     today.
23     </p>
24     <p>
25     Since the end of that year we've had a few changes in
26     members, but we're still developing software. We've taken
27     the <a href="/cms/">CMS</a> and developed it further, and
28 tdb 1.30 we've written libraries to support it.
29 tdb 1.21 </p>
30     <h2>
31     Current team
32     </h2>
33     <p>
34     <b>Tim Bishop</b> - tdb@i-scream.org
35     </p>
36     <ul>
37     <li>
38     <a href="http://www.bishnet.net/tim/">Homepage</a>
39     </li>
40     <li>
41     <a href="http://www.cs.kent.ac.uk/people/staff/tdb/">Work</a>
42     </li>
43 tdb 1.25 <li>
44     <a href="http://www.bishnet.net/tim/blog/">Blog</a>
45     </li>
46 tdb 1.21 </ul>
47     <p>
48 tdb 1.29 <b>Alex Moore</b>
49 tdb 1.21 </p>
50     <p>
51 tdb 1.32 <b>Jens Rehsack</b>
52 tdb 1.21 </p>
53 tdb 1.31 <p>
54 tdb 1.32 <b>Adam Sampson</b> - ats@offog.org
55 tdb 1.31 </p>
56 tdb 1.21 <ul>
57     <li>
58     <a href="http://www.offog.org/">Homepage</a>
59     </li>
60     </ul>
61     <p>
62     <b>Peter Saunders</b> - pajs@i-scream.org
63     </p>
64     </div>
65 tdb 1.19 <!--#include virtual="/footer.inc" -->
66 tdb 1.21 </div>
67 tdb 1.19 <!--#include virtual="/menu.inc" -->
68 tdb 1.21 </div>
69     </body>
70 pjm2 1.4 </html>