diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-08-14 21:59:16 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-08-14 21:59:16 +0000 |
| commit | f1f9d455f271d216fb73ecee6181b49030078777 (patch) | |
| tree | e425d5c19a75fec42e26b6d8c070a9e9ce7b1467 /other/website/team.html | |
| parent | 4fc2c927dd178ac4f460ce5a4f99be097a029c69 (diff) | |
| download | zcatch-f1f9d455f271d216fb73ecee6181b49030078777.tar.gz zcatch-f1f9d455f271d216fb73ecee6181b49030078777.zip | |
moved /trunk/other to /assets
Diffstat (limited to 'other/website/team.html')
| -rw-r--r-- | other/website/team.html | 83 |
1 files changed, 0 insertions, 83 deletions
diff --git a/other/website/team.html b/other/website/team.html deleted file mode 100644 index efe5c5dc..00000000 --- a/other/website/team.html +++ /dev/null @@ -1,83 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - -<head> - <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> - <title>Teewars</title> - <link href="default.css" rel="stylesheet" type="text/css" /> -</head> - -<body> - <div id="outer"> - <div class="page_header"> - <a href="index.html"><img src="gfx/menu_home_sun.png"/></a> - <a href="download.html"><img src="gfx/menu_download_sun.png"/></a> - <a href="support.html"><img src="gfx/menu_support_sun.png"/></a> - <a href="team.html"><img src="gfx/menu_team_sun.png"/></a> - </div> - - <div> - <div class="page_body_top"> </div> - <div class="page_body"> - - <p class="topic">TEAM AND CONTRIBUTORS</p> - -<table> -<tr><td> - -<p class="subtopic">THE TEAM</p> -<p><div class="subtopic">Magnus Auvinen (matricks)</div> -<div class="normal">Lead Programmer</div></p> - -<p><div class="subtopic">Jakob Fries (serp)</div> -<div class="normal">Game Programmer</div></p> - -<p><div class="subtopic">Olle Rosenquist (phobos)</div> -<div class="normal">Game Programmer</div></p> - -<p><div class="subtopic">Joel de Vahl (void)</div> -<div class="normal">Engine Programmer</div></p> - -<p><div class="subtopic">Johan Althoff (teetow)</div> -<div class="normal">Sound Designer</div></p> - -<p><div class="subtopic">Tobias Lundmark (dopefish)</div> -<div class="normal">Level Designer</div></p> - -<p><div class="subtopic">Victor Andreæ (red_com)</div> -<div class="normal">Lead Artist</div></p> - -<p><div class="subtopic">Marika Metsävainio (maikka)</div> -<div class="normal">Level Artist</div></p> - -<p><div class="subtopic">Tomas Landin (kungtotte)</div> -<div class="normal">Win32 Maintainer</div></p> - -<p><div class="subtopic">Camilla Berglund (elmindreda)</div> -<div class="normal">Linux 32-Bit Maintainer</div></p> - -</td><td width="100px"> -</td><td valign="top"> - - <p class="subtopic">THE CONTRIBUTORS</p> - - <ul> - <li><div class="normal">Trin</div></li> - <li><div class="normal">Ampleyfly</div></li> - <li><div class="normal">Concept-P</div></li> - <li><div class="normal">Retro</div></li> - <li><div class="normal">People at Birdie</div></li> - <li><div class="normal">People at #c++.se</div></li> - <li><div class="normal">People at Starbreeze</div></li> - </ul> - <img src="gfx/happytee.png"/> - -</td></tr> -</table> - - </div> - </div> - </div> -</body> - -<html> |